CGI Konfiguration

Kufstein

B1G-Software-Kunde
#1
Hallo,
kann mir vieleicht jemand helfen.
Auf meinem Server ist Confixx Installiert. (Betriebsystem: Linux Debian 3.0/GNU)
ich habe mehrere Cgi Scripte ausprobiert. Der Perldebugger von Confixx sagt "Syntax OK". Jedoch kommt ständig:

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@xxx.xxx.de 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.

Apache/1.3.26 Server at xxxxxx.xx Port 80


In der error.log steht dann nur:

[Sun Feb 27 20:48:32 2005] [error] [client 83.129.xxx.xxx] Premature end of script headers: /var/www/web2/html/cgi-bin/count$
[Sun Feb 27 20:48:32 2005] [error] [client 83.129.xxx.xxx] File does not exist: /var/www/web2/html/favicon.ico

Hat Jemand ne Ahnung?
Wäre für jede Hilfe Dankbar.
 

Kufstein

B1G-Software-Kunde
#3
patrick said:
Sieht nach Fehler im CGI-Script aus, scheinbar sendet dies die Header nicht richtig.
Also ist ein Fehler in count.pl und nich an den Konfigurationen?

Ich habe keine Ahnung von CGI.
Gibt es irgendwie die möglichkeit des zu testen?

Bei PHP mach ich einfach <? echo "testtext"; ?> und dann weis ich das es funtkioniert. Geht das bei CGI auch irgendwie?
 

xhowiexo

B1G-Software-Kunde
#4
hast doch im Confixx einen PerlDebugger....probiers da mal aus und warte mal die Meldung ab und Poste die hier...
 
Top