Recently I looked at my console and noticed a metric assload of segmentation faults resulting from a PHP script.... how do I track it down!
run the following command as root: tail -f /usr/local/apache/logs/error_log monitor your logs to identify the abusive php script and debug it. All the best,