Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Content with Style:
Zend Framework with nginx and php-fastcgi
Aug 05, 2010 @ 16:06:02

On the Content with Style blog today there's a new post showing you how to get the Zend Framework up and running with the nginx web server running PHP as a FastCGI.

Since I while I heard good things about nginx and wanted to use it for my Zend Framework MVC applications. I just got a Ubuntu server working after one of those days that seem to be a never ending Google search and debugging session, so I thought I'd share the outcome with you.

They show you how to install the needed packages, set up FastCGI and configure it to work with nginx and, of course, configure nginx to use the FastCGI. Included in the nginx config is a pointer to the Zend Framework's document root. Setting up the Zend Framework and creating an application isn't a part of the tutorial.

tagged: zendframework nginx fastcgi webserver tutorial install configure

Link:


Trending Topics: