Hi,
this thread maybe help other to fix there problems.
According to:
http://kb.swsoft.com/article_41_260_en.html
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=330105
and this in apache error-log:
[notice] child pid 29022 exit signal Segmentation fault (11)
i could fix it the Apacheproblem on my Debian-servers.
Maybe these steps help others to fix the problem on their Debian boxes too?:
Make all changes in /etc/sysctl.conf how is it decribed on (http://kb.swsoft.com/article_41_260_en.html) and then:
Do not install any -dev, gcc or g++ on servers!
Feedback welcome.
Gruss,
PP
this thread maybe help other to fix there problems.
According to:
http://kb.swsoft.com/article_41_260_en.html
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=330105
and this in apache error-log:
[notice] child pid 29022 exit signal Segmentation fault (11)
i could fix it the Apacheproblem on my Debian-servers.
Maybe these steps help others to fix the problem on their Debian boxes too?:
Make all changes in /etc/sysctl.conf how is it decribed on (http://kb.swsoft.com/article_41_260_en.html) and then:
Code:
# download and build .debs
apt-get install libtool libpcre3-dev libldap2-dev libc6-dev libc6
apt-get source apache2
cd apache2-2.0.54
dpkg-buildpackage -uc -us
cd ../
# test
dpkg -i --simulate apache2-common_2.0.54-5_i386.deb apache2-mpm-prefork_2.0.54-5_i386.deb apache2-utils_2.0.54-5_i386.deb apache2_2.0.54-5_i386.deb libapr0_2.0.54-5_i386.deb
# install
dpkg -i apache2-common_2.0.54-5_i386.deb apache2-mpm-prefork_2.0.54-5_i386.deb apache2-utils_2.0.54-5_i386.deb apache2_2.0.54-5_i386.deb libapr0_2.0.54-5_i386.deb
# Install suexec and restart Apache
cp /opt/psa/suexec/psa-suexec2 /usr/lib/apache2/suexec2
/etc/init.d/apache2 restart
Do not install any -dev, gcc or g++ on servers!
Feedback welcome.
Gruss,
PP