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