apache und die lieben CGIs
Posted: 2004-03-18 02:58
vorab: ja, ich hab die Suche verwendet und alle posts angeschaut, aber nix hilft :(
ich will auf meinem Server ein Forum aufsetzen, nur die CGI will nich.
die error_log
auszug aus der httpd.conf
das script kann ich von der konsole aus aufrufen, ohne Probleme (bzw. ich bekomme den html-code vorgesetzt). Das Script funzt auch auf meinem Server @ home, es is also nich kaputt. Ich habe spasseshalber mal meine httpd.conf von meinem Server @ home (auf dem die CGIs laufen) genommen, mit dem gleichen Ergebniss...
die Rechte passen auch
die restlichen Verzeichnisse davor sind ebenfalls auf 755
dennoch will er nich
Der Server lauft auf SuSE 8.2 und Apache 1.3.29
also warum zum Geier läuft der Mist nich??????
ich will auf meinem Server ein Forum aufsetzen, nur die CGI will nich.
die error_log
Code: Select all
[Thu Mar 18 00:00:44 2004] [error] [client 217.224.63.175]
Premature end of script headers: /var/www/web7/html/cgi-bin/ikonboard/installer.cgiCode: Select all
<VirtualHost 62.216.170.12:80>
ServerName web7.virdates.de
ServerAlias [url]www.the-god-lan.de[/url] the-god-lan.de [url]www.the-god-clan.de[/url] the-god-clan.de
DocumentRoot /var/www/web7/html
Options +ExecCGI
User web7
Group ftponly
ScriptAlias /cgi-bin/ /var/www/web7/html/cgi-bin/
<Directory "/var/www/web7/html/cgi-bin">
AddDefaultCharset Off
Options FollowSymLinks Indexes
AllowOverride All
Options +ExecCGI
</Directory>
die Rechte passen auch
Code: Select all
ls -al installer.cgi
-rwxr-xr-x 1 web7 ftponly 7717 Mar 17 23:51 installer.cgidennoch will er nich
Code: Select all
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete
your request.
Please contact the server administrator, root@xxxxx and inform them of the time the error
occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.also warum zum Geier läuft der Mist nich??????