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/mod/mod_authz_host.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/mod/mod_authz_host.html.en')
-rw-r--r-- | docs/manual/mod/mod_authz_host.html.en | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/mod/mod_authz_host.html.en b/docs/manual/mod/mod_authz_host.html.en index 62f01c768f..89c8ea46ad 100644 --- a/docs/manual/mod/mod_authz_host.html.en +++ b/docs/manual/mod/mod_authz_host.html.en @@ -163,8 +163,8 @@ server</td></tr> below:</p> <div class="example"><p><code> - Allow from fe80::a00:20ff:fea7:ccea<br /> - Allow from fe80::a00:20ff:fea7:ccea/10 + Allow from 2001:db8::a00:20ff:fea7:ccea<br /> + Allow from 2001:db8::a00:20ff:fea7:ccea/10 </code></p></div> <p>The third format of the arguments to the |