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

Hi,

Is it possible with the same install of nginx to have php on some
server{}
sections and a python/django on another ?

Thanks

Yes

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

Thanks for your replies :slight_smile: