Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
Warden
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Pavel Valach
Warden
Commits
e3783ff8
Commit
e3783ff8
authored
9 years ago
by
Pavel Kácha
Browse files
Options
Downloads
Patches
Plain Diff
Added Apache 2.4 config example, updated README accordingly
parent
f388dfdc
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
warden3/warden_server/README
+3
-1
3 additions, 1 deletion
warden3/warden_server/README
warden3/warden_server/apache22.conf.dist
+0
-0
0 additions, 0 deletions
warden3/warden_server/apache22.conf.dist
warden3/warden_server/apache24.conf.dist
+17
-0
17 additions, 0 deletions
warden3/warden_server/apache24.conf.dist
with
20 additions
and
1 deletion
warden3/warden_server/README
+
3
−
1
View file @
e3783ff8
...
@@ -79,7 +79,9 @@ C. Installation
...
@@ -79,7 +79,9 @@ C. Installation
Include /opt/warden_server_3.0/apache.conf
Include /opt/warden_server_3.0/apache.conf
or paste the contents into whichever Directory, Location or VirtualHost
or paste the contents into whichever Directory, Location or VirtualHost
you dedicate for Warden. You can use apache.conf.dist as an example.
you dedicate for Warden. You can use apache22.conf.dist or
apache24.conf.dist (for Apache version 2.2 or 2.4, respectively) as an
example.
You may need to change paths to certificate/key/ca material, path to
You may need to change paths to certificate/key/ca material, path to
warden_server.wsgi and web path alias.
warden_server.wsgi and web path alias.
...
...
This diff is collapsed.
Click to expand it.
warden3/warden_server/apache.conf.dist
→
warden3/warden_server/apache
22
.conf.dist
+
0
−
0
View file @
e3783ff8
File moved
This diff is collapsed.
Click to expand it.
warden3/warden_server/apache24.conf.dist
0 → 100644
+
17
−
0
View file @
e3783ff8
SSLEngine on
SSLVerifyClient require
SSLVerifyDepth 4
SSLOptions +StdEnvVars +ExportCertData
#SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL
SSLCertificateFile /opt/warden_server_3/etc/cert.pem
SSLCertificateKeyFile /opt/warden_server_3/etc/key.pem
SSLCACertificateFile /opt/warden_server_3/etc/tcs-ca-bundle.pem
WSGIScriptAlias /warden3 /opt/warden_server_3/warden_server.wsgi
<DirectoryMatch /opt/warden_server_3/warden_server.wsgi>
Require all granted
</DirectoryMatch>
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