Sketches and diagrams in open source software development

2014-01-30 Thread Sebastian Baltes
Hello everybody, I'm a Ph.D. student at the Software Engineering Group of Trier University (Germany). Our group is currently investigating the use of sketches and diagrams in software development. I'm especially interested in how software developers create, use, and share sketches and diagrams in

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

2014-01-30 Thread Jeff Trawick
On Thu, Jan 30, 2014 at 2:37 PM, Dr Stephen Henson < shen...@opensslfoundation.com> wrote: > On 30/01/2014 18:25, Kaspar Brand wrote: > > On 29.01.2014 19:15, Graham Leggett wrote: > >> On 29 Jan 2014, at 16:24, kbr...@apache.org wrote: > >>> URL: http://svn.apache.org/r1562500 > >>> Log: > >>> pr

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

2014-01-30 Thread Dr Stephen Henson
On 30/01/2014 18:25, Kaspar Brand wrote: > On 29.01.2014 19:15, Graham Leggett wrote: >> On 29 Jan 2014, at 16:24, kbr...@apache.org wrote: >>> URL: http://svn.apache.org/r1562500 >>> Log: >>> propose SSLCertificate[Key]File/SSLCertificateChainFile overhaul for mod_ssl >> >> Would it be possible to

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

2014-01-30 Thread Kaspar Brand
On 29.01.2014 19:15, Graham Leggett wrote: > On 29 Jan 2014, at 16:24, kbr...@apache.org wrote: >> URL: http://svn.apache.org/r1562500 >> Log: >> propose SSLCertificate[Key]File/SSLCertificateChainFile overhaul for mod_ssl > > Would it be possible to do the same for the SSLProxy* directives? I th

Re: mod_rewrite %{REMOTE_ADDR} / mod_remoteip

2014-01-30 Thread Eric Covener
On Thu, Jan 30, 2014 at 11:25 AM, Reindl Harald wrote: > should i post here the link to the bugreport or I think a link here is good for posterity

Re: mod_session and friends need some help

2014-01-30 Thread Erik Pearson
Good Morning Graham, On Thu, Jan 30, 2014 at 1:48 AM, Graham Leggett wrote: > On 30 Jan 2014, at 3:32 AM, Erik Pearson wrote: > > > Au contraire -- most of the changes I'm making are driven by the > application need, not just to clean up the code. Of course I do also have > an interest in the d

Re: mod_rewrite %{REMOTE_ADDR} / mod_remoteip

2014-01-30 Thread Reindl Harald
Am 30.01.2014 17:13, schrieb Eric Covener: > It looks to me like it is not exposed in mod_rewrite. > I'd suggest opening a bug "mod_rewrite doesn't expose client_addr". > For consistency, I'd suggest CONN_REMOTE_ADDR as in the expression parser. thank you! i will open a bugreport later or tomorro

Re: mod_rewrite %{REMOTE_ADDR} / mod_remoteip

2014-01-30 Thread Eric Covener
It looks to me like it is not exposed in mod_rewrite. I'd suggest opening a bug "mod_rewrite doesn't expose client_addr". For consistency, I'd suggest CONN_REMOTE_ADDR as in the expression parser. On Thu, Jan 30, 2014 at 11:02 AM, Reindl Harald wrote: > Hi > > may i ask if there is a piece miss

mod_rewrite %{REMOTE_ADDR} / mod_remoteip

2014-01-30 Thread Reindl Harald
Hi may i ask if there is a piece missing in the docs, maybe even there and i don't spot it, or mod_rewrite can not distinguish between %a and %{c}a currently the idea is that the proxy has 127.0.0.1 and does SSL-termination so it should use unecrypted connections to httpd, but in case the connect

Re: mod_session and friends need some help

2014-01-30 Thread Graham Leggett
On 30 Jan 2014, at 3:32 AM, Erik Pearson wrote: > Au contraire -- most of the changes I'm making are driven by the application > need, not just to clean up the code. Of course I do also have an interest in > the design of the modules, from a programmer's perspective. But isn't this > the forum