[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] httpd.admsrv Running while no-one logged into



> >  even though I'm positive no-one was using the
> >  admin GUI (I checked with everyone who has access(there's only 4
people)) ,
> >  there were 4 instances of httpd.admsrv running, a google search only
shows
> >
http://list.cobalt.com/pipermail/cobalt-users/2001-September/051561.html
> >  which says it's the admin interface running on port 81.
>

It listens on two ports 81 and 444
Also I think it is threaded,
and our old kernel will call each thread a process.
You might want to check your syustem using
netstat -tupan
This will show you ports and processes actually being used.

Gerald