Can anyone help with this?
T
I just wanted to mention, this the configure we used for apache
./configure --prefix=/usr/local/httpd-2.4.16 --enable-file-cache
--enable-cache --enable-disk-cache --enable-mem-cache --enable-deflate
--enable-expires --enable-headers --enable-usertrack --enable-ssl
--enable-vhost-alias --enable-re
Hello Ken,
As you can see, we are also using prefork `Server MPM: prefork` and
perl without threading however,
we are still getting the error. Can anyone help with this please?
Thanks in Advance,
Terrance
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