projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e157e3
)
Lp 1748466: Fix http -> https /eg/staff rewrite on Apache 2.4.
user/dyrcona/lp1748466-webstaff-htps-apache-24
author
Jason Stephenson
<jason@sigio.com>
Fri, 9 Feb 2018 15:59:37 +0000
(10:59 -0500)
committer
Jason Stephenson
<jason@sigio.com>
Fri, 9 Feb 2018 15:59:37 +0000
(10:59 -0500)
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@sigio.com>
Open-ILS/examples/apache_24/eg_vhost.conf.in
patch
|
blob
|
history
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
(file)
--- 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"