diff options
author | Joe Orton <jorton@apache.org> | 2011-07-18 12:47:49 +0200 |
---|---|---|
committer | Joe Orton <jorton@apache.org> | 2011-07-18 12:47:49 +0200 |
commit | 87d9d36a409707bb0bc3c64468283095d6c0aecd (patch) | |
tree | ab538365d706ab5b92862a15cab118ca3034af5c /CHANGES | |
parent | Simplify code by using apr_array_pstrcat() (diff) | |
download | apache2-87d9d36a409707bb0bc3c64468283095d6c0aecd.tar.xz apache2-87d9d36a409707bb0bc3c64468283095d6c0aecd.zip |
* server/vhost.c (get_addresses): For '*' and '_default_', return
address(es) for any address family, not IPv4 only.
(dump_a_vhost): Use '*' for v4 or v6 wildcard address.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1147806 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,6 +2,9 @@ Changes with Apache 2.3.14 + *) core: For '*' or '_default_' vhosts, use a wildcard address of any + address family, rather than IPv4 only. [Joe Orton] + *) core, mod_rewrite, mod_ssl, mod_nw_ssl: Make the SERVER_NAME variable include [ ] for literal IPv6 addresses, as mandated by RFC 3875. PR 26005. [Stefan Fritsch] |