akosut 97/07/22 15:33:15
Modified: conf httpd.conf-dist-win
htdocs/manual windows.html
Log:
Change ThreadsPerChild config default from 20 to 50 to match
compiled-in default.
Revision Changes Path
1.4 +1 -1 apache/conf/httpd.conf-dist-win
Index: httpd.conf-dist-win
===================================================================
RCS file: /export/home/cvs/apache/conf/httpd.conf-dist-win,v
retrieving revision 1.3
retrieving revision 1.4
diff -c -u -r1.3 -r1.4
/usr/bin/diff: conflicting specifications of output style
--- httpd.conf-dist-win 1997/07/22 22:31:36 1.3
+++ httpd.conf-dist-win 1997/07/22 22:33:11 1.4
@@ -125,7 +125,7 @@
# depending on the responsiveness you want and the resources you wish
# this server to consume).
-ThreadsPerChild 20
+ThreadsPerChild 50
# Proxy Server directives. Uncomment the following line to
1.4 +1 -1 apache/htdocs/manual/windows.html
Index: windows.html
===================================================================
RCS file: /export/home/cvs/apache/htdocs/manual/windows.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -c -u -r1.3 -r1.4
/usr/bin/diff: conflicting specifications of output style
--- windows.html 1997/07/22 20:47:38 1.3
+++ windows.html 1997/07/22 22:33:14 1.4
@@ -178,7 +178,7 @@
should use. This is the maximum number of connections the server
can handle at once; be sure and set this number high enough for
your site if you get a lot of hits. The recommended default is
- <code>ThreadsPerChild 20</code>.</p>
+ <code>ThreadsPerChild 50</code>.</p>
<li><p>The directives that accept filenames as arguments now must use
Windows filenames instead of Unix ones. However, because Apache
uses Unix-style names internally, you must use forward slashes, not