Since this is along the same lines how would one accomplish a compound subdomain.
Example:
http://sub1.sub2.sub3.host.tld/
in my <VirtualHost> Tag this is what I listed as the primary data:
Code:
ServerAdmin noc@xainet.com
ServerName www.ebarg.com
ServerAlias ebarg.com *.*.*.*.ebarg.com *.*.*.ebarg.com *.*.ebarg.com *.ebarg.com
DocumentRoot /my/path/to/root/
Obviously this wont work (already tried). httpd does not fault, but it won't let me us any more than one domain. I am sure it is possable though because you see it on government websites alot (course maybe it is a government thing).
Any ideas?