Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id D0BC0200BC7 for ; Fri, 25 Nov 2016 13:34:37 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id CF588160B01; Fri, 25 Nov 2016 12:34:37 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 23A1D160AF6 for ; Fri, 25 Nov 2016 13:34:36 +0100 (CET) Received: (qmail 72789 invoked by uid 500); 25 Nov 2016 12:34:31 -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 72780 invoked by uid 99); 25 Nov 2016 12:34:31 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Nov 2016 12:34:31 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id D04DBC0333 for ; Fri, 25 Nov 2016 12:34:30 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.999 X-Spam-Level: X-Spam-Status: No, score=-1.999 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id cSEKtJDCtSQd for ; Fri, 25 Nov 2016 12:34:29 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 9C2665FB62 for ; Fri, 25 Nov 2016 12:34:28 +0000 (UTC) Received: from asf-bz1-us-mid.priv.apache.org (nat1-us-mid.apache.org [23.253.172.122]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTPS id A9230E01A7 for ; Fri, 25 Nov 2016 12:34:27 +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 C94BA60D81; Fri, 25 Nov 2016 12:34:26 +0000 (UTC) From: bugzilla@apache.org To: bugs@httpd.apache.org Subject: [Bug 60419] New: LuaInherit Directive of mod_lua works wrong. Date: Fri, 25 Nov 2016 12:34:26 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Apache httpd-2 X-Bugzilla-Component: mod_lua X-Bugzilla-Version: 2.4-HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: zhaozg@gmail.com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: bugs@httpd.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bz.apache.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 archived-at: Fri, 25 Nov 2016 12:34:38 -0000 https://bz.apache.org/bugzilla/show_bug.cgi?id=3D60419 Bug ID: 60419 Summary: LuaInherit Directive of mod_lua works wrong. Product: Apache httpd-2 Version: 2.4-HEAD Hardware: All OS: All Status: NEW Severity: normal Priority: P2 Component: mod_lua Assignee: bugs@httpd.apache.org Reporter: zhaozg@gmail.com Target Milestone: --- The Directive LuaInherit(http://httpd.apache.org/docs/2.4/mod/mod_lua.html#luainherit) declaims that default value is parent-first(AP_LUA_INHERIT_PARENT_FIRST, 1), but in fact the default value is none(AP_LUA_INHERIT_NONE, 0). This will ca= use outputfilter not work at all, when LuaInherit is missing. Please check void *create_dir_config(apr_pool_t *p, char *dir), and set inherit with correct default value. And last I hope httpd core teams should take more care about mod_lua, pleas= e. --=20 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