https://bz.apache.org/bugzilla/show_bug.cgi?id=60419

            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: [email protected]
          Reporter: [email protected]
  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 cause
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, please.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to