DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=27886>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=27886 Default for config directive Scriptsock doesn't seem obey ServerRoot settings Summary: Default for config directive Scriptsock doesn't seem obey ServerRoot settings Product: Apache httpd-2.0 Version: 2.0-HEAD Platform: Sun OS/Version: Solaris Status: NEW Severity: Minor Priority: Other Component: mod_cgi AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] I just noticed for Apache 2.0.49, running on SPARC/Solaris, that if I change the ServerRoot directive of my default server in httpd.conf, whilest leaving the default (i.e. commented out) for the Scriptsock directive unchanged, the httpd daemon continues to create a 'cgisock' socket in the default 'apache2/logs' directory, even though all other entries (like logfiles, etc) are created relative to the new definition of ServerRoot. I have verified this with to a minimum a modified httpd.conf file that I start manually with '/usr/local/apache2/bin/httpd -f /path/to/alternate/conf/httpd.conf -k start'. Although this can easily be solved by explicitly adding the directive 'Scriptsock /path/to/alternate/logs/cgisock' to the 'httpd.conf' file, IMHO I consider this being a bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
