On 9/27/07, Pieter Vanmeerbeek <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Thanks for this answer. I'll try it.

Good luck. (By the way, you'll need to fix the quoting on the example
I gave you.
It will look more like
Header set WWW-Authenticate "Basic realm=\"x.x.x.x\"" env=gotntlm


> To solve this I wanted to disable the keepalive function on the backend
> connection (resulting in lower performance but more secure).
> A dump shows a 'Connection: keepalive' header in the initial connection from
> apache to the owa server.
>
> I've tried using the 'KeepAlive Off' option and the 'setEnv nokeepalive'
> option and even the 'Header unset Connection' and 'RequestHeader unset
> Connection' options.
> None of them seem to work.

You'll need to set proxy-nokeepalive. See:
http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#envsettings

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to