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-
Is your script compatible with php71. put a phpinfo() page and see if that works and see if it shows the correct sapi
-
http2 would need ALPN support in the TLS lib. For example, I statically link the TLS library ( LibreSSL ) on a nginx package I maintain for cPanel.
-
Apache => mod_proxy_fcgi => php-fpm Apache=>mod_lsapi(CloudLinux) => lsphp Litespeed =>lsapi => lsphp This is how it works. FastCGI and LSAPI are protocols . I think its better to stick with lsapi...
-
PHP-fpm should be a better option for PHP. Tweak Opcode cache like ZendOpcache and use an Application level cache for improving performance
-
Apache 2.2 is pretty outdated.EasyApache4 being unstable is basically FUD. You should switch to EA4 and a newer version of PHP and opt for nginx or litespeed for heavy traffic websites.
-
@ PatrickVeenstra - Yes if you wish to use cPanel's ea-php . You can use remi repository otherwise .
-
@cPanelMichael - It was done around Nov 13th/2016 . My login at cPanel App Catalog :: Third-Party Applications for cPanel & WHM would be anoop[at]gnusys[dot]net. I am not a web designer s...
-
@ cPanelMichael - I think the AppCatalog submission is broken . I did submit and got an auto response and nothing afterward. @PatrickVeenstra - There is no downtime . The switch between Nginx and ...
-
Hi Domenico, XtendWeb is free and OpenSource and offers a clean install and uninstall. Please feel free to get in touch with me in the forum if you face any issues. Thanks, Anoop
-
php-fpm settings are almost similar to Apache Pre-fork ones. The most children spawned and in standby would be apt for a high traffic site as there is a ramp up time for new process in case the a...