Sorry Anand, but this don't help me, because I want to use Apache::Filter
for parsing the output of cgi-scripts.

bb, Gerald Menzel.

> This should help you,
>
>  <Files *.cgi>
>  SetHandler perl-script
>  PerlHandler Apache::Registry
>  Options +ExecCGI
>  PerlSendHeader On
>  </Files>
>
> Regards,
> Anand
>
> Quoting Gerald Menzel <[EMAIL PROTECTED]>:
>
> > Hi,
> >
> > I have a problem with Apache::RegistryFilter. I
> > can't get it to work.
> > If I try to use it I allways get this error
> > message:
> >
> > [error] Can't locate object method "dir_config"
> > via package
> > "Apache::RegistryFilter" ´
> > (perhaps you forgot to load
> > "Apache::RegistryFilter"?) at
> > C:/Programme/Perl/site/lib/Apache/RegistryFilter.pm
> > line 17.
> >
> >
> > Excerpt of my perl.conf:
> >
> > PerlModule Apache::Filter
> > PerlModule Apache::RegistryFilter
> > <Files ~ "\.pl$">
> >     PerlSetVar Filter on
> >     SetHandler perl-script
> >     PerlHandler Apache::RegistryFilter
> >     Options +ExecCGI
> > </Files>
> >
> >
> > What's wrong? I've searched the net for an
> > explanation of this error but I
> > don't found anything relevant. I am not an
> > expert of all that Apache/Perl
> > stuff, so I hope that someone here can help me.
> >
> > bb, Gerald Menzel.
> >
>
>
>
> --------------------------------------------------------
> With Regards,
>
> Anand Ratnasabapathy,
> DSM Soft(P)Ltd,
> No:25,Nungambakkam High Road,
> Chennai - 600 034.
>


Reply via email to