Julio César Rocha <
julio.rocha@...> 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/.
_______________________________________________
Mercurial mailing list
Mercurial@...
http://selenic.com/mailman/listinfo/mercurial