Tag Archive for 'webservers'

[SOLVED] nginx + php (fastcgi) + win32 = “No input file specified”

You’ve probably found this post while searching for nginx and php (fastcgi with php-cgi) for windows. I ran into the “No input file specified.” problem and finally figured it out. The key is we are running on windows and not unix/linux. Windows paths are not /home/user/dir they are c:\cygwin\home\user\dir.

Keep reading for a complete How To nginx + php-cgi on windows :)

Continue reading ‘[SOLVED] nginx + php (fastcgi) + win32 = “No input file specified”’

nginx (engine X) - What a Pain in the BUM! [13: Permission denied]

The last 3-4 hours I’ve been struggling with nginx. Everything I did resulted in a “403 Forbidden” error.

Continue reading ‘nginx (engine X) - What a Pain in the BUM! [13: Permission denied]‘