John P. Dodge wrote:
>>     <Limit PUT>
>>         Order deny,allow
>>         Allow from all
>>         Require group WebDAV-Writers
>>     </Limit>
>>     <Limit GET POST OPTIONS PROPFIND>
>>         Order deny,allow
>>         Allow from all
>>         Require group WebDAV-Readers WebDAV-Writers
>>     </Limit>
>>     <LimitExcept GET POST PUT OPTIONS PROPFIND>
>>         Order deny,allow
>>         Deny from all
>>     </LimitExcept>

Only ONE of the limit, or limitexcept blocks are valid per context.

You need two different locations, one for read-only, one for editable.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to