1. 26 Sep, 2005 2 commits
    • Colm MacCarthaigh's avatar
      · d366d776
      Colm MacCarthaigh authored
      Fixes and cleanups for mod_cache;
      
          * Add r->uri to the debug messages in the quick handler; makes debugging
            easier.
          
          * Always reset headers_in for lookup's, some modules make subrequests
            and then rewrite the url. Having a conditional request at this point
            is not what they expect (nor reasonable for them to handle). 
      
          * Don't store a per-request config on lookups; for the same reason.
      
          * Return DECLINED when in lookup mode and ap_meets_conditions() indicated
            we have the content but don't know if it's fresh or not. We have no idea
            whether the backend will have a 404, a 304 or any other kind of a 
            response - so we have to assume we cannot handle the request.
      
          * remove the unused "url" argument from the cache_create_entity() function
      
          * Whitespace/comment fixups in mod_cache.h
      
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@291588 13f79535-47bb-0310-9956-ffa450edef68
      d366d776
    • Paul Querna's avatar
      As recommended by nd, build docs for all languages. · 636894e1
      Paul Querna authored
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@291558 13f79535-47bb-0310-9956-ffa450edef68
      636894e1
  2. 25 Sep, 2005 4 commits
  3. 24 Sep, 2005 2 commits
  4. 23 Sep, 2005 2 commits
  5. 22 Sep, 2005 6 commits
  6. 21 Sep, 2005 22 commits
  7. 20 Sep, 2005 2 commits