X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=etc%2Finit.d%2Ffastcgi;h=77dcb0993c3ee39db910743a1cf90d2c7ea3d0a4;hb=b3e4ccffd2ec8225fcf8b9fa40a9279e2af3e31b;hp=42444813e17b579019cefb08eddb7cdd33cc4ed1;hpb=8195a825f8a180a6cc61d0ec8ce4fd3039100aac;p=matthijs%2Fservers%2Fdrsnuggles.git diff --git a/etc/init.d/fastcgi b/etc/init.d/fastcgi index 4244481..77dcb09 100755 --- a/etc/init.d/fastcgi +++ b/etc/init.d/fastcgi @@ -27,7 +27,8 @@ SITES=[ # ('stdin.nl', ['php']), ('stdout.nl', ['php']), ('ninniach.nl', ['php']), - ('evolution-events.nl', ['php', ('wipi', 'applications/wipi/wipi.fcgi')]), #, ('xerxes', 'applications/xerxes/manage.py runfcgi')]), + ('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"