slive | 1 Jun 2002 03:42
Picon
Favicon

cvs commit: httpd-2.0/docs/manual/mod mod_proxy.xml

slive       2002/05/31 18:42:45

  Modified:    docs/manual/mod mod_proxy.xml
  Log:
  Close the <proxy> container properly.

  Revision  Changes    Path
  1.5       +3 -3      httpd-2.0/docs/manual/mod/mod_proxy.xml

  Index: mod_proxy.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_proxy.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -d -b -u -r1.4 -r1.5
  --- mod_proxy.xml	28 May 2002 01:36:44 -0000	1.4
  +++ mod_proxy.xml	1 Jun 2002 01:42:45 -0000	1.5
   <at>  <at>  -280,7 +280,7  <at>  <at> 
   &nbsp;&nbsp;Order Deny,Allow<br />
   &nbsp;&nbsp;Deny from all<br />
   &nbsp;&nbsp;Allow from yournetwork.example.com<br />
  -&lt;Proxy&gt;
  +&lt;/Proxy&gt;
   </example>

   <p>The following example will process all files in the
   <at>  <at>  -290,7 +290,7  <at>  <at> 
   <example>
   &lt;Proxy http://example.com/foo/*&gt;<br />
   &nbsp;&nbsp;SetOutputFilter INCLUDES<br />
(Continue reading)

rbowen | 2 Jun 2002 04:27
Picon
Favicon

cvs commit: httpd-2.0/docs/manual/mod perchild.xml

rbowen      2002/06/01 19:27:07

  Modified:    docs/manual/mod perchild.xml
  Log:
  Use directive tags on directives, rather than code tags.

  Revision  Changes    Path
  1.3       +11 -6     httpd-2.0/docs/manual/mod/perchild.xml

  Index: perchild.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/perchild.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- perchild.xml	23 May 2002 14:50:12 -0000	1.2
  +++ perchild.xml	2 Jun 2002 02:27:07 -0000	1.3
   <at>  <at>  -27,7 +27,8  <at>  <at> 
       indicated by the <directive
       module="mpm_common">NumServers</directive> directive at server
       startup. Each child process creates threads as specified in the
  -    <code>StartThreads</code> directive. The individual threads then
  +    <directive module="mpm_common">StartThreads</directive> directive.
  +    The individual threads then
       listen for connections and serve them when they arrive.</p>

       <p>Apache always tries to maintain a pool of <em>spare</em> or
   <at>  <at>  -36,19 +37,22  <at>  <at> 
       threads to be created. For each child process, Apache assesses
       the number of idle threads and creates or destroys threads to
(Continue reading)

brianp | 2 Jun 2002 05:02
Picon
Favicon

cvs commit: httpd-2.0/docs/conf httpd-std.conf.in

brianp      2002/06/01 20:02:14

  Modified:    docs/conf httpd-std.conf.in
  Log:
  Added a reference to the EnableMMAP documentation for the
  performance tuning details

  Revision  Changes    Path
  1.8       +3 -1      httpd-2.0/docs/conf/httpd-std.conf.in

  Index: httpd-std.conf.in
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/conf/httpd-std.conf.in,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- httpd-std.conf.in	20 May 2002 21:00:26 -0000	1.7
  +++ httpd-std.conf.in	2 Jun 2002 03:02:14 -0000	1.8
   <at>  <at>  -448,7 +448,9  <at>  <at> 
   # EnableMMAP: Control whether memory-mapping is used to deliver
   # files (assuming that the underlying OS supports it).
   # The default is on; turn this off if you serve from NFS-mounted 
  -# filesystems.
  +# filesystems.  On some systems, turning it off (regardless of
  +# filesystem) can improve performance; for details, please see
  +# http://httpd.apache.org/docs-2.0/mod/core.html#enablemmap
   #
   # EnableMMAP off

(Continue reading)

brianp | 2 Jun 2002 05:34
Picon
Favicon

cvs commit: httpd-2.0/docs/manual/misc perf-tuning.html

brianp      2002/06/01 20:34:55

  Modified:    docs/manual/misc perf-tuning.html
  Log:
  Updated the section on OS configuration to cover some 2.0 issues

  Revision  Changes    Path
  1.32      +17 -5     httpd-2.0/docs/manual/misc/perf-tuning.html

  Index: perf-tuning.html
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/misc/perf-tuning.html,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- perf-tuning.html	25 May 2002 06:58:39 -0000	1.31
  +++ perf-tuning.html	2 Jun 2002 03:34:54 -0000	1.32
   <at>  <at>  -14,7 +14,7  <at>  <at> 
       <!--#include virtual="header.html" -->

       <blockquote>
  -      <strong>Warning:</strong> This document has not been updated
  +      <strong>Warning:</strong> This document has not been fully updated
         to take into account changes made in the 2.0 version of the
         Apache HTTP Server. Some of the information may still be
         relevant, but please use it with care.
   <at>  <at>  -139,10 +139,22  <at>  <at> 
       experimentation.</p>

       <p>Operating system choice is largely a matter of local
(Continue reading)

brianp | 2 Jun 2002 06:35
Picon
Favicon

cvs commit: httpd-2.0/docs/manual/misc perf-tuning.html

brianp      2002/06/01 21:35:56

  Modified:    docs/manual/misc perf-tuning.html
  Log:
  Removed the section about 1.3-specific patches (fortunately, most
  of the optimizations in these patches are included by default in 2.0)

  Revision  Changes    Path
  1.33      +0 -29     httpd-2.0/docs/manual/misc/perf-tuning.html

  Index: perf-tuning.html
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/misc/perf-tuning.html,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- perf-tuning.html	2 Jun 2002 03:34:54 -0000	1.32
  +++ perf-tuning.html	2 Jun 2002 04:35:56 -0000	1.33
   <at>  <at>  -42,8 +42,6  <at>  <at> 
             <li><a href="#trace">Detailed Analysis of a
             Trace</a></li>

  -          <li><a href="#patches">Patches Available</a></li>
  -
             <li><a href="#preforking">The Pre-Forking Model</a></li>
           </ul>
         </li>
   <at>  <at>  -1017,33 +1015,6  <at>  <at> 
       </blockquote>
       That's 19 system calls, of which 4 remain relatively easy to
(Continue reading)

brianp | 2 Jun 2002 07:29
Picon
Favicon

cvs commit: httpd-2.0/docs/manual/misc perf-tuning.html

brianp      2002/06/01 22:29:14

  Modified:    docs/manual/misc perf-tuning.html
  Log:
  Updated the introduction to reflect 2.0

  Revision  Changes    Path
  1.34      +18 -33    httpd-2.0/docs/manual/misc/perf-tuning.html

  Index: perf-tuning.html
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/misc/perf-tuning.html,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- perf-tuning.html	2 Jun 2002 04:35:56 -0000	1.33
  +++ perf-tuning.html	2 Jun 2002 05:29:14 -0000	1.34
   <at>  <at>  -85,38 +85,23  <at>  <at> 
       <h3><a id="introduction"
       name="introduction">Introduction</a></h3>

  -    <p>Apache is a general webserver, which is designed to be
  -    correct first, and fast second. Even so, its performance is
  -    quite satisfactory. Most sites have less than 10Mbits of
  -    outgoing bandwidth, which Apache can fill using only a low end
  -    Pentium-based webserver. In practice sites with more bandwidth
  -    require more than one machine to fill the bandwidth due to
  -    other constraints (such as CGI or database transaction
  -    overhead). For these reasons the development focus has been
  -    mostly on correctness and configurability.</p>
(Continue reading)

brianp | 2 Jun 2002 08:16
Picon
Favicon

cvs commit: httpd-2.0 STATUS

brianp      2002/06/01 23:16:20

  Modified:    .        STATUS
  Log:
  added a suggestion on one of the showstoppers

  Revision  Changes    Path
  1.649     +2 -1      httpd-2.0/STATUS

  Index: STATUS
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/STATUS,v
  retrieving revision 1.648
  retrieving revision 1.649
  diff -u -r1.648 -r1.649
  --- STATUS	31 May 2002 05:23:26 -0000	1.648
  +++ STATUS	2 Jun 2002 06:16:20 -0000	1.649
   <at>  <at>  -1,5 +1,5  <at>  <at> 
   APACHE 2.0 STATUS:                                              -*-text-*-
  -Last modified at [$Date: 2002/05/31 05:23:26 $]
  +Last modified at [$Date: 2002/06/02 06:16:20 $]

   Release:

   <at>  <at>  -73,6 +73,7  <at>  <at> 

       * Find a better name for ap_signal_server()
         Message-ID: <m37kltilb3.fsf <at> rdu88-251-253.nc.rr.com>
  +      BrianP says:  how about "ap_apachectl()"?

(Continue reading)

jerenkrantz | 2 Jun 2002 10:54
Picon
Favicon

cvs commit: httpd-2.0/build instdso.sh

jerenkrantz    2002/06/02 01:54:04

  Modified:    .        CHANGES
               build    instdso.sh
  Log:
  Use the basename of the dso file rather than assuming it does not include
  a directory in it.

  Revision  Changes    Path
  1.805     +3 -0      httpd-2.0/CHANGES

  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/CHANGES,v
  retrieving revision 1.804
  retrieving revision 1.805
  diff -u -r1.804 -r1.805
  --- CHANGES	31 May 2002 17:23:26 -0000	1.804
  +++ CHANGES	2 Jun 2002 08:54:04 -0000	1.805
   <at>  <at>  -1,5 +1,8  <at>  <at> 
   Changes with Apache 2.0.37

  +  *) Allow instdso.sh to work with full paths to the shared module.
  +     [Justin Erenkrantz]
  +
     *) NetWare: Enabled CGI functionality and added mod_cgi as a built
        in module for NetWare  [Brad Nicholes]

  

(Continue reading)

jerenkrantz | 2 Jun 2002 11:13
Picon
Favicon

cvs commit: httpd-2.0 STATUS

jerenkrantz    2002/06/02 02:13:44

  Modified:    .        STATUS
  Log:
  IMHO, known HTTP protocol violations fall under showstopper.

  Revision  Changes    Path
  1.650     +19 -1     httpd-2.0/STATUS

  Index: STATUS
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/STATUS,v
  retrieving revision 1.649
  retrieving revision 1.650
  diff -u -r1.649 -r1.650
  --- STATUS	2 Jun 2002 06:16:20 -0000	1.649
  +++ STATUS	2 Jun 2002 09:13:43 -0000	1.650
   <at>  <at>  -1,5 +1,5  <at>  <at> 
   APACHE 2.0 STATUS:                                              -*-text-*-
  -Last modified at [$Date: 2002/06/02 06:16:20 $]
  +Last modified at [$Date: 2002/06/02 09:13:43 $]

   Release:

   <at>  <at>  -74,10 +74,28  <at>  <at> 
       * Find a better name for ap_signal_server()
         Message-ID: <m37kltilb3.fsf <at> rdu88-251-253.nc.rr.com>
         BrianP says:  how about "ap_apachectl()"?
  +      Justin says to BrianP: "Eww."

(Continue reading)

slive | 2 Jun 2002 17:28
Picon
Favicon

cvs commit: httpd-2.0/docs/manual/mod prefork.xml

slive       2002/06/02 08:28:08

  Modified:    docs/manual/mod prefork.xml
  Log:
  Too much garbage in the summary.  Just put there what "Joe Average User" needs
  to know.

  Revision  Changes    Path
  1.4       +28 -11    httpd-2.0/docs/manual/mod/prefork.xml

  Index: prefork.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/prefork.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -d -b -u -r1.3 -r1.4
  --- prefork.xml	23 May 2002 14:50:12 -0000	1.3
  +++ prefork.xml	2 Jun 2002 15:28:08 -0000	1.4
   <at>  <at>  -10,11 +10,25  <at>  <at> 
   <identifier>mpm_prefork_module</identifier>

   <summary>
  -    <p>This Multi-Processing Module (MPM) implements a
  -    non-threaded, pre-forking web server which handles request in a
  -    manner very similar to the default behavior of Apache 1.3 on
  -    Unix.</p>
  +    <p>This Multi-Processing Module (MPM) implements a non-threaded,
  +    pre-forking web server that handles requests in a manner similar
  +    to Apache 1.3.  It is appropriate for sites that need to avoid
  +    threading for compatibility with non-thread-safe libraries.  It
(Continue reading)


Gmane