You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by sh...@raleigh.ibm.com on 1998/11/02 03:06:11 UTC

Re: os-windows/2465: CGI scripts do not execute - Internal Server Error

[In order for any reply to be added to the PR database, ]
[you need to include <ap...@Apache.Org> in the Cc line ]
[and leave the subject line UNCHANGED.  This is not done]
[automatically because of the potential for mail loops. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.                                      ]
[Reply only with text; DO NOT SEND ATTACHMENTS!         ]


Synopsis: CGI scripts do not execute - Internal Server Error

Comment-Added-By: shaneo@raleigh.ibm.com
Comment-Added-When: Sun Nov  1 18:06:10 PST 1998
Comment-Added:
If the first line of the script is:
#!/perl/blah/perl.exe
This this assumes that the perl directory of off of the root
of the same drive as Apache is.  Try giving the full path
to the perl interpreter:
#!c:/perl/bin/perl.exe

ALso make sure that the directory you have the script in
can execute scripts ( cgi-bin ) or other directory you 
have configured accordingly.
Thanks for using Apache.
ALso there are major problems with 1.3b7 and cgi on WIn32
so please upgrade to 1.3.3 before trying the above.