Hi,

I am running subversion through Apache/2.2.3.

I would like to set it up so that:
1. From within the LAN, Anonymous users can only checkout (read-only)
2. From within the LAN, Authenticated users can check in and out (Read-write)
3. From outside the LAN, Anonymous users should be rejected and Authenticated 
users will get read-write rights.

So far I have this which works for the internal network as desired but I don't 
know how to procede with the config for external connections.

   <LimitExcept GET PROPFIND OPTIONS REPORT>
      Require valid-user
   </LimitExcept>

Any ideas?

TIA,
Chaim

---------------------------------------------------------------------
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