<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
Quick question: how does the default RPM install of Shibboleth get invoked by httpd?
<div class=""><br class="">
</div>
<div class="">
<div style="margin: 0px; font-size: 15px; line-height: normal; font-family: Menlo;" class="">
<span style="font-variant-ligatures: no-common-ligatures" class=""># <a href="https://wiki.shibboleth.net/confluence/display/SHIB2/NativeSPApacheConfig" class="">
https://wiki.shibboleth.net/confluence/display/SHIB2/NativeSPApacheConfig</a></span></div>
<div style="margin: 0px; font-size: 15px; line-height: normal; font-family: Menlo; min-height: 18px;" class="">
<span style="font-variant-ligatures: no-common-ligatures" class=""></span><br class="">
</div>
<div style="margin: 0px; font-size: 15px; line-height: normal; font-family: Menlo;" class="">
<span style="font-variant-ligatures: no-common-ligatures" class=""># RPM installations on platforms with a conf.d directory will</span></div>
<div style="margin: 0px; font-size: 15px; line-height: normal; font-family: Menlo;" class="">
<span style="font-variant-ligatures: no-common-ligatures" class=""># result in this file being copied into that directory for you</span></div>
<div style="margin: 0px; font-size: 15px; line-height: normal; font-family: Menlo;" class="">
<span style="font-variant-ligatures: no-common-ligatures" class=""># and preserved across upgrades.</span></div>
<div style="margin: 0px; font-size: 15px; line-height: normal; font-family: Menlo; min-height: 18px;" class="">
<span style="font-variant-ligatures: no-common-ligatures" class=""></span><br class="">
</div>
<div style="margin: 0px; font-size: 15px; line-height: normal; font-family: Menlo;" class="">
<span style="font-variant-ligatures: no-common-ligatures" class=""># For non-RPM installs, you should copy the relevant contents of</span></div>
<div style="margin: 0px; font-size: 15px; line-height: normal; font-family: Menlo;" class="">
<span style="font-variant-ligatures: no-common-ligatures" class=""># this file to a configuration location you control.</span></div>
<div style="margin: 0px; font-size: 15px; line-height: normal; font-family: Menlo; min-height: 18px;" class="">
<span style="font-variant-ligatures: no-common-ligatures" class=""></span><br class="">
</div>
<div style="margin: 0px; font-size: 15px; line-height: normal; font-family: Menlo;" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">#</span></div>
<div style="margin: 0px; font-size: 15px; line-height: normal; font-family: Menlo;" class="">
<span style="font-variant-ligatures: no-common-ligatures" class=""># Load the Shibboleth module.</span></div>
<div style="margin: 0px; font-size: 15px; line-height: normal; font-family: Menlo;" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">#</span></div>
<div style="margin: 0px; font-size: 15px; line-height: normal; font-family: Menlo;" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">LoadModule mod_shib /usr/lib64/shibboleth/mod_shib_24.so</span></div>
<div style="margin: 0px; font-size: 15px; line-height: normal; font-family: Menlo; min-height: 18px;" class="">
<span style="font-variant-ligatures: no-common-ligatures" class=""></span><br class="">
</div>
<div style="margin: 0px; font-size: 15px; line-height: normal; font-family: Menlo;" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">#</span></div>
<div style="margin: 0px; font-size: 15px; line-height: normal; font-family: Menlo;" class="">
<span style="font-variant-ligatures: no-common-ligatures" class=""># Turn this on to support "require valid-user" rules from other</span></div>
<div style="margin: 0px; font-size: 15px; line-height: normal; font-family: Menlo;" class="">
<span style="font-variant-ligatures: no-common-ligatures" class=""># mod_authn_* modules, and use "require shib-session" for anonymous</span></div>
<div style="margin: 0px; font-size: 15px; line-height: normal; font-family: Menlo;" class="">
<span style="font-variant-ligatures: no-common-ligatures" class=""># session-based authorization in mod_shib.</span></div>
<div style="margin: 0px; font-size: 15px; line-height: normal; font-family: Menlo;" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">#</span></div>
<div style="margin: 0px; font-size: 15px; line-height: normal; font-family: Menlo;" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">ShibCompatValidUser Off</span></div>
<div style="margin: 0px; font-size: 15px; line-height: normal; font-family: Menlo; min-height: 18px;" class="">
<span style="font-variant-ligatures: no-common-ligatures" class=""></span><br class="">
</div>
<div style="margin: 0px; font-size: 15px; line-height: normal; font-family: Menlo;" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">#</span></div>
<div style="margin: 0px; font-size: 15px; line-height: normal; font-family: Menlo;" class="">
<span style="font-variant-ligatures: no-common-ligatures" class=""># Ensures handler will be accessible.</span></div>
<div style="margin: 0px; font-size: 15px; line-height: normal; font-family: Menlo;" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">#</span></div>
<div style="margin: 0px; font-size: 15px; line-height: normal; font-family: Menlo;" class="">
<span style="font-variant-ligatures: no-common-ligatures" class=""><Location /Shibboleth.sso></span></div>
<div style="margin: 0px; font-size: 15px; line-height: normal; font-family: Menlo;" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">  AuthType None</span></div>
<div style="margin: 0px; font-size: 15px; line-height: normal; font-family: Menlo;" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">  Require all granted</span></div>
<div style="margin: 0px; font-size: 15px; line-height: normal; font-family: Menlo;" class="">
<span style="font-variant-ligatures: no-common-ligatures" class=""></Location></span></div>
</div>
<div class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><br class="">
</span></div>
</body>
</html>