Internal Server error when opening Bugzilla

Internal Server error when opening Bugzilla

am 20.03.2007 03:40:00 von DPatel3720

I have just installed Bugzilla.
This is on a Windows 2003 server running Perl and Apache 2.2
When I try to open "localhost" in IE, I get "Internal server error" I
then look at the server logs and see the error below
couldn't create child process: 720002: index.cgi
couldn't spawn child process: C:/Program Files/Apache Software
Foundation/Apache2.2/htdocs/bugzilla/index.cgi

I then try to execute the index.cgi script with the comand "perl -c
index.cgi" and the output is :
"-T" is on the #! line, it must also be used on the command line at
index.cgi li
ne 1.

My index.cgi starts with #!C:/perl/Bin/Perl.exe -wT

PLEASE HELP