Use chroot with PHP and isolate your website
Go to file
Dryusdan f19b8ffec9 Merge pull request 'Add list of chrooted directory' (#1) from add-file-chroot into stable
Reviewed-on: #1
2021-03-18 16:16:44 +01:00
LICENSE Initial commit 2021-03-15 17:40:05 +01:00
README.md Update README 2021-03-18 16:15:55 +01:00
chroot.sh Add list file of chrooted directory 2021-03-18 16:15:08 +01:00

README.md

php-chrooter

Use chroot with PHP anbd isolate your website.

Configure

To use it, edit chroot.sh and edit 3 variables :

Variable Description
CHROOTPATH The path where this script store all files, bin, lib needed to chroot website (create this before)
ZONEINFO The path where zoneinfo is stored. Find this with find /usr -type d -name "zoneinfo"
LISTCHROOTFILE The list file who contain all chrooted directory

Use``

bash chroot.sh --install copy all dependencies and store it on CHROOTPATH. bash chroot.sh --upgrade upgrade all dependencies in CHROOTPATH. bash chroot.sh --configure /my/website/path add all dependencies in website folder mostly with hardlink.