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 th

[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