Passed: apache/httpd#885 (trunk - e238232)

2020-06-25 Thread Travis CI
Build Update for apache/httpd - Build: #885 Status: Passed Duration: 3 mins and 38 secs Commit: e238232 (trunk) Author: Joe Orton Message: Add a plain mod_cgid build, explicitly without mod_cgi. git-svn-id:

Re: svn commit: r1879080 - in /httpd/httpd/trunk/modules/proxy: mod_proxy.c mod_proxy.h

2020-06-25 Thread Ruediger Pluem
On 6/24/20 1:09 PM, Yann Ylavic wrote: > On Tue, Jun 23, 2020 at 9:59 AM Ruediger Pluem wrote: >> >> On 6/22/20 12:37 PM, yla...@apache.org wrote: >>> >>> +/* >>> + * Inspired by mod_jk's jk_servlet_normalize(). >>> + */ >>> +static int alias_match_servlet(apr_pool_t *p, >>> +

Re: svn commit: r1879080 - in /httpd/httpd/trunk/modules/proxy: mod_proxy.c mod_proxy.h

2020-06-25 Thread Yann Ylavic
On Thu, Jun 25, 2020 at 9:24 AM Ruediger Pluem wrote: > > The other thing that still worries me and that I think is not covered is the > following scenario: > > > > . some authn and authz > > > > ProxyPass / http:// > > Here the Apache is used to do authn and authz for the backend. >

Re: svn commit: r1879080 - in /httpd/httpd/trunk/modules/proxy: mod_proxy.c mod_proxy.h

2020-06-25 Thread Yann Ylavic
On Thu, Jun 25, 2020 at 1:27 PM Ruediger Pluem wrote: > > On 6/25/20 12:13 PM, Yann Ylavic wrote: > > Index: modules/proxy/mod_proxy.c > > === > > --- modules/proxy/mod_proxy.c (revision 1879145) > > +++ modules/proxy/mod_proxy.c

Re: svn commit: r1879080 - in /httpd/httpd/trunk/modules/proxy: mod_proxy.c mod_proxy.h

2020-06-25 Thread Ruediger Pluem
On 6/25/20 12:13 PM, Yann Ylavic wrote: > Index: modules/proxy/mod_proxy.c > === > --- modules/proxy/mod_proxy.c (revision 1879145) > +++ modules/proxy/mod_proxy.c (working copy) > @@ -987,10 +991,10 @@ PROXY_DECLARE(int)