You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2002/06/15 08:37:08 UTC

DO NOT REPLY [Bug 8755] - Compiled-in path defaults should be relative to prefix

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8755>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8755

Compiled-in path defaults should be relative to prefix

rbb@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From rbb@apache.org  2002-06-15 06:37 -------
I am marking this bug fixed.  The underlying problem was that the server wasn't
evaluating the ServerRoot directive when it was encountered in the config file.
Instead, the server would read in the entire file, and use the compiled in 
ServerRoot for most of the directives.  This has been fixed by evaluating the
ServerRoot as soon as it is encountered in the configuration file.

The bottom line is that we keep a minimal number of hard-coded paths in the server,
but only the ServerRoot is absolute, and we are much better about respecting that
value when it is replaced.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org