Re: [us...@httpd] Satisfy any & Basic authorization

2009-01-15 Thread André Warnier
Eric Covener wrote: On Thu, Jan 15, 2009 at 9:09 AM, Brian Mearns wrote: The only thing I can think of is reversing the orders of the Location tags, i.e., have the more global one come first. I know OP reported that this failed, but I think this is the route to pursue. Did you try "AuthType

Re: [us...@httpd] Satisfy any & Basic authorization

2009-01-15 Thread Eric Covener
On Thu, Jan 15, 2009 at 9:09 AM, Brian Mearns wrote: > > The only thing I can think of is reversing the orders of the Location > tags, i.e., have the more global one come first. I know OP reported that this failed, but I think this is the route to pursue. -- Eric Covener cove...@gmail.com

Re: [us...@httpd] Satisfy any & Basic authorization

2009-01-15 Thread Brian Mearns
On Thu, Jan 15, 2009 at 9:18 AM, Jan Hoskens wrote: > Thanks for the suggestion, but switching the order of the location tags > didn't work either... > > Kind Regards, > Jan > > On Thu, 2009-01-15 at 09:09 -0500, Brian Mearns wrote: >> On Thu, Jan 15, 2009 at 8:51 AM, Jan Hoskens wrote: >> > Hi a

Re: [us...@httpd] Satisfy any & Basic authorization

2009-01-15 Thread Jan Hoskens
Thanks for the suggestion, but switching the order of the location tags didn't work either... Kind Regards, Jan On Thu, 2009-01-15 at 09:09 -0500, Brian Mearns wrote: > On Thu, Jan 15, 2009 at 8:51 AM, Jan Hoskens wrote: > > Hi all, > > > > After some digging in the Apache docs I managed to come

Re: [us...@httpd] Satisfy any & Basic authorization

2009-01-15 Thread Brian Mearns
On Thu, Jan 15, 2009 at 8:51 AM, Jan Hoskens wrote: > Hi all, > > After some digging in the Apache docs I managed to come up with the > following configuration snippet to secure my whole server excluding one > directory: > > > Order deny,allow > Allow from all > Satisfy any > ProxyPass http:/

[us...@httpd] Satisfy any & Basic authorization

2009-01-15 Thread Jan Hoskens
Hi all, After some digging in the Apache docs I managed to come up with the following configuration snippet to secure my whole server excluding one directory: Order deny,allow Allow from all Satisfy any ProxyPass http://someproxyserver.com ProxyPassReverse http://someproxyserver.com