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>
Wed, 7 Oct 2015 19:27:29 +0000 (19:27 +0000)
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 c692fd7..f8aadf2 100644 (file)
@@ -802,6 +802,7 @@ RewriteRule ^/openurl$ ${openurl:%1} [NE,PT]
 </Location>
 
 <LocationMatch /eg/staff/>
+    SSLRequireSSL
     Options -MultiViews
     PerlSetVar OILSWebStopAtIndex "true"
 
index 28b8c17..df645a3 100644 (file)
@@ -807,6 +807,7 @@ RewriteRule ^/openurl$ ${openurl:%1} [NE,PT]
 </Location>
 
 <LocationMatch /eg/staff/>
+    SSLRequireSSL
     Options -MultiViews
     PerlSetVar OILSWebStopAtIndex "true"