fastcgi: Enable Dorestad1493 booking system Django app.
authorMatthijs Kooijman <matthijs@stdin.nl>
Wed, 24 Nov 2010 08:08:10 +0000 (09:08 +0100)
committerMatthijs Kooijman <matthijs@stdin.nl>
Wed, 24 Nov 2010 08:08:26 +0000 (09:08 +0100)
etc/init.d/fastcgi

index 5b5a05468768d2ed75b0521971d9e508a598b6ee..00f1a6e6d20e79a8b2213797d2db764742acae7c 100755 (executable)
@@ -28,7 +28,12 @@ SITES=[
        ('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']),
 ]
@@ -41,7 +46,7 @@ APPLICATIONS={"php": "/usr/bin/php-cgi"}
 # 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"