Skip to content
  1. Sep 26, 2005
    • 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. Sep 25, 2005
  3. Sep 24, 2005
  4. Sep 23, 2005
  5. Sep 22, 2005
  6. Sep 21, 2005
  7. Sep 20, 2005