[In order for any reply to be added to the PR database, ] [you need to include <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED] 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.
