Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 24500 invoked from network); 6 Aug 2004 06:59:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 6 Aug 2004 06:59:53 -0000 Received: (qmail 37180 invoked by uid 500); 6 Aug 2004 06:59:52 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 37145 invoked by uid 500); 6 Aug 2004 06:59:51 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 37131 invoked by uid 500); 6 Aug 2004 06:59:51 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Received: (qmail 37128 invoked by uid 99); 6 Aug 2004 06:59:51 -0000 X-ASF-Spam-Status: No, hits=-2.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.27.1) with SMTP; Thu, 05 Aug 2004 23:59:51 -0700 Received: (qmail 24482 invoked by uid 1228); 6 Aug 2004 06:59:51 -0000 Date: 6 Aug 2004 06:59:51 -0000 Message-ID: <20040806065951.24481.qmail@minotaur.apache.org> From: yoshiki@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/docs/manual/ssl ssl_howto.html.en ssl_howto.xml X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N yoshiki 2004/08/05 23:59:51 Modified: docs/manual/ssl ssl_howto.html.en ssl_howto.xml Log: Fix typo. is->it Revision Changes Path 1.12 +1 -1 httpd-2.0/docs/manual/ssl/ssl_howto.html.en Index: ssl_howto.html.en =================================================================== RCS file: /home/cvs/httpd-2.0/docs/manual/ssl/ssl_howto.html.en,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ssl_howto.html.en 21 Feb 2004 00:31:45 -0000 1.11 +++ ssl_howto.html.en 6 Aug 2004 06:59:50 -0000 1.12 @@ -31,7 +31,7 @@

How to solve particular security constraints for an SSL-aware webserver is not always obvious because of the coherences between SSL, HTTP and Apache's way of processing requests. This chapter gives -instructions on how to solve such typical situations. Treat is as a first +instructions on how to solve such typical situations. Treat it as a first step to find out the final solution, but always try to understand the stuff before you use it. Nothing is worse than using a security solution without knowing its restrictions and coherences.

1.10 +2 -2 httpd-2.0/docs/manual/ssl/ssl_howto.xml Index: ssl_howto.xml =================================================================== RCS file: /home/cvs/httpd-2.0/docs/manual/ssl/ssl_howto.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ssl_howto.xml 17 Apr 2004 11:18:05 -0000 1.9 +++ ssl_howto.xml 6 Aug 2004 06:59:50 -0000 1.10 @@ -35,7 +35,7 @@

How to solve particular security constraints for an SSL-aware webserver is not always obvious because of the coherences between SSL, HTTP and Apache's way of processing requests. This chapter gives -instructions on how to solve such typical situations. Treat is as a first +instructions on how to solve such typical situations. Treat it as a first step to find out the final solution, but always try to understand the stuff before you use it. Nothing is worse than using a security solution without knowing its restrictions and coherences.