Make the server type configurable

Bug #701825 reported by Matt Jones
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Rootin Tootin
Confirmed
High
Unassigned

Bug Description

For each section in the config.json, We should be able to specify a server mode:
fastcgi : For deployment with Lighttpd, Nginx, Apache2, Cherokee, et cetera
rootin_multi : The server process accepts requests and sends them to the app process to reply. The server rebuilds the app when the code changes.
rootin_single : One process that accepts requests and replies. No rebuilds.

The default will be:
development : rootin_multi
test : rootin_multi
production : fastcgi

Matt Jones (workhorsy)
Changed in rester:
milestone: 0.8 → 0.9
Matt Jones (workhorsy)
Changed in rester:
milestone: 0.9 → 0.11
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.