Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
no_wizard
7y ago
0 comments
Save
Share
nginx supports fast cgi
https://www.nginx.com/resources/wiki/start/topics/examples/f...
I imagine it supports cgi calls too
0 comments
4 comments · 2 top-level
top
newest
oldest
SahAssar
7y ago
· 2 in thread
Nginx does not support CGI, but you can for example use uWSGI as a application server behind nginx.
user5994461
7y ago
For reference, WSGI is python only, it's an interprocess communication method very similar to fastcgi with the same purpose.
SahAssar
7y ago
Seems like it can work with others too, though I don't know how well:
https://uwsgi-docs.readthedocs.io/en/latest/LanguagesAndPlat...
user5994461
7y ago
Reading that documentation page will tell you that nginx cannot spawn fastcgi processes ;)
j
/
k
navigate · click thread line to collapse