You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Bill Stoddard <st...@raleigh.ibm.com> on 1999/04/07 23:53:04 UTC

Re: [PATCH] NT multiple services patch, revised

Found a bug with the patch.

I applied the patch. Apache is not installed as a service. I go to the
bin directory and issue "apache -s". The server never starts and the
error log fills with the following error message: 

"fopen: No such file or directory"
"apache: could not open document config file /conf/httpd.conf"

I think you want to try conf/httpd.conf rather than /conf/httpd.conf.

Bill