Debian Sarge/Stable backports: libapache2-mod-perl2 v 2.01-4

2005-12-29 Thread Jeff Armstrong
Folks, I have created the following i386 backports for those of you running Debian Stable/Sarge and wanting a relatively recent mod_perl2. I used the current Etch/Testing source packages: libapache2-mod-perl2 2.01-4 libapache2-mod-apreq22.06-dev-2 libapache2-request-perl 2.06-d

Re: Getting keep-alive sorted

2005-12-29 Thread Carl Johnstone
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(); That overrides the default KeepAlive setting for this particular request. Doesn't really make sense to me. I already have the following in my code: $r

Re: my last url rewriting question (hopefully)

2005-12-29 Thread John ORourke
Don't forget (depending on your config) your mod_perl handler will be called twice, once to handle the original request and once to handle the subrequest, so in your handler you should return Apache2::Const::DECLINED unless the URI is in the right format. Why not forget the rewriting and just

[Announce:] Release of Apache2::TomKit

2005-12-29 Thread Tom Schindl
Hi, I want to inform you that last night I released the sources for Apache2::TomKit on CPAN. Description: 8< TomKit is a perl handler which is working similar as the famous AxKit for mod_perl 1.x. It is designed as an PerlFixupHandler which inserts