I've just deployed a new CentOS 5.7 box with a base install. After the base install I ran
yum install httpd
and confirmed that Apache was installed.
I created a test index.html file in /var/www/html/ and then restarted apache expecting that when I connect to the server in a browser that the test page would be displayed.
However, when I connect, all I see is:
ERROR Service Unavailable
The requested service is unavailable.
Please try again later.
I'm sure there is something very simple that I'm missing here but I don't have a lot of linux experience so I'm hoping somebody can lend a hand.
Thanks in advance!