Changes between Version 9 and Version 10 of GrouperUIInstall
- Timestamp:
- 06/28/13 19:45:16 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GrouperUIInstall
v9 v10 175 175 }}} 176 176 177 2. Add the following to the end of /etc/httpd/conf.d/shib.conf to require Shibboleth 178 179 {{{ 177 2. Add the file /etc/httpd/conf.d/grinnell.alaska.edu.conf with these contents. This will (1) require Shibboleth, (2) redirect non-SSL traffic to SSL, and (3) redirect /grouper to /grouper/. 178 179 {{{ 180 LoadModule rewrite_module modules/mod_rewrite.so 181 182 RewriteEngine On 183 RewriteRule ^/grouper$ grouper/ [R] 184 180 185 <Location /> 181 186 AuthType shibboleth 182 187 ShibRequestSetting requireSession 1 188 ShibRequestSetting redirectToSSL 443 183 189 require valid-user 184 190 </Location>