Skip to content
  1. Jan 07, 2004
  2. Jan 01, 2004
  3. Dec 27, 2003
  4. Dec 18, 2003
  5. Dec 15, 2003
  6. Dec 14, 2003
  7. Dec 13, 2003
  8. Dec 12, 2003
    • 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. Dec 11, 2003
  10. Dec 10, 2003
  11. Dec 09, 2003
  12. Dec 04, 2003
  13. Dec 02, 2003
  14. Nov 26, 2003
  15. Nov 25, 2003
  16. Nov 24, 2003
  17. Nov 22, 2003
    • 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. Nov 21, 2003
  19. Nov 20, 2003
  20. Nov 13, 2003
  21. Nov 12, 2003
  22. Nov 07, 2003
    • 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