Anoop P Alias
- Total activity 178
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 75
Comments
Recent activity by Anoop P Alias-
PHP-FPM is the best solution. It runs as user, support opcode caches like opcache, is ultra fast ( faster than lsphp in my personal tests) php-fpm is officially in the php core. Used my most high-...
-
You can use a nginx plugin for cPanel that support nodeJS
-
Providing the status page on a public URL may not be good on a security point of view, just like having apache status page open
-
Yes OpCache will work with any php handler that handles persistent connections. This include DSO,FastCGI(mod_fcgid) and PHP-FPM. opcache does not work with CGI /SuPHP
-
Does this affect any web site?. I think this is cPanel daemon's internal php using php-fpm and don't affect the php-fpm service used by the hosted domains .
-
Then you can switch domains to use PHP-FPM from WHM now.
-
I think it's better to upgrade to EA4 and use php-fpm using mod_proxy_fcgi instead of mod_fcgid. It's more performant and fewer troubles too
-
PHP-FPM is the recommended way of deploying php by php.net . I would recommend that you switch all domains to use php-fpm as handler from WHM. I believe cPanel will have the feature to make this t...
-
If bot is your issue..you can setup a test cookie challenge and most bots won't accept cookies and will fail github.com/kyprizel/testcookie-nginx-module
-
You can use pagespeed module to getter better score and of-course use PHP7 /HHVM for faster dynamic content processing