<div dir="ltr"><div dir="ltr"><div dir="ltr">I have a exe file that I need to put under a shib managed apache "Location".  The location works fine, but when I click on the URL to download the exe file, i get a '500 internal browser error'. I turn off shib for that location ( and restart apache ), I can then download the file, no issues.<div><br></div><div>Here is my apache config for this 'Location'. the file "webdrive64_18_00_5057_rcic.exe" is in /var/www/html/webdrive/ directory.</div><div><br></div><div><div>Alias /downloads /var/www/html/webdrive</div><div><Location /downloads></div><div>    DirectoryIndex download.html</div><div>    SetHandler application/x-httpd-php</div><div>    RequestHeader unset Accept-Encoding</div><div>    AuthType shibboleth</div><div>    ShibRequestSetting requireSession 1</div><div>    Require shibboleth</div><div></Location></div><div><br></div><div>Is there a way to allow the download while shib SP is managing the 'Location' ? </div><div><br></div><div>thanks.</div><div><br></div><div><br></div><br></div></div></div></div>