瀏覽代碼

Change Apache maxclients

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

+ 3
- 3
beaglebone.txt 查看文件

2072
   MinSpareServers        1
2072
   MinSpareServers        1
2073
   MaxSpareServers        5
2073
   MaxSpareServers        5
2074
   ServerLimit           16
2074
   ServerLimit           16
2075
-  MaxClients            16
2075
+  MaxClients             5
2076
   MaxRequestsPerChild    0
2076
   MaxRequestsPerChild    0
2077
   ListenBacklog        100
2077
   ListenBacklog        100
2078
 </IfModule>
2078
 </IfModule>
2083
     MaxSpareThreads      75
2083
     MaxSpareThreads      75
2084
     ThreadLimit          64
2084
     ThreadLimit          64
2085
     ThreadsPerChild      25
2085
     ThreadsPerChild      25
2086
-    MaxClients           16
2086
+    MaxClients            5
2087
     MaxRequestsPerChild   0
2087
     MaxRequestsPerChild   0
2088
 </IfModule>
2088
 </IfModule>
2089
 
2089
 
2093
     MaxSpareThreads      75
2093
     MaxSpareThreads      75
2094
     ThreadLimit          64
2094
     ThreadLimit          64
2095
     ThreadsPerChild      25
2095
     ThreadsPerChild      25
2096
-    MaxClients           16
2096
+    MaxClients            5
2097
     MaxRequestsPerChild   0
2097
     MaxRequestsPerChild   0
2098
 </IfModule>
2098
 </IfModule>
2099
 #+END_SRC
2099
 #+END_SRC