Opened 13 years ago
Closed 3 weeks ago
#20799 closed New feature (wontfix)
Document how to use FastCGI via WSGI
| Reported by: | Tim Graham | Owned by: | Lakshya Prasad |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Normal | Keywords: | |
| Cc: | Anvesh Mishra, Ülgen Sarıkavak | Triage Stage: | Unreviewed |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
from apollo13 in #20766:
The docs should make clear that you can still use [FastCGI with Django even though
runfcgiis being deprecated]; eg have a small page describing it like this: http://werkzeug.pocoo.org/docs/deployment/fastcgi/ and offer http://uwsgi-docs.readthedocs.org/en/latest/Options.html#fastcgi-socket as a runfcgi replacement.
Change History (10)
comment:1 by , 13 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
comment:2 by , 3 years ago
comment:3 by , 3 years ago
| Cc: | added |
|---|
comment:4 by , 2 years ago
| Cc: | added |
|---|
comment:5 by , 17 months ago
This looks like an alternative link: http://mitsuhiko.pocoo.org/werkzeug-docs/deployment/fastcgi.html
comment:6 by , 3 weeks ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
I would like to work on this ticket and submit a patch.
follow-up: 9 comment:7 by , 3 weeks ago
| Resolution: | → wontfix |
|---|---|
| Status: | assigned → closed |
I believe this is effectively obsolete since it has received no attention in 13 years.
comment:8 by , 3 weeks ago
| Has patch: | set |
|---|---|
| Resolution: | wontfix |
| Status: | closed → new |
Pull request submitted: https://github.com/django/django/pull/20880
comment:9 by , 3 weeks ago
Thanks for the feedback. If this functionality is considered obsolete,
I'm happy to close the PR or adjust the documentation as recommended.
Please let me know what would be preferred.
comment:10 by , 3 weeks ago
| Has patch: | unset |
|---|---|
| Resolution: | → wontfix |
| Status: | new → closed |
| Triage Stage: | Accepted → Unreviewed |
I agree with Tim.
One of the links provided in the ticket description is broken.