1. 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
  2. 21 Nov, 2003 7 commits
  3. 20 Nov, 2003 8 commits
  4. 17 Nov, 2003 2 commits
  5. 16 Nov, 2003 5 commits
  6. 15 Nov, 2003 1 commit
  7. 13 Nov, 2003 3 commits
  8. 12 Nov, 2003 3 commits
  9. 11 Nov, 2003 4 commits
  10. 10 Nov, 2003 1 commit
  11. 09 Nov, 2003 4 commits
  12. 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