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) to a back end (mod_perl) apache.
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();
Doesn't really make sense to me. I already have the following in my code:
$r->no_cache(1);
What do I do?
Thanks in advance,
Boysenberry
boysenberrys.com | habitatlife.com | selfgnosis.com
- Getting keep-alive sorted Boysenberry Payne
- Re: Getting keep-alive sorted Frank Wiles
- Re: Getting keep-alive sorted Carl Johnstone