I'm not sure how to accomplish this without stepping on DA or DA stepping on my stuff. The way DA manages subdomains does not offer anywhere near enough flexibility to suit my purposes. This part of DA could use a major rewrite in my estimation.
I have added a wildcard DNS A record *.domain.tld. In a nutshell, here is what I want to do with it:
I want to add a couple of dozen or so VirtualHost sections to the Apache configuration, each implementing a subdomain of the wildcard domain. (subdomain.domain.tld) I don't need instructions on how to write these sections. I do want to avoid DA adding all of those silly unnecessary A records to my DNS which already has a wildcard as stated above. Also I need to control the location of DocumentRoot for each of these subdomains. Therefore, I obviously can't use the so-called subdomain feature. There does not seem to be a custom "virtualhost" feature.
However, the httpd.conf customization feature instructs me not to insert whole VirtualHost sections.
How do I workaround these issues and still use DA? Can I simply ignore the warning against adding VirtualHost sections if I am managing the whole section? If not, why not?
(I am the admin, if that makes any difference)
I have added a wildcard DNS A record *.domain.tld. In a nutshell, here is what I want to do with it:
I want to add a couple of dozen or so VirtualHost sections to the Apache configuration, each implementing a subdomain of the wildcard domain. (subdomain.domain.tld) I don't need instructions on how to write these sections. I do want to avoid DA adding all of those silly unnecessary A records to my DNS which already has a wildcard as stated above. Also I need to control the location of DocumentRoot for each of these subdomains. Therefore, I obviously can't use the so-called subdomain feature. There does not seem to be a custom "virtualhost" feature.
However, the httpd.conf customization feature instructs me not to insert whole VirtualHost sections.
How do I workaround these issues and still use DA? Can I simply ignore the warning against adding VirtualHost sections if I am managing the whole section? If not, why not?
(I am the admin, if that makes any difference)