Bug 13791: (QA followup) Plack support requires Apache 2.4.8+
authorTomas Cohen Arazi <tomascohen@unc.edu.ar>
Mon, 24 Aug 2015 16:03:05 +0000 (13:03 -0300)
committerTomas Cohen Arazi <tomascohen@unc.edu.ar>
Mon, 24 Aug 2015 16:06:39 +0000 (13:06 -0300)
The Apache 2.4 documentation says UDS support for ProxyPass has been
introduced in Apache 2.4.7. That's what is shipped by Koha's supported
Debian / Ubuntu versions.
But it is not true, empiric tests and even the changelog for the apache
project says the feature got introduced in 2.4.8. So to avoid breakages
I raised the version number test on the apache files to 2.4.8.

New bugs will be filled for dealing with this if we find it necessary.

Signed-off-by: Tomas Cohen Arazi <tomascohen@unc.edu.ar>
debian/templates/apache-shared-intranet-plack.conf
debian/templates/apache-shared-opac-plack.conf

index 95a68d5..65a34a2 100644 (file)
@@ -6,7 +6,7 @@
 # for the intranet.
 
 # Plack is only available out-of-the-box for Apache 2.4.7+ setups
-<IfVersion >= 2.4>
+<IfVersion >= 2.4.8>
     <IfModule mod_proxy_http.c>
 
         ProxyPreserveHost On
index 5d6f564..95787d8 100644 (file)
@@ -6,7 +6,7 @@
 # for the OPAC.
 
 # Plack is only available out-of-the-box for Apache 2.4.7+ setups
-<IfVersion >= 2.4>
+<IfVersion >= 2.4.8>
     <IfModule mod_proxy_http.c>
 
         ProxyPreserveHost On