#578534 libapache2-mod-passenger: AssignUserID not respected in directory privileges

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
#578534#5
Date:
2010-04-20 16:38:08 UTC
From:
To:
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.

#578534#10
Date:
2010-06-24 10:25:06 UTC
From:
To:
I confirm this bug with apache2-mpm-itk 2.2.6 in Lenny.