Apache crashes out

rm -rf /usr/lib/apache/
cd /usr/local/directadmin/customapache
rm -f configure.*
./build clean
./build update

Remove the first few lines of the apache configure file until it starts with ./configure

(configure.apache_ssl )

./build all

Chris
 
Thanks, i think it's about mod_gzip which was causing the problem... could that be?
 
Hello,

quite possible. If you install an apache rpm modules, it will almost guranteed cause a segfault because the binary module wasn't compiled for your compile of apache. If it was compiled on your system for apache, then that issue would be less likely.

John
 
Well its solved now... probably really was mod_gzip... i won't install that anymore =)
 
Back
Top