Downloading files from a shib managed locaiton

Imam Toufique techie879 at gmail.com
Tue Mar 5 17:06:14 EST 2019


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.

Here is my apache config for this 'Location'. the file
"webdrive64_18_00_5057_rcic.exe" is in /var/www/html/webdrive/ directory.

Alias /downloads /var/www/html/webdrive
<Location /downloads>
    DirectoryIndex download.html
    SetHandler application/x-httpd-php
    RequestHeader unset Accept-Encoding
    AuthType shibboleth
    ShibRequestSetting requireSession 1
    Require shibboleth
</Location>

Is there a way to allow the download while shib SP is managing the
'Location' ?

thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20190305/b45ba3f9/attachment.html>


More information about the users mailing list