Bugzilla – Attachment 41866 Details for
Bug 13791
Plack - Out of the box support on packages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13791: (QA followup) Plack support requires Apache 2.4.8+
Bug-13791-QA-followup-Plack-support-requires-Apach.patch (text/plain), 1.81 KB, created by
Tomás Cohen Arazi (tcohen)
on 2015-08-24 16:13:45 UTC
(
hide
)
Description:
Bug 13791: (QA followup) Plack support requires Apache 2.4.8+
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2015-08-24 16:13:45 UTC
Size:
1.81 KB
patch
obsolete
>From 58b29655dda0ca4d4935a6b886a1a39d249a8780 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@unc.edu.ar> >Date: Mon, 24 Aug 2015 13:03:05 -0300 >Subject: [PATCH] Bug 13791: (QA followup) Plack support requires Apache 2.4.8+ > >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 | 2 +- > debian/templates/apache-shared-opac-plack.conf | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/debian/templates/apache-shared-intranet-plack.conf b/debian/templates/apache-shared-intranet-plack.conf >index 95a68d5..65a34a2 100644 >--- a/debian/templates/apache-shared-intranet-plack.conf >+++ b/debian/templates/apache-shared-intranet-plack.conf >@@ -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 >diff --git a/debian/templates/apache-shared-opac-plack.conf b/debian/templates/apache-shared-opac-plack.conf >index 5d6f564..95787d8 100644 >--- a/debian/templates/apache-shared-opac-plack.conf >+++ b/debian/templates/apache-shared-opac-plack.conf >@@ -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 >-- >2.5.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 13791
:
41481
|
41482
|
41483
|
41484
|
41485
|
41486
|
41503
|
41504
|
41505
|
41506
|
41507
|
41508
|
41509
|
41510
|
41511
|
41512
|
41513
|
41563
|
41564
|
41565
|
41566
|
41567
|
41568
|
41571
|
41572
|
41573
|
41574
|
41575
|
41576
|
41748
|
41749
|
41750
|
41751
|
41752
|
41753
| 41866 |
42038