Click to See Complete Forum and Search --> : Help with Apache 1.3


jwilson
03-09-2001, 01:20 PM
Hey guys, how can I tell if Apache server is running. It's installed and I would think that it would auto run.

My hostname is "nsd", if I open up navigator and type http://nsd, I should get the default page which is configured in the httpd.conf file but I get an error message saying that it can't locate the server.

anybody? tks.

trekker
03-09-2001, 01:48 PM
You check whether the httpd process is running with "ps ax | grep httpd". If the output shows a number of httpd processes, then it is running.

You can start it with "usr/local/bin/apache/bin/apachectl start" or "/etc/rc.d/init.d/httpd start" as root/su.

Kinjana
03-09-2001, 03:49 PM
or in a browser try
http://localhost or
htto://127.0.0.1