On Fri, Mar 08, 2002 at 01:18:44PM -0800, Justin Erenkrantz wrote:
> On Fri, Mar 08, 2002 at 01:14:20PM -0800, Aaron Bannert wrote:
> > prefix = '/path/to/apache2'
> >
> > sysconfdir = '${prefix}/conf'
> > ap_sysconfdir = '/path/to/apache2/conf'
> > rel_sysconfdir = 'conf'
>
> And, if rel_sysconfdir isn't really relative, it's absolute? So,
> that'd be the value we'd place in httpd-std.conf? -- justin
Yes, that's correct. If sysconfdir doesn't live under prefix, then it
remains absolute. perhaps rel_foodir isn't the right name, but you get
the picture.
-aaron