Hi,
I try to configure apache server 1.3.26 on windows 2000 server. I try to
configure a second place outside the root dir, to accept cgi-scripts. I
receive following errror messages. I tried the instruction in the faq's.
:
No such file or directory: couldn't spawn child process:
d:/misc/cricket-1.0.3/cgi-bin/grapher.cgi
I created a scriptalias cgi-bin2, and that is where the errors are
produced
httpd.conf :
#!D:/Perl/bin/perl
ServerRoot "D:/APPLIC~1/denika/apache"
Port 8001
DocumentRoot "D:/APPLIC~1/denika/html"
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
<Directory "D:/APPLIC~1/denika/html">
Options Indexes FollowSymLinks MultiViews ExecCGI
AllowOverride All
Order allow,deny
Allow from all
</Directory>
Alias /cricket/ "D:/misc/cricket-1.0.3/"
<Directory "D:/misc/cricket-1.0.3/">
Options Indexes FollowSymlinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
ScriptAlias /cgi-bin/ "D:/APPLIC~1/denika/cgi-bin/"
ScriptAlias /cgi-bin2/ "D:/misc/cricket-1.0.3/cgi-bin/"
AddHandler cgi-script .cgi .pl
AddHandler cgi-script .cgi
<Directory "D:/APPLIC~1/denika/cgi-bin/">
AllowOverride None
Options None
Order allow,deny
Allow from all
</Directory>
<Directory "D:/misc/cricket-1.0.3/cgi-bin/">
AllowOverride None
Options ExecCGI
Order allow,deny
Allow from all
</Directory>
thx a lot for help
Greetz,
Johan
|