diff options
author | Justin Erenkrantz <jerenkrantz@apache.org> | 2002-02-19 05:45:53 +0100 |
---|---|---|
committer | Justin Erenkrantz <jerenkrantz@apache.org> | 2002-02-19 05:45:53 +0100 |
commit | 6700fa91fbdee79d035de8a1ebfb108e7e800637 (patch) | |
tree | 3c8d2b019b306dd8a558b0519525ba7d5f96e533 /include/ap_mmn.h | |
parent | Roy has a new employer (diff) | |
download | apache2-6700fa91fbdee79d035de8a1ebfb108e7e800637.tar.xz apache2-6700fa91fbdee79d035de8a1ebfb108e7e800637.zip |
Introduce AddOutputFilterByType directive.
AddOutputFilterByType DEFLATE text/html
(I will add docco soon, I promise. If someone beats me to it, cool...)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93490 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/ap_mmn.h')
-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 57bd4607f4..4a87fe9ced 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -95,12 +95,13 @@ * 20020118 (2.0.31-dev) Input filtering split of blocking and mode * 20020127 (2.0.31-dev) bump for pre_mpm hook change * 20020128 (2.0.31-dev) bump for pre_config hook change + * 20020218 (2.0.33-dev) bump for AddOutputFilterByType directive */ #define MODULE_MAGIC_COOKIE 0x41503230UL /* "AP20" */ #ifndef MODULE_MAGIC_NUMBER_MAJOR -#define MODULE_MAGIC_NUMBER_MAJOR 20020128 +#define MODULE_MAGIC_NUMBER_MAJOR 20020218 #endif #define MODULE_MAGIC_NUMBER_MINOR 0 /* 0...n */ #define MODULE_MAGIC_NUMBER MODULE_MAGIC_NUMBER_MAJOR /* backward compat */ |