Lines 5-14
Link Here
|
5 |
# /etc/apache2/site-available file, from within the VirtualHost section |
5 |
# /etc/apache2/site-available file, from within the VirtualHost section |
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.8+ setups |
9 |
<IfVersion >= 2.4.8> |
9 |
<IfVersion >= 2.4.8> |
10 |
<IfModule mod_proxy_http.c> |
10 |
<IfModule mod_proxy_http.c> |
11 |
|
11 |
|
|
|
12 |
# FIXME: This scripts should be fixed so they |
13 |
# don't break under plack/starman |
14 |
ProxyPass "/cgi-bin/koha/offline_circ/process_koc.pl" "!" |
15 |
ProxyPass "/cgi-bin/koha/tools/background-job-progress.pl" "!" |
16 |
ProxyPass "/cgi-bin/koha/tools/batch_record_modification.pl" "!" |
17 |
ProxyPass "/cgi-bin/koha/tools/batchMod.pl" "!" |
18 |
ProxyPass "/cgi-bin/koha/tools/manage-marc-import.pl" "!" |
19 |
ProxyPass "/cgi-bin/koha/tools/stage-marc-import.pl" "!" |
20 |
ProxyPass "/cgi-bin/koha/tools/upload-cover-image.pl" "!" |
21 |
|
12 |
ProxyPreserveHost On |
22 |
ProxyPreserveHost On |
13 |
|
23 |
|
14 |
# RequestHeader set X-FORWARDED-PROTO "https" |
24 |
# RequestHeader set X-FORWARDED-PROTO "https" |
15 |
- |
|
|