Thanks for the detailed reply Andre.
On Thu, Jul 09, 2009 at 01:16:06AM -0700, André Warnier wrote:
> Ray Van Dolson wrote:
> > On Wed, Jul 08, 2009 at 03:35:58PM -0700, André Warnier wrote:
> >> Ray Van Dolson wrote:
> >>> Hi all;
> >>>
> >>> I'm trying to strip out NTLM as an authentication opti
André Warnier wrote:
Addendum to this :
I had a quick browse through the standard Apache modules, and it seems
that there is nothing that allows to test a /response/ header, and then
do something about the response headers in general.
I take it back. There seems to be something you can do, by
Ray Van Dolson wrote:
On Wed, Jul 08, 2009 at 03:35:58PM -0700, André Warnier wrote:
Ray Van Dolson wrote:
Hi all;
I'm trying to strip out NTLM as an authentication option from response
packets (my Apache is acting as a reverse proxy).
By curiosity, what does this achieve ?
If the origin serv
On Wed, Jul 08, 2009 at 03:35:58PM -0700, André Warnier wrote:
> Ray Van Dolson wrote:
> > Hi all;
> >
> > I'm trying to strip out NTLM as an authentication option from response
> > packets (my Apache is acting as a reverse proxy).
>
> By curiosity, what does this achieve ?
> If the origin server
Ray Van Dolson wrote:
Hi all;
I'm trying to strip out NTLM as an authentication option from response
packets (my Apache is acting as a reverse proxy).
By curiosity, what does this achieve ?
If the origin server requires NTLM authentication for a resource, it is
unlikely to be happy with a Bas
Hi all;
I'm trying to strip out NTLM as an authentication option from response
packets (my Apache is acting as a reverse proxy). At first I did this
blindly with the Header command:
Header always unset WWW-Authenticate
Header always set WWW-Authenticate "Basic realm='%{SERVER_NAME}e'"
Head