Re: svn commit: r1608762 - in /httpd/httpd/branches/2.4.x: ./ CHANGES modules/proxy/proxy_util.c

2014-07-08 Thread Marion & Christophe JAILLET
Le 08/07/2014 15:16, j...@apache.org a écrit : Author: jim Date: Tue Jul 8 13:16:27 2014 New Revision: 1608762 URL: http://svn.apache.org/r1608762 Log: Merge r1588519 from trunk: mod_proxy: When ping/pong is configured for a worker, don't send or forward "100 Continue" (interim) r

Re: Looking for a release of 2.4.x soonish

2014-07-08 Thread Ben Reser
On 6/24/14 12:35 PM, Bert Huijben wrote: > I would really like to see the mod_dav escaping fixes (where breser is > looking at) to be backported for this next release. > > Without those patches Subversion doesn't properly support some special > characters inside repository paths. (Regression again

Re: FYI: Looking for a release of 2.4.x soonish

2014-07-08 Thread Jim Jagielski
Anytime... we could do it this week if we wanted... On Jul 8, 2014, at 9:43 AM, Jeff Trawick wrote: > On Tue, Jun 24, 2014 at 2:40 PM, Jim Jagielski wrote: > I'm hoping to encourage us to push out the next 2.4 release within > the next coupla weeks, maybe after the July 4th US-based > holiday.

mod_ssl server certificate does NOT include an ID which matches the server name

2014-07-08 Thread Houser, Rick
We have an external load balancer handling client-facing SSL sessions, and Apache httpd uses a single x509 cert for receiving traffic from those load balancers. As such, the Host field in the received content does not match the CN in the certificate the load balancers see when contacting mod_ss

Re: svn commit: r1606368 - in /httpd/httpd/trunk: docs/log-message-tags/next-number server/mpm/winnt/child.c

2014-07-08 Thread Eric Covener
On Tue, Jul 8, 2014 at 10:27 AM, Jeff Trawick wrote: > Does r1608785 help??? yep, thanks -- Eric Covener cove...@gmail.com

Re: svn commit: r1606368 - in /httpd/httpd/trunk: docs/log-message-tags/next-number server/mpm/winnt/child.c

2014-07-08 Thread Jeff Trawick
On Tue, Jul 8, 2014 at 9:46 AM, Eric Covener wrote: > On Sat, Jun 28, 2014 at 11:01 AM, wrote: > > @@ -1126,6 +1136,7 @@ void child_main(apr_pool_t *pconf, DWORD > > rv = WaitForMultipleObjects(num_events, (HANDLE *)child_events, > FALSE, INFINITE); > > cld = rv - WAIT_OBJECT_

Re: svn commit: r1606368 - in /httpd/httpd/trunk: docs/log-message-tags/next-number server/mpm/winnt/child.c

2014-07-08 Thread Eric Covener
On Sat, Jun 28, 2014 at 11:01 AM, wrote: > @@ -1126,6 +1136,7 @@ void child_main(apr_pool_t *pconf, DWORD > rv = WaitForMultipleObjects(num_events, (HANDLE *)child_events, > FALSE, INFINITE); > cld = rv - WAIT_OBJECT_0; > #else > +/* THIS IS THE EXPECTED BUILD VARIATIO

Re: FYI: Looking for a release of 2.4.x soonish

2014-07-08 Thread Jeff Trawick
On Tue, Jun 24, 2014 at 2:40 PM, Jim Jagielski wrote: > I'm hoping to encourage us to push out the next 2.4 release within > the next coupla weeks, maybe after the July 4th US-based > holiday. > > Comments? > What's the current guestimate? Thanks! -- Born in Roswell... married an alien... ht

Re: FYI: Looking for a release of 2.4.x soonish

2014-07-08 Thread Yonah Russ
Thanks for clarifying, I saw the comment but it didn't seem very authoritative. Also, since the bug says fixed in trunk, patch available- it was not really clear (at least to me) that the fix had been released. Also there is no mention of the support in the mod_proxy_fcgi docs. I just thought now

Re: svn commit: r1608703 - /httpd/httpd/trunk/server/listen.c

2014-07-08 Thread Jan Kaluža
On 07/08/2014 02:00 PM, Yann Ylavic wrote: On Tue, Jul 8, 2014 at 11:42 AM, wrote: @@ -279,8 +279,35 @@ static apr_status_t close_listeners_on_e #ifdef HAVE_SYSTEMD +static int find_systemd_socket(process_rec * process, apr_port_t port) { +int fdcount, fd; +int sdc = sd_listen_fds

Re: svn commit: r1608703 - /httpd/httpd/trunk/server/listen.c

2014-07-08 Thread Yann Ylavic
On Tue, Jul 8, 2014 at 11:42 AM, wrote: > > @@ -279,8 +279,35 @@ static apr_status_t close_listeners_on_e > > #ifdef HAVE_SYSTEMD > > +static int find_systemd_socket(process_rec * process, apr_port_t port) { > +int fdcount, fd; > +int sdc = sd_listen_fds(0); > + > +if (sdc < 0) { > +

Re: FYI: Looking for a release of 2.4.x soonish

2014-07-08 Thread David Zuelke
UDS have been supported since 2.4.8, see https://issues.apache.org/bugzilla/show_bug.cgi?id=54101#c21 On 08.07.2014, at 11:22, Yonah Russ wrote: > Hi, > Is there any update on this? > What is the status of > https://issues.apache.org/bugzilla/show_bug.cgi?id=54101#c1 ? > Will the UDS patch ma

Re: FYI: Looking for a release of 2.4.x soonish

2014-07-08 Thread Yonah Russ
Hi, Is there any update on this? What is the status of https://issues.apache.org/bugzilla/show_bug.cgi?id=54101#c1 ? Will the UDS patch make it into this release? Thanks, Yonah On Wed, Jun 25, 2014 at 1:05 AM, Yann Ylavic wrote: > On Tue, Jun 24, 2014 at 8:40 PM, Jim Jagielski wrote: > > I'm