> -----Original Message----- > From: Nico [mailto:nicolas.georget@xxxxxxxxx] > Sent: Monday, December 05, 2005 2:36 PM > To: users@xxxxxxxxxxxxxxxx > Subject: Re: [users@httpd] Auth problem with Location Hi Nico, > > 2005/12/5, Maurer, Hermann <Hermann.Maurer@xxxxxxx>: > > > Hello folks, > > [...] > > <Location /myloc/confidential> > > Order Allow,Deny > > Allow from all > > AuthName "Confidentail Area, please login" > > AuthType Basic > > AuthUserFile /usr/local/apache/passwd/passwords > > Require valid-users > > </Location> > > Try with <Directory></Directory> if your path is a Hard > access in your server and with the valid syntax : > Require valid-user I cannot do that, because I don't have any concerning directories/files: it's subversion behind the url :-) > > Or with Location, if it doesn't work, maybe > /myloc/confidential isn't matching URLs <Location > URL-path|URL> ... </Location> Unfortunetly it is the matching one :-( > > But it works with only this commands : > > <location /myloc/Confidential> > AuthName "ConfidentIAL Area, please login" > AuthType Basic > AuthUserFile /usr/etc/MyDomain/.htpasswd > Require valid-user > </Location> > Thanks, I have tried this, without success... > -- > nico > --------------------------------------------------------------------- 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx