Bugzilla – Attachment 55361 Details for
Bug 16918
opac-main.pl is not running under plack
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16918 (QA Followup) - Add reverse proxy and fix intranet vs opac typo
Bug-16918-QA-Followup---Add-reverse-proxy-and-fix-.patch (text/plain), 2.00 KB, created by
Nick Clemens (kidclamp)
on 2016-09-08 16:19:57 UTC
(
hide
)
Description:
Bug 16918 (QA Followup) - Add reverse proxy and fix intranet vs opac typo
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2016-09-08 16:19:57 UTC
Size:
2.00 KB
patch
obsolete
>From fae7ee7bfbf05706c61dc2e5d3755cd060360f06 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Thu, 8 Sep 2016 16:19:08 +0000 >Subject: [PATCH] Bug 16918 (QA Followup) - Add reverse proxy and fix intranet > vs opac typo > >--- > debian/templates/apache-shared-intranet-plack.conf | 1 + > debian/templates/apache-shared-opac-plack.conf | 3 ++- > 2 files changed, 3 insertions(+), 1 deletion(-) > >diff --git a/debian/templates/apache-shared-intranet-plack.conf b/debian/templates/apache-shared-intranet-plack.conf >index e243f20..f5e7b90 100644 >--- a/debian/templates/apache-shared-intranet-plack.conf >+++ b/debian/templates/apache-shared-intranet-plack.conf >@@ -25,6 +25,7 @@ > > #Â Point the intranet site to Plack > ProxyPass /index.html "unix:/var/run/koha/${instance}/plack.sock|http://localhost/intranet/mainpage.pl" >+ ProxyPassReverse /index.html "unix:/var/run/koha/${instance}/plack.sock|http://localhost/intranet/mainpage.pl" > ProxyPass /cgi-bin/koha "unix:/var/run/koha/${instance}/plack.sock|http://localhost/intranet" > ProxyPassReverse /cgi-bin/koha "unix:/var/run/koha/${instance}/plack.sock|http://localhost/intranet" > >diff --git a/debian/templates/apache-shared-opac-plack.conf b/debian/templates/apache-shared-opac-plack.conf >index 0abb2c3..00e3c20 100644 >--- a/debian/templates/apache-shared-opac-plack.conf >+++ b/debian/templates/apache-shared-opac-plack.conf >@@ -13,8 +13,9 @@ > > # RequestHeader set X-FORWARDED-PROTO "https" > >- #Â Point the intranet site to Plack >+ #Â Point the OPAC site to Plack > ProxyPass /index.html "unix:/var/run/koha/${instance}/plack.sock|http://localhost/opac/opac-main.pl" >+ ProxyPassReverse /ndex.html "unix:/var/run/koha/${instance}/plack.sock|http://localhost/opac/opac-main.pl" > ProxyPass /cgi-bin/koha "unix:/var/run/koha/${instance}/plack.sock|http://localhost/opac" > ProxyPassReverse /cgi-bin/koha "unix:/var/run/koha/${instance}/plack.sock|http://localhost/opac" > >-- >2.1.4
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 16918
:
53620
|
53621
|
55172
|
55361
|
55397
|
55398