Ticket #187 (closed defect: duplicate)

Opened 5 years ago

Last modified 3 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: 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

Changed 5 years ago by Dwonis

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

Changed 5 years ago by Dwonis

see #188

Note: See TracTickets for help on using tickets.