Jul 11th 2015 #1 Is there any way to Change PHP-FPM to FastCGI? I tried this: Code perl imscp-setup --reconfigure php I am using latest 1.2.9 i-MSCP on Ubuntu 14.04.2 LTS. Any suggestion? Thanks in advance
Jul 11th 2015 #2 Hello ; You must run the installer because the imscp-setup script is not able to install/remove distro packages. Code # cd <to_your_imscp_1.2.9_archive> # perl imscp-autoinstall -dr httpd
Jul 11th 2015 #3 Thanks @Nuxwin for quick reply. I tried your code but that wasn't working. But this was working: Code perl imscp-autoinstall -r httpd Thanks again for your help