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 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? I believe you just need to turn KeepAlive Off in your httpd.conf for the backend server. --------------------------------- Frank Wiles <[EMAIL PROTECTED]> http://www.wiles.org ---------------------------------