We are also using mod_perl. But I have not compiled modperl by hand for a long time. Under ubuntu we just did:

apt-get install apache2 apache2-mpm-prefork
apt-get install libapache2-mod-perl2
apt-get install libapreq2
apt-get install libapache2-request-perl

a2enmod apreq
apache2ctl restart

And yes from what I know, it's not suggested to run multi-threading for modperl.

On 2015/9/23 ζ˜ŸζœŸδΈ‰ 3:18, Terrance Devor wrote:
One final question. I remember reading a while back that perl's multi
threading module is unstable. Is this still the case? If not, I could
just recompile pearl with ithreads and call it a day however, would opt
not to do so if this is the case still.

--
  B. Regards,
  Ken Peng - k...@cloud-china.org

Reply via email to