Y
Hacker News
new
|
ask
|
show
|
jobs
by
no_wizard
2565 days ago
nginx supports fast cgi
https://www.nginx.com/resources/wiki/start/topics/examples/f...
I imagine it supports cgi calls too
2 comments
SahAssar
2565 days ago
Nginx does not support CGI, but you can for example use uWSGI as a application server behind nginx.
link
user5994461
2565 days ago
For reference, WSGI is python only, it's an interprocess communication method very similar to fastcgi with the same purpose.
link
SahAssar
2564 days ago
Seems like it can work with others too, though I don't know how well:
https://uwsgi-docs.readthedocs.io/en/latest/LanguagesAndPlat...
link
user5994461
2565 days ago
Reading that documentation page will tell you that nginx cannot spawn fastcgi processes ;)
link