<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; ">
<div>I did a system update on RHEL 6 and shibboleth was also updated to&nbsp;2.5.2. Then it breaks the shibboleth. I did some troubleshooting, it seems Shibboleth.sso is not being handled by shibboleth anymore. I have the following settings in .htacess at the web
 root:</div>
<div><br>
</div>
<div>
<div>AuthType shibboleth</div>
<div>ShibRequireSession Off</div>
<div>ShibUseHeaders On</div>
<div>require shibboleth</div>
<div><br>
</div>
<div>&lt;IfModule mod_rewrite.c&gt;</div>
<div><br>
</div>
<div>&nbsp; &nbsp; RewriteEngine On</div>
<div><br>
</div>
<div>&nbsp; &nbsp; #&lt;IfModule mod_vhost_alias.c&gt;</div>
<div>&nbsp; &nbsp; # &nbsp; &nbsp;RewriteBase /</div>
<div>&nbsp; &nbsp; #&lt;/IfModule&gt;</div>
<div><br>
</div>
<div>&nbsp; &nbsp; RewriteCond %{REQUEST_FILENAME} !-f</div>
<div>&nbsp; &nbsp; RewriteRule ^(.*)$ app.php [QSA,L]</div>
<div><br>
</div>
<div>&lt;/IfModule&gt;</div>
</div>
<div><br>
</div>
<div>If I comment out the rewrite, shib works fine(my app doesn't). So I think rewrite is taking over shib request. However, I though mod_shib has higher priority and this setting was working before the upgrade. Any advice? Thanks!</div>
<div><br>
</div>
<div apple-content-edited="true"><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; ">
<div>Cheers,<br>
Pan<br>
--<br>
Pan Luo, Programmer Analyst<br>
Centre for Teaching, Learning and&nbsp;Technology, UBC<br>
Email: <a href="mailto:pan.luo@ubc.ca">pan.luo@ubc.ca</a><br>
Tel: 604.827.3904<br>
<a href="http://www.ctlt.ubc.ca">http://www.ctlt.ubc.ca</a></div>
</span></div>
<br>
</body>
</html>