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
> -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
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
> -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
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
-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
> >
* 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