Apache и CGI скрипт
#!f:/usr/local/bin/perl
#1st.cgi
print "Content-Type: text/html\n\n";
print "<html><body>";
print "<h1> Cooooooooool </h1>";
print "</body></html>";
на такой ввод
http://mysite.com/cgi-bin/1st.cgi
выдается Error 500
в httpd.conf прописано
ScriptAlias /cgi-bin/ "F:/usr/local/cgi-bin/"
<Directory "F:/usr/local/cgi-bin/">
AllowOverride All
Options ExecCGI
</Directory>
в error.log
[Mon Aug 11 12:31:44 2003] [error] [client 127.0.0.1] (2)No such file or directory: couldn't spawn child process: f:/usr/local/cgi-bin/1st.cgi
ОС - Windows 98