Reduce web server timeout

This commit is contained in:
Bob Mottram 2014-03-25 20:34:56 +00:00
parent a02a263a9a
commit 2824d98f87
1 changed files with 2 additions and 0 deletions

View File

@ -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:
#+BEGIN_SRC: bash
Timeout 150
<IfModule mpm_prefork_module>
StartServers 3
MinSpareServers 3