LinuxSA Mailing list archives

Index: [thread] [date] [subject] [author] [stats]
  From: John Edwards <isplist@pinnacle.net.au>
  To  : Alan Kennington <akenning@dog.topology.org>
Michael Kratz <michael_kratz@hotmail.com> Date: Sat, 24 Feb 2001 14:12:12 +1030

Re: Apache 1.3.14 httpd.conf problems

>The problem is the pesky --prefix parameter of ./configure in the
>source directory.
>People putting together distributions seem to change their
>mind about exactly where to put log files and config files
>every 6-12 months or so.
>
>So now you just have to find out where the config and log files
>_really_ are for your new installation.

That's not terribly difficult, if you can identify where httpd is started
from (there may be multiple locations for httpd, too) you can run httpd -V,
which will give you the correct location of httpd.conf.

If you have lsof installed (and you should, it's invaluable in finding out
exactly what's going on with a unix system..) you can simply grep for the
full path to a running httpd.

John Edwards


-- 
LinuxSA WWW: http://www.linuxsa.org.au/  IRC: #linuxsa on irc.linux.org.au
To unsubscribe from the LinuxSA list:
  mail linuxsa-request@linuxsa.org.au with "unsubscribe" as the subject


Index: [thread] [date] [subject] [author] [stats]
Return to the LinuxSA Mailing List Information Page