From 2ccebd2d011a9470613b2fa2e30ddbf123e3b2f8 Mon Sep 17 00:00:00 2001 From: Erik Abele Date: Sat, 1 Mar 2008 17:44:16 +0000 Subject: [PATCH] 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 --- docs/manual/ssl/ssl_howto.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.

-- 2.47.2