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