Apache vhosts are not segmented or chroot()ed.

smartshovon

Active Member
Sep 30, 2013
34
1
58
cPanel Access Level
Root Administrator
cPanel Security Advisor show this..

Apache vhosts are not segmented or chroot()ed.

Enable “Jail Apache” in the “Tweak Settings” area, and change users to jailshell in the “Manage Shell Access” area. Consider a more robust solution by using “CageFS on CloudLinux”


if i do this what benefit i will get and what problem i will face?
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,261
463
Hello :)

Here are the benefits of using software such as CageFS. This comes directly from the CageFS documentation:

Only safe binaries are available to user
User will not see any other users, and would have no way to detect presence of other users & their user names on the server
User will not be able to see server configuration files, such as Apache config files.
User's will have limited view of /proc file system, and will not be able to see other' users processes


Thank you.