1. 09 Aug, 2000 2 commits
  2. 08 Aug, 2000 9 commits
  3. 07 Aug, 2000 5 commits
  4. 06 Aug, 2000 14 commits
  5. 05 Aug, 2000 7 commits
  6. 04 Aug, 2000 3 commits
    • Jeff Trawick's avatar
      Fix a config tree problem. · ea5566e6
      Jeff Trawick authored
      The following configuration file demonstrates the problem:
      
      <IfModule mod_rewrite.c>
      RewriteEngine on
      RewriteMap    quux-map       prg:/tmp/apache-2.0/map.quux.pl
      RewriteRule   ^/~quux/(.*)$  /~quux/${quux-map:$1}
      </IfModule>
      
      After this config file is parsed, the only statement in the config
      tree is the last statement in the IfModule container ("RewriteRule blah
      blah").
      
      The problem is that when ap_build_config_sub() handles this type of
      construct, it moves *current to the end of the list before returning.
      If this construct were the first thing in the file, the caller would
      set conftree to *current, not realizing that there were list elements
      before *current.  The caller doesn't have addressability to those list
      elements.
      
      With this change, ap_build_config_sub() sets *conftree before
      walking *current to the end of the list.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85993 13f79535-47bb-0310-9956-ffa450edef68
      ea5566e6
    • Ryan Bloom's avatar
      Fix a small typo · 155abc47
      Ryan Bloom authored
      Submitted by:	Victor J. Orlikowski <v.j.orlikowski@gte.net>
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85988 13f79535-47bb-0310-9956-ffa450edef68
      155abc47
    • Ryan Bloom's avatar
      Bump the numbers since a5 has been tagged already · eba499ee
      Ryan Bloom authored
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85987 13f79535-47bb-0310-9956-ffa450edef68
      eba499ee