robman70
Technical User
- Aug 6, 2002
- 90
What is are the first things you have to do when you download apache to get it to execute .cgi or .pl scripts in a web browser..my httpd.conf file has:
<Directory "C:/Program Files/Apache Group/Apache2/cgi-bin">
Options ExecCGI
AddHandler cgi-script .cgi .pl
AllowOverride None
Order allow,deny
Allow from all
</Directory>
and i did uncomment the AddHandler line that appears before this, i know its not a problem with perl on my pc, i use perl from the dos prompt all the time
the above and uncommenting the AddHandler line are the <u>only</u> things i have changed in the httpd.conf file...can anyone think of anything else i might need to do
my OS is win2000 and the error message is:
Server error!
Error message:
couldn't create child process: 22505: C:/Program Files/Apache Group/Apache2/cgi-bin/test.cgi
If you think this is a server error, please contact the webmaster
Error 500
localhost
08/08/02 12:04:22
Thanks...
<Directory "C:/Program Files/Apache Group/Apache2/cgi-bin">
Options ExecCGI
AddHandler cgi-script .cgi .pl
AllowOverride None
Order allow,deny
Allow from all
</Directory>
and i did uncomment the AddHandler line that appears before this, i know its not a problem with perl on my pc, i use perl from the dos prompt all the time
the above and uncommenting the AddHandler line are the <u>only</u> things i have changed in the httpd.conf file...can anyone think of anything else i might need to do
my OS is win2000 and the error message is:
Server error!
Error message:
couldn't create child process: 22505: C:/Program Files/Apache Group/Apache2/cgi-bin/test.cgi
If you think this is a server error, please contact the webmaster
Error 500
localhost
08/08/02 12:04:22
Thanks...