Probably a yes, but thought best to check - php and python fastcgi

Cliff Wells cliff at develix.com
Sun Sep 14 07:26:17 MSD 2008


On Sat, 2008-09-13 at 17:56 +0000, David wrote:
> Hi,
> 
> Is it possible with the same install of nginx to have php on some server{}
> sections and a python/django on another ?

Not only yes, you could have them both within the same server{} block. 

FastCGI is language-neutral.  Nginx has no idea (nor does it care) what
language the backend is written in.

Regards,
Cliff






More information about the nginx mailing list