Skip to content

Instantly share code, notes, and snippets.

@silenius
Created October 29, 2015 13:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save silenius/35a5cd7f9d173ef2e613 to your computer and use it in GitHub Desktop.
Save silenius/35a5cd7f9d173ef2e613 to your computer and use it in GitHub Desktop.
apache:
pkg_server: apache24
mod_xsendfile: ap24-mod_xsendfile
tmpl: salt://apache/files/httpd.conf.jinja
apache_conf_root: /usr/local/etc/apache24
modules_root: /usr/local/libexec/apache24
extra:
- part: httpd-mpm
mpm: event
tmpl: salt://apache/files/extra/httpd-mpm.conf.jinja
StartServers: 3
MinSpareThreads: 75
MaxSpareThreads: 250
ThreadsPerChild: 25
MaxRequestWorkers: 400
MaxConnectionsPerChild: 10000
- part: httpd-autoindex
tmpl: salt://apache/files/extra/httpd-autoindex.conf.jinja
- part: httpd-userdir
tmpl: salt://apache/files/extra/httpd-userdir.conf.jinja
config:
ServerAdmin: jcigar@ulb.ac.be
DocumentRoot: /usr/local/www/apache24/data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment