You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2009/10/06 17:22:53 UTC

svn commit: r822313 - /httpd/mod_fcgid/trunk/docs/manual/mod/mod_fcgid.xml

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<br />
     </indent>
     &lt;/Location&gt;<br />
-    <br />
-    &lt;FilesMatch /usr/local/phpapp/phpinfo.php&gt;
-    <indent>
-      # Customize the next two directives for your requirements.<br />
-      Order allow,deny<br />
-      Allow from all<br />
-    </indent>
-    &lt;/FilesMatch&gt;
-
     </example>
 
     <example><title>PHP wrapper script - /usr/local/bin/php-wrapper</title>