For a busy website, which one is the best PHP handler that i plan to use with APC in term of performance and security (i read that DSO can leave a hole if one of the script has a bug) ?
Is it suphp / dso / fcgi / cgi ?
I asked this because i think my latest PHP upgrade caused my previous php handler selection to be lost, and i can't remember what handler that i used.
Thank you.
Is it suphp / dso / fcgi / cgi ?
I asked this because i think my latest PHP upgrade caused my previous php handler selection to be lost, and i can't remember what handler that i used.
Code:
myusername@mybox [~]# /usr/local/cpanel/bin/rebuild_phpconf --current
Available handlers: suphp dso fcgi cgi none
DEFAULT PHP: 5
PHP4 SAPI: suphp
PHP5 SAPI: suphp
SUEXEC: enabled
RUID2: not installed
myusername@mybox [~]# /usr/local/cpanel/bin/rebuild_phpconf --available
Available handlers: suphp dso fcgi cgi none
PHP4 SAPI: cgi
PHP5 SAPI: not installed
SUEXEC: available
RUID2: not available
Attachments
-
25.7 KB Views: 9
Last edited: