I'm trying to use Apache::RegistryFilter to pipe the output of perl scripts
into AxKit for processing. However, when I try to do this, I get this error:
[Mon Oct 30 10:18:10 2000] [error] Can't locate object method "dir_config" via
package "Apache::RegistryFilter" at /usr/local/lib/perl5/site_perl/5.6.0/Apache
/RegistryFilter.pm line 17.
It works just fine for Apache::ASP -> AxKit, so it must be installed
correctly...
Here's part of httpd.conf:
<FilesMatch "\.pl$">
SetHandler perl-script
PerlSetVar Filter On
PerlHandler Apache::RegistryFilter AxKit
Options +ExecCGI
</FilesMatch>
Thanks!
Brian Wheeler
[EMAIL PROTECTED]