Return-Path: X-Original-To: apmail-httpd-cvs-archive@www.apache.org Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AFD8A9A23 for ; Fri, 16 Mar 2012 20:13:12 +0000 (UTC) Received: (qmail 27225 invoked by uid 500); 16 Mar 2012 20:13:12 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 27171 invoked by uid 500); 16 Mar 2012 20:13:12 -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: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 27162 invoked by uid 99); 16 Mar 2012 20:13:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Mar 2012 20:13:12 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Mar 2012 20:13:10 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 3667323888EA; Fri, 16 Mar 2012 20:12:49 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1301732 - in /httpd/httpd/trunk/docs/manual/mod: mod_authnz_ldap.xml mod_mime.xml Date: Fri, 16 Mar 2012 20:12:49 -0000 To: cvs@httpd.apache.org From: rbowen@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120316201249.3667323888EA@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: rbowen Date: Fri Mar 16 20:12:48 2012 New Revision: 1301732 URL: http://svn.apache.org/viewvc?rev=1301732&view=rev Log: Typos and broken links in docs. Daniel Gruno (rumble at cord dk) Modified: httpd/httpd/trunk/docs/manual/mod/mod_authnz_ldap.xml httpd/httpd/trunk/docs/manual/mod/mod_mime.xml Modified: httpd/httpd/trunk/docs/manual/mod/mod_authnz_ldap.xml URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_authnz_ldap.xml?rev=1301732&r1=1301731&r2=1301732&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/mod/mod_authnz_ldap.xml (original) +++ httpd/httpd/trunk/docs/manual/mod/mod_authnz_ldap.xml Fri Mar 16 20:12:48 2012 @@ -835,8 +835,8 @@ own username, instead of anonymously or has no effect when this module is used exclusively for authorization. -AuthLDAPInitialBindPattern -AuthLDAPBindDN +AuthLDAPInitialBindPattern +AuthLDAPBindDN AuthLDAPCompareAsUser AuthLDAPSearchAsUser Modified: httpd/httpd/trunk/docs/manual/mod/mod_mime.xml URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_mime.xml?rev=1301732&r1=1301731&r2=1301732&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/mod/mod_mime.xml (original) +++ httpd/httpd/trunk/docs/manual/mod/mod_mime.xml Fri Mar 16 20:12:48 2012 @@ -509,9 +509,9 @@ later. them.

Note that when defining a set of filters using the - AddOuputFilter directive, + AddOutputFilter directive, any definition made will replace any previous definition made by - the AddOuputFilter + the AddOutputFilter directive.