Rici Lake wrote:
On 1-Sep-04, at 3:57 AM, M.v.Buytene wrote:

         Limit          => {
                METHODS => 'GET POST',
                require => 'valid-user',
                Order => 'allow,deny',
                Allow => 'from all',
         },



Apparently, the documentation is wrong (which is why I ended up fixing mod_info and creating the mod_info/mod_perl patch I announced a couple of days ago.

The following works:

         Limit => {
           'GET POST' => {
                require => 'valid-user',
                Order => 'allow,deny',
                Allow => 'from all',
            },
         }

Thanks, Rici, I've fixed the doc.


-- __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com

--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html



Reply via email to