On Friday 01 November 2002 12:22 am, [EMAIL PROTECTED] wrote:
> I tried ps -aux|grep httpd. I think apache is not running.
> root      4238  0.0  0.2  1760  604 pts/8    R    13:19   0:00 grep httpd

ian suggests running socklist.  now, i don't have socklist.  if you do:
    netstat -anp | grep ^tcp | grep :80

say?

as i've learned from this list, the p flag to netstat will give you what
program is sitting on that socket.  for instance, on my laptop i have:

[root@tiger root]# netstat -anp | grep ^tcp | grep :80
tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN      
3224/httpd 

(wrapped by my mailer, and screen width, but you can tell that
httpd is the program sitting on port 80).

tiger

-- 
Gerald Timothy Quimpo  tiger*quimpo*org gquimpo*sni-inc.com tiger*sni*ph

                   Veritas liberabit vos.
    In 1958, computers were refrigerator-sized behemoths with
                the processing power of a wristwatch.
_
Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]

Fully Searchable Archives With Friendly Web Interface at http://marc.free.net.ph

To subscribe to the Linux Newbies' List: send "subscribe" in the body to 
[EMAIL PROTECTED]

Reply via email to