On Tue, 8 Aug 2000, Matt Sergeant wrote:

> On Tue, 8 Aug 2000, Nigel Hamilton wrote:
> 
> > Hi,
> >      Also, does anyone know a way to speed up SSL somehow?
> 
> Keep-alives. To be able to do that you need to store your output and make
> sure that your solution sends the appropriate headers that don't kill
> keep-alive. These include Content-Length (which is why you need to store
> your output before sending it) and some others which I forget, anyone?

According to http://perl.apache.org/guide/correct_headers.html
oroginally written by Andreas, Content-Length is all you need. Of course
you have to enable KeepAlive in the server and the client should support
it as well.

_____________________________________________________________________
Stas Bekman              JAm_pH     --   Just Another mod_perl Hacker
http://stason.org/       mod_perl Guide  http://perl.apache.org/guide 
mailto:[EMAIL PROTECTED]   http://apachetoday.com http://jazzvalley.com
http://singlesheaven.com http://perlmonth.com   perl.org   apache.org


Reply via email to