View Single Post
Join Date: Sep 2005
Posts: 9
Reputation: bsmith is an unknown quantity at this point 
Solved Threads: 0
bsmith bsmith is offline Offline
Newbie Poster

Re: IP address not resloved in Apache

 
0
  #4
Sep 22nd, 2005
What do you have for ListenAddress? If you point it to something like 127.0.0.1 then that may be messing you up -try just 'Listen 80', and also if you're using NameVirtualHost directives, be sure that the wan ip is in that.
Also, look and make sure that iptables is allowing all port 80 traffic through.
Reply With Quote