I keep getting the follow error in my Apache log:
[Wed Sep 18 17:59:20 2013] [notice] Apache/2.2.22 (Ubuntu) PHP/5.3.10-1ubuntu3.8 with Suhosin-Patch configured
I had this issue and changed LogLevel warn to LogLevel debug in the apache config. On restart it seemed to be segfaulting just after mod_deflate.
LogLevel warn
LogLevel debug
Turning off mod_deflate in debian/ubuntu should just be sudo a2dismod deflate
sudo a2dismod deflate