]> granicus.if.org Git - apache/commitdiff
add ids
authorEric Covener <covener@apache.org>
Wed, 15 Aug 2018 11:40:11 +0000 (11:40 +0000)
committerEric Covener <covener@apache.org>
Wed, 15 Aug 2018 11:40:11 +0000 (11:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1838079 13f79535-47bb-0310-9956-ffa450edef68

docs/log-message-tags/next-number
server/protocol.c

index d7f47ddbbaf31a21f892bdd2007f5cf6e39c5d2e..0d02a5ca0607e26f8e8ddc97546c65fd23423d62 100644 (file)
@@ -1 +1 @@
-10156
+10158
index d57f64f65a0b2fdca04d1f34a6e9f95e615f1669..c43ce117e61084bb2a0d9de9649e4d279fbc7df7 100644 (file)
@@ -1460,14 +1460,14 @@ request_rec *ap_read_request(conn_rec *conn)
     access_status = ap_update_vhost_from_headers_ex(r, conf->strict_host_check == AP_CORE_CONFIG_ON);
     if (conf->strict_host_check == AP_CORE_CONFIG_ON && access_status != HTTP_OK) { 
          if (r->server == ap_server_conf) { 
-             ap_log_rerror(APLOG_MARK, APLOG_WARNING, 0, r, APLOGNO()
+             ap_log_rerror(APLOG_MARK, APLOG_WARNING, 0, r, APLOGNO(10156)
                            "Requested hostname '%s' did not match any ServerName/ServerAlias "
                            "in the global server configuration ", r->hostname);
          } else { 
-             ap_log_rerror(APLOG_MARK, APLOG_WARNING, 0, r, APLOGNO()
+             ap_log_rerror(APLOG_MARK, APLOG_WARNING, 0, r, APLOGNO(10157)
                            "Requested hostname '%s' did not match any ServerName/ServerAlias "
                            "in the matching virtual host (default vhost for "
-                           "current connection is  %s:%u)", 
+                           "current connection is %s:%u)", 
                            r->hostname, r->server->defn_name, r->server->defn_line_number);
          }
          r->status = access_status;