Re: [users@httpd] Apache 2 looking for wrong httpd.conf file on Mac

2005-06-03 Thread Jonathan Mangin
- Original Message - From: "Ed Heckman" <[EMAIL PROTECTED]> To: Sent: Wednesday, June 01, 2005 1:40 PM Subject: Re: [EMAIL PROTECTED] Apache 2 looking for wrong httpd.conf file on Mac on 5/30/05 1:16 PM, Davide Bianchi at [EMAIL PROTECTED] wrote: httpd -V will show you where he th

Re: [users@httpd] Apache 2 looking for wrong httpd.conf file on Mac

2005-06-01 Thread Ed Heckman
on 5/30/05 1:16 PM, Davide Bianchi at [EMAIL PROTECTED] wrote: > 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. I've jus

Re: [users@httpd] Apache 2 looking for wrong httpd.conf file on Mac

2005-06-01 Thread Ed Heckman
on 5/30/05 1:16 PM, Davide Bianchi at [EMAIL PROTECTED] wrote: > httpd -V will show you where he thinks that the configuration file is, on 5/31/05 12:08 AM, Tejas Sanghavi at [EMAIL PROTECTED] wrote: > Try './apachectl configtest'. This will pick the current version. If apache > is installed in

Re: [users@httpd] Apache 2 looking for wrong httpd.conf file on Mac

2005-05-30 Thread Tejas Sanghavi
Try './apachectl configtest'. This will pick the current version. If apache is installed in some other directory as well and that directory is present in the environment variable PATH first, then problem may arise. - Original Message - From: "Davide Bianchi" <[EMAIL PROTECTED]> To: Sent:

Re: [users@httpd] Apache 2 looking for wrong httpd.conf file on Mac

2005-05-30 Thread Aman Raheja
Check you apachectl script - what config file is it reading? HTH Aman Raheja http://www.techquotes.com On Mon, 30 May 2005 12:11:48 -0400, Ed Heckman <[EMAIL PROTECTED]> wrote : > Apache 2.0.54 > Mac OS 10.3.9 > > I'm setting up a copy of Apache 2 on my machine for the very first time. I > down

Re: [users@httpd] Apache 2 looking for wrong httpd.conf file on Mac

2005-05-30 Thread Davide Bianchi
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/. http

[users@httpd] Apache 2 looking for wrong httpd.conf file on Mac

2005-05-30 Thread Ed Heckman
Apache 2.0.54 Mac OS 10.3.9 I'm setting up a copy of Apache 2 on my machine for the very first time. I downloaded the 2.0.54 source tarball and followed the instructions at to compile and install it. Everything seems to be working fine except that Apa