Re: Can't connect to the web page
Posted: Wed May 14, 2014 11:26 am
Sorry for the long delay. I did a fresh install of CentOS 6.5, installed Nagios using the link listed in an earlier post, tried to access the web page and chrome gave me this (with and without /nagios):
I have several httpd processes running:
Selinux has been disabled:
and the only open port is 22:
Is there a "common knowledge" step for getting port 80 open that I may be missing? I won't view ANY responses as condescension so please feel free to "post 'em if you got 'em."
Thanks,
Joe b
Code: Select all
Oops! Google Chrome could not connect to 192.168.2.25Code: Select all
[root@FreeNag ~]# ps aux | grep httpd
root 6823 0.0 0.1 235276 8292 ? Ss May13 0:00 /usr/sbin/httpd
apache 6865 0.0 0.0 235276 5504 ? S May13 0:00 /usr/sbin/httpd
apache 6866 0.0 0.0 235276 5504 ? S May13 0:00 /usr/sbin/httpd
apache 6867 0.0 0.0 235276 5504 ? S May13 0:00 /usr/sbin/httpd
apache 6868 0.0 0.0 235276 5504 ? S May13 0:00 /usr/sbin/httpd
apache 6869 0.0 0.0 235276 5504 ? S May13 0:00 /usr/sbin/httpd
apache 6870 0.0 0.0 235276 5504 ? S May13 0:00 /usr/sbin/httpd
apache 6871 0.0 0.0 235276 5504 ? S May13 0:00 /usr/sbin/httpd
apache 6872 0.0 0.0 235276 5504 ? S May13 0:00 /usr/sbin/httpd
root 14853 0.0 0.0 103256 824 pts/0 S+ 09:18 0:00 grep httpd
[root@FreeNag ~]#Code: Select all
[root@FreeNag ~]# getenforce
Disabled
[root@FreeNag ~]#Code: Select all
Nmap scan report for freenag.domain.com (192.168.2.25)
Host is up (0.0013s latency).
Not shown: 65534 filtered ports
PORT STATE SERVICE
22/tcp open ssh
MAC Address: 00:19:BB:33:AD:BA (Hewlett-Packard Company)Thanks,
Joe b