<div dir="ltr">Thanks Peter! I tried your suggestion adding<div><br></div><div><span style="font-size:12.8px">AliasMatch ^/(?!Shibboleth\.sso)(.*) / </span><span style="font-size:12.8px">to the Virtual Host file, but this didn't work. </span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">You had suggested </span><span style="font-size:12.8px">AliasMatch ^/(?!Shibboleth\.sso)(.*) <your-file-system-resource>. I am not entirely sure what my file system resource would be. I assume this needs to point to where Shibboleth.sso resides?</span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">Roundup Issue Tracker is good software and does what we need. And the project is live and well as too. The most widely used application of the tracker is probably the Python language issue tracker itself - <a href="https://bugs.python.org/">https://bugs.python.org/</a> .</span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">I may need to ask this question on the Apache list as you indicate that Regexes for the httpd config are not the right question for the the Shibboleth list. </span></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Mar 7, 2017 at 1:38 PM, Peter Schober <span dir="ltr"><<a href="mailto:peter.schober@univie.ac.at" target="_blank">peter.schober@univie.ac.at</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">* Tonu Mikk <<a href="mailto:tmikk@umn.edu">tmikk@umn.edu</a>> [2017-03-07 18:03]:<br>
<span class="">> NotFound: Shibboleth.sso<br>
><br>
> I am quite sure that this error is raised because of these two<br>
> directives in the Virtual host file:<br>
><br>
> AliasMatch ^/@@file(.*) /swadm/roundup/trackers/wcag/<wbr>html$1<br>
> AliasMatch ^/(?!@@file)(.*) /swadm/roundup/trackers/wcag/<wbr>html/<a href="http://dummy.py/$1" rel="noreferrer" target="_blank">dummy.py/$1</a> .<br>
><br>
> I tried a couple different ways to make an exception for<br>
> Shibboleth.sso call, but could not get it. Any suggestions how to<br>
> bypass these rules for Shibboleth.sso?<br>
<br>
</span>Regexes for httpd config are not really a Shibboleth question.<br>
You only need to prevent ^/Shibboleth.sso from matching that regex.<br>
If I understand the above pattern correctly (negative lookahead)<br>
something like this should do for the first part?<br>
AliasMatch ^/(?!Shibboleth\.sso)(.*) <your-file-system-resource><br>
<br>
Unrelated, but I'm still curious:<br>
* Where do those @@file occurances came from? Looks like failed<br>
macro/variable expansions to me.<br>
* Is roundup still, ah, around? Unless you specifically need the email<br>
and cli interface there are much more modern alternatives available.<br>
If you want to stick with Python Trac is an obvious one.<br>
If you can live with proxying from Apache httpd gogs is really nice.<br>
* mod_python, really? I thought everyone used mod_wsgi (and maybe flup<br>
on the application side) these days?<br>
<br>
Cheers,<br>
-peter<br>
<span class="HOEnZb"><font color="#888888">--<br>
To unsubscribe from this list send an email to <a href="mailto:users-unsubscribe@shibboleth.net">users-unsubscribe@shibboleth.<wbr>net</a><br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><span style="border-collapse:collapse;font-family:arial,sans-serif;font-size:13px"><div>Tonu Mikk</div><div>Adaptive Technologist | Disability Resource Center | <a href="http://diversity.umn.edu/disability" target="_blank">diversity.umn.edu/disability</a></div><div>University of Minnesota | <a href="http://umn.edu" target="_blank">umn.edu</a> </div><div><a href="mailto:tmikk@umn.edu" target="_blank">tmikk@umn.edu</a> | 612-625-3307</div></span></div></div>
</div>