Skip to content
Permalink
202109
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
0 contributors

Users who have contributed to this file

21 lines (17 sloc) 498 Bytes
<Location /app>
AuthType shibboleth
ShibRequestSetting requireSession 1
ShibRequireSession on
Require shibboleth
Options +ExecCGI
AddHandler cgi-script .py
DirectoryIndex index.py
</Location>
<Location /app/admin>
AuthType shibboleth
ShibRequestSetting requireSession 1
ShibRequireSession on
Require shib-attr eduPersonEntitlement urn:mace:example.edu:admin urn:mace:example.edu:superUser
ErrorDocument 401 /app/accessError.html
DirectoryIndex index.html
</Location>