you can create another lsphp "Ext App", to associate with scripts on particular directory only. it's a bit complicated. detail steps please refer
http://www.litespeedtech.com/support/forum/showthread.php?p=19930
looks like mail header patch not available for php 5.2.14 and 5.3.3 yet:
http://choon.net/php-mail-header.php
so you have to uncheck mail header patch when building php 5.2.14 and 5.3.3 at the time being.
change
"Specifies the maximum idle time before an external application is stopped by the server. When set to -1, the external application will not be stopped by the server. Default value is -1. "
current setting only 10 seconds
the output confirm that php suExec disabled and running as nobody
this shouldn't happen
|-lshttpd(24528)-+-httpd(24529)
| |-lshttpd(24530)---lsphp5(24941)---lsphp5(24942)
| `-lshttpd(24531)
just ensure the lsphp5(24941) process is running there even no access to php for some time. if...
after disable suExec, which user is lsphp running as ?
please paste output of following command:
ps -ef|grep lsphp
and
pstree -p (only lshttpd subtree)
may need rebuild php
you can download 4.0.16 and build php 5.3.3. if still problem, I can login your server and strace lsphp5 process to find where it "halt"
sorry,
check "Limit","Auth",....,"Options", only uncheck "None"
I mean
check "Limit","Auth","FileInfo","Indexes","Options", only uncheck "None"
and need do same settings in your vhost:
select the vhost --> General --> HT Access -> Edit