[open-ils-commits] [GIT] Evergreen ILS branch master updated. ba4c86439b16126e37b4e3c691afe11b64b028f4
Evergreen Git
git at git.evergreen-ils.org
Thu Mar 1 11:10:34 EST 2018
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".
The branch, master has been updated
via ba4c86439b16126e37b4e3c691afe11b64b028f4 (commit)
from 7d7736e4910b416bb61d9387c908427960dfe2f5 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit ba4c86439b16126e37b4e3c691afe11b64b028f4
Author: Jason Stephenson <jason at sigio.com>
Date: Fri Feb 9 10:59:37 2018 -0500
LP#1748466: Fix http -> https /eg/staff rewrite on Apache 2.4.
Remove the SSLRequireSSL directive from the Location /eg/staff stanza
in Open-ILS/examples/apache_24/eg_vhost.conf.in so that the rewrite
from http to https works for the web staff client without the user
getting a 403.
Signed-off-by: Jason Stephenson <jason at sigio.com>
Signed-off-by: Ben Shum <ben at evergreener.net>
diff --git a/Open-ILS/examples/apache_24/eg_vhost.conf.in b/Open-ILS/examples/apache_24/eg_vhost.conf.in
index 11fc752..af01d36 100644
--- a/Open-ILS/examples/apache_24/eg_vhost.conf.in
+++ b/Open-ILS/examples/apache_24/eg_vhost.conf.in
@@ -788,7 +788,6 @@ RewriteRule ^/openurl$ ${openurl:%1} [NE,PT]
</Location>
<LocationMatch /eg/staff/>
- SSLRequireSSL
Options -MultiViews
PerlSetVar OILSWebStopAtIndex "true"
-----------------------------------------------------------------------
Summary of changes:
Open-ILS/examples/apache_24/eg_vhost.conf.in | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list