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 (
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',
},
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
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
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