tibberous Posted December 13, 2010 Share Posted December 13, 2010 The server is running CentOS. I checked the firewall and it is set to allow port 80. I changed the ServerName to the ip:80 in the httpd.conf file and rebooted the server. When I try to connect to the IP, nothing happens, it just times out. I've tried playing with the virtual hosts, but ended up just changing everything back. Any idea how I can get the test page to show up? Quote Link to comment Share on other sites More sharing options...
trq Posted December 13, 2010 Share Posted December 13, 2010 It's highly likely your vhost is not configured to respond to an ip alone. We need to see your vhost configurations. Quote Link to comment Share on other sites More sharing options...
steviewdr Posted December 14, 2010 Share Posted December 14, 2010 Can you do the following test: telnet ipaddress 80 I know you said you checked the firewall, but I'd check again. Do a "netstat -tapn" on the server and check to see if apache is actually running and if it is using port 80. -steve Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.