On Sat, 6 Apr 2002 at 01:06, Brendon Co wrote:
> > # netstat -anp | grep :80
> i tried using netstat but nothing happne.

If you run netstat without the pipe to grep you'll see that "something"
happened. Since you didn't get any output, no process is listening on port
80. That's why you can't connect to it. Port 80 is the standard port for
http.

> > # ps ax | grep apache
> yup, pretty much sure apache is running!

Apache is running but it's not listening to port 80? Check your logs and
your configs to make sure Apache is set to listen to port 80.

Note: just in case it's not obvious, by "#" I mean you run the stuff I
told you to run as root.

 --> Jijo

--
Federico Sevilla III   :  <http://jijo.free.net.ph/>
Network Administrator  :  The Leather Collection, Inc.
GnuPG Key Fingerprint  :  0x93B746BE

_
Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]

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

Reply via email to