Skip to main content

PHP Handler and Performance

Comments

3 comments

  • cPanelMichael
    Hello, There are varying opinions. I suggest searching for those terms (suphp, ruid2, fastcgi) on our forums and you will see several results with discussions on how each handler functions. This thread may help as well:
    0
  • iso99
    If you have a large budget, the perfect combo would be Cloudlinux + Litespeed
    0
  • gnusys
    Basically xCache is a php opcode cache like Eaccelerator,APC,ZendOpCache etc .I would suggest that you use ZendOpcache instead of xCache . As far as FastCGI/SuPHP/dso+ruid2 is concerned - these are technologies that interface the webserver with the PHP app . If security is not a major concern dso+ruid2 would give you max performance . mod_fcgi* is pretty old technology as since we now have PHP-FPM ..the recommended way is break free apache from process forking workload and use mod_proxy_fcgi to proxy to an external fastcgi app . SuPHP is basically security enhancements over CGI and does not support any opcode cache including xcache . LiteSpeed is a commercial webserver that will provide you security and speed using their proprietary LSPHP server API . You may also want to try the free plugin I developed for use of cPanel with PHP-FPM
    0

Please sign in to leave a comment.