lighttpd: Move webmail from stdout.nl to stdin.nl.
[matthijs/servers/drsnuggles.git] / etc / init.d / fastcgi
index bd5690f1f2eb8dd81a1bd0ce3f29f67202640161..77dcb0993c3ee39db910743a1cf90d2c7ea3d0a4 100755 (executable)
@@ -23,11 +23,12 @@ ROOT_DIR="/data/www"
 
  
 SITES=[
-       ('stderr.nl',             ['php']),
+       ('stderr.nl',             ['php', ('trac', 'applications/trac/trac.fcgi')]),
 #      ('stdin.nl',              ['php']),
        ('stdout.nl',             ['php']),
        ('ninniach.nl',           ['php']),
-#      ('evolution-events.nl',   ['php']), #, ('xerxes', 'applications/xerxes/manage.py runfcgi'), ('wipi', 'applications/wipi/wipi.fcgi')]),
+       ('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')]),
 #      ('stdio.flexvps.nl',      ['php']),
 #      ('foresightsecurity.nl',  ['php']),
 ]
@@ -40,7 +41,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']
+KILL_PROCS=['php-cgi', 'manage.py', 'trac.fcgi', 'wipi.fcgi']
 
 ## ABSOLUTE path to the spawn-fcgi binary
 SPAWNFCGI="/usr/bin/spawn-fcgi"