Skip to content
  1. Jul 29, 2011
  2. Jul 26, 2011
  3. Jul 24, 2011
  4. Jul 23, 2011
  5. Jul 18, 2011
  6. Jul 17, 2011
  7. Jul 16, 2011
  8. Jul 15, 2011
  9. Jul 13, 2011
  10. Jul 06, 2011
  11. Jul 05, 2011
  12. Jul 04, 2011
  13. Jul 02, 2011
  14. Jun 29, 2011
  15. Jun 28, 2011
  16. Jun 27, 2011
  17. Jun 25, 2011
  18. Jun 22, 2011
  19. Jun 20, 2011
  20. Jun 19, 2011
  21. Jun 18, 2011
  22. Jun 13, 2011
  23. Jun 08, 2011
  24. Jun 05, 2011
    • Stefan Fritsch's avatar
      - Introduce concept of context prefix (which is an URL prefix) · d4b92389
      Stefan Fritsch authored
        and context document root (which is the file system directory that
        this URL prefix is mapped to). This generalization of the document
        root makes it easier for scripts to create self-referential URLs and
        to find their files.
      - Expose CONTEXT_DOCUMENT_ROOT and CONTEXT_PREFIX as envvars, in mod_rewrite,
        and in ap_expr.
      - Make mod_alias and mod_userdir set the context information.
      - Allow to override the document root on a per-request basis. This allows
        mass vhosting modules to set DOCUMENT_ROOT correctly.
      - Make mod_vhost_alias set the per-request document root
      
      PR: 26052, 46198, 49705
      
      Remaining tasks:
      - Use the context document root & prefix in mod_rewrite to make RewriteBase
        unneccessary in many cases. Do this without breaking compatibility.
      - Write docs.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1132494 13f79535-47bb-0310-9956-ffa450edef68
      d4b92389