X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=etc%2Finit.d%2Ffastcgi;h=5b5a05468768d2ed75b0521971d9e508a598b6ee;hb=1bb86de52bd77e037e082d6c633fc659d43b473d;hp=ad14315add6eaaca2e3b66df415d60ea6f658a54;hpb=c5c44ecd4c6820758f06572dc88b602839cf0824;p=matthijs%2Fservers%2Fdrsnuggles.git diff --git a/etc/init.d/fastcgi b/etc/init.d/fastcgi index ad14315..5b5a054 100755 --- a/etc/init.d/fastcgi +++ b/etc/init.d/fastcgi @@ -24,10 +24,11 @@ ROOT_DIR="/data/www" SITES=[ ('stderr.nl', ['php', ('trac', 'applications/trac/trac.fcgi')]), -# ('stdin.nl', ['php']), + ('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"