## Environment: Apache2.2.9 / Ubuntu 8.10 ##
- After add virtual host, I got this error message from the error.log
- In the new vhost file:
ServerName myhost.server.com - In default vhost file:
- In ports.conf
"NameVirtualHost *:80"
- Make sure all VirtualHost tag match NameVirtualHost. i.e.: *.80
- ServerName must match the hostname.
- Change the new vhost file:
ServerName myhost.server.com - In default vhost file:
ServerName www.server.com - Restart, observe error.log and try to reach the site from browser
沒有留言:
發佈留言