On Sat, Mar 09, 2002 at 11:34:58AM -0500, Jim Jagielski wrote: > Putting absolute paths in the config file is a Bad Idea. Using > relatives, the entire Apache install location can be self-contained > and easily moved by changing one line.
How would you deal with: ./configure --prefix=/opt/apache --sysconfdir=/etc/apache \ --localstatedir=/var/apache You can't use relative path names in this case. As I pointed out, there are several common layouts in config.layout that have a disjoint sysconfdir or localstatedir. -- justin
