Browse Source

Reduce web server timeout

Bob Mottram 11 years ago
parent
commit
2824d98f87
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      beaglebone.txt

+ 2
- 0
beaglebone.txt View File

1628
 Search for MaxClients and replace the value with 6. As an example the settings should look something like this:
1628
 Search for MaxClients and replace the value with 6. As an example the settings should look something like this:
1629
 
1629
 
1630
 #+BEGIN_SRC: bash
1630
 #+BEGIN_SRC: bash
1631
+Timeout 150
1632
+
1631
 <IfModule mpm_prefork_module>
1633
 <IfModule mpm_prefork_module>
1632
     StartServers          3
1634
     StartServers          3
1633
     MinSpareServers       3
1635
     MinSpareServers       3