Hi, This is probably more of an Apache question but here goes. I have 2 servers. One running a non-mod_perl apache and one running mod_perl. The non-mod_perl server handles static content and ProxyPasses any dynamic content to the mod_perl server. Now the question. Is there a way (KeepAlive?) to keep the connection between the two servers open, so that I eliminate the overhead of opening and closing a connection for each request? Has anyone done this and how? Thanks, Ben