Debug Apache with Strace

When all else fails, oneliner to strace apache procesess

# ps auxw | grep "pool web14" | grep -v grep | awk '{print"-p " $2}' | xargs strace

Leave a comment

Your email address will not be published. Required fields are marked *