You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2019/10/20 15:39:54 UTC

svn commit: r1868656 - /httpd/httpd/trunk/docs/log-message-tags/update-log-msg-tags

Author: ylavic
Date: Sun Oct 20 15:39:54 2019
New Revision: 1868656

URL: http://svn.apache.org/viewvc?rev=1868656&view=rev
Log:
AH01241 is intentionally duplicated.

Depending on the configured child error output, messages go to ErrorLog or
stderr, but AH should be the same.

Modified:
    httpd/httpd/trunk/docs/log-message-tags/update-log-msg-tags

Modified: httpd/httpd/trunk/docs/log-message-tags/update-log-msg-tags
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/log-message-tags/update-log-msg-tags?rev=1868656&r1=1868655&r2=1868656&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/log-message-tags/update-log-msg-tags (original)
+++ httpd/httpd/trunk/docs/log-message-tags/update-log-msg-tags Sun Oct 20 15:39:54 2019
@@ -11,6 +11,9 @@ my %tags;
 
 my %intended_duplicate_tags;
 
+# mod_cgid's cgid_child_errfn()
+$intended_duplicate_tags{"01241"} = "true";
+
 foreach my $file (@ARGV) {
     if ($file !~ /\.c$/) {
         print STDERR "Skipping non-C file $file\n";