On Mon, 2005-01-31 at 21:23 +0000, Alex Greg wrote: > I'm using Apache::RegistryFilter: > > PerlHandler Apache::RegistryFilter Apache::Dynagzip > > See the attached httpd.conf for full context etc.
Does this actually work without the filitering? I see a use of ScriptAlias in there, which usually sets mod-cgi and breaks mod_perl for that directory. http://perl.apache.org/docs/1.0/guide/config.html#Alias_Configurations > Attached is my httpd.conf and a script test.cgi which reproduces the > problem I'm having. I'm using Apache/1.3.33 with mod_perl statically > linked. This script should not need to call register_filter at all, since it's using Apache::RegistryFilter. - Perrin