# RAP directory configuration
# Allow .htaccess override
AllowOverride All
# Set cookies to HTTP Only for better security
php_flag session.cookie_httponly on
# Protect config file
Order allow,deny
Deny from all
# X.509 client certificate authentication (needs SSL enabled)
Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
allow from all
SSLVerifyClient require
SSLVerifyDepth 10
SSLOptions +ExportCertData
# Shibboleth authentication (needs Shibboleth module installed and enabled)
AuthType shibboleth
ShibRequestSetting requireSession 1
ShibUseEnvironment On
Require valid-user