Skip to content
  1. Apr 16, 1998
  2. Apr 15, 1998
  3. Apr 13, 1998
  4. Apr 11, 1998
  5. Apr 07, 1998
  6. Apr 03, 1998
  7. Apr 01, 1998
  8. Mar 31, 1998
  9. Mar 30, 1998
  10. Mar 28, 1998
  11. Mar 27, 1998
  12. Mar 26, 1998
  13. Mar 25, 1998
  14. Mar 24, 1998
  15. Mar 21, 1998
  16. Mar 20, 1998
  17. Mar 15, 1998
    • dgaudet's avatar
      - The "merging" optimization in mod_setenvif did not deal with · 78c67de8
      dgaudet authored
        SetEnvIfNoCase properly; and it used strcmp() to compare header
        names when it should use strcasecmp().
      
      - Change the merging optimization so that it only considers the most
        recent setenvif for merging.  This means that mod_setenvif will
        consider all directives in the order they appear in the config file.
      
      - Document that mod_setenvif considers directives in the order they
        appear, and give an example use.
      
      - Perform more comparisons at compile-time in order to speed up things
        at compile-time.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80545 13f79535-47bb-0310-9956-ffa450edef68
      78c67de8
  18. Mar 13, 1998
  19. Mar 10, 1998
  20. Mar 06, 1998
  21. Mar 04, 1998
  22. Mar 03, 1998
  23. Feb 28, 1998
  24. Feb 26, 1998
  25. Feb 25, 1998
  26. Feb 24, 1998
  27. Feb 23, 1998
    • Ralf S. Engelschall's avatar
      Add the new RewriteMap types `rnd' and `int' to mod_rewrite to allow Apache to · 17f158d2
      Ralf S. Engelschall authored
      be used as a Reverse Proxy (where the backend servers are choosen via a `rnd'
      map) and to allow mass virtual hosting without <VirtualHost> sections (where
      you have to fix the case of server names when translating the Host-Header to a
      directory structure).
      
      Together with the comitted ProxyPassReverse directive we now have solved
      two things the users have asked in the past:
      
      1. The ability to use Apache as a full-featured Reverse Proxy
      2. The ability to do mass virtual hosting without <VirtualHost> sections.
      
      For both topics we should write stand-alone documents (perhaps inside
      htdocs/manual/misc/) because they are not trivial to do, even when we now have
      the functionality ;-)
      
      Submitted by: Ralf S. Engelschall
      Reviewed by: Dean Gaudet, Ralf S. Engelschall
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80298 13f79535-47bb-0310-9956-ffa450edef68
      17f158d2