|
|
| Author |
Message |
samuel
Joined: 30 Sep 2006 Posts: 206
|
Posted: 05/24/07 - 05:16 Post subject: |
|
|
I just compiled and installed a copy of Apache 2 onto my first Mac with remarkably few snags, so I was pretty pleased with myself for a moment there... until the first snag appeared. Apparently, I can't get apache to look for the right httpd.conf file. Instead of targeting the file in /apache2 /conf, it seems to be looking in /private /etc /httpd /users. Why is this happening, and how to I correct it? Thanks.
|
|
|
Back to top
|
|
|
|
 |
aylmer
Joined: 07 Jan 2006 Posts: 165
|
Posted: 06/23/07 - 22:51 Post subject: |
|
|
What do you meant it *seems* to be looking there
? Did you verify what Apache's assumed location of the config file is? If not, do this by going "httpd -V". If the result you're shown isn't the correct location, then just specify the right one by "call httpd -c / whatever the correct path is"
|
|
|
Back to top
|
|
|
|
 |
|