allow_read not working
Martin Geisler
mg at lazybytes.net
Fri Nov 6 14:38:23 CST 2009
Julio César Rocha <julio.rocha at rochsquadron.net> writes:
Hi Julio,
I'm sending this back to the list.
> Thanks a lot! it was the problem with the GET verb. I just had to include it
> in the .htaccess validation to request a valid user and it worked. I'll show
> you the file contents in case it is useful to someone else:
>
> AuthUserFile /path/to/passwordfile
> AuthGroupFile /dev/null
> AuthName "Repository Access"
> AuthType Basic
> <Limit GET POST PUT DELETE>
> Require valid-user
> </Limit>
>
> The previous (not working) configuration was:
>
> AuthUserFile /path/to/passwordfile
> AuthGroupFile /dev/null
> AuthName "Repository Access"
> AuthType Basic
> <LimitExcept GET>
> Require valid-user
> </LimitExcept>
Super that you got it working!
--
Martin Geisler
VIFF (Virtual Ideal Functionality Framework) brings easy and efficient
SMPC (Secure Multiparty Computation) to Python. See: http://viff.dk/.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
Url : http://selenic.com/pipermail/mercurial/attachments/20091106/9706303e/attachment.pgp
More information about the Mercurial
mailing list