Can't access server running CentOS 6.3 in vmware

Posted by localhost on Server Fault See other posts from Server Fault or by localhost
Published on 2012-09-05T02:19:16Z Indexed on 2012/09/05 3:40 UTC
Read the original article Hit count: 597

Filed under:
|

I just installed CentOS on a vmware machine that uses a bridged connection, installed apache, php and mysql, but when I run service httpd start I get a warning(?):

Starting httpd: httpd: Could not reliably determine the server's fully qualified domain name, using localhost.localdomain for ServerName

I can connect to the server using putty, so I really have no idea why it won't load in the browser.

EDIT:

Httpd starts successfully, return [ OK ]. Running netstat -tuplen | grep :80 yields:

tcp   0   0 :::80     :::*     LISTEN    0     40392   15894/httpd

I am able to connect with putty to 192.168.0.113, but browser says can't connect to 192.168.0.113

© Server Fault or respective owner

Related posts about apache2

Related posts about centos6