Re: svn commit: r1617201 - /httpd/httpd/trunk/modules/arch/unix/mod_unixd.c

2014-08-19 Thread Takashi Sato
fixed in r161877.

Bug 56868: relative LuaRoot broken

2014-08-19 Thread InuSasha
Hi, i found the problematic lines of code. The lua filename is merged with the LuaRoot-path, which not allowed to be relative. But the success of the merge is not checked. mod_lua.c:194 if (filename) { char *file; apr_filepath_merge(file, server_cfg-root_path,

Re: svn commit: r1599531 - in /httpd/httpd/trunk: CHANGES include/ap_listen.h server/listen.c server/mpm/event/event.c server/mpm/prefork/prefork.c server/mpm/worker/worker.c server/mpm_unix.c

2014-08-19 Thread Jan Kaluža
@@ -3206,6 +3277,10 @@ static int event_pre_config(apr_pool_t * atomics not working as expected - add32 of negative number); return HTTP_INTERNAL_SERVER_ERROR; } +retained-idle_spawn_rate = apr_palloc(pconf, sizeof(int) * num_buckets); +

Re: [RFC] CGIPassHeader Authorization|Proxy-Authorization|...

2014-08-19 Thread Jeff Trawick
On Mon, Aug 18, 2014 at 7:22 PM, Graham Leggett minf...@sharp.fm wrote: On 16 Aug 2014, at 10:16 PM, Jeff Trawick traw...@gmail.com wrote: This core directive would be used to modify the processing of ap_add_common_vars() to pass through Authorization or Proxy-Authorization as HTTP_foo.

Re: [RFC] CGIPassHeader Authorization|Proxy-Authorization|...

2014-08-19 Thread Jeff Trawick
On Mon, Aug 18, 2014 at 7:09 PM, Graham Dumpleton grah...@apache.org wrote: The problem is sys admins who don't know what they are doing as far as administering Apache. I used to work in a corporate environment where they allowed everyone a ~username directory for placing stuff. As they

Re: [RFC] CGIPassHeader Authorization|Proxy-Authorization|...

2014-08-19 Thread Eric Covener
On Tue, Aug 19, 2014 at 8:59 AM, Jeff Trawick traw...@gmail.com wrote: I'm +0.75 or so for having to explicitly enable the use of CGIPassHeader in htaccess. Is there an existing pattern for something to need to be explicitly named in AllowOverrideList? But would that also basically guarantee

Re: [RFC] CGIPassHeader Authorization|Proxy-Authorization|...

2014-08-19 Thread Jeff Trawick
On Tue, Aug 19, 2014 at 9:04 AM, Eric Covener cove...@gmail.com wrote: On Tue, Aug 19, 2014 at 8:59 AM, Jeff Trawick traw...@gmail.com wrote: I'm +0.75 or so for having to explicitly enable the use of CGIPassHeader in htaccess. Is there an existing pattern for something to need to be