X-Git-Url: http://www.dolda2000.com/gitweb/?p=ashd.git;a=blobdiff_plain;f=examples%2Fvhosts%2Frun;h=a9d419f0b3396b8e6b9d790fae656f5d528295c7;hp=bba9e6819b862c6eadaf38e2ee53f4a71bd0c909;hb=56e1ccba9f8df6e59711d067c6fcb05b74fc35ca;hpb=7f8383098e49588529e3a203ed6d7bb2f27aef5c diff --git a/examples/vhosts/run b/examples/vhosts/run index bba9e68..a9d419f 100755 --- a/examples/vhosts/run +++ b/examples/vhosts/run @@ -1,6 +1,9 @@ #!/bin/sh +# Change to the directory containing this script set -e cd "$(dirname "$0")" -htparser plain:port=8080 -- patplex patterns.conf +# Start htparser running patplex; see the patterns.conf file for +# further details. +htparser plain:port=8080 -- patplex ./patterns.conf