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-
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
-
The best SAPI is FPM . You can switch to PHP-FPM from WHM and with v66 i guess this becomes much easy to do server wide
-
Are you using EA4 php in cloudlinux? If yes try: /opt/cpanel/ea-phpXX/root/usr/bin/pecl install memcached where XX is the php version number
-
Yes cPanel will need a superuser to connect and activate the remote MySQL profile. You should look at other providers like Google/Rackspace for managed cloud DB service. I am not sure if they pro...