[DRE-commits] [redmine] 05/08: prepare for when the FastCGI apache2 config works

Antonio Terceiro terceiro at moszumanska.debian.org
Tue Sep 30 21:39:49 UTC 2014


This is an automated email from the git hooks/post-receive script.

terceiro pushed a commit to branch master
in repository redmine.

commit 2fa3109dfc8a7ac3d54dae6a6e84d0f132c16212
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Mon Sep 22 11:12:23 2014 -0300

    prepare for when the FastCGI apache2 config works
---
 debian/tests/smoke-test | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/tests/smoke-test b/debian/tests/smoke-test
index cb41455..1110061 100755
--- a/debian/tests/smoke-test
+++ b/debian/tests/smoke-test
@@ -14,7 +14,11 @@ setup_apache2() {
 }
 
 case "$webserver" in
-  apache2*)
+  apache2)
+    a2enmod rewrite
+    setup_apache2
+    ;;
+  apache2-passenger)
     setup_apache2
     ;;
   *)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/redmine.git



More information about the Pkg-ruby-extras-commits mailing list