The following reply was made to PR mod_rewrite/1747; it has been noted by GNATS.

From: Dean Gaudet <[EMAIL PROTECTED]>
To: Ned Schumann <[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED]
Subject: mod_rewrite/1747: Fills up Apache error log at terrific speed
Date: Sat, 14 Feb 1998 04:28:42 -0800 (PST)

 I'm working on a more complete solution to this... but apache shouldn't be
 filling up your logs like that, that's nasty.  This patch should work
 around the problem for now.
 
 Dean
 
 Index: http_main.c
 ===================================================================
 RCS file: /export/home/cvs/apache-1.2/src/http_main.c,v
 retrieving revision 1.150
 diff -u -r1.150 http_main.c
 --- http_main.c        1998/01/30 09:13:55     1.150
 +++ http_main.c        1998/02/14 12:27:27
 @@ -1828,6 +1828,7 @@
                if (errno != ECONNABORTED)
  #endif
                  log_unixerr("accept", "(client socket)", NULL, server_conf);
 +              exit(1);
              }
  
            /* go around again, safe to die */
 
 

Reply via email to