Ticket #188 (closed defect: fixed)

Opened 5 years ago

Last modified 4 years ago

flup_server.py:run_fcgi_* don't support the umask option

Reported by: Dwonis Owned by: ianb
Priority: normal Milestone: 1.4.1
Component: script 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).

Attachments

pastescript-1.3.5-flup-umask.patch Download (1.4 KB) - added by Dwonis 5 years ago.

Change History

Changed 5 years ago by Dwonis

Changed 5 years ago by Dwonis

Oops. Bad formatting. This should have read:

[server:main]
use = egg:PasteScript#flup_fcgi_thread
socket = /path/to/socket
umask = 0

Changed 4 years ago by ianb

  • status changed from new to closed
  • resolution set to fixed

Fixed in r7135, though I also deprecated the flup entry points since flup provides them directly now

Note: See TracTickets for help on using tickets.