From 2824d98f87e349a1deed77344df01f96e0ad22ba Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 25 Mar 2014 20:34:56 +0000 Subject: [PATCH] Reduce web server timeout --- beaglebone.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/beaglebone.txt b/beaglebone.txt index 6ae237fa..9101627b 100644 --- a/beaglebone.txt +++ b/beaglebone.txt @@ -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 + StartServers 3 MinSpareServers 3