## _ _ ## _ __ ___ ___ __| | ___ ___| | mod_ssl ## | '_ ` _ \ / _ \ / _` | / __/ __| | Apache Interface to OpenSSL ## | | | | | | (_) | (_| | \__ \__ \ | www.modssl.org ## |_| |_| |_|\___/ \__,_|___|___/___/_| ftp.modssl.org ## |_____| ## ____________________________________________________________________________ ## ## Annotated patch file: addon.patch ## Copyright (c) 1998-2001 Ralf S. Engelschall, All Rights Reserved. ## Created on: 19-Jun-2002 ## ## This file assembles changes to existing Apache source files ## between the original Apache and the patched variant. It can be ## automatically applied to a vanilla Apache source tree with the ## 'patch' tool to upgrade those files. Each patch snippet is ## annotated with a short description. ## +--------------------------------------------------------------------------- | 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 @@ -258,6 +313,11 @@ AddModule modules/standard/mod_env.o +## mod_define expands variables on arbitrary directive lines. +## It requires Extended API (EAPI). + +# AddModule modules/extra/mod_define.o + ## ## Request logging modules ## +--------------------------------------------------------------------------- | 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 @@ -484,12 +484,33 @@ if (no_table_report) ap_rputs("


Server Details

\n\n", r); else +#ifndef NO_PRETTYPRINT + ap_rputs("

\n\n" + "" + "" + "" + "" + "" +#ifndef NO_TIMES + "" +#endif + "" + "" + "" + "" + "" + "" + "" + "" + "\n", r); +#else /* NO_PRETTYPRINT */ #ifdef NO_TIMES /* Allow for OS/2 not having CPU stats */ ap_rputs("

\n\n

SrvPIDAccMCPUSSReqConnChildSlotHostVHostRequest
\n\n", r); #else ap_rputs("

\n\n

SrvPIDAccM\nSSReqConnChildSlotClientVHostRequest
\n\n", r); #endif +#endif /* NO_PRETTYPRINT */ } for (i = 0; i < HARD_SERVER_LIMIT; ++i) { @@ -607,14 +628,19 @@ vhost->server_hostname) : "(unavailable)"); } else { /* !no_table_report */ +#ifndef NO_PRETTYPRINT + ap_rprintf(r,""); +#else + ap_rprintf(r,""); +#endif if (score_record.status == SERVER_DEAD) ap_rprintf(r, - "\n\n"); else +#ifndef NO_PRETTYPRINT + ap_rprintf(r, + "\n\n", + score_record.client, + vhost ? vhost->server_hostname : "(unavailable)", + ap_escape_html(r->pool, score_record.request)); +#else ap_rprintf(r, "\n\n", ap_escape_html(r->pool, score_record.client), vhost ? ap_escape_html(r->pool, vhost->server_hostname) : "(unavailable)", ap_escape_html(r->pool, score_record.request)); +#endif } /* 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 27 Mar 2002 15:23:17 -0000 1.1.1.3 +++ htdocs/manual/mod/directives.html.en 27 Mar 2002 15:30:01 -0000 1.4 @@ -220,6 +220,8 @@
  • DefaultType
  • +
  • Define +
  • Deny
  • <Directory>
  • SrvPIDAccMCPU\nSSReqConnChildSlotClientVHostRequest
    %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 @@ ap_rprintf(r, "??..reading..
    %s" + "%s" + "%s" + "
    %s%s%s