|
Home > Archive > Apache Server configuration support > January 2007 > Apache 1.3.37 Compilation Flags
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Apache 1.3.37 Compilation Flags
|
|
|
| Hi Everyone,
Apologies in advance if this question is simple to answer.
I'm due to upgrade some apaches to version 1.3.37. On one of the apache
installations, different locations have been specified for the server
config file, access config file and resource config file. When I
install 1.3.37, I want to make sure that I preserve these custom
locations.
How do I set the location of the server config file, access config file
and resource config file at compile time?
I've looked and looked but had no joy. If it's staring me in the face I
apologise but I really need some help on this one!
Thanks in advance,
Bob
| |
| Jim Carlock 2007-01-06, 8:11 pm |
| "Bob" <bobsaila@hotmail.co.uk> wrote:
: How do I set the location of the server config file, access config
: file and resource config file at compile time?
Have you searched through the source code for the word "conf"?
I imagine that the other items can be found likewise, they all might
be in the same location in the source file. Try "conf/" with a trailing
forward slash as well (might make it quicker). Or try "httpd.conf".
If your VC IDE doesn't provide a way to search, try a Unix tool
like grep or sed. Or write a PERL script.
Good luck.
--
Jim Carlock
Post replies to the group.
|
|
|
|
|