Actually I wasn't using the <location> tag.

I was trying to use this
<Files /cgi-bin/admin.cgi>
        SetHandler perl-script
        PerlHandler Apache::Registry
        Options ExecCGI
</Files>

But, I eventually gave up and got it working with <location>....
Does anybody konw if I could actually get the <files> tag to do what I
wanted?

Thanks
    -Jason

----- Original Message -----
From: "Stas Bekman" <[EMAIL PROTECTED]>
To: "Jason Terry" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, December 30, 1999 12:15 AM
Subject: Re: RegistryLoader not loading?


> > I have mod_perl 1.21 and am trying to preload some scripts.
> >
> > I can see them in my /perl-status page.  But, when I load the script it
is
> > not using mod_perl.  What am I missing
> >
> > this is the startment in my startup.pl file.
> > $r->handler("/cgi-bin/admin.cgi",
> > "/home/jter/public_html/cgi-bin/admin.cgi");
> >
> > and I am trying to connect to www.mysite.com/cgi-bin/admin.cgi
>
> RegistryLoader has nothing to do with mod_perl location configuration. Did
> you configure <Location /cgi-bin> to be served by mod_perl? please, post
> the relevant section of you httpd.conf to the list.
>
> RegistryLoader, just saves the overhead of the first call to registry
> script per process and possibly sharing of the code between the processes.
>
> _______________________________________________________________________
> 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