Please provide a backtrace of a hanging process: Install the packages apache2-dbg libapr1-dbg libaprutil1-dbg gdb. Then do: gdb -p pid_of_hung_process (gdb) bt full ... (gdb) quit Uninstall the packages again. Cheers, Stefan