From: Erik Abele Date: Sat, 1 Mar 2008 17:44:16 +0000 (+0000) Subject: Fix typo in IP address (backport of r632632). X-Git-Tag: 2.2.9~336 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ccebd2d011a9470613b2fa2e30ddbf123e3b2f8;p=thirdparty%2Fapache%2Fhttpd.git Fix typo in IP address (backport of r632632). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@632633 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/ssl/ssl_howto.xml b/docs/manual/ssl/ssl_howto.xml index 181fb62a263..4f9e10a25f4 100644 --- a/docs/manual/ssl/ssl_howto.xml +++ b/docs/manual/ssl/ssl_howto.xml @@ -247,7 +247,7 @@ Intranet website, for clients coming from the Internet? I still want to allow plain HTTP access for clients on the Intranet.

These examples presume that clients on the Intranet have IPs in the range - 192.160.1.0/24, and that the part of the Intranet website you want to allow + 192.168.1.0/24, and that the part of the Intranet website you want to allow internet access to is /usr/local/apache2/htdocs/subarea. This configuration should remain outside of your HTTPS virtual host, so that it applies to both HTTPS and HTTP.