Hi!
After I execute /scripts/easyapache to upgrade my box to apache2.0, I found there are many virtual hosts setting in httpd.conf looks like this:
It should be only DocumentRoot /home/otist/public_html
And I checked some files:
/etc/userdomains
/etc/vdomainaliases
It seems there are some virtual hosts have not only domain.com but also www.domain.com.
Now, what files should I edit to make sure next time I rebuild apache there won't be any extra /www shows in the httpd.conf ?
After I execute /scripts/easyapache to upgrade my box to apache2.0, I found there are many virtual hosts setting in httpd.conf looks like this:
HTML:
DocumentRoot /home/username/public_html/www
And I checked some files:
/etc/userdomains
/etc/vdomainaliases
It seems there are some virtual hosts have not only domain.com but also www.domain.com.
Now, what files should I edit to make sure next time I rebuild apache there won't be any extra /www shows in the httpd.conf ?