When all else fails, oneliner to strace apache procesess
# ps auxw | grep "pool web14" | grep -v grep | awk '{print"-p " $2}' | xargs strace
When all else fails, oneliner to strace apache procesess
# ps auxw | grep "pool web14" | grep -v grep | awk '{print"-p " $2}' | xargs strace