View Single Post
  #3 (permalink)  
Old 01-22-2009, 03:36 PM
Stuff4Toys's Avatar
Stuff4Toys Stuff4Toys is offline
Registered User
 
Join Date: Oct 2008
Location: Wisconsin
Posts: 17
Stuff4Toys is on a distinguished road
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 ><>
__________________
JMDualPro - Marine and Sports Battery Chargers
JMKerusso - Quality Kerusso Christian Wear
Stuff4Toys - Stuff for your Boat
Reply With Quote