diff options
author | Jim Jagielski <jim@apache.org> | 2008-08-21 15:33:32 +0200 |
---|---|---|
committer | Jim Jagielski <jim@apache.org> | 2008-08-21 15:33:32 +0200 |
commit | 45c5291a7fd6a54eaddcf3f84c0cafedf5390e5a (patch) | |
tree | 5a4a14c0f38f37ee4fb35b36f9dacf4c0a4bb110 /include | |
parent | Implement dynamic mutex callbacks for the benefit of OpenSSL. (diff) | |
download | apache2-45c5291a7fd6a54eaddcf3f84c0cafedf5390e5a.tar.xz apache2-45c5291a7fd6a54eaddcf3f84c0cafedf5390e5a.zip |
Allow determination of whether to use ';' as
a sticky session path delim/sep (ala mod_jk) to
be runtime (and balancer-wise) configurable.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@687754 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r-- | include/ap_mmn.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/ap_mmn.h b/include/ap_mmn.h index f87183a34e..fba2b24551 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -165,6 +165,7 @@ * 20080722.0 (2.3.0-dev) remove has_realm_hash() from authn_provider struct * 20080722.1 (2.3.0-dev) Add conn_timeout and conn_timeout_set to * proxy_worker struct. + * 20080722.2 (2.3.0-dev) Add scolonsep to proxy_balancer * */ @@ -173,7 +174,7 @@ #ifndef MODULE_MAGIC_NUMBER_MAJOR #define MODULE_MAGIC_NUMBER_MAJOR 20080722 #endif -#define MODULE_MAGIC_NUMBER_MINOR 1 /* 0...n */ +#define MODULE_MAGIC_NUMBER_MINOR 2 /* 0...n */ /** * Determine if the server's current MODULE_MAGIC_NUMBER is at least a |