aboutsummaryrefslogtreecommitdiffstats
path: root/testing/scripts/build-guestimages
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2016-07-21 15:01:00 +0200
committerTobias Brunner <tobias@strongswan.org>2016-08-29 18:11:42 +0200
commitcf6042453f2e36ec45d2cfa127e232d367178204 (patch)
tree9ee7de0de76b448e3b7b25115b52da1e12d0979b /testing/scripts/build-guestimages
parent528c40017e41ba17bfe9ea5a712b49b3ba5d2909 (diff)
downloadstrongswan-cf6042453f2e36ec45d2cfa127e232d367178204.tar.bz2
strongswan-cf6042453f2e36ec45d2cfa127e232d367178204.tar.xz
testing: Serve images in testresults via mod_rewrite and not a symlink
Diffstat (limited to 'testing/scripts/build-guestimages')
-rwxr-xr-xtesting/scripts/build-guestimages1
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/scripts/build-guestimages b/testing/scripts/build-guestimages
index e2ec422b1..8fd101003 100755
--- a/testing/scripts/build-guestimages
+++ b/testing/scripts/build-guestimages
@@ -61,6 +61,7 @@ do
execute "mkdir $LOOPDIR/var/log/apache2/ocsp" 0
execute "cp -rf $DIR/../images $LOOPDIR/var/www/" 0
execute_chroot "a2enmod -q cgid" 0
+ execute_chroot "a2enmod -q rewrite" 0
execute_chroot "ln -s /etc/openssl/certs /var/www/certs" 0
execute_chroot "/etc/openssl/generate-crl" 0
execute_chroot "rm -rf /var/lib/ldap/*" 0