diff options
author | Colm MacCarthaigh <colm@apache.org> | 2005-10-24 11:42:56 +0200 |
---|---|---|
committer | Colm MacCarthaigh <colm@apache.org> | 2005-10-24 11:42:56 +0200 |
commit | 545079d994f0fc666015135b6197a248acffb1bc (patch) | |
tree | 4d41bef3a62f3be8cc7e36597fbc4e180dfd0160 /docs/manual/new_features_2_0.html.en | |
parent | fe80::/16 is for link-scope link-local addresses in IPv6, they are not (diff) | |
download | apache2-545079d994f0fc666015135b6197a248acffb1bc.tar.xz apache2-545079d994f0fc666015135b6197a248acffb1bc.zip |
Update transformations, mainly to reflect the fe80 -> 2001:db8 changes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@328014 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/new_features_2_0.html.en')
-rw-r--r-- | docs/manual/new_features_2_0.html.en | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/new_features_2_0.html.en b/docs/manual/new_features_2_0.html.en index 8470b22e35..5f36779499 100644 --- a/docs/manual/new_features_2_0.html.en +++ b/docs/manual/new_features_2_0.html.en @@ -83,7 +83,7 @@ Apache Portable Runtime library, Apache gets IPv6 listening sockets by default. Additionally, the <code class="directive"><a href="./mod/mpm_common.html#listen">Listen</a></code>, <code class="directive"><a href="./mod/core.html#namevirtualhost">NameVirtualHost</a></code>, and <code class="directive"><a href="./mod/core.html#virtualhost">VirtualHost</a></code> directives support IPv6 numeric address strings (e.g., "<code>Listen - [fe80::1]:8080</code>").</dd> + [2001:db8::1]:8080</code>").</dd> <dt>Filtering</dt> |