in reply to Re^3: http 1.0 keep-alive and mod_perl
in thread http 1.0 keep-alive and mod_perl

Thanks a lot!

This is indeed the difference - for static content apache sets the content-length whereas when using mod_perl you have to set it yourself.

When setting a content-length header even http 1.0 clients can reuse the connection.