1. 12 Nov, 1997 4 commits
    • Ralf S. Engelschall's avatar
      The mod_rewrite ``Break Its Heart'' patch: · 7372b365
      Ralf S. Engelschall authored
        - the rewriting engine now is really very well documented, so
          all Apache developers should be able to understand it now ;_) Try it
          out: look at the new apply_rewrite_list and apply_rewrite_rule functions
          and try to understand it...
      
        - the rewriting engine no longer contains any redundant stuff for the
          proxy-throughput, redirection and per-dir cases. This makes it even more
          clear to understand and avoid future bugs like the following:
      
        - fixed the query string bug recently discovered by Mark:
          | RewriteRule ^foo            /bar?query  [R]
          | RewriteRule ^foo http://host/bar?query  [R]
          where the second rule's query string was escaped.
          (fixed by avoiding this as an extra case ;_)
      
        - fixed the nasty redirection bug recently discovered in c.i.w.s.u
          | RewriteRule ^(.*[^/])(.*) ${vhost:$1|$1}$2 [R,L]
          where the expansion of ${vhost} to http://... was too
          late for the rewriting engine to accept it as a redirect.
          (fixed by new and more accurate evaluation order)
      
        - split out the fully-qualification of URLs into own named function
          fully_qualify_uri(r). This avoid redundancy, too.  Also incorporate
          updated APACHE_SSL #ifdef'edchanges to mod_rewrite.c from Ben's latest
          1.2.4+ssl_1.11 patch
      
        - make cmd_rewriterule static (this was left over from old days of the
          mod_rewrite_compat which never found its way into the core distribution)
      
      Submitted by:   Ralf S. Engelschall
      Reviewed by:    Roy T. Fielding, Jim Jagielski, Ralf S. Engelschall
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79574 13f79535-47bb-0310-9956-ffa450edef68
      7372b365
    • dgaudet's avatar
      typo · eb86f45c
      dgaudet authored
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79573 13f79535-47bb-0310-9956-ffa450edef68
      eb86f45c
    • Ben Laurie's avatar
      Hopefully fix winsock in CGI problems. · f75fdc5f
      Ben Laurie authored
      Submitted by: Frank Faubert <frank@sane.com>
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79572 13f79535-47bb-0310-9956-ffa450edef68
      f75fdc5f
    • Martin Kraemer's avatar
      Lars Eilebrecht wrote a whole new set of Apache Vhost Internals · aafa7878
      Martin Kraemer authored
      documentation, examples, explanations and caveats. They live in a new
      subdirectory htdocs/manual/vhost/. [Lars Eilebrecht <sfx@unix-ag.org>]
      Submitted by:	Lars Eilebrecht <sfx@unix-ag.org>
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79571 13f79535-47bb-0310-9956-ffa450edef68
      aafa7878
  2. 11 Nov, 1997 13 commits
  3. 10 Nov, 1997 6 commits
  4. 09 Nov, 1997 2 commits
  5. 08 Nov, 1997 10 commits
  6. 06 Nov, 1997 5 commits