]> git.pld-linux.org Git - packages/apache1.git/blobdiff - apache1-mod_ssl-addon.patch
- use relative path to logs
[packages/apache1.git] / apache1-mod_ssl-addon.patch
index 192294ac83b962d93753878b4bcb967a11b44ca2..8c51a07bdf028497c902f92f65a1775b43fc588f 100644 (file)
@@ -8,7 +8,7 @@
 ##
 ## Annotated patch file: addon.patch
 ## Copyright (c) 1998-2001 Ralf S. Engelschall, All Rights Reserved. 
-## Created on: 01-Nov-2003
+## Created on: 11-May-2004
 ##
 ## 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
@@ -40,9 +40,9 @@ Index: src/Configuration.tmpl
 | Add more beautiful optic to the status page table..
 +---------------------------------------------------------------------------
 Index: src/modules/standard/mod_status.c
---- src/modules/standard/mod_status.c  18 Jul 2003 15:44:39 -0000      1.1.1.15
-+++ src/modules/standard/mod_status.c  18 Jul 2003 15:56:59 -0000      1.12
-@@ -484,12 +484,33 @@
+--- src/modules/standard/mod_status.c  11 May 2004 18:28:20 -0000      1.1.1.16
++++ src/modules/standard/mod_status.c  11 May 2004 18:32:16 -0000      1.13
+@@ -441,12 +441,33 @@
            if (no_table_report)
                ap_rputs("<p><hr><h2>Server Details</h2>\n\n", r);
            else
@@ -76,7 +76,7 @@ Index: src/modules/standard/mod_status.c
        }
  
        for (i = 0; i < HARD_SERVER_LIMIT; ++i) {
-@@ -617,6 +638,11 @@
+@@ -574,6 +595,11 @@
                                vhost->server_hostname) : "(unavailable)");
                    }
                    else {              /* !no_table_report */
@@ -88,7 +88,7 @@ Index: src/modules/standard/mod_status.c
                        if (score_record.status == SERVER_DEAD)
  #ifdef TPF
                              if (kill(ps_record.pid, 0) == 0) {
-@@ -629,12 +655,12 @@
+@@ -586,12 +612,12 @@
                              } else
  #endif /* TPF */
                            ap_rprintf(r,
@@ -103,7 +103,7 @@ Index: src/modules/standard/mod_status.c
                                i, (int) ps_record.generation,
                                (int) ps_record.pid, (int) conn_lres,
                                my_lres, lres);
-@@ -738,6 +775,12 @@
+@@ -695,6 +732,12 @@
  #endif
        }
  
@@ -121,8 +121,8 @@ Index: src/modules/standard/mod_status.c
 | Add a hyperlink to the mod_define.html document.
 +---------------------------------------------------------------------------
 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
+--- htdocs/manual/mod/index.html.en    11 May 2004 18:28:01 -0000      1.1.1.3
++++ htdocs/manual/mod/index.html.en    11 May 2004 18:32:14 -0000      1.4
 @@ -101,6 +101,10 @@
        <dd>Support for Netscape-like cookies. Replaced in Apache 1.2
        by mod_usertrack</dd>
@@ -139,8 +139,8 @@ Index: htdocs/manual/mod/index.html.en
 | Add a hyperlink for the Define directives.
 +---------------------------------------------------------------------------
 Index: htdocs/manual/mod/directives.html.en
---- htdocs/manual/mod/directives.html.en       18 Jul 2003 15:44:16 -0000      1.1.1.5
-+++ htdocs/manual/mod/directives.html.en       18 Jul 2003 15:56:57 -0000      1.6
+--- htdocs/manual/mod/directives.html.en       11 May 2004 18:28:01 -0000      1.1.1.6
++++ htdocs/manual/mod/directives.html.en       11 May 2004 18:32:14 -0000      1.7
 @@ -228,6 +228,8 @@
  
        <li><a href="core.html#defaulttype">DefaultType</a></li>
This page took 0.181985 seconds and 4 git commands to generate.