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-
Use an opcode cache like Zend opcache
-
You will need the ##### MySQL*-devel or MariaDB-devel ###### It is also a good idea to install other dev tools ############ yum groupinstall "Development Tools" ############ There are nginx ...
-
You can install a nginx proxy and have http2 served without any hassles and modifying apache httpd in any way. Good luck
-
Try using the full path to ffmpeg in your code
-
This is in the php-fpm pool file You must edit the pool file to remove it PHP-FPM and EasyApache 4 - Documentation - cPanel Documentation
-
You have got the following wrong ## PHP is running as a constant open process, rather than opening when a PHP request comes to the server ## In PHP-FPM only the master process need to be always a...
-
passenger is polyglot . You can use it to run nodejs too if you have it running for say ruby I think the cpanel not supporting nodejs is purely on grounds of apache config for nodejs dont yet w...
-
The MultiPHP system is the EA4 SCL ones in /opt/cpanel . You say you have restarted litespeed please put a phpinfo(); function in the web root and call it via browser .See what SAPI it is using . F...
-
Another way to use separate opcache would be to spawn separate php-fpm master for each user. A working solution on cPanel (centos7-systemd) is below autom8n.com/howtos/systemd.html#spawning-multi...
-
Ok if i choose cgi handler with PHP-FPM im using this fastest solution right? Because now im using suPHP php-fpm is a separate application server processing PHP requests.The web server communicates...