Changes between Version 59 and Version 60 of idpiam2018
- Timestamp:
- Sep 28, 2018, 5:29:20 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
idpiam2018
v59 v60 1091 1091 } 1092 1092 }}} 1093 For your simplisity in developing, temporary add the following to Apache idp .conf file ( /etc/apache2/sites-available/idp.conf ) to server the requests directly by Apache (avoiding going through Tomcat and thus avoiding having to rebuild the WAR file after every change):insert the following right above the '''ProxyPass /idp''' directive:1093 For your simplisity in developing, temporary add the following to Apache idp-proxy.conf file ( /etc/apache2/sites-available/idp-proxy.conf ) to server the requests directly by Apache (avoiding going through Tomcat and thus avoiding having to rebuild the WAR file after every change):insert the following right above the '''ProxyPass /idp''' directive: 1094 1094 {{{ 1095 1095 ProxyPass /idp/images ! … … 1099 1099 }}} 1100 1100 1101 And, as default permissions on Apache 2 .4 are more restrictive, grant also explicitly access to the /opt/shibboleth-idp/edit-webapp directory: insert this at the very top of /etc/httpd/conf.d/idp.conf:1101 And, as default permissions on Apache 2 are more restrictive, grant also explicitly access to the /opt/shibboleth-idp/edit-webapp directory: insert this at the very top of /etc/apache2/sites-available/idp-proxy.conf: 1102 1102 {{{ 1103 1103 <Directory /opt/shibboleth-idp/edit-webapp>