]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix typo in IP address (backport of r632632).
authorErik Abele <erikabele@apache.org>
Sat, 1 Mar 2008 17:44:21 +0000 (17:44 +0000)
committerErik Abele <erikabele@apache.org>
Sat, 1 Mar 2008 17:44:21 +0000 (17:44 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@632634 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/ssl/ssl_howto.xml

index a06cfe40b74f133521d45dbfa8a79b046d6e63d2..4fb2b0676b48b2db6f2f69f7882bff8769c90d50 100644 (file)
@@ -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?</title>
    <p>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 <code>/subarea</code>. Then configure the following outside
    your HTTPS virtual host (so it applies to both HTTPS and HTTP):</p>