Day: August 12, 2018

Steps for assigning PHP 5.3 with FCGI handler on easyapache 4 server.

If any website scripts stringently need FCGI handler for working, you can install it from EA4 experimental Repository. Follow below steps for assigning PHP 5.3 with FCGI handler on easyapache 4 server. 1. Install ea4-experimental Repository and mod_fcgid module. === yum install ea4-experimental yum install ea-apache24-mod_fcgid.x86_64 === 2. Create a file "/etc/apache2/conf.d/php-fcgi-53.conf" with below pasted … Continue reading Steps for assigning PHP 5.3 with FCGI handler on easyapache 4 server.

Unable to start cxs Watch daemon: /proc/sys/fs/inotify/max_user_watches is set too low [currently:8192]. You need to have your VPS provider increase this value.

If you are facing issue with the CXS in VPS server with the mentioned error you can correct this by increasing the value. Fix vzctl exec CTID echo fs.inotify.max_user_watches=xxxxx | tee -a /etc/sysctl.conf && sudo sysctl -p where CTID represent ID of the VE. xxxxx represent a higher value than the error.