Reduce web server timeout
This commit is contained in:
parent
a02a263a9a
commit
2824d98f87
|
@ -1628,6 +1628,8 @@ emacs /etc/apache2/apache2.conf
|
||||||
Search for MaxClients and replace the value with 6. As an example the settings should look something like this:
|
Search for MaxClients and replace the value with 6. As an example the settings should look something like this:
|
||||||
|
|
||||||
#+BEGIN_SRC: bash
|
#+BEGIN_SRC: bash
|
||||||
|
Timeout 150
|
||||||
|
|
||||||
<IfModule mpm_prefork_module>
|
<IfModule mpm_prefork_module>
|
||||||
StartServers 3
|
StartServers 3
|
||||||
MinSpareServers 3
|
MinSpareServers 3
|
||||||
|
|
Loading…
Reference in New Issue