I have recently got an issue after recompiling cPanel with module FastCGI, I want to change my server configuration from SuPHP to fcgi ( FastCGI). I had enabled fcgi on my server and I got an issue like the below. “No Input File Specified” Here in this article, I will… Continue Reading…
Install and Configure FastCGI and PHP on Centos/RHEL Step 1: Install PHP and FastCGI We are assuming that apache or web server is installed on linux box (CenOS/RHEL) .Use below command to install latest available php and FastCGI apache module # yum install php php-cli mod_fastcgi Step 2: Configuration of… Continue Reading…