webstaff: require SSL for /eg/staff/
authorGalen Charlton <gmc@esilibrary.com>
Wed, 7 Oct 2015 19:27:02 +0000 (19:27 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Tue, 2 Feb 2016 01:36:15 +0000 (20:36 -0500)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
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"