Opened 13 years ago

Closed 11 years ago

#14958 closed New feature (duplicate)

FastCGI socket permission

Reported by: joerg Owned by: nobody
Component: Core (Management commands) Version: 1.2
Severity: Normal Keywords: fastcgi
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Some systems like Linux want to apply the umask to Unix Domain Sockets. The current code only allows for fixing it afterwards or setting the umask for the whole process. Both is highly annoying, so the attached patch allows fixing it by using the corresponding flup option.

Attachments (2)

fastcgi.py.diff (947 bytes ) - added by joerg 13 years ago.
socket_umask option
14958_fasctcgi_socket_umask.diff (1.1 KB ) - added by dmclain 13 years ago.

Download all attachments as: .zip

Change History (9)

by joerg, 13 years ago

Attachment: fastcgi.py.diff added

socket_umask option

comment:1 by Russell Keith-Magee, 13 years ago

Triage Stage: UnreviewedAccepted

comment:2 by anonymous, 13 years ago

Severity: Normal
Type: New feature

comment:3 by patchhammer, 13 years ago

Easy pickings: unset
Patch needs improvement: set

fastcgi.py.diff fails to apply cleanly on to trunk

by dmclain, 13 years ago

comment:4 by dmclain, 13 years ago

Patch needs improvement: unset

comment:5 by Aymeric Augustin, 12 years ago

UI/UX: unset

Change UI/UX from NULL to False.

comment:6 by Aymeric Augustin, 11 years ago

Component: Core (Other)Core (Management commands)

comment:7 by Tim Graham, 11 years ago

Resolution: duplicate
Status: newclosed

Duplicate of #20751 which has a more extensive patch.

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