In this second part you will learn about creating user accounts, SKEL directory and virtual hosting configuration under chrooted Apache jail.
{ 23 comments }
In this second part you will learn about creating user accounts, SKEL directory and virtual hosting configuration under chrooted Apache jail.
{ 23 comments }
A chroot on Red Hat / CentOS / Fedora Linux operating changes the apparent disk root directory for the Apache process and its children. Once this is done attacker or other php / perl / python scripts cannot access or name files outside that directory. This is called a “chroot jail” for Apache. You should never ever run a web server without jail. There should be privilege separation between web server and rest of the system.
In this exclusive series, you will learn more about:
{ 42 comments }