Re: [EMAIL PROTECTED] Access restriction with nested Locations

2006-02-08 Thread Norman Timmler
Am Mittwoch, den 08.02.2006, 13:16 -0500 schrieb Joshua Slive: > On 2/8/06, Norman Timmler <[EMAIL PROTECTED]> wrote: > > > > > Order deny,allow > > Deny from all > > AuthType Basic > > AuthName "authenticate" > > AuthUserFile /etc/apache2/.htpasswd > > AuthGroupFile /et

Re: [EMAIL PROTECTED] Access restriction with nested Locations

2006-02-08 Thread Joshua Slive
On 2/8/06, Norman Timmler <[EMAIL PROTECTED]> wrote: > > Order deny,allow > Deny from all > AuthType Basic > AuthName "authenticate" > AuthUserFile /etc/apache2/.htpasswd > AuthGroupFile /etc/apache2/.htgroups > Require group admins > Satisfy Any > # WORKS >

Re: [EMAIL PROTECTED] Access restriction with nested Locations

2006-02-08 Thread Norman Timmler
Forgot to mention that i am running Apache2. Am Mittwoch, den 08.02.2006, 18:52 +0100 schrieb Norman Timmler: > Hello, > > i have strange problems to get some nested Location directives to work. > What i want is: > > > # Only accessible if username and password is supplied > > > > # Ac

[EMAIL PROTECTED] Access restriction with nested Locations

2006-02-08 Thread Norman Timmler
Hello, i have strange problems to get some nested Location directives to work. What i want is: # Only accessible if username and password is supplied # Accessible for all with no restrictions # Accessible only for local machine (localhost) Can somebody please provide me the right