Commit 8ae64cae authored by Alexei Kosut's avatar Alexei Kosut
Browse files

Take the <HostAlias> functionality added earlier, and fold it back

into <VirtualHost>. This hopefully makes for a config file that makes
more sense, plus it allows for easier transition, since the conf files
do not have to be changed. A ServerAlias directive has been added,
which goes inside the <VirtualHost> and can provide additional names
which that host will recognize itself as. These can include wildcards,
e.g. "ServerAlias *.foo.com foo.bar.net foo.com". The canonical name
is given by the <VirtualHost> directive or a ServerName.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@76424 13f79535-47bb-0310-9956-ffa450edef68
parent ffdd9f1a
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment