Apache troubleshooting commands
Commands
ps aux | grep httpd pstree -p | grep httpd
strace -f -o trace.txt /etc/rc.d/init.d/httpd start
Sometime Apache process, keeps on execution (Seems like Hangs), so generally trying to get the exact PHP file that is running by Apache Process, So here is my Try.
I used Strace to […]
Recent Comments