Ya, YA, Ya
After reading
http://www.cpanel.net/support/docs/e...irectives.html
I have a little better understanding of how this works.
Can I create OVERRIDES with this method?
If the httpd.conf says that the path to a document root is:
/home/name/public_html/domain1
Can I override this directive my placing in the post_virtualhost the same ip address:
Code:
<VirtualHost xxx.xxx.xxx.1:80>
ServerName domain1.com
DocumentRoot /home/name/public_html
Will this override the previous and use the new info instead?
That would be cool.
JOhn ><>