Monthly Archive for November, 2008

[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”’

Merb - Got me a blank working project!

UPDATED: See this page instead - Start A New Merb (Stack) Project

Merb 1.0 is almost here and I’ve finally got it to work out of the box!

Continue reading ‘Merb - Got me a blank working project!’