Commit dbc7ce38 authored by Nicolas Wavrant's avatar Nicolas Wavrant

stack-monitor: apache only spawns 2 workers

parent f38d67fd
...@@ -199,6 +199,8 @@ input = inline: ...@@ -199,6 +199,8 @@ input = inline:
ServerName example.com ServerName example.com
Listen [$${:listening-ip}]:$${:listening-port} Listen [$${:listening-ip}]:$${:listening-port}
ServerAdmin someone@email ServerAdmin someone@email
StartServers 2
ThreadsPerChild 1
DocumentRoot "$${:document-root}" DocumentRoot "$${:document-root}"
ErrorLog "$${:error-log}" ErrorLog "$${:error-log}"
LoadModule unixd_module modules/mod_unixd.so LoadModule unixd_module modules/mod_unixd.so
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment