[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Apache setup, user access

From: Dave Pawson <dave.pawson_at_gmail.com>
Date: 2005-09-17 15:55:00 CEST

I'm getting confused with <Limit ...> and <LimitExcept ...>

http://httpd.apache.org/docs/1.3/mod/core.html#limit

The purpose of the <Limit> directive is to restrict the effect of the
access controls to the nominated HTTP methods.

So if I have
<Limit POST PUT >
Require valid-user
</Limit>

Then the users in the passwd file will be able to PUT and POST

With LimitExcept, I'm less clear.
<LimitExcept> and </LimitExcept> are used to enclose a group of access
control directives which will then apply to any HTTP access method not
listed in the argument

So <LimitExept GET>
Require valid-user

will ... what? require a recognised user for everything except GET?

I'm trying to set up a Subversion repository which has
password protected read access, and no other access.

Any suggestions which method is appropriate please?

regards

-- 
Dave Pawson
XSLT XSL-FO FAQ.
http://www.dpawson.co.uk
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Sep 17 15:56:56 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.