- Package:
- libapache2-mod-passenger
- Source:
- passenger
- Description:
- web application server - apache2 integration
- Submitter:
- Radek Antoniuk
- Date:
- 2010-06-24 10:33:05 UTC
- Severity:
- important
I am using passenger with apache2-mpm-itk and AssignUserID directive in config file of virtual hosts. The problem is, that passenger temporary files are created with wrong privileges, i.e. if I have AssignUserID user1 group1 in the config, then: /tmp/passenger.XXX/webserver_private/ should be created with that user/group id. Instead it is closed for root only.
I confirm this bug with apache2-mpm-itk 2.2.6 in Lenny.