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 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED ------- Additional Comments From [EMAIL PROTECTED] 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
