CodeIgniter Forums
need help understanding the 'no input file specified' issue under fastcgi - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: need help understanding the 'no input file specified' issue under fastcgi (/showthread.php?tid=55354)



need help understanding the 'no input file specified' issue under fastcgi - El Forum - 10-22-2012

[eluser]superfake123[/eluser]
When working on GoDaddy/Dreamhost accounts etc I can set

cgi.fix_pathinfo = 0

and it will fix the issue. However on my own hosting where I have no issues I see that phpinfo() says php is running as fastcgi however cgi.fix_pathinfo is set to 1

So I'm confused. Exactly what are the conditions that causes cgi.fix_pathinfo to be needed set as 0? Is it possible that the phpinfo() check says fastcgi but really php is running as apache module? I honestly am not sure if its apache module or fast cgi, but phpinfo() does say fastcgi.


need help understanding the 'no input file specified' issue under fastcgi - El Forum - 10-23-2012

[eluser]superfake123[/eluser]
bump! anyone?