Jonathan Vanasco wrote:
There's no point to build MP2 into apache
there's barely any difference in performance between the static and
module versions
most people i know just run the module version - its far easier to set
up , and you don't have to rebuild everything on every new release
Thanks for the info Jonathon,
I can do these without error after making apache 2:
perl Makefile.PL MP_APXS=/usr/local/apache2/bin/apxs
make
make test
make install
However neither of these commands (the first is obvious because its not
static ;p but I figured I'd check)
/usr/local/apache2/bin/httpd -l |grep -i perl
and
grep -i perl /usr/local/apache2/conf/httpd.conf
have no output.
So how do I tell if mod_perl 2 is compiled into apache 2?