summaryrefslogtreecommitdiffstats
path: root/ext/rack/README
Commit message (Collapse)AuthorAgeFilesLines
* rack: SSL Env vars can be in Request.env or ENVChristian Hofstaedtler2009-08-031-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.
* Removed extra whitespace from end of linesIan Taylor2009-06-061-6/+6
|
* puppetmasterd can now run as a standard Rack application (config.ru-style)Christian Hofstaedtler2009-05-021-0/+70