Explain how to add PHP to chroot environment
How can you add PHP to chroot env in Plesk 12.5?
I try the chrootupdate.sh script with the following command:
./chrootupdate.sh --add /usr/bin/php5
But it is just loading... nothing happens!
How to add PHP to chroot environment on Plesk 12.5?
-
Andy Bird commented
the default jail is much less use than cpanel and needs to have better management options
-
Marcus commented
Same here...need, too please! Thx!
-
deilbrecht commented
Same problem here...need it, too
-
Bastian Breidenbach commented
Need, too. ;-)
Typo Neos is very nice. Want to install it in my Plesk Servers
-
Elompenta commented
Hi,
please integrate your new "different PHP version" Feature also in chrooted environments. The user must can call the php binary from a local script or the chrooted CLI environment.
I'm try to install neos in a chrooted PHP 5.6 environment in Plesk Server 12.5.
It doesnt works because typo3/neos need a local PHP binary to works. -
Anonymous commented
+ Please fix the .sh file in the Plesk KB for chroot because it is for linux and there you must always use "dos2unix" to use it.
-
Anonymous commented
I've found the reason why the above command is not working.
1. You are not allowed to use symlinks.
2. You are not allowed to use quotes.The correct command für Plesk 12.5 is:
./chroot_update.sh --add /usr/bin/php5Do NOT use quotes on this command.