Return-Path: X-Original-To: apmail-httpd-bugs-archive@www.apache.org Delivered-To: apmail-httpd-bugs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3478119FDA for ; Tue, 26 Apr 2016 17:36:25 +0000 (UTC) Received: (qmail 3727 invoked by uid 500); 26 Apr 2016 17:36:25 -0000 Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 3684 invoked by uid 500); 26 Apr 2016 17:36:25 -0000 Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: "Apache HTTPD Bugs Notification List" List-Id: Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 3675 invoked by uid 99); 26 Apr 2016 17:36:25 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Apr 2016 17:36:25 +0000 Received: from asf-bz1-us-mid.priv.apache.org (nat1-us-mid.apache.org [23.253.172.122]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPS id D11E01A0117 for ; Tue, 26 Apr 2016 17:36:24 +0000 (UTC) Received: by asf-bz1-us-mid.priv.apache.org (ASF Mail Server at asf-bz1-us-mid.priv.apache.org, from userid 33) id D0E7D60C10; Tue, 26 Apr 2016 17:36:23 +0000 (UTC) From: bugzilla@apache.org To: bugs@httpd.apache.org Subject: [Bug 59333] Version 2.4.20 server-status does not show page being retrieved Date: Tue, 26 Apr 2016 17:36:23 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Apache httpd-2 X-Bugzilla-Component: mod_status X-Bugzilla-Version: 2.4.20 X-Bugzilla-Keywords: FixedInTrunk X-Bugzilla-Severity: minor X-Bugzilla-Who: rainer.jung@kippdata.de X-Bugzilla-Status: REOPENED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: bugs@httpd.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bz.apache.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 https://bz.apache.org/bugzilla/show_bug.cgi?id=59333 --- Comment #22 from Rainer Jung --- (In reply to Nick Warne from comment #21) Insert the lines which are indicated by the plus sign but without the plus sign itself at the plave below indicated with "INSERT HERE!". 1086 /** 1087 * @brief Structure to store things which are per connection 1088 */ 1089 struct conn_rec { 1090 /** Pool associated with this connection */ 1091 apr_pool_t *pool; ... INSERT HERE! 1183 1184 /** The "real" master connection. NULL if I am the master. */ 1185 conn_rec *master; 1186 }; 1187 Thanks, Rainer -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org