X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fbin%2Fapache-template-update;h=1d576323b743b420d51568e60c59af026044e3e1;hb=bceda32ec4c5aaed6ce3e244aedc0ee47292ef97;hp=29024ab32819d0ea98ca67f3616f43f4f61d5aad;hpb=8111bf5133e4335ae1b14a79470d44b4c7003ce0;p=mkws-moved-to-github.git diff --git a/test/bin/apache-template-update b/test/bin/apache-template-update index 29024ab..1d57632 100755 --- a/test/bin/apache-template-update +++ b/test/bin/apache-template-update @@ -9,11 +9,12 @@ export APACHE_SERVER_ROOT=$(pwd) export APACHE_RUN_USER=$(whoami) export APACHE_RUN_GROUP=$(groups | awk '{ print $1 }') -export APACHE_LOG_DIR=$APACHE_SERVER_ROOT/logs -export APACHE_PID_FILE=$APACHE_LOG_DIR/mkws-jasmine.pid -export APACHE_LOCK_FILE=$APACHE_LOG_DIR/accept.lock : ${APACHE_PORT=4040}; export APACHE_PORT +export APACHE_LOG_DIR=$APACHE_SERVER_ROOT/logs +export APACHE_PID_FILE=$APACHE_LOG_DIR/mkws-jasmine-${APACHE_PORT}.pid +export APACHE_LOCK_FILE=$APACHE_LOG_DIR/accept-${APACHE_PORT}.lock + export MKWS_ROOT=$(pwd)/.. MKWS_OS=debian @@ -27,9 +28,6 @@ case $(uname) in Linux ) MKWS_OS=debian if [ -e /etc/debian_version ]; then MKWS_OS=debian - if $apache2 -v | egrep -q 'Server version: Apache/2\.4\.'; then - APACHE_VERSION=2.4 - fi fi if [ -e /etc/redhat-release ]; then MKWS_OS=centos @@ -38,6 +36,10 @@ case $(uname) in * ) MKWS_OS=debian ;; esac +if $apache2 -v | egrep -q 'Server version: Apache/2\.4\.'; then + APACHE_VERSION=2.4 +fi + if [ "$APACHE_VERSION" = "2.4" ]; then : ${MKWS_APACHE_TEMPLATE="$MKWS_ROOT/tools/apache2/jasmine-dev.template-$APACHE_VERSION"} @@ -47,7 +49,7 @@ else APACHE_MODULES="$MKWS_ROOT/tools/apache2/jasmine-dev.apache-modules.$MKWS_OS.conf" fi -: ${MKWS_APACHE_FILE="$APACHE_LOG_DIR/jasmine-dev"} +: ${MKWS_APACHE_FILE="$APACHE_LOG_DIR/jasmine-dev-${APACHE_PORT}.conf"} export APACHE_MODULES perl -npe 's,\${(.*?)},$ENV{$1},g; ' $MKWS_APACHE_TEMPLATE > $MKWS_APACHE_FILE.tmp