Re: works on linux, doesn't work on sun.

2000-05-15 Thread Doug MacEachern

> > > 
> > > 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.




Re: works on linux, doesn't work on sun.

2000-05-12 Thread scotta

Thanks people.  I totally blanked on that.

works fine now.  really appriciate the help.

Scott

___cliff rayman___ wrote:
> 
> [EMAIL PROTECTED] wrote:
> 
> > 
> > SetHandler  perl-script
> > PerlSendHeader on
> > PerlHandler Mf7
> 
>Options +ExecCGI
> 
> >
> > 
> >
> > is whats in the httpd.conf
> 
> --
> ___cliff [EMAIL PROTECTED]



Re: works on linux, doesn't work on sun.

2000-05-12 Thread ___cliff rayman___



[EMAIL PROTECTED] wrote:

> 
> SetHandler  perl-script
> PerlSendHeader on
> PerlHandler Mf7

   Options +ExecCGI

>
> 
>
> is whats in the httpd.conf

--
___cliff [EMAIL PROTECTED]