Yes, I have read that. Unfortunately it doesn't cover the default vhost entry.
Incidentally, I'm talking about the catch-all default vhost entry -- the one that is geared for unbound IPs... Specifically, this entry:
Code:
<VirtualHost *>
ServerName domain.com
DocumentRoot /usr/local/apache/htdocs
ServerAdmin admin@domain.com
UserDir disable
</VirtualHost>
I want to either remove or modify the DocumentRoot for this entry. Changing it manually and then running [ /usr/local/cpanel/bin/apache_conf_distiller --update --main ] and [ /usr/local/cpanel/bin/build_apache_conf ] erases the changes I made.