Opened 12 years ago
Last modified 3 months ago
#20799 new New feature
Document how to use FastCGI via WSGI
Reported by: | Tim Graham | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Anvesh Mishra, Ülgen Sarıkavak | Triage Stage: | Accepted |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Pull Requests: | How to create a pull request | ||
Description ¶
from apollo13 in #20766:
The docs should make clear that you can still use [FastCGI with Django even though
runfcgi
is 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.
According to the ticket's flags, the next step(s) to move this issue forward are:
- To provide a patch by sending a pull request. Claim the ticket when you start working so that someone else doesn't duplicate effort. Before sending a pull request, review your work against the patch review checklist. Check the "Has patch" flag on the ticket after sending a pull request and include a link to the pull request in the ticket comment when making that update. The usual format is:
[https://github.com/django/django/pull/#### PR]
.
Change History (5)
comment:1 by , 12 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 2 years ago
comment:3 by , 2 years ago
Cc: | added |
---|
comment:4 by , 11 months ago
Cc: | added |
---|
comment:5 by , 3 months ago
This looks like an alternative link: http://mitsuhiko.pocoo.org/werkzeug-docs/deployment/fastcgi.html
One of the links provided in the ticket description is broken.