On Sun, 6 Feb 2000, Stas Bekman wrote:

> Date: Sun, 6 Feb 2000 23:37:56 +0200 (IST)
> From: Stas Bekman <[EMAIL PROTECTED]>
> To: gnielson <[EMAIL PROTECTED]>
> Cc: "ModPerl Mailing List (E-mail)" <[EMAIL PROTECTED]>
> Subject: correction! Re: Question about error log message and PERL_SSI
> 
> > > Date: Sun, 6 Feb 2000 23:20:49 +0200 (IST)
> > > From: Stas Bekman <[EMAIL PROTECTED]>
> > > To: gnielson <[EMAIL PROTECTED]>
> > > Cc: "ModPerl Mailing List (E-mail)" <[EMAIL PROTECTED]>
> > > Subject: Re: Question about error log message and PERL_SSI
> > > 
> > > > I successfully installed mod_perl under Apache/1.3.6 (Unix). However, when
> > > > attempting to run some Web pages I have that use #perl sub I get an error
> > > > log message, "unknown directive 'perl' in parsed doc."
> > > > 
> > > > I installed mod_perl right from CPAN and assumed that mean EVERYTHING=1
> > > > would be the default installation. Is there a way I can find out if my
> > > > mod_perl enables PERL_SSI and therefore find out if this is or is not my
> > > > problem?
> > > 
> > > EVERYTHING=1 should install PerlSSI as well.
> > > 
> > > Configure perl-status to work (see 'perldoc Apache::Status') then do: 
> > > http://localhost/perl-status?hooks to check the enabled hooks.
> > 
> > Thanks for that information. That showed me that PERL=SSI is *disabled.* 
> > Guess I need to install again from CPAN, huh? Any way to just enable
> > PERL=SSI without rebuilding?
> 
> Ooops, I was wrong, you need to use ALL_HOOKS=1 to enable all handlers or
> just PERL_SSI=1 for PerlSSI. 
> 
> (I thought EVERYTHING=1 installs it all :)

So I guess I need to rebuild it manually, eh, with ALL_HOOKS=1? No easier
way to add this functionality? 
> 
> > > Do other mod_perl scripts/modules work? didn't you forget to:
> > > cd ../apache-x.x.x
> > > make install
> > 
> > Yes, other scripts do work.
> > > 
> > > _______________________________________________________________________
> > > Stas Bekman    mailto:[EMAIL PROTECTED]      http://www.stason.org/stas
> > > Perl,CGI,Apache,Linux,Web,Java,PC     http://www.stason.org/stas/TULARC
> > > perl.apache.org    modperl.sourcegarden.org   perlmonth.com    perl.org
> > > single o-> + single o-+ = singlesheaven    http://www.singlesheaven.com
> > > 
> > 
> > 
> 
> 
> 
> _______________________________________________________________________
> Stas Bekman    mailto:[EMAIL PROTECTED]      http://www.stason.org/stas
> Perl,CGI,Apache,Linux,Web,Java,PC     http://www.stason.org/stas/TULARC
> perl.apache.org    modperl.sourcegarden.org   perlmonth.com    perl.org
> single o-> + single o-+ = singlesheaven    http://www.singlesheaven.com
> 

Reply via email to