Skip to content
  1. Jan 26, 2014
    • Andre Malo's avatar
      doc dtd changes: · 6f47a713
      Andre Malo authored
      - <module> elements can be flagged with outdated="true" now. This can be used
        for markup describing modules which no longer exist. (They won't generate
        invalid links)
      - <directive> elements grew a "name" attribute, which can be set to the
        directive name if the element content is not the actual directive name. (for
        sections there's still the type='section' attribute).
      
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1561566 13f79535-47bb-0310-9956-ffa450edef68
      6f47a713
    • Chris Darroch's avatar
      Skip DirectoryIndex execution unless method is GET or POST, restoring · 0afcfa46
      Chris Darroch authored
      2.2 behavior when using mod_dav. PR 54914.
      
      Otherwise, variable behavior results: if no DirectoryIndex file is found,
      mod_dav's r->handler runs as expected.  But if an index file is found,
      r->handler will be changed by ap_internal_fast_redirect() to something
      other than mod_dav's r->handler, while r->method is left unchanged,
      usually leading to a 405 response.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1561447 13f79535-47bb-0310-9956-ffa450edef68
      0afcfa46
  2. Jan 25, 2014
  3. Jan 24, 2014
  4. Jan 23, 2014
  5. Jan 22, 2014