The problem I was facing – session variables not getting passed from page to page. On page1.php I set some session variables and then on going to page2.php all I was getting was Array() ! The problem drove me crazy as everything settings and permissions were fine. I have ISPConfig 3 on Ubuntu 18.04 and… Continue reading ISPConfig PHP-FPM Session Problem
Tag: ispconfig
ISPConfig with Jailkit – allowing custom or other commands for users
By default Jailkit allows certain commands or applications only. Below is the process to allow your users to access other commands or any custom command. Here I wanted users to access PHP commandline and composer If needed then first install those applications normally as root Add entries for the applications/commands to the jailkit config file… Continue reading ISPConfig with Jailkit – allowing custom or other commands for users