1. 21 Oct, 2001 3 commits
    • William A. Rowe Jr's avatar
      · d08ec6a0
      William A. Rowe Jr authored
        Reimplement Win32 registry-based and shebang-extended scripting.
      
        Accepts arguments of $* and %* for 'positioned' cgi envvars, provided they
        stand alone (aren't part of another arg.)
      
        Accepts %1 $1 syntax, quoted or not, but makes no attempt at palacating
        older programs with short paths, just yet.
      
        About as stable and robust as my first rewrite of dir_walk, so watch out!
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91613 13f79535-47bb-0310-9956-ffa450edef68
      d08ec6a0
    • William A. Rowe Jr's avatar
      · fcd876e0
      William A. Rowe Jr authored
        Thread saftey lock for mod_rewrite's cache... I'm sure others will have
        some 'better ideas' but this will work for now.
      
      Submitted by: Brian Pane <bpane@pacbell.net>
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91612 13f79535-47bb-0310-9956-ffa450edef68
      fcd876e0
    • William A. Rowe Jr's avatar
      · e301b4c7
      William A. Rowe Jr authored
        Simplified mod_env's directives to behave as most directives are
        expected, in that UnsetEnv will not unset a SetEnv and PassEnv
        directive following that UnsetEnv within the same container.
        Also provides a runtime startup warning if a PassEnv configured
        environment value is undefined.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91611 13f79535-47bb-0310-9956-ffa450edef68
      e301b4c7
  2. 20 Oct, 2001 6 commits
  3. 19 Oct, 2001 21 commits
  4. 18 Oct, 2001 7 commits
  5. 17 Oct, 2001 3 commits