summaryrefslogtreecommitdiffstats
path: root/docs/manual/new_features_2_0.html.en
diff options
context:
space:
mode:
authorColm MacCarthaigh <colm@apache.org>2005-10-24 11:42:56 +0200
committerColm MacCarthaigh <colm@apache.org>2005-10-24 11:42:56 +0200
commit545079d994f0fc666015135b6197a248acffb1bc (patch)
tree4d41bef3a62f3be8cc7e36597fbc4e180dfd0160 /docs/manual/new_features_2_0.html.en
parentfe80::/16 is for link-scope link-local addresses in IPv6, they are not (diff)
downloadapache2-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.en2
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>