View | Details | Raw Unified | Return to bug 13791
Collapse All | Expand All

(-)a/debian/templates/apache-shared-intranet-plack.conf (-1 / +1 lines)
Lines 6-12 Link Here
6
# for the intranet.
6
# for the intranet.
7
7
8
# Plack is only available out-of-the-box for Apache 2.4.7+ setups
8
# Plack is only available out-of-the-box for Apache 2.4.7+ setups
9
<IfVersion >= 2.4>
9
<IfVersion >= 2.4.8>
10
    <IfModule mod_proxy_http.c>
10
    <IfModule mod_proxy_http.c>
11
11
12
        ProxyPreserveHost On
12
        ProxyPreserveHost On
(-)a/debian/templates/apache-shared-opac-plack.conf (-2 / +1 lines)
Lines 6-12 Link Here
6
# for the OPAC.
6
# for the OPAC.
7
7
8
# Plack is only available out-of-the-box for Apache 2.4.7+ setups
8
# Plack is only available out-of-the-box for Apache 2.4.7+ setups
9
<IfVersion >= 2.4>
9
<IfVersion >= 2.4.8>
10
    <IfModule mod_proxy_http.c>
10
    <IfModule mod_proxy_http.c>
11
11
12
        ProxyPreserveHost On
12
        ProxyPreserveHost On
13
- 

Return to bug 13791