EOX GitLab Instance
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
VS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ESA
PRISM
VS
Commits
69620bed
Commit
69620bed
authored
4 years ago
by
Lubomir Dolezal
Browse files
Options
Downloads
Patches
Plain Diff
fix apache config syntax
parent
26a327a7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!36
Staging to master to prepare 1.0.0 release
,
!34
Shib auth
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
shibauth/etc-httpd/conf.d/shib.conf
+1
-1
1 addition, 1 deletion
shibauth/etc-httpd/conf.d/shib.conf
shibauth/etc-httpd/conf.d/sp.conf
+3
-5
3 additions, 5 deletions
shibauth/etc-httpd/conf.d/sp.conf
with
4 additions
and
6 deletions
shibauth/etc-httpd/conf.d/shib.conf
+
1
−
1
View file @
69620bed
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
>
This diff is collapsed.
Click to expand it.
shibauth/etc-httpd/conf.d/sp.conf
+
3
−
5
View file @
69620bed
<
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
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment