Quote:
Originally Posted by blacknight 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