Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
I can't seem to get cgi scripts to work with apache. Here are some of my settings: httpd.conf ScriptAlias /cgi-bin/ "D:/Program Files/Apache Group/Apache2/cgi-bin/" <Directory "D:/Program Files/Apache Group/Apache2/cgi-bin/"> AllowOverride all Options None Order allow,deny Allow from all </Directory> In browser I type : http://localhost/cgi-bin/today.cgi Browser then shows an "Internal Server Error". The error.log shows: [Fri Dec 27 11:24:23 2002] [error] [client 127.0.0.1] (720003)The system cannot find the path specified. : couldn't spawn child process: D:/Program Files/Apache Group/Apache2/cgi-bin/today.cgi How can I get a cgi script to run in the latest apache?