[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] httpd.admsrv Running while no-one logged into
- Subject: Re: [cobalt-users] httpd.admsrv Running while no-one logged into
- From: "Gerald Waugh" <gerald@xxxxxxxxx>
- Date: Thu Nov 8 11:22:32 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> > 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