Ticket #187 (closed defect: duplicate)
flup_server.py:run_fcgi_* don't support the umask option
| Reported by: | Dwonis | Owned by: | ianb |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.4.1 |
| Component: | paste | Version: | svn-trunk |
| Severity: | normal | Keywords: | fastcgi flup pastescript fcgi |
| Cc: |
Description
When I put this in my paste .ini file:
[server:main] use = egg:PasteScript#flup_fcgi_thread socket = /path/to/socket umask = 0
I get:
TypeError?: run_fcgi_thread() got an unexpected keyword argument 'umask'
It should work (a patch is attached).
Change History
Note: See
TracTickets for help on using
tickets.
