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 ge...@apache.org on 2007/01/23 16:08:08 UTC

svn commit: r499044 - /perl/modperl/docs/trunk/src/docs/2.0/user/config/custom.pod

Author: geoff
Date: Tue Jan 23 07:08:08 2007
New Revision: 499044

URL: http://svn.apache.org/viewvc?view=rev&rev=499044
Log:
fix default subroutine callout
thanks to Issac Goldstand

Modified:
    perl/modperl/docs/trunk/src/docs/2.0/user/config/custom.pod

Modified: perl/modperl/docs/trunk/src/docs/2.0/user/config/custom.pod
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/2.0/user/config/custom.pod?view=diff&rev=499044&r1=499043&r2=499044
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/user/config/custom.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/user/config/custom.pod Tue Jan 23 07:08:08 2007
@@ -298,13 +298,13 @@
   my @directives = (
       {
        name         => '<Location',
-       # func defaults to Redirect()
+       # func defaults to Location()
        req_override => Apache2::Const::RSRC_CONF,
        args_how     => Apache2::Const::RAW_ARGS,
       },
       {
        name         => '<LocationMatch',
-       func         => Redirect,
+       func         => Location,
        req_override => Apache2::Const::RSRC_CONF,
        args_how     => Apache2::Const::RAW_ARGS,
        cmd_data     => '1',



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