('stdout.nl', ['php']),
('ninniach.nl', ['php']),
('blues-brothers.eu', ['php']),
- ('evolution-events.nl', ['php', ('wipi', 'applications/wipi/wipi.fcgi'), ('hunternet', 'applications/lexnet/manage.py runfcgi'), ('xerxes', 'applications/xerxes/manage.py runfcgi')]),
+ ('evolution-events.nl', ['php',
+ ('wipi', 'applications/wipi/wipi.fcgi'),
+ ('hunternet', 'applications/lexnet/manage.py runfcgi'),
+ ('xerxes', 'applications/xerxes/manage.py runfcgi'),
+ ('dorestad-bookings', 'applications/dorestad-bookings/manage.py.local runfcgi debug=true'),
+ ]),
# ('stdio.flexvps.nl', ['php']),
# ('foresightsecurity.nl', ['php']),
]
# Kill these procs before starting new ones. Only processes of these names that
# are run by the sites in SITES are killed. This is a bit hackish, we should
# really be using pidfiles...
-KILL_PROCS=['php-cgi', 'manage.py', 'trac.fcgi', 'wipi.fcgi']
+KILL_PROCS=['php-cgi', 'manage.py', 'manage.py.local', 'trac.fcgi', 'wipi.fcgi']
## ABSOLUTE path to the spawn-fcgi binary
SPAWNFCGI="/usr/bin/spawn-fcgi"