
06-24-2010, 09:29 PM
|
|
Member
|
|
Join Date: Aug 2007
Posts: 46
|
|
Quote:
Originally Posted by mistwang
Are LiteSpeed PHP and Apache PHP uses the same version of PCRE?
I think PHP crashed for some reason, and causes 503 errors. Check from ssh if you got PHP process running at 99% cpu when you update.
You need to strace or GDB attach to the PHP process using 99% CPU to find out what happened.
|
Kinda like this?
Quote:
|
1096 apache 6 -19 61856 44m 524 R 99.8 0.3 0:28.36 lshttpd
|
I have no idea how to strace or GDB to the PHP processes.
Are LiteSpeed PHP and Apache PHP uses the same version of PCRE?
How can I tell this?
|