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
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
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:
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