Ed Heckman wrote:
> Everything seems to be working fine except that Apache doesn't seem to be
> looking for the correct httpd.conf file. It's supposed to be using the one
> in /apache2/conf/ but when I run 'apachectl configtest', it says it's
> checking the files in /private/etc/httpd/users/.

httpd -V will show you where he thinks that the configuration file is,
if that's the not the correct one you can do two things:

call httpd -c /where/your/config/file/is

or recompile your httpd specifying the correct configuration directory
(option -D SERVER_CONFIG_FILE), note tha recompiling with just the
--prefix options doesn't change everything. Check also the
config.layout file.

Davide

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to