Hi eloyd,eloyd wrote: Try this and post the results:Code: Select all
grep -r "Listen" /etc/httpd/conf*
Here is the output:-
[root@rlwusit02 ~]# grep -r "Listen" /etc/httpd/conf*
/etc/httpd/conf/httpd.conf:# Listen: Allows you to bind Apache to specific IP addresses and/or
/etc/httpd/conf/httpd.conf:# Change this to Listen on specific IP addresses as shown below to
/etc/httpd/conf/httpd.conf:#Listen 12.34.56.78:80
/etc/httpd/conf/httpd.conf:Listen 80
[root@rlwusit02 ~]# [root@rlwusit02 ~]#
This isn't the IP of my server. Should I change this line?Listen 12.34.56.78:80
I understand what you are saying and agree but I have no firewall. If I just use the IP address within the URL I still get a timeout. If you scan the server it shows that port 80 is not present?
Starting Nmap 6.47 ( http://nmap.org ) at 2016-09-07 17:00 BST
Nmap scan report for rlwusit02
Host is up (0.00076s latency).
Not shown: 999 filtered ports
PORT STATE SERVICE
22/tcp open ssh
Nmap done: 1 IP address (1 host up) scanned in 9.17 seconds
mark@rlwdeb030283:~$