Re: [EMAIL PROTECTED] Location of Main configuration file

2007-09-18 Thread William A. Rowe, Jr.
Liao, Kexiao wrote: > Is there an easy way to find the location of apache main configuration > file(httpd.conf in most cases) in the Unix file system? httpd -V (presuming you can find httpd) might be useful. If relocated you might need something like apachectl -V

Re: [EMAIL PROTECTED] Location of Main configuration file

2007-08-10 Thread Joshua Slive
On 8/10/07, Liao, Kexiao <[EMAIL PROTECTED]> wrote: > Is there an easy way to find the location of apache main configuration > file(httpd.conf in most cases) in the Unix file system? If you know where the httpd executable is, then you can use "httpd -V" to find out the expected location of all the

Re: [EMAIL PROTECTED] Location of Main configuration file

2007-08-10 Thread Henry Cavillones
usually in /etc/httpd/conf or use locate httpd.conf On Aug 10, 2007, at 9:16 AM, Liao, Kexiao wrote: Is there an easy way to find the location of apache main configuration file(httpd.conf in most cases) in the Unix file system? Kevin -Original Message- From: [EMAIL PROTECTED] [mailto:

[EMAIL PROTECTED] Location of Main configuration file

2007-08-10 Thread Liao, Kexiao
Is there an easy way to find the location of apache main configuration file(httpd.conf in most cases) in the Unix file system? Kevin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joshua Slive Sent: Thursday, August 09, 2007 22:40 To: users@httpd.apach