Thorsten Steffen: perl mit apache unter nt

Beitrag lesen

Hi,
ich brauch dringend mal eure Hilfe:
Ich hab nen apache webserver unter nt und möchte darauf perl integrieren. Hab perl installiert, im apache-conf-file den cgi-bin-Pfad eingetragen und kriege bei jedem script(.pl)-Aufruf folgende Meldung vom apache:
Internal Server Error
The server encountered an internal error or misconfiguration and was
unable to complete your request.
Please contact the server administrator, you@your.address 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.6 Server at avalon.khof.com Port 80

Im apache-error-log steht:
[Wed Jul 14 19:03:31 1999] [error] [client 127.0.0.1] (2)No such file or directory: couldn't spawn child process: e:/www/pizza/test/cgi-bin/hallo.pl

Das script wird von perl ohne Fehler interpretiert, wenn ichs mit dem Interpreter aufrufe, hab auch den interpreter-Pfad im Kopf nicht vergessen: #!/usr/bin/perl

Der Interpreter liegt im Verzeichnis /usr/bin/perl/bin/mswin32-x86, hab ihn auch schon mal nach /usr/bin/perl/bin und /usr/bin/perl kopiert, klappt auch nicht.

Kann mir bitte einer helfen ?
Gruß
Thorsten