Re: [us...@httpd] Don't require authentication on a subfolder

2009-07-31 Thread André Warnier
Scott Brady wrote: That worked (I had to put the "/public/" before the "/" and remove the trailing slash in "/public/", but it worked). Just to nitpick a bit : The fact that you are using mod_SSPI leads me to believe you are running Apache on a Windows host. In that case, you should rea

RE: [us...@httpd] Don't require authentication on a subfolder

2009-07-31 Thread Scott Brady
> -Original Message- > From: Tom Evans [mailto:tevans...@googlemail.com] > Sent: Friday, July 31, 2009 2:54 AM > Do you understand the difference between and ? Nope, but I do now. :) (snip) > I'm pretty sure you just want containers rather than > , like so: > ># All your SSPI di

Re: [us...@httpd] Don't require authentication on a subfolder

2009-07-31 Thread Tom Evans
On Thu, 2009-07-30 at 13:49 -0600, Scott Brady wrote: > I'm trying to find a way to require authentication (using > mod_auth_sspi) on an entire website except for one specific folder, > which I want freely accessible. However, I've been having issues > getting that to work. I've tried setting SSPI

RE: [us...@httpd] Don't require authentication on a subfolder

2009-07-30 Thread Scott Brady
> -Original Message- > From: Eric Covener [mailto:cove...@gmail.com] > Sent: Thursday, July 30, 2009 3:45 PM > Any chance you have SSPI on in a Location container that would apply? I'm not sure I understand the question. (I should probably point out that I'm not an apache expert by any

Re: [us...@httpd] Don't require authentication on a subfolder

2009-07-30 Thread Eric Covener
On Thu, Jul 30, 2009 at 5:29 PM, Scott Brady wrote: > Doesn't look like it nope.  If I interpret the docs on the > directive, what I have SHOULD override the settings on "/", so it may just be > some other setting specific to SSPI I need (I have a question into a forum > specific to that module

RE: [us...@httpd] Don't require authentication on a subfolder

2009-07-30 Thread Scott Brady
-Original Message- From: Peter Schober [mailto:peter.scho...@univie.ac.at] Sent: Thursday, July 30, 2009 2:10 PM > * Scott Brady [2009-07-30 21:50]: > > # This is the folder I want freely accessible > > > > SSPIAuth Off > >

Re: [us...@httpd] Don't require authentication on a subfolder

2009-07-30 Thread Peter Schober
* Scott Brady [2009-07-30 21:50]: > # This is the folder I want freely accessible > > SSPIAuth Off > Does the generic way of Allow from all Satisfy any work? -peter

[us...@httpd] Don't require authentication on a subfolder

2009-07-30 Thread Scott Brady
I'm trying to find a way to require authentication (using mod_auth_sspi) on an entire website except for one specific folder, which I want freely accessible. However, I've been having issues getting that to work. I've tried setting SSPIAuth Off on the subfolder, but that didn't work. Is there s