webstaff: require SSL for /eg/staff/
authorGalen Charlton <gmc@esilibrary.com>
Wed, 7 Oct 2015 19:27:02 +0000 (19:27 +0000)
committerKathy Lussier <klussier@masslnc.org>
Tue, 2 Feb 2016 19:58:49 +0000 (14:58 -0500)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Open-ILS/examples/apache/eg_vhost.conf.in
Open-ILS/examples/apache_24/eg_vhost.conf.in

index e64c2d7..dbc834c 100644 (file)
@@ -814,6 +814,7 @@ RewriteRule ^/openurl$ ${openurl:%1} [NE,PT]
 </Location>
 
 <LocationMatch /eg/staff/>
+    SSLRequireSSL
     Options -MultiViews
     PerlSetVar OILSWebStopAtIndex "true"
 
index 94d5c34..f2026aa 100644 (file)
@@ -820,6 +820,7 @@ RewriteRule ^/openurl$ ${openurl:%1} [NE,PT]
 </Location>
 
 <LocationMatch /eg/staff/>
+    SSLRequireSSL
     Options -MultiViews
     PerlSetVar OILSWebStopAtIndex "true"