I need to make a wildcard virtualhost entry in httpd.conf. However the newer configuration requires me to modify the /usr/local/apache/conf/sites/*.conf files instead. This is no problem. I just need to add ServerAlias *.domain.com
However, here's where it starts to get sticky. I have other virtualhosts that use the same SLD, forum.domain.com, etc...
Two questions:
1) How do I make sure that the virtualhost I'm modifying with the wildcard entry is used LAST in the httpd.conf?
2) How do I rebuild the httpd.conf after making the change?
Thank you!
However, here's where it starts to get sticky. I have other virtualhosts that use the same SLD, forum.domain.com, etc...
Two questions:
1) How do I make sure that the virtualhost I'm modifying with the wildcard entry is used LAST in the httpd.conf?
2) How do I rebuild the httpd.conf after making the change?
Thank you!