Skip to content
  1. Mar 31, 2003
    • William A. Rowe Jr's avatar
      · 388e1556
      William A. Rowe Jr authored
        Solve segfaults from unusual error exceptions in cgid.  The daemon
        has no 'real' request_rec, so we can't use ap_log_rerror() anywhere
        within the cgid_server() code.
      
        Also, one of the two log messages was echoed to the child, no point
        when the actual request logic should take care of that notification.
      
      Submitted by:	Jeff Trawick
      Reviewed by:	Bill Rowe
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99132 13f79535-47bb-0310-9956-ffa450edef68
      388e1556
    • William A. Rowe Jr's avatar
      · 4c78c6ec
      William A. Rowe Jr authored
        Quit registering *two* cleanups listening sockets prior to exec.
        We open them once, register a cleanup only once.
      
      Submitted by:	Jeff Trawick
      Reviewed by:	FirstBill, OtherBill
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99130 13f79535-47bb-0310-9956-ffa450edef68
      4c78c6ec
  2. Mar 30, 2003
  3. Mar 29, 2003
  4. Mar 28, 2003
  5. Mar 27, 2003
  6. Mar 26, 2003
  7. Mar 24, 2003
  8. Mar 23, 2003
  9. Mar 22, 2003