I have recently got issue after recompile cPanel with module fastCGI , i want to change my server configuration from SuPHP to fcgi ( FastCGI). I had enable fcgi on my server and i got an issue like below.
"No Input File Specified"
Here in this articles i will show , how i have handle this issue with this module and got success.
(1) First i checked my rebuild phpconf information through below command.
# /usr/local/cpanel/bin/rebuild_phpconf --current
that was look like below output.Looks fcgi was enabled on current configuration .
Available handlers: suphp dso fcgi cgi none DEFAULT PHP: 5 PHP4 SAPI: none PHP5 SAPI: fcgi SUEXEC: enabled RUID2: not installed
(2) Check permission and user permission issues on files and folders.
(3) At last i have check my .htaccess file and added some lines in my site .htaccess file.
RewriteEngine on DirectoryIndex index.php RewriteBase / RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteCond $1 !^(index\.php|robots\.txt)
Now my issue has been resolved through this method , may be it will resolve your issue as well for this type of task.
Thank you.
I am a professional freelance contributor and founder of tech transit. Love to write and lover of education, culture, and community. I have been using it, setting, supporting, and maintaining it since 2009.Linux rocks!