]> git.pld-linux.org Git - packages/apache1.git/blobdiff - apache1-mod_ssl-addon.patch
- rel 5
[packages/apache1.git] / apache1-mod_ssl-addon.patch
index a2bea5035f35f7d64ee34a2843c02d46acf12f1d..51fb93fc08a19a99158c6696dc062584a27e6829 100644 (file)
@@ -7,8 +7,8 @@
 ## ____________________________________________________________________________
 ##
 ## Annotated patch file: addon.patch
-## Copyright (c) 1998-2001 Ralf S. Engelschall, All Rights Reserved. 
-## Created on: 18-Mar-2003
+## Copyright (c) 1998-2007 Ralf S. Engelschall, All Rights Reserved. 
+## Created on: 12-Sep-2007
 ##
 ## This file assembles changes to existing Apache source files
 ## between the original Apache and the patched variant. It can be
@@ -21,8 +21,8 @@
 | Add an entry for mod_define.
 +---------------------------------------------------------------------------
 Index: src/Configuration.tmpl
---- src/Configuration.tmpl     28 Jan 2002 19:21:21 -0000      1.1.1.7
-+++ src/Configuration.tmpl     28 Jan 2002 19:40:56 -0000      1.23
+--- src/Configuration.tmpl     11 May 2004 18:28:09 -0000      1.1.1.8
++++ src/Configuration.tmpl     11 May 2004 18:32:15 -0000      1.24
 @@ -258,6 +313,11 @@
  
  AddModule modules/standard/mod_env.o
@@ -39,39 +39,10 @@ Index: src/Configuration.tmpl
 +---------------------------------------------------------------------------
 | Add more beautiful optic to the status page table..
 +---------------------------------------------------------------------------
-Index: htdocs/manual/mod/index.html.en
---- htdocs/manual/mod/index.html.en    28 Jan 2002 19:21:43 -0000      1.1.1.2
-+++ htdocs/manual/mod/index.html.en    28 Jan 2002 19:40:56 -0000      1.3
-@@ -101,6 +101,10 @@
-       <dd>Support for Netscape-like cookies. Replaced in Apache 1.2
-       by mod_usertrack</dd>
-+      <dt><a href="mod_define.html">mod_define</a></dt>
-+
-+      <dd>Variable Definition for Arbitrary Directives</dd>
-+
-       <dt><a href="mod_digest.html">mod_digest</a> Apache 1.1 and
-       up</dt>
-
-+---------------------------------------------------------------------------
-| Add a hyperlink for the Define directives.
-+---------------------------------------------------------------------------
-Index: htdocs/manual/mod/directives.html.en
---- htdocs/manual/mod/directives.html.en       4 Oct 2002 11:50:01 -0000       1.1.1.4
-+++ htdocs/manual/mod/directives.html.en       4 Oct 2002 11:54:56 -0000       1.5
-@@ -220,6 +220,8 @@
-       <li><a href="core.html#defaulttype">DefaultType</a></li>
-+      <li><a href="mod_define.html#define">Define</a>
-+
-       <li><a href="mod_access.html#deny">Deny</a></li>
-       <li><a href="core.html#directory">&lt;Directory&gt;</a></li>
---- src/modules/standard/mod_status.c.orig     2003-02-03 18:13:29.000000000 +0100
-+++ src/modules/standard/mod_status.c  2003-07-19 11:42:32.000000000 +0200
-@@ -484,12 +484,33 @@
+Index: src/modules/standard/mod_status.c
+--- src/modules/standard/mod_status.c  10 Sep 2007 20:30:37 -0000      1.1.1.18
++++ src/modules/standard/mod_status.c  12 Sep 2007 05:32:20 -0000
+@@ -442,12 +442,33 @@
            if (no_table_report)
                ap_rputs("<p><hr><h2>Server Details</h2>\n\n", r);
            else
@@ -105,24 +76,19 @@ Index: htdocs/manual/mod/directives.html.en
        }
  
        for (i = 0; i < HARD_SERVER_LIMIT; ++i) {
-@@ -618,18 +639,23 @@
+@@ -576,6 +597,11 @@
+                               vhost->server_hostname) : "(unavailable)");
                    }
                    else {              /* !no_table_report */
-                       if (score_record.status == SERVER_DEAD)
 +#ifndef NO_PRETTYPRINT
-+                       ap_rprintf(r,"<tr bgcolor=\"#ffffff\">");
++                      ap_rprintf(r,"<tr bgcolor=\"#ffffff\">");
 +#else
-+                       ap_rprintf(r,"<tr>");
++                      ap_rprintf(r,"<tr>");
 +#endif
+                       if (score_record.status == SERVER_DEAD)
  #ifdef TPF
                              if (kill(ps_record.pid, 0) == 0) {
-                                 /* on TPF show PIDs of the living dead */
-                                 ap_rprintf(r,
--                                    "<tr><td><b>%d-%d</b><td>%d<td>%d/%lu/%lu",
-+                                    "<td><b>%d-%d</b><td>-<td>%d/%lu/%lu",
-                                     i, (int) ps_record.generation,
-                                     (int) ps_record.pid,
-                                     (int) conn_lres, my_lres, lres);
+@@ -588,12 +614,12 @@
                              } else
  #endif /* TPF */
                            ap_rprintf(r,
@@ -131,7 +97,13 @@ Index: htdocs/manual/mod/directives.html.en
                                i, (int) ps_record.generation,
                                (int) conn_lres, my_lres, lres);
                        else
-@@ -694,12 +720,23 @@
+                           ap_rprintf(r,
+-                              "<tr><td><b>%d-%d</b><td>%d<td>%d/%lu/%lu",
++                              "<td><b>%d-%d</b><td>%d<td>%d/%lu/%lu",
+                               i, (int) ps_record.generation,
+                               (int) ps_record.pid, (int) conn_lres,
+                               my_lres, lres);
+@@ -653,6 +679,16 @@
                            ap_rprintf(r,
                             "<td>?<td nowrap>?<td nowrap>..reading.. </tr>\n\n");
                        else
@@ -148,10 +120,45 @@ Index: htdocs/manual/mod/directives.html.en
                            ap_rprintf(r,
                             "<td>%s<td nowrap>%s<td nowrap>%s</tr>\n\n",
                             ap_escape_html(r->pool, score_record.client),
-                            vhost ? ap_escape_html(r->pool, 
+@@ -660,6 +696,7 @@
                                vhost->server_hostname) : "(unavailable)",
-                            ap_escape_html(r->pool, score_record.request));
+                            ap_escape_html(r->pool,
+                                             ap_escape_logitem(r->pool, score_record.request)));
 +#endif
                    }           /* no_table_report */
                }                       /* !short_report */
            }                   /* if (<active child>) */
+
++---------------------------------------------------------------------------
+| Add a hyperlink to the mod_define.html document.
++---------------------------------------------------------------------------
+Index: htdocs/manual/mod/index.html.en
+--- htdocs/manual/mod/index.html.en    7 May 2006 18:10:42 -0000       1.1.1.4
++++ htdocs/manual/mod/index.html.en    7 May 2006 18:12:44 -0000       1.5
+@@ -106,6 +106,10 @@
+       <dd>Support for Netscape-like cookies. Replaced in Apache 1.2
+       by mod_usertrack</dd>
++      <dt><a href="mod_define.html">mod_define</a></dt>
++
++      <dd>Variable Definition for Arbitrary Directives</dd>
++
+       <dt><a href="mod_digest.html">mod_digest</a> Apache 1.1 and
+       up</dt>
+
++---------------------------------------------------------------------------
+| Add a hyperlink for the Define directives.
++---------------------------------------------------------------------------
+Index: htdocs/manual/mod/directives.html.en
+--- htdocs/manual/mod/directives.html.en       7 May 2006 18:10:41 -0000       1.1.1.8
++++ htdocs/manual/mod/directives.html.en       7 May 2006 18:12:44 -0000       1.9
+@@ -233,6 +233,8 @@
+       <li><a href="core.html#defaulttype">DefaultType</a></li>
++      <li><a href="mod_define.html#define">Define</a>
++
+       <li><a href="mod_access.html#deny">Deny</a></li>
+       <li><a href="core.html#directory">&lt;Directory&gt;</a></li>
This page took 0.094962 seconds and 4 git commands to generate.