Re: Memory leak in mod_ssl ssl_callback_TmpDH

2014-05-29 Thread Joe Orton
On Wed, May 28, 2014 at 10:10:16PM +0200, Ruediger Pluem wrote: Thanks, but I missed some stuff during review: 1. We don't need to have two DH pointers in make_dh_params Doh! 2. There possible frees on NULL pointers in free_dh_params: This is unnecessary because DH_free() does that

Re: svn commit: r1598299 - in /httpd/httpd/branches/2.2.x/docs/manual/mod: mod_autoindex.html.fr mod_autoindex.xml.ja mod_autoindex.xml.ko mod_autoindex.xml.tr

2014-05-29 Thread Marion Christophe JAILLET
Le 29/05/2014 16:12, lgen...@apache.org a écrit : Author: lgentis Date: Thu May 29 14:11:59 2014 New Revision: 1598299 URL: http://svn.apache.org/r1598299 Log: Rebuild. Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_autoindex.html.fr Modified:

Re: mod_ssl and missing debug logging

2014-05-29 Thread Falco Schwarz
On 29 May 2014, at 19:15, Graham Leggett minf...@sharp.fm wrote: LogLevel debug This is httpd v2.4.9. Unfortunately I am unable to help you with your error, however if you're trying to see more information, did you try to turn logging all the way up? LogLevel warn ssl:trace4 You could try

Is there a reason for internal_internal_redirect to rename env variables?

2014-05-29 Thread Gary Mort
An interesting oddity with mod_rewrite is that it is very difficult[impossible?] to set environmental variables. Because of the multiple passes apache makes through the entire rewrite ruleset, env variables tend to end up with the prefix 'redirect_' added to them. At first it seemed like

Re: Is there a reason for internal_internal_redirect to rename env variables?

2014-05-29 Thread Eric Covener
On Thu, May 29, 2014 at 4:34 PM, Gary Mort garyam...@gmail.com wrote: An interesting oddity with mod_rewrite is that it is very difficult[impossible?] to set environmental variables. In per-directory context only, right? -- Eric Covener cove...@gmail.com

Re: Is there a reason for internal_internal_redirect to rename env variables?

2014-05-29 Thread Gary Mort
On 05/29/2014 04:38 PM, Eric Covener wrote: On Thu, May 29, 2014 at 4:34 PM, Gary Mort garyam...@gmail.com wrote: An interesting oddity with mod_rewrite is that it is very difficult[impossible?] to set environmental variables. In per-directory context only, right? I believe so. For my

Re: mod_ssl and missing debug logging

2014-05-29 Thread Yann Ylavic
On Thu, May 29, 2014 at 7:14 PM, Graham Leggett minf...@sharp.fm wrote: Ring any bells? I noticed in [1] that no mod_ssl log callback was set on the write side of the SSL connection (wbio). That probably only concerns network events/errors, but maybe the patch proposed there can help. The