I just installed Apache2 on Windows 98.
I start the server from the Windows start menu.
But I can't stop the server from a command prompt by typing:
apache -k shutdown
I get the following error:
[error] (720002)The system cannot find the file specified. : No installed service named...
Try saving your cgi scripts in the directory:
C:\Program Files\Apache Group\Apache\cgi-bin
You should then be able to run them by going to:
http://localhost/cgi-bin/ScriptName
Using the Apache directive in "httpd.conf"
ErrorDocument 404 /cgi-bin/missing_file.cgi
runs the missing file script whenever a document cannot be found on the server. Apache sets an environment variable called REDIRECT_URL indicating the originally requested document path.
What i want...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.