You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by "Ralf S. Engelschall" <rs...@apache.org> on 1998/08/17 20:36:20 UTC

cvs commit: apache-1.3/src/modules/standard mod_rewrite.h

rse         98/08/17 11:36:19

  Modified:    src      CHANGES
               src/modules/standard mod_rewrite.h
  Log:
  Bump up MAX_ENV_FLAGS in mod_rewrite.h from the too conservatice limit of
  5 to 10 because there are some users out there who always have 5 to 8
  variables in one RewriteRule and had to patch mod_rewrite.h for every
  release. So 15 should be now more than enough, even for them. (I never
  needed more than 4 in my RewriteRules ;-)
  
  Revision  Changes    Path
  1.1029    +7 -0      apache-1.3/src/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
  retrieving revision 1.1028
  retrieving revision 1.1029
  diff -u -r1.1028 -r1.1029
  --- CHANGES	1998/08/16 20:51:53	1.1028
  +++ CHANGES	1998/08/17 18:36:16	1.1029
  @@ -1,5 +1,12 @@
   Changes with Apache 1.3.2
   
  +  *) Bump up MAX_ENV_FLAGS in mod_rewrite.h from the too conservatice limit of
  +     5 to 10 because there are some users out there who always have 5 to 8
  +     variables in one RewriteRule and had to patch mod_rewrite.h for every
  +     release. So 15 should be now more than enough, even for them. (I never
  +     needed more than 4 in my RewriteRules ;-)
  +     [Ralf S. Engelschall]
  +
     *) Make the proxy generate and understand Via: headers
        [Martin Kraemer]
   
  
  
  
  1.57      +1 -1      apache-1.3/src/modules/standard/mod_rewrite.h
  
  Index: mod_rewrite.h
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/modules/standard/mod_rewrite.h,v
  retrieving revision 1.56
  retrieving revision 1.57
  diff -u -r1.56 -r1.57
  --- mod_rewrite.h	1998/07/23 11:34:01	1.56
  +++ mod_rewrite.h	1998/08/17 18:36:18	1.57
  @@ -236,7 +236,7 @@
   #define LONG_STRING_LEN 2048
   #endif
   
  -#define MAX_ENV_FLAGS 5
  +#define MAX_ENV_FLAGS 15
   
   #define MAX_NMATCH    10