If so how do I do it? I looked at the mod_perl docs and found:
Apache2::Response->set_keep_alive()
The example:
$ret = $r->set_keepalive();
That overrides the default KeepAlive setting for this particular request.
Doesn't really make sense to me. I already have the following in my
code:
$r
On Wed, 28 Dec 2005 13:59:02 -0600
Boysenberry Payne <[EMAIL PROTECTED]> wrote:
> Hello mod_perl list,
>
> I'm trying to sort out my keep-alive issues.
> It would seem to me (can't get my hands on some of my reference
> materials right now to confirm)
> that it's better to have keep-alive
Hello mod_perl list,
I'm trying to sort out my keep-alive issues.
It would seem to me (can't get my hands on some of my reference materials right now to confirm)
that it's better to have keep-alive off while using a front end (static/php) apache to proxy (using
mod_rewrite with an .htaccess file)