Mailing List Archive

[Bug 65056] some ideas how to better describe the merging of sections
https://bz.apache.org/bugzilla/show_bug.cgi?id=65056

--- Comment #1 from Christoph Anton Mitterer <calestyo@scientia.net> ---
Follow up on (3):

Maybe a simply way to describe this for <VirtualHost> would be:

For <VirtualHost>, if there are multiple sections that match on the very same
specifier, e.g.:
- two or more of <VirtualHost address:port>
- two or more of <VirtualHost address:*>
- two or more of <VirtualHost *:port>
- two or more of <VirtualHost *:*>

HTTPD would (after is has ruled out all vhosts that aren't a best-match, see
vhosting Tutorial), within each of the above groups, first look whether one
<VirtualHost> can be picked based on name-based vhosting (via
ServerName/ServerAlias) and if not possible, take the first <VirtualHost> in
the configuration (or fall back to the main server).
In no case it would finally consider directives from more than one
<VirtualHost> section.

--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org