1. 07 Jan, 2004 1 commit
  2. 01 Jan, 2004 1 commit
  3. 27 Dec, 2003 2 commits
  4. 18 Dec, 2003 2 commits
  5. 15 Dec, 2003 2 commits
  6. 14 Dec, 2003 2 commits
  7. 13 Dec, 2003 1 commit
  8. 12 Dec, 2003 1 commit
    • Paul J. Reder's avatar
      · 76abc32e
      Paul J. Reder authored
        *) Add a hook (insert_error_filter) to allow filters to re-insert
           themselves during processing of error responses. Enable mod_expires
           to use the new hook to include Expires headers in valid error
           responses. This addresses an RFC violation. It fixes PRs 19794,
           24884, and 25123. [Paul J. Reder]
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102038 13f79535-47bb-0310-9956-ffa450edef68
      76abc32e
  9. 11 Dec, 2003 1 commit
  10. 10 Dec, 2003 5 commits
  11. 09 Dec, 2003 1 commit
  12. 04 Dec, 2003 2 commits
  13. 02 Dec, 2003 2 commits
  14. 26 Nov, 2003 1 commit
  15. 25 Nov, 2003 4 commits
  16. 24 Nov, 2003 1 commit
  17. 22 Nov, 2003 1 commit
    • Paul J. Reder's avatar
      · 1d0b9aba
      Paul J. Reder authored
      A better solution than my previous commit as pointed out by Andre Malo.
      mod_expires: Initialize ExpiresDefault to NULL instead of "" to
      avoid reporting an Internal Server error if it is used without
      having been set in the httpd.conf file. PR: 23748, 24459
      Submitted: Andre Malo, Liam Quinn  <liam htmlhelp.com>
      Reviewed: Andre Malo, Paul J. Reder
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101846 13f79535-47bb-0310-9956-ffa450edef68
      1d0b9aba
  18. 21 Nov, 2003 4 commits
  19. 20 Nov, 2003 3 commits
  20. 13 Nov, 2003 1 commit
  21. 12 Nov, 2003 1 commit
  22. 07 Nov, 2003 1 commit
    • Jeff Trawick's avatar
      Fix a long delay with CGI requests and keepalive connections on · fe0f3b56
      Jeff Trawick authored
      AIX.
      
      On AIX, for processes like mod_cgid's script children where
      SIGCHLD is ignored, kill(pid,0) returns success for up to
      one second after the script child exits, based on when a
      daemon runs to clean up unnecessary process table entries.
      getpgid() can report the proper info (-1/ESRCH) immediately.
      
      One user had a page with a lot of embedded images created by
      CGIs, and the browser fetched them on a keepalive connection,
      and the cumulative delays were very noticeable by the clients.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101716 13f79535-47bb-0310-9956-ffa450edef68
      fe0f3b56