Hi, I was reading the documentation and testing out some things. We have multiple name based virtual hosts, but would like to display a page when not match is found. According to the documentation at [1] and [2], the first matching servername or alias is used, with no precedence for wildcards. What appears to be working in our case is a 'default' host with 'ServerName *', but how would I know for certain that this is the one that is always used? 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. Best regards, Steven [1] http://httpd.apache.org/docs/2.2/vhosts/name-based.html [2] https://httpd.apache.org/docs/2.4/vhosts/name-based.html#defaultvhost --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx