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 Tim Graham, 12 years ago

Triage Stage: UnreviewedAccepted

comment:2 by Anvesh Mishra, 2 years ago

One of the links provided in the ticket description is broken.

comment:3 by Anvesh Mishra, 2 years ago

Cc: Anvesh Mishra added

comment:4 by Ülgen Sarıkavak, 11 months ago

Cc: Ülgen Sarıkavak added
Note: See TracTickets for help on using tickets.
Back to Top