[EMAIL PROTECTED] wrote:
> On 22 Aug, Christopher W. Curtis wrote:
> > [EMAIL PROTECTED] wrote:
> >>
> >> Are you using mod_perl? If you're not using mod_perl, that would be the
> >> first thing to change. It makes an amazing amount of difference.
> >
> > It sure looks like I am:
> >
> > waet:/usr/src/obs# apt-get install libapache-mod-perl
> > Sorry, libapache-mod-perl is already the newest version
> > waet:/usr/src/obs# grep mod_perl /etc/apache/httpd.conf
> > LoadModule perl_module /usr/lib/apache/1.3/mod_perl.so
>
> I don't think you're using mod_perl. Unless you've told apache to use
> mod_perl you're not using it.
I have apache's mod perl installed, and I told apache to load the
module. I skimmed some documentation and created a /perl-status
Location handler that tells me lots of perl related stuff being
enabled. It *is* installed.
I had to add:
<Location /cgi-bin/obs>
SetHandler perl-script
PerlHandler Apache::Registry
Options +ExecCGI
</Location>
to access.conf (in case anybody else wants to do this). Initial page
loading is now *MUCH* slower, but it seems a little snappier, albeit not
much. This box only has 16MB RAM and I think there's just a lot more
stuff sitting in swap now than before.
> For details on this: http://perl.apache.org/
Horrible site. /usr/share/doc had better links, but thanks.
Christopher
_______________________________________________
Obs-dev mailing list
[EMAIL PROTECTED]
http://www.freeamp.org/mailman/listinfo/obs-dev