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=21649>. 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=21649 apache restart fails with error "httpd: bad user name nobody" ------- Additional Comments From [EMAIL PROTECTED] 2003-07-18 13:12 ------- I have found a workaround for this Solaris bug. 1. Apply the patch I will attach later for os/unix/unixd.c. 2. Define DEFAULT_USER and DEFAULT_GROUP when building apache to the user and group names you want apache child processes to run as. 3. Remove the User and Group configuration lines from httpd.conf. With these changes the getpwnam() and getgrnam() lookups for the DEFAULT_USER and DEFAULT_GROUP only happen when apache is first started. Subsequent reloads of apache will not trigger lookups of these defaults. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
