You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Dean Gaudet <dg...@arctic.org> on 1998/02/14 13:30:00 UTC

mod_rewrite/1747: Fills up Apache error log at terrific speed

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

From: Dean Gaudet <dg...@arctic.org>
To: Ned Schumann <ne...@olympus.net>
Cc: apbugs@apache.org
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 */