Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 30921 invoked from network); 6 Oct 2009 15:23:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 Oct 2009 15:23:47 -0000 Received: (qmail 78539 invoked by uid 500); 6 Oct 2009 15:23:47 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 78471 invoked by uid 500); 6 Oct 2009 15:23:47 -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 78462 invoked by uid 99); 6 Oct 2009 15:23:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Oct 2009 15:23:47 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.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; Tue, 06 Oct 2009 15:23:44 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 7BF3C23888CE; Tue, 6 Oct 2009 15:22:53 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r822313 - /httpd/mod_fcgid/trunk/docs/manual/mod/mod_fcgid.xml Date: Tue, 06 Oct 2009 15:22:53 -0000 To: cvs@httpd.apache.org From: trawick@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20091006152253.7BF3C23888CE@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: trawick Date: Tue Oct 6 15:22:51 2009 New Revision: 822313 URL: http://svn.apache.org/viewvc?rev=822313&view=rev Log: remove duplicate access control for the example PHP script Modified: httpd/mod_fcgid/trunk/docs/manual/mod/mod_fcgid.xml Modified: httpd/mod_fcgid/trunk/docs/manual/mod/mod_fcgid.xml URL: http://svn.apache.org/viewvc/httpd/mod_fcgid/trunk/docs/manual/mod/mod_fcgid.xml?rev=822313&r1=822312&r2=822313&view=diff ============================================================================== --- httpd/mod_fcgid/trunk/docs/manual/mod/mod_fcgid.xml (original) +++ httpd/mod_fcgid/trunk/docs/manual/mod/mod_fcgid.xml Tue Oct 6 15:22:51 2009 @@ -298,15 +298,6 @@ Allow from all
</Location>
-
- <FilesMatch /usr/local/phpapp/phpinfo.php> - - # Customize the next two directives for your requirements.
- Order allow,deny
- Allow from all
-
- </FilesMatch> - PHP wrapper script - /usr/local/bin/php-wrapper