joachim
01-27-2002, 05:51 PM
Hello,
I try to instal cgiemail on my redhat 7.1 but
have no success. The documentation doesn´t help.
Has anyone a good idea? Maybe, the versions do not
run under apache on redhat ?
please help.
joachim
thewitt
01-27-2002, 06:08 PM
cgiemail runs fine on Redhat.
What errors are you getting.
It's hard to help if you don't post anything specific.
-t
joachim
01-27-2002, 06:17 PM
cgiemail is in the cgi-bin dir
internal server error
the cgiemail is chmod 755 ( also tried 777 )
this is the html like the example
<html><head>
<title>Kontaktseite</title>
</head><body>
<form method="post" name="kontakt" action="/cgi-bin/cgiemail/kontakt.txt">
Firma: <input name="firma" size=25><br>
Name: <input name="name" size=25><br>
<input type="hidden" name="failure" value="http://www.mydomainsomewhere.net/kontakt/kontakt_error.html">
<input type="hidden" name="success" value="http://www.mydomainsomewhere/kontakt/kontakt_okay.html">
<input type="submit" value="abschicken">
</form>
</body></html>
The contact form
To: jo@ct6.de
Subject: Kontaktformular 5
Informationen:
Firma: [firma]
Name: [name]
[$HTTP_USER_AGENT]
[$SERVER_SOFTWARE]
[$SERVER_NAME]
[$GATEWAY_INTERFACE]
[$REMOTE_HOST]
[$REMOTE_ADDR]
Any idea
thewitt
01-27-2002, 06:41 PM
Originally posted by joachim
internal server error
What's your Apache error_log say? Which version of cgiemail are you running?
-t