Actually,  as I found out yesterday, it didn't fix it.  
I still just get the source.  Further information.
The symptoms were that I wasn't getting redirected properly.  Yesterday
some pieces finally came together which put me to the following point.
Scripts are still not executing.  The script that i was getting, was an
error in the way i trapped the domain names.  Ie, what I was getting,
was one where the host was www rather then the fqdn. 
So this leaves me back at the origianl point,  CGI scripts that are
under the handler are not being ran. I've checked, and I do return
DECLINED when my handler doesn't need to work with the content.

Scott

Doug MacEachern wrote:
> 
> > > > <Location />
> > > >         SetHandler              perl-script
> > > >         PerlSendHeader on
> > > >         PerlHandler Mf7
> > >
> > >            Options +ExecCGI
> 
> strange that would fix things, unless your Mf7 module is testing for
> $r->allow_options & OPT_EXECCGI
> mod_perl never checks that bit, it's up to modules, e.g. Apache::Registry
> make that check.

Reply via email to