Skip to content
  1. Jun 18, 2011
  2. Jun 17, 2011
  3. Jun 15, 2011
  4. Jun 13, 2011
  5. Jun 12, 2011
  6. Jun 11, 2011
  7. Jun 10, 2011
  8. Jun 09, 2011
  9. Jun 08, 2011
  10. Jun 07, 2011
  11. Jun 06, 2011
  12. 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