Re: [us...@httpd] Apache error if using Basic AuthType under Location directive

2009-11-15 Thread Iacopo Benesperi
Eric Covener ha scritto: > No clue if you can't modify the configuration and the location of the > htaccess isn't related to the files you want to protect. Ok thanks: I don't have access to httpd.conf. Let's see if someone has an idea. Iacopo -

Re: [us...@httpd] Apache error if using Basic AuthType under Location directive

2009-11-15 Thread Eric Covener
On Sun, Nov 15, 2009 at 11:42 AM, Iacopo Benesperi wrote: > Eric Covener ha scritto: >> As the error message says, You can't put in htaccess.  It's >> got nothing to do with what's inside the . > > So where can I use the location directive? Inside the configuration file read by Apache at startup

Re: [us...@httpd] Apache error if using Basic AuthType under Location directive

2009-11-15 Thread Iacopo Benesperi
Eric Covener ha scritto: > As the error message says, You can't put in htaccess. It's > got nothing to do with what's inside the . So where can I use the location directive? Or, better: what should I write in the .htaccess to write a rule based on the url and not on the folder ()? Is there a way

Re: [us...@httpd] Apache error if using Basic AuthType under Location directive

2009-11-15 Thread Eric Covener
On Sun, Nov 15, 2009 at 6:33 AM, Iacopo Benesperi wrote: > [...] to my .htaccess: > > > /home/liberenote/svnfolder/.htaccess: > I'd like to know if basic authentication isn't allowed in the location > directive, if no authentication method is allowed (and so the websvn > documentation doesn't

[us...@httpd] Apache error if using Basic AuthType under Location directive

2009-11-15 Thread Iacopo Benesperi
Hi, I have a WebSVN installation and I want to enable a per repository authentication. At this page: http://demo.websvn.info/filedetails.php?repname=WebSVN&path=/trunk/doc/install.html#authentication there's the WebSVN documentation on how to do that. Since my ISP (DreamHost) doesn't provide SSPI a