[Solved] Can't connect to the web page
Posted: Mon May 05, 2014 6:13 pm
Hey all, I just built a new Nagios server on CentOS 6.5 and I can't connect to it with my browser. The web page should be available:
and I believe this means that Apache is running:
When I try to connect to 10.0.3.27/nagios I get a yellow screen with an outline of a box across the top of the page. If I try to connect to 10.0.3.27 I get a "The connection has timed out" error. Any ideas?
Thanks,
Joe B
Code: Select all
[root@FreeNag jobee]# netstat -nap | grep 80
tcp 0 0 :::80 :::* LISTEN 1813/httpdCode: Select all
[root@FreeNag jobee]# ps aux | grep httpd
root 1813 0.0 0.1 233204 8188 ? Ss 15:51 0:00 /usr/sbin/httpd
apache 1855 0.0 0.0 233204 4816 ? S 15:51 0:00 /usr/sbin/httpd
apache 1856 0.0 0.0 233204 5524 ? S 15:51 0:00 /usr/sbin/httpd
apache 1857 0.0 0.0 233204 4816 ? S 15:51 0:00 /usr/sbin/httpd
apache 1858 0.0 0.0 233204 5524 ? S 15:51 0:00 /usr/sbin/httpd
apache 1859 0.0 0.0 233204 4816 ? S 15:51 0:00 /usr/sbin/httpd
apache 1860 0.0 0.0 233204 5524 ? S 15:51 0:00 /usr/sbin/httpd
apache 1861 0.0 0.0 233204 4816 ? S 15:51 0:00 /usr/sbin/httpd
apache 1862 0.0 0.0 233204 4816 ? S 15:51 0:00 /usr/sbin/httpd
root 2083 0.0 0.0 103252 820 pts/0 S+ 16:03 0:00 grep httpd
[root@FreeNag jobee]#Thanks,
Joe B