- To: Louis Selvon <lselvon@xxxxxxx>
- Subject: Re: [SLUG] Accessing the Apache web server from browser
- From: James Gregory <james@xxxxxxxxxxxxxxxxx>
- Date: Sat Mar 1 20:07:02 2003
- Cc: slug@xxxxxxxxxxx
- Organization:
On Sat, 2003-03-01 at 19:26, Louis Selvon wrote:
> Hi:
>
> I tried to go to the web server that I installed as part of RH Linux 7.2
> by typing the following:
>
> http://127.0.0.1
odds are apache isn't running. I can't remember what the apache service
is called on redhat. Try running these two commands as root:
/etc/rc.d/init.d/httpd restart
/etc/rc.d/init.d/apache restart
one of them won't exist, the other one should restart / start apache.
ntsysv used to be the command to control which services start at boot
time.
HTH
James.