You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by go...@apache.org on 2005/12/09 02:39:21 UTC

svn commit: r355305 - /perl/modperl/docs/trunk/src/docs/2.0/user/intro/start_fast.pod

Author: gozer
Date: Thu Dec  8 17:39:20 2005
New Revision: 355305

URL: http://svn.apache.org/viewcvs?rev=355305&view=rev
Log:
Small httpd.conf fix to one of the examples.

Reported-By: Terrence Brannon <me...@gmail.com>
Submitted-By: Frank Wiles <fr...@wiles.org>


Modified:
    perl/modperl/docs/trunk/src/docs/2.0/user/intro/start_fast.pod

Modified: perl/modperl/docs/trunk/src/docs/2.0/user/intro/start_fast.pod
URL: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/2.0/user/intro/start_fast.pod?rev=355305&r1=355304&r2=355305&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/user/intro/start_fast.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/user/intro/start_fast.pod Thu Dec  8 17:39:20 2005
@@ -101,6 +101,8 @@
       PerlResponseHandler ModPerl::Registry
       PerlOptions +ParseHeaders
       Options +ExecCGI
+      Order allow,deny
+      Allow from all 
   </Location>
 
 and now assuming that we have the following script:



---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org