Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Apache beginner - I need help (CGI)

Status
Not open for further replies.

Betsy01

Technical User
Jul 11, 2001
9
US
I am trying to run a simple Perl program on Apache for Windows 2k. I saved the program under the cgi-bin directory.

But when I execute it, it gives me an error as follows:
Internal Server Error----
couldn't spawn child process: c:/program files/apache group/apache/cgi-bin/first.pl

Can anyone tell me why this is happening?

Thank you!!
XO
Betsy

 
several things could being going wrong here.

check that the path at the top of your script points to your perl interpreter
that your script alais in your httpd.conf file is setup correctly
.pl is recognised as a perl extension by apache
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top