| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | rack: SSL Env vars can be in Request.env or ENV | Christian Hofstaedtler | 2009-08-03 | 1 | -4/+7 |
| | | | | | | | | Fix #2386, by checking either Request.env or ENV for the SSL environment variables. This is necessary as Passenger 2.2.3 changed the location of these vars, even though the Rack spec says nothing about ENV or these variables. | ||||
| * | Fix #2467 - rack: suggest putting puppet/lib at beginning of RUBYLIB search path | Marc Fournier | 2009-07-30 | 1 | -1/+1 |
| | | | | | | | | | | | If you happen to already have puppet code somewhere in your ruby path, you might get unexpected behaviour when trying to run puppetmaster with passenger. Suggesting that the path to puppet/lib gets prepended instead of appended to RUBYLIB could save time to some. Signed-off-by: Marc Fournier <marc.fournier@camptocamp.com> | ||||
| * | Fixes #2430 - Stock apache2.conf for passenger incorrect | James Turnbull | 2009-07-23 | 1 | -9/+11 |
| | | |||||
| * | Removed extra whitespace from end of lines | Ian Taylor | 2009-06-06 | 2 | -7/+7 |
| | | |||||
| * | puppetmasterd can now run as a standard Rack application (config.ru-style) | Christian Hofstaedtler | 2009-05-02 | 4 | -0/+183 |
