Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

pesky popular "No input file specified." with nginx_php-fastcgi

Tags:

php

nginx

fastcgi

I didn't have this problem earlier until I changed the include path on my php.ini in hopes of being able to upload to a dir outside the docroot. When I encountered the "No input file specified." error I changed it back to the default php.ini and now it won't go away!

Any ideas on what might've happened?

like image 850
Logan Best Avatar asked Sep 04 '11 04:09

Logan Best


1 Answers

in file /etc/php-fpm.d/www.conf

change

user: nginx

group:nginx

like image 145
Brian Avatar answered Nov 13 '22 18:11

Brian