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-30 13:46 ------- I have found a third place where Solaris fd bug seems to be biting us. On the server with ~200 virtual hosts I had to split out the SSL hosts into a separate instance of apache. Looks like mod_ssl/OpenSSL triggers this bug when trying to read certs. Parsing /etc/passwd directly is not a very portable solution. We have Solaris systems where /etc/passwd entries are in NIS+, and other systems where we use a custom /etc/passwd module configured in nsswitch.conf which uses mysql for /etc/passwd data. Hmm, I wonder if a work around might be to setup the nobody account/group in NIS+. That could bypass the fd problem. Of course that might be dependent upon the search order in nsswitch.conf for /etc/passwd lookups. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
