瀏覽代碼

Reduce web server timeout

Bob Mottram 11 年之前
父節點
當前提交
2824d98f87
共有 1 個檔案被更改,包括 2 行新增0 行删除
  1. 2
    0
      beaglebone.txt

+ 2
- 0
beaglebone.txt 查看文件

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