What does the following do for you...

        <IfModule mod_perl.c>
          <Files *.pl>
          SetHandler perl-script
          PerlHandler Apache::Registry
          Options ExecCGI
          </Files>
        </IfModule>

The "Porting CGI Scripts" recommended including this in my httpd.conf
file.  I assumed it was so I didn't have to put all my scripts into a
single directory.  Is this not correct?

Ron

"J. Horner" wrote:
> 
> On Mon, 10 Apr 2000, Ron Beck wrote:
> 
> >
> > Hello all,
> > I have built Apache 1.3.12 and mod_perl 1.22 and everything seems to be
> > running fine.  I have verified that mod_perl.c shows up as one of the
> > compiled-in modules.  How can I test or verify that my perl cgi scripts
> > are actually running via mod_ perl rather than simply executing?  Is
> > there a section in some document you can point me to?
> >
> 
> In order for you to get full mod_perl speed, you will need to put all of
> your mod_perl enabled cgi scripts into a directory and tell mod_perl to
> interpret that directory and all perl scripts contained within.
> Otherwise, you are just taking advantage of the built-in interpreter.
> 
> Jon
> 
> J. J. Horner
> Linux, Apache, Perl, Unix, Stronghold
> [EMAIL PROTECTED] http://www.knoxlug.org
> System has been up: 9 days.

Reply via email to