From: Erik Abele Date: Sat, 1 Mar 2008 17:43:02 +0000 (+0000) Subject: Fix typo in IP address. X-Git-Tag: 2.3.0~917 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9e9008717f9a54d3558b02101865dbd3e297e923;p=apache Fix typo in IP address. Submitted privately by: Markus Weber git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@632632 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/ssl/ssl_howto.xml b/docs/manual/ssl/ssl_howto.xml index 181fb62a26..4f9e10a25f 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.