1. 25 Aug, 2005 2 commits
    • Jeff Trawick's avatar
      spell check · b18fa038
      Jeff Trawick authored
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@240101 13f79535-47bb-0310-9956-ffa450edef68
      b18fa038
    • Colm MacCarthaigh's avatar
      · 3fac3e17
      Colm MacCarthaigh authored
      Append the .PID to the ScriptSock filename. This change ensures that multiple
      running instances of httpd will not clobber each others script sockets. 
      
      Because a different socket will be created for each instance, this change also
      unlinks the script-socket on exit, to prevent pollution. 
      
      unlink() happens from within the parent process, since the change in userid's
      means the cgid process likely won't have the correct permissions.
      
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@240044 13f79535-47bb-0310-9956-ffa450edef68
      3fac3e17
  2. 24 Aug, 2005 1 commit
  3. 23 Aug, 2005 2 commits
  4. 20 Aug, 2005 2 commits
  5. 19 Aug, 2005 1 commit
  6. 12 Aug, 2005 1 commit
  7. 11 Aug, 2005 3 commits
  8. 10 Aug, 2005 1 commit
  9. 09 Aug, 2005 1 commit
  10. 21 Jul, 2005 2 commits
  11. 20 Jul, 2005 4 commits
  12. 19 Jul, 2005 1 commit
  13. 18 Jul, 2005 1 commit
  14. 17 Jul, 2005 1 commit
    • Ian Holsman's avatar
      This patch adds a new hook (request_status) that gets ran in proxy_handler · dd39e89f
      Ian Holsman authored
      just before the final return.  This gives modules an opportunity to do
      something based on the proxy status.
      
      A couple of examples where this is useful:
      
      -You are using a caching module and would rather return stale content rather
      than an error to the client if the origin is down.
      
      -you proxy some subrequests (using SSI - mod_include) and do not want SSI
      errors when the backend is down. If you would normally return
      HTTP_BAD_GATEWAY, you may have a module that serves some other content.
      
      
      new hook -- so mmn bump.. i made it a major one, hope thats ok 
      
      Patch From Brian Akins <Brian.Akins turner.com>
      
      
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@219372 13f79535-47bb-0310-9956-ffa450edef68
      dd39e89f
  15. 15 Jul, 2005 1 commit
  16. 14 Jul, 2005 1 commit
    • William A. Rowe Jr's avatar
      · 07a78f67
      William A. Rowe Jr authored
        How can I fix thee?  let me count the ways...
      
        * pass a chunked body always (no-body requests don't go chunked).
      
        * validate that the C-L counted body length doesn't change.
      
        * follow RFC 2616 for C-L / T-E in the request body C-L / T-E
          election logic.
      
        * do not forward HTTP/1.0 requests as HTTP/1.1, unless the admin
          configures force-proxy-request-1.1
      
        * conn was illegible, use 2.0's p_conn.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@218978 13f79535-47bb-0310-9956-ffa450edef68
      07a78f67
  17. 08 Jul, 2005 6 commits
  18. 07 Jul, 2005 1 commit
  19. 06 Jul, 2005 1 commit
  20. 03 Jul, 2005 1 commit
  21. 27 Jun, 2005 1 commit
  22. 24 Jun, 2005 1 commit
  23. 23 Jun, 2005 2 commits
  24. 22 Jun, 2005 1 commit
  25. 17 Jun, 2005 1 commit