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-17 05:39 -------
I trussed the apache restart as you suggested and the fd for opening
/etc/passwd was > 256.

8603:1311/1:            open("/etc/passwd", O_RDONLY)                   = 649

Shortly after this the truss ends as apache exits due to getpwnam failing.

Perhaps the following workaround for this Solaris bug would work?

Looking at worker_hooks() in worker.c (this would probably apply
to all unix based workers), add another hook could be  to
perform the User/Group config directive getpwnam/getgrnam resolution
prior to triggering ap_hook_open_logs() ?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to