testing: Serve images in testresults via mod_rewrite and not a symlink

This commit is contained in:
Tobias Brunner
2016-08-29 18:11:42 +02:00
parent 528c40017e
commit cf6042453f
3 changed files with 4 additions and 1 deletions
+1
View File
@@ -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