View Single Post

  #3 (permalink)  
Old 15-01-2008, 09:26 AM
satimis satimis is offline
Coder
 
Join Date: Jun 2007
Posts: 36
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
satimis will become famous soon enough
Default

Quote:
Originally Posted by blacknight View Post
Have a look at the Apache config files. Depending on how it's setup it should have a default vhost either in the main httpd.conf or in another .conf file
Thanks for your advice.

Problem solved, nothing to do with the config file.

# cat /etc/hosts
Code:
127.0.0.1               centos.satimis.com centos localhost
192.168.0.20            centos.satimis.com centos
::1             centos6.satimis.com6 centos6
The cause of problem was missing "localhost" there

satimis
Reply With Quote