Re: [mp2] Re: Using Apache Directives

2004-09-04 Thread Stas Bekman
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 (

Re: Using Apache Directives

2004-09-04 Thread M . v . Buytene
On 2004-09-04 19:58:21 +0200, Stas Bekman <[EMAIL PROTECTED]> said: The proper solution is : Limit => { 'GET PUT POST DELETE PROPFIND PROPPATCH MKCOL COPY MOVE LOCK UNLOCK' => { require => 'valid-user', Order => 'allow,deny', Allow => 'from all', },

Re: Using Apache Directives

2004-09-04 Thread Stas Bekman
M.v.Buytene wrote: I am trying (as a starting test) to replace some apache directives by mod_perl's syntax, so i can hopefully easily yank in specific perl functions. Running apache 2.0.50 Mod_perl 1.99 That's not enough information, Martijn. When reporting problems make sure to file a proper p

[mp2] Re: Using Apache Directives

2004-09-01 Thread Rici Lake
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 en

Using Apache Directives

2004-09-01 Thread M . v . Buytene
I am trying (as a starting test) to replace some apache directives by mod_perl's syntax, so i can hopefully easily yank in specific perl functions. Running apache 2.0.50 Mod_perl 1.99 On a debian sarge machine. All compiled by hand and no errors during compilation/installation. included in httpd