From 730eed5538bd38c5a2f551cb987bbce29c0b0cb3 Mon Sep 17 00:00:00 2001 From: misi3k Date: Sat, 19 Jul 2003 09:51:22 +0000 Subject: [PATCH] - updated Changed files: apache1-mod_ssl-addon.patch -> 1.3 --- apache1-mod_ssl-addon.patch | 97 ++++++++++++++++++------------------- 1 file changed, 48 insertions(+), 49 deletions(-) diff --git a/apache1-mod_ssl-addon.patch b/apache1-mod_ssl-addon.patch index fbc2890..a2bea50 100644 --- a/apache1-mod_ssl-addon.patch +++ b/apache1-mod_ssl-addon.patch @@ -39,9 +39,38 @@ 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 27 Mar 2002 15:23:06 -0000 1.1.1.14 -+++ src/modules/standard/mod_status.c 27 Mar 2002 15:30:03 -0000 1.11 +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 @@ +
Support for Netscape-like cookies. Replaced in Apache 1.2 + by mod_usertrack
+ ++
mod_define
++ ++
Variable Definition for Arbitrary Directives
++ +
mod_digest Apache 1.1 and + up
+ + ++--------------------------------------------------------------------------- +| 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 @@ + +
  • DefaultType
  • + ++
  • Define ++ +
  • Deny
  • + +
  • <Directory>
  • +--- 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 @@ if (no_table_report) ap_rputs("


    Server Details

    \n\n", r); @@ -76,29 +105,33 @@ Index: src/modules/standard/mod_status.c } for (i = 0; i < HARD_SERVER_LIMIT; ++i) { -@@ -607,14 +628,19 @@ - vhost->server_hostname) : "(unavailable)"); +@@ -618,18 +639,23 @@ } else { /* !no_table_report */ + if (score_record.status == SERVER_DEAD) +#ifndef NO_PRETTYPRINT -+ ap_rprintf(r,""); ++ ap_rprintf(r,""); +#else -+ ap_rprintf(r,""); ++ ap_rprintf(r,""); +#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, +- "%d-%d%d%d/%lu/%lu", ++ "%d-%d-%d/%lu/%lu", + i, (int) ps_record.generation, + (int) ps_record.pid, + (int) conn_lres, my_lres, lres); + } else + #endif /* TPF */ ap_rprintf(r, - "%d-%d-%d/%lu/%lu", + "%d-%d-%d/%lu/%lu", i, (int) ps_record.generation, (int) conn_lres, my_lres, lres); else - ap_rprintf(r, -- "%d-%d%d%d/%lu/%lu", -+ "%d-%d%d%d/%lu/%lu", - i, (int) ps_record.generation, - (int) ps_record.pid, (int) conn_lres, - my_lres, lres); -@@ -674,12 +700,23 @@ +@@ -694,12 +720,23 @@ ap_rprintf(r, "??..reading.. \n\n"); else @@ -122,37 +155,3 @@ Index: src/modules/standard/mod_status.c } /* no_table_report */ } /* !short_report */ } /* if () */ - -+--------------------------------------------------------------------------- -| 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 -@@ -101,6 +101,10 @@ -
    Support for Netscape-like cookies. Replaced in Apache 1.2 - by mod_usertrack
    - -+
    mod_define
    -+ -+
    Variable Definition for Arbitrary Directives
    -+ -
    mod_digest Apache 1.1 and - up
    - - -+--------------------------------------------------------------------------- -| 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 @@ - -
  • DefaultType
  • - -+
  • Define -+ -
  • Deny
  • - -
  • <Directory>
  • -- 2.44.0