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 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.

Change History (10)

comment:1 by Tim Graham, 13 years ago

Triage Stage: UnreviewedAccepted

comment:2 by Anvesh Mishra, 3 years ago

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

comment:3 by Anvesh Mishra, 3 years ago

Cc: Anvesh Mishra added

comment:4 by Ülgen Sarıkavak, 2 years ago

Cc: Ülgen Sarıkavak added

comment:6 by Lakshya Prasad, 3 weeks ago

Owner: changed from nobody to Lakshya Prasad
Status: newassigned

I would like to work on this ticket and submit a patch.

comment:7 by Tim Graham, 3 weeks ago

Resolution: wontfix
Status: assignedclosed

I believe this is effectively obsolete since it has received no attention in 13 years.

comment:8 by Lakshya Prasad, 3 weeks ago

Has patch: set
Resolution: wontfix
Status: closednew

in reply to:  7 comment:9 by Lakshya Prasad, 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 Mariusz Felisiak, 3 weeks ago

Has patch: unset
Resolution: wontfix
Status: newclosed
Triage Stage: AcceptedUnreviewed

I agree with Tim.

Note: See TracTickets for help on using tickets.
Back to Top