I want to move my application server from OpenSuse to the SMEserver, normaly we create subdomains with the applications like:
http://crm.mycompany.com
http://erp.mycompany.com
http://dms.mycompany.com
If you want to do that, then you don't want to use the template fragments in /etc/e-smith/templates/etc/httpd/conf/httpd.conf/VirtualHost/. You don't have to.
cd /etc/e-smith/templates.custom
mkdir -p etc/httpd/conf/httpd.conf/CRMHost
vi etc/httpd/conf/httpd.conf/CRMHost/xxx
db domains setprop crm.mycompany.com TemplatePath CRMHost
expand-template /etc/httpd/conf/httpd.conf
You now have complete control over the virtual host definition for crm.mycompany.com.
Do similar for dms and erp.