Kaynağa Gözat

Reduce web server timeout

Bob Mottram 11 yıl önce
ebeveyn
işleme
2824d98f87
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2
    0
      beaglebone.txt

+ 2
- 0
beaglebone.txt Dosyayı Görüntüle

@@ -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