From: Erik Abele Date: Sat, 1 Mar 2008 17:44:21 +0000 (+0000) Subject: Fix typo in IP address (backport of r632632). X-Git-Tag: 2.0.64~205 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e03d9aba9d240845f5d2410700545fec1629dc29;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.0.x@632634 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/ssl/ssl_howto.xml b/docs/manual/ssl/ssl_howto.xml index a06cfe40b74..4fb2b0676b4 100644 --- a/docs/manual/ssl/ssl_howto.xml +++ b/docs/manual/ssl/ssl_howto.xml @@ -236,7 +236,7 @@ authentication or client certificates for access to a subarea on the Intranet website for clients coming from the Internet but still allow plain HTTP access for clients on the Intranet?

Let us assume the Intranet can be distinguished through the IP - network 192.160.1.0/24 and the subarea on the Intranet website has + network 192.168.1.0/24 and the subarea on the Intranet website has the URL /subarea. Then configure the following outside your HTTPS virtual host (so it applies to both HTTPS and HTTP):