Re: [PATCH v3 1/2] t/lib-http/apache.conf: load mod_unixd module in apache 2.4

2016-02-25 Thread Jacob Keller
On Thu, Feb 25, 2016 at 3:41 PM, Junio C Hamano wrote: > Actually, let's wait a bit to avoid unnecessary conflicts between topics. > sb/submodule-fetch-nontip changes the way how these calls to "clean env" > helper function are made. Ya there will be some superficial conflicts with some of Stefan

Re: [PATCH v3 1/2] t/lib-http/apache.conf: load mod_unixd module in apache 2.4

2016-02-25 Thread Junio C Hamano
On Thu, Feb 25, 2016 at 3:39 PM, Jacob Keller wrote: >> >> Ahh, the one you quoted does have a better log message. Let's >> replace the ancieint one I have and use Jacob's 2/2 on top of it. >> > > Agreed. I did not know the source of the issue, only what fixed it. Actually, let's wait a bit to a

Re: [PATCH v3 1/2] t/lib-http/apache.conf: load mod_unixd module in apache 2.4

2016-02-25 Thread Jacob Keller
On Thu, Feb 25, 2016 at 3:18 PM, Junio C Hamano wrote: > Junio C Hamano writes: > >>> Michael (cc'd) posted an identical patch with some more discussion back >>> in May: >>> >>> http://article.gmane.org/gmane.comp.version-control.git/268770 >>> >>> The series languished because none of the revi

Re: [PATCH v3 1/2] t/lib-http/apache.conf: load mod_unixd module in apache 2.4

2016-02-25 Thread Junio C Hamano
Junio C Hamano writes: >> Michael (cc'd) posted an identical patch with some more discussion back >> in May: >> >> http://article.gmane.org/gmane.comp.version-control.git/268770 >> >> The series languished because none of the reviewers had systems that >> reproduced the problem, and I think the

Re: [PATCH v3 1/2] t/lib-http/apache.conf: load mod_unixd module in apache 2.4

2016-02-25 Thread Junio C Hamano
-- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH v3 1/2] t/lib-http/apache.conf: load mod_unixd module in apache 2.4

2016-02-25 Thread Junio C Hamano
Jeff King writes: > On Thu, Feb 25, 2016 at 10:57:11AM -0800, Jacob Keller wrote: > >> From: Jacob Keller >> >> Since 2.4, apache will fail to load unless mod_unixd is loaded in order >> to drop privileges. >> >> Signed-off-by: Jacob Keller >> --- >> >> I am not sure why this wasn't there al

Re: [PATCH v3 1/2] t/lib-http/apache.conf: load mod_unixd module in apache 2.4

2016-02-25 Thread Jeff King
On Thu, Feb 25, 2016 at 10:57:11AM -0800, Jacob Keller wrote: > From: Jacob Keller > > Since 2.4, apache will fail to load unless mod_unixd is loaded in order > to drop privileges. > > Signed-off-by: Jacob Keller > --- > > I am not sure why this wasn't there already, but I am unable to run >

[PATCH v3 1/2] t/lib-http/apache.conf: load mod_unixd module in apache 2.4

2016-02-25 Thread Jacob Keller
From: Jacob Keller Since 2.4, apache will fail to load unless mod_unixd is loaded in order to drop privileges. Signed-off-by: Jacob Keller --- I am not sure why this wasn't there already, but I am unable to run httpd 2.4.18 without it, on Fedora 23. t/lib-httpd/apache.conf | 3 +++ 1 file ch