Re: svn commit: r1740928 - in /httpd/httpd/trunk: ./ include/ modules/http2/ modules/proxy/ modules/ssl/ server/

2017-10-11 Thread William A Rowe Jr
I will review again tomorrow. My jump-around idea was to check against all of the bits in not dir loc file, and if the module's MMN minor is too early, treat the section as if that bit is set. On Oct 11, 2017 16:13, "Yann Ylavic" wrote: On Wed, Oct 11, 2017 at 11:02

Re: svn commit: r1740928 - in /httpd/httpd/trunk: ./ include/ modules/http2/ modules/proxy/ modules/ssl/ server/

2017-10-11 Thread Yann Ylavic
On Wed, Oct 11, 2017 at 11:02 PM, Yann Ylavic wrote: > On Wed, Oct 11, 2017 at 10:49 PM, Yann Ylavic wrote: >> On Wed, Oct 11, 2017 at 10:38 PM, Yann Ylavic wrote: >>> >>> Thus, how about if there, for 2.4.x only (i.e. backport

Re: svn commit: r1740928 - in /httpd/httpd/trunk: ./ include/ modules/http2/ modules/proxy/ modules/ssl/ server/

2017-10-11 Thread Yann Ylavic
On Wed, Oct 11, 2017 at 10:49 PM, Yann Ylavic wrote: > On Wed, Oct 11, 2017 at 10:38 PM, Yann Ylavic wrote: >> >> Thus, how about if there, for 2.4.x only (i.e. backport patch), we'd >> instead check for: >>> +|| (((forbidden & NOT_IN_PROXY)

Re: svn commit: r1740928 - in /httpd/httpd/trunk: ./ include/ modules/http2/ modules/proxy/ modules/ssl/ server/

2017-10-11 Thread Yann Ylavic
On Wed, Oct 11, 2017 at 10:38 PM, Yann Ylavic wrote: > > Thus, how about if there, for 2.4.x only (i.e. backport patch), we'd > instead check for: >> +|| (((forbidden & NOT_IN_PROXY) >> + || (forbidden & NOT_IN_DIR_LOC_FILE) == NOT_IN_DIR_LOC_FILE >> +

Re: svn commit: r1740928 - in /httpd/httpd/trunk: ./ include/ modules/http2/ modules/proxy/ modules/ssl/ server/

2017-10-11 Thread Yann Ylavic
On Wed, Oct 11, 2017 at 5:15 PM, William A Rowe Jr wrote: >> >> +#define NOT_IN_PROXY 0x40 /**< Forbidden in Proxy */ >> +/** Forbidden in >> Directory/Location/FilesIfProxy*/ >> +#define NOT_IN_DIR_LOC_FILE >>

Re: svn commit: r1740928 - in /httpd/httpd/trunk: ./ include/ modules/http2/ modules/proxy/ modules/ssl/ server/

2017-10-11 Thread William A Rowe Jr
On Mon, Apr 25, 2016 at 7:04 PM, wrote: > Author: ylavic > Date: Tue Apr 26 00:04:57 2016 > New Revision: 1740928 > > URL: http://svn.apache.org/viewvc?rev=1740928=rev > Log: > mod_proxy, mod_ssl: Handle SSLProxy* directives in sections, > allowing different TLS

Re: svn commit: r1811800 - /httpd/httpd/branches/2.4.x/STATUS

2017-10-11 Thread Joe Orton
On Wed, Oct 11, 2017 at 08:03:57AM -, elu...@apache.org wrote: > Author: elukey > Date: Wed Oct 11 08:03:57 2017 > New Revision: 1811800 > > URL: http://svn.apache.org/viewvc?rev=1811800=rev > Log: > Add the (hopefully) intended change for r1811799's proposal Doh! Yes, indeed. Thanks :)