EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 69620bed authored by Lubomir Dolezal's avatar Lubomir Dolezal
Browse files

fix apache config syntax

parent 26a327a7
No related branches found
No related tags found
2 merge requests!36Staging to master to prepare 1.0.0 release,!34Shib auth
ServerName emg.pdas.prism.eox.at
LoadModule mod_shib /usr/lib64/shibboleth/mod_shib_24.so
ShibCompatValidUser Off
UseCanonicalName On
DocumentRoot "/var/www/html"
<Location />
SetHandler shib
</Location>
<VirtualHost *:80>
ServerName PassEnv APACHE_SERVERNAME
UseCanonicalName On
DocumentRoot "/var/www/html"
PassEnv APACHE_SERVERNAME
ServerName "${APACHE_SERVERNAME}"
<Location /secure>
AuthType shibboleth
ShibRequestSetting requireSession 1
ShibAccessControl /etc/shibboleth/pass-ac.xml
Require shib-plugin /etc/shibboleth/pass-ac.xml
RequestHeader set Referer "%{X-Forwarded-Uri}e"
Header set Referer "%{X-Forwarded-Uri}e"
</Location>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment