Hi all,
Look in the apache configuration files (normally /etc/httpd/conf)
at the file httpd.conf
There is a stanza in it: (about line 135)
-------------
# User/Group: The name (or #number) of the user/group to run httpd as.
# On SCO (ODT 3) use User nouser and Group nogroup
# On HPUX you may not be able to use shared memory as nobody, and the
# suggested workaround is to create a user www and use that user.
# NOTE that some kernels refuse to setgid(Group) or semctl(IPC_SET)
# when the value of (unsigned)Group is above 60000;
# don't use Group nobody on these systems!
User nobody
Group nobody
-------------
Mystery solved.
Can we kill this thread now ? It's not even remotely related to Tomcat.
Cheers,
-- jon
Nikola Milutinovic wrote:
> Skorupski Paweł ,(PZUZ) wrote:
>
>> Thanks for advice,
>>
>> I find out and processes with 'user nobody' are created by process with
>> command inetd.
>
>
> Aha, we are getting somewhere.
>
>> I don't know if the processes with command httpd can be started by
>> process
>> 'inetd' if service "http" doesn't exist in inetd.conf.
>
>
> Usually, this is not the case. I don't think that Apache can even work
> this way. Anyway, "big" servers, like Sendmail, Apache, Cyrus IMAP
> (since 2.0) will run as standalone daemons, not from InetD.
>
> Take a look at your /etc/inetd.conf and see what servers are run from it
> as user "nobody" and you'll be one step closer to finding your problem
> source.
>
> Nix.
>
>
> --
> To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
>
--
Jon Eaves <[EMAIL PROTECTED]>
http://www.eaves.org/jon/
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>