]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache-mod_ssl-addon.patch
- fixed %%lang
[packages/apache.git] / apache-mod_ssl-addon.patch
index 5abb9dec5d0cb6d2e662b2d8e2feca9ce6b9f713..4e4c3e056b8dc64e96f650431a0253abd7ad989b 100644 (file)
@@ -8,7 +8,7 @@
 ##
 ## Annotated patch file: addon.patch
 ## Copyright (c) 1998-2001 Ralf S. Engelschall, All Rights Reserved. 
-## Created on: 20-May-2001
+## Created on: 01-Feb-2002
 ##
 ## This file assembles changes to existing Apache source files
 ## between the original Apache and the patched variant. It can be
@@ -21,9 +21,9 @@
 | Add an entry for mod_define.
 +---------------------------------------------------------------------------
 Index: src/Configuration.tmpl
---- src/Configuration.tmpl     1999/08/17 11:21:38     1.1.1.5
-+++ src/Configuration.tmpl     2000/10/09 12:15:02     1.21
-@@ -243,6 +298,11 @@
+--- src/Configuration.tmpl     2002/01/28 19:21:21     1.1.1.7
++++ src/Configuration.tmpl     2002/01/28 19:40:56     1.23
+@@ -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  2001/05/20 08:16:21     1.1.1.12
-+++ src/modules/standard/mod_status.c  2001/05/20 08:23:02     1.9
-@@ -482,12 +482,33 @@
+--- src/modules/standard/mod_status.c  2002/01/28 19:21:28     1.1.1.13
++++ src/modules/standard/mod_status.c  2002/01/28 19:40:57     1.10
+@@ -484,12 +484,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) {
-@@ -605,14 +626,19 @@
+@@ -607,14 +628,19 @@
                                vhost->server_hostname) : "(unavailable)");
                    }
                    else {              /* !no_table_report */
@@ -98,7 +98,7 @@ Index: src/modules/standard/mod_status.c
                                i, (int) ps_record.generation,
                                (int) ps_record.pid, (int) conn_lres,
                                my_lres, lres);
-@@ -672,12 +698,23 @@
+@@ -674,12 +700,23 @@
                            ap_rprintf(r,
                             "<td>?<td nowrap>?<td nowrap>..reading.. </tr>\n\n");
                        else
@@ -126,30 +126,33 @@ Index: src/modules/standard/mod_status.c
 +---------------------------------------------------------------------------
 | Add a hyperlink to the mod_define.html document.
 +---------------------------------------------------------------------------
-Index: htdocs/manual/mod/index.html
---- htdocs/manual/mod/index.html       2001/01/23 11:35:19     1.1.1.4
-+++ htdocs/manual/mod/index.html       2001/01/23 11:48:05     1.10
-@@ -65,6 +65,8 @@
- <DT><A HREF="mod_cookies.html">mod_cookies</A> up to Apache 1.1.1
- <DD>Support for Netscape-like cookies.  Replaced in Apache 1.2 by
- mod_usertrack
-+<DT><A HREF="mod_define.html">mod_define</A>
-+<DD>Variable Definition for Arbitrary Directives
- <DT><A HREF="mod_digest.html">mod_digest</A> Apache 1.1 and up
- <DD>MD5 authentication
- <DT><A HREF="mod_dir.html">mod_dir</A>
+Index: htdocs/manual/mod/index.html.en
+--- htdocs/manual/mod/index.html.en    2002/01/28 19:21:43     1.1.1.2
++++ htdocs/manual/mod/index.html.en    2002/01/28 19:40:56     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
---- htdocs/manual/mod/directives.html  2001/05/20 08:16:32     1.1.1.10
-+++ htdocs/manual/mod/directives.html  2001/05/20 08:23:01     1.20
-@@ -99,6 +99,7 @@
- <LI><A HREF="mod_autoindex.html#defaulticon">DefaultIcon</A>
- <LI><A HREF="mod_mime.html#defaultlanguage">DefaultLanguage</A>
- <LI><A HREF="core.html#defaulttype">DefaultType</A>
-+<LI><A HREF="mod_define.html#define">Define</A>
- <LI><A HREF="mod_access.html#deny">Deny</A>
- <LI><A HREF="core.html#directory">&lt;Directory&gt;</A>
- <LI><A HREF="core.html#directorymatch">&lt;DirectoryMatch&gt;</A>
+Index: htdocs/manual/mod/directives.html.en
+--- htdocs/manual/mod/directives.html.en       2002/01/28 19:21:43     1.1.1.2
++++ htdocs/manual/mod/directives.html.en       2002/01/28 19:40:56     1.3
+@@ -214,6 +214,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.034857 seconds and 4 git commands to generate.