Our configuration has the typical include of
"/etc/httpd/conf.d/*.conf", it is here that the vhosts are defined in
separate files. Should the default also be placed in here or does it
have to be defined at the end of the httpd.conf (master) configuration
file?
It is currently my understanding that I should place it at the bottom
of httpd.conf; so to be sure it is that last that is matched, but I
would like to hear from someone with more knowledge and/or experience
about apache than myself.
I would prefer it to be placed in the conf.d folder if possible.