Opened 15 years ago
Closed 12 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)
Change History (9)
by , 15 years ago
| Attachment: | fastcgi.py.diff added |
|---|
comment:1 by , 15 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
comment:2 by , 15 years ago
| Severity: | → Normal |
|---|---|
| Type: | → New feature |
comment:3 by , 15 years ago
| Easy pickings: | unset |
|---|---|
| Patch needs improvement: | set |
fastcgi.py.diff fails to apply cleanly on to trunk
by , 15 years ago
| Attachment: | 14958_fasctcgi_socket_umask.diff added |
|---|
comment:4 by , 15 years ago
| Patch needs improvement: | unset |
|---|
comment:6 by , 13 years ago
| Component: | Core (Other) → Core (Management commands) |
|---|
comment:7 by , 12 years ago
| Resolution: | → duplicate |
|---|---|
| Status: | new → closed |
Duplicate of #20751 which has a more extensive patch.
Note:
See TracTickets
for help on using tickets.
socket_umask option