[EMAIL PROTECTED] Auth problem with Location

2005-12-05 Thread Maurer, Hermann
Hello folks, I'd like to implement the following scenario: We have an area, which must be accessible by everyone. There is an subfolder in it, which has to be accessible by authorized users only. Below I noted the appropriate piece of httpd.conf for that: Location

RE: [EMAIL PROTECTED] Auth problem with Location

2005-12-05 Thread Boyle Owen
-Original Message- From: Maurer, Hermann [mailto:[EMAIL PROTECTED] Sent: Montag, 5. Dezember 2005 09:44 To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Auth problem with Location Hello folks, I'd like to implement the following scenario: We have an area, which must

Re: [EMAIL PROTECTED] Auth problem with Location

2005-12-05 Thread Nico
2005/12/5, Maurer, Hermann [EMAIL PROTECTED]: 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

RE: [EMAIL PROTECTED] Auth problem with Location

2005-12-05 Thread Maurer, Hermann
-Original Message- From: Boyle Owen [mailto:[EMAIL PROTECTED] Sent: Monday, December 05, 2005 2:25 PM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] Auth problem with Location Thank you Boyle ! -Original Message- From: Maurer, Hermann [mailto:[EMAIL

RE: [EMAIL PROTECTED] Auth problem with Location

2005-12-05 Thread Maurer, Hermann
-Original Message- From: Nico [mailto:[EMAIL PROTECTED] Sent: Monday, December 05, 2005 2:36 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Auth problem with Location Hi Nico, 2005/12/5, Maurer, Hermann [EMAIL PROTECTED]: Hello folks, [...] Location /myloc