I have an authentication handler that cleverly starts like:
sub handler {
my $r = shift;
return OK unless $r->is_initial_req;
My server has *.epl files using (and I have been happy)
PerlHandler Apache::EmbperlFilter Apache::SSI
I now authen
We upgraded my system to perl 5.6.0; I figured this was time to
upgrade everything (was around 3-6 months behind). So built from scratch:
Apache/1.3.12 mod_perl/1.24 embperl/1.3b3
THings look good in general but we run significant parts of my site with:
PerlSetVar Filter On
O