WintersMystic
Programmer
i just got Apache 1.3.22 installed. now i want to get CGI working. i changed the httpd.conf file apropriately. but i still get a 500 error. so, do i need to install perl from activestate?
here is what is in the error.log
[Wed Jan 23 17:00:06 2002] [error] [client 127.0.0.1] couldn't spawn child process: c:/program files/apache group/apache/cgi-bin/printenv.cgi
and this is what i have in the file
#!/usr/local/bin/perl
print "Content-type: text/html\n\n";
print "Hello";
here is what is in the error.log
[Wed Jan 23 17:00:06 2002] [error] [client 127.0.0.1] couldn't spawn child process: c:/program files/apache group/apache/cgi-bin/printenv.cgi
and this is what i have in the file
#!/usr/local/bin/perl
print "Content-type: text/html\n\n";
print "Hello";