This, for me, is the key: anything that's not a WSGI container is
basically the wrong way to serve Django. Full stop. By continuing to
include these other weird protocols we're implying that they're fully
supported when they're actually totally not. Back in the day, we needed
FCGI support because the options for hosting Python stuff was super
limited. Today, there are a ton of options, even in the ultra-low-cost
category.
Let's start FCGI (and the others) down the path to deprecation. If
there's truly a community that finds value in these things -- and frankly
I think that once they try modern options they'll quickly switch and never
look back -- then let them maintain the code.
--
Ticket URL: <https://code.djangoproject.com/ticket/20766>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* cc: timograham@… (added)
* needs_better_patch: => 0
* needs_tests: => 0
* needs_docs: => 0
* has_patch: 0 => 1
* stage: Unreviewed => Accepted
Comment:
https://github.com/django/django/pull/1371
--
Ticket URL: <https://code.djangoproject.com/ticket/20766#comment:1>
Comment (by apollo13):
Even if we drop FCGI support in Django, the docs should make clear that
you can still use it…; eg have a small page describing it like this: http
://uwsgi-docs.readthedocs.org/en/latest/Options.html#fastcgi-socket and
offer http://uwsgi-docs.readthedocs.org/en/latest/Options.html#fastcgi-
socket as a runfcgi replacement.
--
Ticket URL: <https://code.djangoproject.com/ticket/20766#comment:2>
Comment (by timo):
I don't know enough about using FastCGI via uWSGI to write a how-to. If
someone else is interested in writing something, I'm happy to review it.
--
Ticket URL: <https://code.djangoproject.com/ticket/20766#comment:3>
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"bd0dcc6c89e262780df3c17f18b2462f50b48137"]:
{{{
#!CommitTicketReference repository=""
revision="bd0dcc6c89e262780df3c17f18b2462f50b48137"
Fixed #20766 -- Deprecated FastCGI support.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/20766#comment:4>
Comment (by timo):
Created a separate ticket for the doc update: #20799
--
Ticket URL: <https://code.djangoproject.com/ticket/20766#comment:5>
Comment (by Tim Graham <timograham@…>):
In [changeset:"67ce2e74e1aafd3f85f6d64059d204e434e0e5f4"]:
{{{
#!CommitTicketReference repository=""
revision="67ce2e74e1aafd3f85f6d64059d204e434e0e5f4"
Added missing deprecation note for fastcgi in 1.7 release notes; refs
#20766.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/20766#comment:6>
Comment (by Tim Graham <timograham@…>):
In [changeset:"a11ed8dcfdce6820012ea219d1bbadb28c67b60d"]:
{{{
#!CommitTicketReference repository=""
revision="a11ed8dcfdce6820012ea219d1bbadb28c67b60d"
[1.7.x] Added missing deprecation note for fastcgi in 1.7 release notes;
refs #20766.
Backport of 67ce2e74e1 from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/20766#comment:7>
Comment (by Tim Graham <timograham@…>):
In [changeset:"41f0d3d3bc8b0a6831530e1176c6415f9ba45b0b"]:
{{{
#!CommitTicketReference repository=""
revision="41f0d3d3bc8b0a6831530e1176c6415f9ba45b0b"
Removed FastCGI support per deprecation timeline; refs #20766.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/20766#comment:8>