Przeglądaj źródła

Change Apache maxclients

Bob Mottram 11 lat temu
rodzic
commit
6571b490eb
1 zmienionych plików z 3 dodań i 3 usunięć
  1. 3
    3
      beaglebone.txt

+ 3
- 3
beaglebone.txt Wyświetl plik

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