Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Docker-in-Docker (DinD) capabilities of public runners deactivated.
More info
Open sidebar
pipelet
Pipelet
Commits
bdd53cfd
Commit
bdd53cfd
authored
Dec 16, 2010
by
Marc Betoule
Browse files
minor doc adjustment
parent
c091dd37
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
README.org
README.org
+3
-1
No files found.
README.org
View file @
bdd53cfd
...
...
@@ -1037,7 +1037,8 @@ Pipeweb use the cherrypy web framework server and can be run behind an
apache web server which brings essentially two advantages:
- access to *_mod apache facilities (https, gzip, authentication facilities ...).
- faster static files serving (the pipelet application actually use
quite few of them so the actual gain is marginal).
quite few of them so the actual gain is marginal, getting the actual
data served by apache may be feasible but is not planned yet).
There is actually several way of doing so, the [[http://tools.cherrypy.org/wiki/BehindApache][cherrypy]] documentation
giving hints about each. We describe here an example case using
...
...
@@ -1128,6 +1129,7 @@ authentication, and per pipeline ACL to secure data browsing.
# ErrorLog /some/custom/error_file.log
# CustomLog /some/custom/access_file.log common
# Adjust the ssl configuration to fit your needs
SSLEngine on
SSLCertificateFile /etc/ssl/certs/ssl-cert-snakeoil.pem
SSLCertificateKeyFile /etc/ssl/private/ssl-cert-snakeoil.key
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment