nd | 1 Jul 2003 01:19
Picon
Favicon

cvs commit: httpd-2.0/docs/manual/style/xsl common.xsl

nd          2003/06/30 16:19:57

  Modified:    docs/manual/mod mod_log_config.html.en
               docs/manual/ssl ssl_compat.html.en
               docs/manual/style/xsl common.xsl
  Log:
  restore old zebra behaviour

  Revision  Changes    Path
  1.37      +32 -32    httpd-2.0/docs/manual/mod/mod_log_config.html.en

  Index: mod_log_config.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_log_config.html.en,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- mod_log_config.html.en	16 Jun 2003 05:31:59 -0000	1.36
  +++ mod_log_config.html.en	30 Jun 2003 23:19:56 -0000	1.37
   <at>  <at>  -75,82 +75,82  <at>  <at> 

       <table class="bordered"><tr class="header"><th>Format&nbsp;String</th>
           <th>Description</th></tr>
  -<tr class="odd"><td><code>%%</code></td>
  +<tr><td><code>%%</code></td>
           <td>The percent sign</td></tr>
  -<tr><td><code>%...a</code></td>
  +<tr class="odd"><td><code>%...a</code></td>
           <td>Remote IP-address</td></tr>
  -<tr class="odd"><td><code>%...A</code></td>
(Continue reading)

striker | 1 Jul 2003 02:13
Picon
Favicon

cvs commit: httpd-2.0/server core.c

striker     2003/06/30 17:13:34

  Modified:    .        Tag: APACHE_2_0_BRANCH STATUS CHANGES
               server   Tag: APACHE_2_0_BRANCH core.c
  Log:
  Backport from 2.1:

  core_output_filter: don't split the brigade after a FLUSH bucket if
  it's the last bucket.  This prevents creating unneccessary empty
  brigades which may not be destroyed until the end of a keepalive
  connection.

  Submitted by: Juan Rivera <Juan.Rivera <at> citrix.com>
  Reviewed by: Brian Pane, Jeff Trawick, Justin Erenkrantz, Sander Striker

  Revision  Changes    Path
  No                   revision
  No                   revision
  1.751.2.349 +1 -9      httpd-2.0/STATUS

  Index: STATUS
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/STATUS,v
  retrieving revision 1.751.2.348
  retrieving revision 1.751.2.349
  diff -u -r1.751.2.348 -r1.751.2.349
  --- STATUS	29 Jun 2003 17:59:27 -0000	1.751.2.348
  +++ STATUS	1 Jul 2003 00:13:28 -0000	1.751.2.349
   <at>  <at>  -70,14 +70,6  <at>  <at> 
         http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/protocol.c.diff?r1=1.131&r2=1.132&diff_format=h
(Continue reading)

striker | 1 Jul 2003 02:18
Picon
Favicon

cvs commit: httpd-2.0 CHANGES

striker     2003/06/30 17:18:12

  Modified:    .        CHANGES
  Log:
  Note backport.

  Revision  Changes    Path
  1.1207    +6 -0      httpd-2.0/CHANGES

  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/CHANGES,v
  retrieving revision 1.1206
  retrieving revision 1.1207
  diff -u -r1.1206 -r1.1207
  --- CHANGES	29 Jun 2003 17:41:55 -0000	1.1206
  +++ CHANGES	1 Jul 2003 00:18:10 -0000	1.1207
   <at>  <at>  -163,6 +163,12  <at>  <at> 

   Changes with Apache 2.0.47

  +  *) core_output_filter: don't split the brigade after a FLUSH bucket if
  +     it's the last bucket.  This prevents creating unneccessary empty
  +     brigades which may not be destroyed until the end of a keepalive
  +     connection.
  +     [Juan Rivera <Juan.Rivera <at> citrix.com>]
  +
     *) Add support for "streamy" PROPFIND responses.
        [Ben Collins-Sussman <sussman <at> collab.net>]

(Continue reading)

striker | 1 Jul 2003 03:25
Picon
Favicon

cvs commit: httpd-2.0/server core.c request.c

striker     2003/06/30 18:25:07

  Modified:    .        Tag: APACHE_2_0_BRANCH CHANGES STATUS
               include  Tag: APACHE_2_0_BRANCH http_core.h
               modules/http Tag: APACHE_2_0_BRANCH http_request.c
               server   Tag: APACHE_2_0_BRANCH core.c request.c
  Removed:     build    Tag: APACHE_2_0_BRANCH httpd_roll_release
  Log:
  Backport from 2.1:

  Prevent the server from crashing when entering infinite loops. The
  new LimitInternalRecursion directive configures limits of subsequent
  internal redirects and nested subrequests, after which the request
  will be aborted.  PR 19753 (and probably others).

  Reviewed by: Andre Malo, Brian Pane, Justin Erenkrantz

  Revision  Changes    Path
  No                   revision
  No                   revision
  1.988.2.121 +6 -0      httpd-2.0/CHANGES

  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/CHANGES,v
  retrieving revision 1.988.2.120
  retrieving revision 1.988.2.121
  diff -u -r1.988.2.120 -r1.988.2.121
  --- CHANGES	1 Jul 2003 00:13:29 -0000	1.988.2.120
  +++ CHANGES	1 Jul 2003 01:25:04 -0000	1.988.2.121
(Continue reading)

striker | 1 Jul 2003 03:29
Picon
Favicon

cvs commit: httpd-2.0 CHANGES

striker     2003/06/30 18:29:14

  Modified:    .        CHANGES
  Log:
  Note backport.

  Revision  Changes    Path
  1.1208    +6 -6      httpd-2.0/CHANGES

  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/CHANGES,v
  retrieving revision 1.1207
  retrieving revision 1.1208
  diff -u -r1.1207 -r1.1208
  --- CHANGES	1 Jul 2003 00:18:10 -0000	1.1207
  +++ CHANGES	1 Jul 2003 01:29:13 -0000	1.1208
   <at>  <at>  -34,12 +34,6  <at>  <at> 
     *) Add support for IMT minor-type wildcards (e.g., text/*) to
        ExpiresByType.  PR#7991  [Ken Coar]

  -  *) Prevent the server from crashing when entering infinite loops. The
  -     new LimitInternalRecursion directive configures limits of subsequent
  -     internal redirects and nested subrequests, after which the request
  -     will be aborted.  PR 19753 (and probably others).
  -     [William Rowe, Jeff Trawick, André Malo]
  -
     *) mod_rewrite: Fix LA-U variable look ahead which didn't work correctly
        in directory context. Related to PR 8493.  [André Malo]

(Continue reading)

trawick | 1 Jul 2003 13:21
Picon
Favicon

cvs commit: httpd-2.0/modules/filters mod_ext_filter.c

trawick     2003/07/01 04:21:00

  Modified:    .        CHANGES
               modules/filters mod_ext_filter.c
  Log:
  mod_ext_filter: Add the ability to filter request bodies.

  Submitted by:	Philipp Reisner <philipp.reisner <at> linbit.com>
  Reviewed by:	Jeff Trawick

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

  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/CHANGES,v
  retrieving revision 1.1208
  retrieving revision 1.1209
  diff -u -r1.1208 -r1.1209
  --- CHANGES	1 Jul 2003 01:29:13 -0000	1.1208
  +++ CHANGES	1 Jul 2003 11:20:59 -0000	1.1209
   <at>  <at>  -2,6 +2,9  <at>  <at> 

     [Remove entries to the current 2.0 section below, when backported]

  +  *) mod_ext_filter: Add the ability to filter request bodies.
  +     [Philipp Reisner <philipp.reisner <at> linbit.com>]
  +
     *) Fix NULL-pointer issue in ab when parsing an incomplete or non-HTTP
        response. PR 21085. [Glenn Nielsen <glenn <at> apache.org>, André Malo]
(Continue reading)

jim | 1 Jul 2003 14:29
Picon
Favicon

cvs commit: apache-1.3 STATUS

jim         2003/07/01 05:29:13

  Modified:    .        STATUS
  Log:
  Note the recursion patch, add a question

  Revision  Changes    Path
  1.1037    +7 -1      apache-1.3/STATUS

  Index: STATUS
  ===================================================================
  RCS file: /home/cvs/apache-1.3/STATUS,v
  retrieving revision 1.1036
  retrieving revision 1.1037
  diff -u -r1.1036 -r1.1037
  --- STATUS	29 Jun 2003 14:01:14 -0000	1.1036
  +++ STATUS	1 Jul 2003 12:29:12 -0000	1.1037
   <at>  <at>  -45,6 +45,12  <at>  <at> 
       2.0  : Available for general use, see httpd-2.0 repository

   RELEASE SHOWSTOPPERS:
  +    * Backport LimitInteralRecursion from 2.1 to 1.3.
  +      (1.3 patch is here: <http://cvs.apache.org/~nd/recursion13.patch>)
  +      PR 19753.
  +      jim: core_server_conf is not exported, per se, but does this
  +           require nonetheless a MMN (minor) bump?
  +      +1: jerenkrantz 

   RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:

(Continue reading)

joes | 1 Jul 2003 16:23
Picon
Favicon

cvs commit: httpd-dist KEYS

joes        2003/07/01 07:23:45

  Modified:    .        KEYS
  Log:
  Add joes key.  It's already on the dist/ site, but I wasn't aware of this repository until a few minutes ago.

  Revision  Changes    Path
  1.39      +43 -0     httpd-dist/KEYS

  Index: KEYS
  ===================================================================
  RCS file: /home/cvs/httpd-dist/KEYS,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- KEYS	3 Jun 2003 00:17:14 -0000	1.38
  +++ KEYS	1 Jul 2003 14:23:43 -0000	1.39
   <at>  <at>  -2496,3 +2496,46  <at>  <at> 
   d6rncSGIlA==
   =SNQD
   -----END PGP PUBLIC KEY BLOCK-----
  +pub  1024D/208F5064 2003-06-13 Joe Schaefer <joe <at> sunstarsys.com>
  +     Key fingerprint = 984F B335 0C1D 5C7A 3282  255B B31B 213D 208F 5064
  +uid                            Joe Schaefer <joes <at> apache.org>
  +sub  1024g/ED4260B6 2003-06-13
  +sub  1024D/F8B0462F 2003-06-13 [expires: 2005-06-12]
  +
  +-----BEGIN PGP PUBLIC KEY BLOCK-----
  +Version: GnuPG v1.0.7 (GNU/Linux)
  +
(Continue reading)

slive | 2 Jul 2003 00:42
Picon
Favicon

cvs commit: httpd-docs-1.3/htdocs/manual/misc FAQ-D.html

slive       2003/07/01 15:42:14

  Modified:    htdocs/manual/misc FAQ-D.html
  Log:
  Remove dead links to Aventail.

  PR: 20662.

  Revision  Changes    Path
  1.21      +3 -12     httpd-docs-1.3/htdocs/manual/misc/FAQ-D.html

  Index: FAQ-D.html
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/misc/FAQ-D.html,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -d -b -u -r1.20 -r1.21
  --- FAQ-D.html	7 Jun 2003 06:01:40 -0000	1.20
  +++ FAQ-D.html	1 Jul 2003 22:42:13 -0000	1.21
   <at>  <at>  -449,18 +449,9  <at>  <at> 
           <p>The shim is not unloaded when Aventail Connect is shut
           down. Once observed, the problem persists until the shim is
           either explicitly unloaded or the machine is rebooted.
  -        Instructions for temporarily removing the Aventail Connect
  -        V3.x shim can be found here: "<a
  -        href="http://support.aventail.com/akb/article00386.html">How
  -        to Remove Aventail Connect v3.x from the LSP Order for
  -        Testing Purposes</a>."</p>
  -
  -        <p>Another potential solution (not tested) is to add
(Continue reading)

nd | 2 Jul 2003 03:08
Picon
Favicon

cvs commit: httpd-2.0/docs/manual/mod core.html.en core.xml

nd          2003/07/01 18:08:07

  Modified:    docs/manual/mod core.html.en core.xml
  Log:
  it's in the next release

  Revision  Changes    Path
  1.80      +1 -1      httpd-2.0/docs/manual/mod/core.html.en

  Index: core.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/core.html.en,v
  retrieving revision 1.79
  retrieving revision 1.80
  diff -u -r1.79 -r1.80
  --- core.html.en	30 Jun 2003 01:16:31 -0000	1.79
  +++ core.html.en	2 Jul 2003 01:08:05 -0000	1.80
   <at>  <at>  -1547,7 +1547,7  <at>  <at> 
   <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
   <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Core</td></tr>
   <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>core</td></tr>
  -<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>Available in
Apache 2.1 and later</td></tr>
  +<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>Available in
Apache 2.0.47 and later</td></tr>
   </table>
       <p>An internal redirect happens, for example, when using the <code class="directive"><a
href="../mod/mod_actions.html#action">Action</a></code> directive, which internally
       redirects the original request to a CGI script. A subrequest is Apache's

(Continue reading)


Gmane