Skip to content

Instantly share code, notes, and snippets.

@fvosberg
Created July 15, 2015 07:32
Show Gist options
  • Save fvosberg/dac3a31dc0335890cba8 to your computer and use it in GitHub Desktop.
Save fvosberg/dac3a31dc0335890cba8 to your computer and use it in GitHub Desktop.
Small Lamp Config
# for small servers
default['apache']['timeout'] = 30
default['apache']['keepaliverequests'] = 10
default['apache']['keepalivetimeout'] = 5
# only for prefork
default['apache']['prefork']['startservers'] = 3
default['apache']['prefork']['minspareservers'] = 3
default['apache']['prefork']['maxspareservers'] = 5
default['apache']['prefork']['maxrequestworkers'] = 10
default['apache']['prefork']['maxconnectionsperchild'] = 0
key_buffer = 32M
max_connections = 30
query_cache_size = 64M
query_cache_limit = 8M
thread_stack = 8M
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment