diff options
author | Marc Balmer <mbalmer@cvs.openbsd.org> | 2008-05-09 08:06:29 +0000 |
---|---|---|
committer | Marc Balmer <mbalmer@cvs.openbsd.org> | 2008-05-09 08:06:29 +0000 |
commit | b7b0df859db0329e6f3db4e1346a9fee12d65aee (patch) | |
tree | ae34c9647bd8defed39f43aaf337bf596fb048e0 /usr.sbin/httpd/htdocs/manual/misc/rewriteguide.html | |
parent | 239c3bdd554989379fb2e7b923658ec5dc632320 (diff) |
Add support for IPv6 while keeping the default at IPv4 to not break
existing installations. See the documentation for the IPv6 related
configuration.
This changes the module ABI since addresses are now struct addrinfo.
This has been tested by many people and run on production machines
for several months.
feedback many, ok todd
Diffstat (limited to 'usr.sbin/httpd/htdocs/manual/misc/rewriteguide.html')
-rw-r--r-- | usr.sbin/httpd/htdocs/manual/misc/rewriteguide.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/httpd/htdocs/manual/misc/rewriteguide.html b/usr.sbin/httpd/htdocs/manual/misc/rewriteguide.html index 195daefd044..bd62b24d778 100644 --- a/usr.sbin/httpd/htdocs/manual/misc/rewriteguide.html +++ b/usr.sbin/httpd/htdocs/manual/misc/rewriteguide.html @@ -2103,7 +2103,7 @@ perl.apache.org OK <tr> <td> <pre> -<VirtualHost *:8008> +<VirtualHost 0.0.0.0:8008> ... RewriteEngine On # Either use the (plaintext) allow list from goodsites.txt |