1. 08 Apr, 2008 3 commits
    • Joe Orton's avatar
      Session cache interface redesign, Part 8: · 691b7381
      Joe Orton authored
      Abstract out the mod_ssl session caching interface into a separate set
      of modules, mod_socache_*.
      
      * modules/cache/ap_socache.h: New file.
      
      * modules/cache/config.m4: Copy CHECK_DISTCACHE from ../ssl/config.m4; 
        add new socache modules.
      
      * modules/cache/mod_socache_dbm.c: Copied from ../ssl/ssl_scache_dbm.c.
        s/ssl_scache_/socache_/; add module structure and register_hooks.
      
      * modules/cache/mod_socache_shmcb.c: Copied from ../ssl/ssl_scache_shmcb.c.
        s/ssl_scache_/socache_/; add module structure and register_hooks.
        Add SHMCB_MAX_SIZE definition, replacing APR_SHM_MAXSIZE.
      
      * modules/cache/mod_socache_memcache.c: Copied from
        ../ssl/ssl_scache_memcache.c.
        s/ssl_scache_/socache_/; add module structure and register_hooks.
        Enable for APR-Util 1.3.x at compile-time, omitting configure-time
        checks.
      
      * modules/cache/mod_socache_dc.c: Copied from ../ssl/ssl_scache_dc.c.
        s/ssl_scache_/socache_/; add module structure and register_hooks.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@645844 13f79535-47bb-0310-9956-ffa450edef68
      691b7381
    • Ruediger Pluem's avatar
      * In the case that we fail to read the response line from the backend and if · 360046b4
      Ruediger Pluem authored
        we are a reverse proxy request shutdown the connection WITHOUT ANY response
        to trigger a retry by the client if allowed (as for idempotent requests).
        BUT currently we should not do this if the request is the first request on
        a keepalive connection as browsers like seamonkey only display an empty page
        in this case and do not do a retry.
      
      Related to PR 37770
      
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@645813 13f79535-47bb-0310-9956-ffa450edef68
      360046b4
    • Jim Jagielski's avatar
      Use what we have. This logic belongs here anyway... · 2692c3e6
      Jim Jagielski authored
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@645807 13f79535-47bb-0310-9956-ffa450edef68
      2692c3e6
  2. 07 Apr, 2008 22 commits
  3. 06 Apr, 2008 6 commits
  4. 05 Apr, 2008 9 commits