At one point in history long past, Django 1.8 supported FastCGI via
flup

https://docs.djangoproject.com/en/1.8/howto/deployment/fastcgi/

but it was slated to be removed in 1.9 and there seem to be no
further docs I can disinter about running Django in a FastCGI
environment (all other resources I turned up are of a similar
vintage).

Is there a recommended way to run Django in a FastCGI environment
these days?

I ask largely because OpenBSD's stock `httpd` supports CGI and
FastCGI but not WSGI or other such interfaces.  Push come to shove, I
could end up using relayd/httpd as a fronting proxy to some
intermediate server (like uWSGI or gunicorn?).  If even that causes
issues, I *can* switch to nginx, but would prefer to stick with as
much software in the base install if possible.

Thanks,

-tkc






-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/20201213110941.661cf166%40bigbox.attlocal.net.

Reply via email to