[DRE-maint] [Bug 696271] Re: Insufficient privileges for Passenger spawned application

kapouer 696271 at bugs.launchpad.net
Sat Jan 1 17:34:42 UTC 2011


In debian, passenger runs as the owner of /usr/share/redmine/config/environment.rb,
hence this snippet in postinst :
chown www-data:root /usr/share/redmine/config/environment.rb

Isn't that the case of passenger in ubuntu ?

-- 
You received this bug notification because you are subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/696271

Title:
  Insufficient privileges for Passenger spawned application

Status in “redmine” package in Ubuntu:
  New

Bug description:
  Binary package hint: redmine

If Redmine is hosted by Apache with Passenger, Passenger spawns Redmine as user=nobody which can not see the configuration files in /etc/redmine/default. The following line must be added to /etc/apache2/mods-available/passenger.conf:

  PassengerDefaultUser www-data







More information about the Pkg-ruby-extras-maintainers mailing list