Re: httpd and port 7200
From: dewey hylton (securityfocus.com_at_hyltown.com)
Date: 10/25/05
- Previous message: Terry Dooher: "Re: httpd and port 7200"
- In reply to: Terry Dooher: "Re: httpd and port 7200"
- Next in thread: tigerblue_at_puzzleapuma.de: "Re: Re: httpd and port 7200"
- Maybe reply: tigerblue_at_puzzleapuma.de: "Re: Re: httpd and port 7200"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 24 Oct 2005 21:12:34 -0400 To: focus-linux@securityfocus.com
Quoting Terry Dooher <tdooher.lists@naturalmotion.com>:
> tigerblue@puzzleapuma.de wrote:
> > Hi,
> >
> > I´ve just installed an apache on an redhat enterprise. On this machine is
> only an ssh and this apache, but when I´m using the netstat -a command, I see
> the an open port tcp on 7200. When I use "fuser -v -n tcp 7200", to find out
> which process is behind this port I get this Info...
> >
> >
> > 7200/tcp root 2031 f.... httpd
> [snip]
> > Any Idea ? The Port is in state "listen" and all other services are
> deactivated.
>
> Best guess is that some kind of dormant web-admin package has been activated
>
> when you started apache. Things like Webmin listen of different ports from
> the
> default 80.
>
> To find out what: grep -r 7200 /etc/apache/*
>
> (substitute /etc/apache for wherever RedHat keeps apache's config files these
>
> days)
>
> What to you get if you browse to http://
>
> Terry.
>
> > best regards
> >
> > tigerblue
> >
> >
> >
> >
>
or use the wonderful lsof utility:
lsof -i | grep :7200
- Previous message: Terry Dooher: "Re: httpd and port 7200"
- In reply to: Terry Dooher: "Re: httpd and port 7200"
- Next in thread: tigerblue_at_puzzleapuma.de: "Re: Re: httpd and port 7200"
- Maybe reply: tigerblue_at_puzzleapuma.de: "Re: Re: httpd and port 7200"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|