X-Git-Url: http://www.dolda2000.com/gitweb/?p=ashd.git;a=blobdiff_plain;f=examples%2Fpython%2Fwsgidir%2Frun;fp=examples%2Fpython%2Fwsgidir%2Frun;h=8931d4c86ca24e067d1d7c643cf93cb6eef3dd7c;hp=5dbe5d21d041538342115a8b9ddfcfaddc62770b;hb=bcad6b0c48d516ddc920b52f06083ceaa242e1ca;hpb=589987f8218c9aa61d65f582a3b3e1bbd32bda81 diff --git a/examples/python/wsgidir/run b/examples/python/wsgidir/run index 5dbe5d2..8931d4c 100755 --- a/examples/python/wsgidir/run +++ b/examples/python/wsgidir/run @@ -7,9 +7,4 @@ cd "$(dirname "$0")" # Invoke dirplex running in this directory, loading the wsgidir.rc # configuration file. The same configuration can be put in # e.g. /etc/ashd/dirplex.d or in any .htrc file. - -# The setsid command ensures that SIGINT is only received by htparser -# and not by dirplex or its children; it is not of any importance, but -# makes shutdown slightly cleaner, and hides the KeyboardInterrupt -# otherwise raised by Python. -htparser plain:port=8080 -- setsid dirplex -c ./wsgidir.rc . +htparser plain:port=8080 -- dirplex -c ./wsgidir.rc .