CageFS make Node.js available to all users by default

cloudlinux

On CloudLinux server, when you install alt-nodejs packages, binary files get installed at /opt/alt/alt-nodejs16/root/bin/node When SSH into a user and run the command “node”, it won’t work. When deploying Node.js application with Cpanel, you will be given a command, that is used to switch to the environment with specific version of node.js the application is … Read more

CageFS command not working for user

I have flvtool2 installed on the server. Path to binary file location was added in file /etc/cagefs/conf.d/vshare.cfg [root@server22 ~]# cat /etc/cagefs/conf.d/vshare.cfg [vshare] comment=vShare Youtube Clone Requirements paths=/usr/bin/ffmpeg, /usr/bin/mencoder, /usr/bin/mplayer, /usr/bin/flvtool2, /usr/bin/lame, /usr/bin/yamdi, /usr/bin/qt-faststart, /usr/bin/MP4Box, /usr/bin/mediainfo, /usr/bin/neroAacEnc [root@server22 ~]# The binary program works properly when running as root, but it fail when switching to a user … Read more