Opened 11 years ago

Closed 11 years ago

#20751 closed New feature (wontfix)

Add option to runfcgi to set socket permissions (also, tests for runfcgi)

Reported by: ntrrgc@… Owned by: nobody
Component: Utilities Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Even if it seems nobody loves FastCGI, here it is: A patch to add this long-missed feature. With documentation updates and unit tests.

The issue is discussed here: https://groups.google.com/forum/#!topic/django-developers/u4b-9rFIHts

Attachments (1)

0001-socketumask-argument-for-runfcgi-tests.patch (15.8 KB ) - added by ntrrgc@… 11 years ago.
Patch

Download all attachments as: .zip

Change History (3)

comment:1 by Tim Graham, 11 years ago

Triage Stage: UnreviewedAccepted

Duplicate of #14958 but I'll leave this one since it has a more extensive patch.

comment:2 by Tim Graham, 11 years ago

Resolution: wontfix
Status: newclosed

Closing as "won't fix" since we are deprecating runfcgi. Perhaps this can be incorporated in the externally maintained successor to runfcgi if that happens.

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