Re: [VOTE] Release httpd-2.4.40

2019-08-08 Thread Vincent Deffontaines
bject was : Subject: Re: [2.4.39] [mod_auth_form] [mod_session_crypto] Cookie management performance Cheers, Vincent Deffontaines (alternate email address : gry...@apache.org) -- Notre liberté repose sur ce que les autres ignorent de notre existence Alexandre Soljenitsyne

Re: [2.4.39] [mod_auth_form] [mod_session_crypto] Cookie management performance

2019-05-13 Thread Vincent Deffontaines
ers_out, "Cache-Control", "no-cache, private"); if (r->user) { ret = dbd_save(r, r->user, r->user, z->encoded, z->expiry); CJ [1]: https://httpd.apache.org/docs/trunk/mod/mod_session.html#sessionexpiryupdateinterval [2]: http://svn.apa

[2.4.39] [mod_auth_form] [mod_session_crypto] Cookie management performance

2019-05-10 Thread Vincent Deffontaines
Greetings, The root observation that makes me open this subject is the following : Using mod_auth_form + encrypted cookies to manage a web application authentication gets httpd's auth cookie to be reset by the server at each and every authenticated request. On a website with a number of users

Re: Interpolating %{variables} in all directives

2013-04-23 Thread Vincent Deffontaines
Le Thu, 18 Apr 2013 11:29:29 -0400, Rich Bowen rbo...@rcbowen.com a écrit : On Apr 18, 2013, at 11:09 AM, Igor Galić wrote: From an IRC conversation in #httpd and #httpd-dev emerged the idea to interpolate %{variables} in all directives. According to sf we have somewhere a ~10 line

[Patch] Support for Fallbackresource disabled

2012-10-12 Thread Vincent Deffontaines
Greetings, While providing support on IRC, I noticed that FallbackResource lacks a 'turn-off' switch. Since it works in per dir config, it seems sane that it could be valuable to turn it off in chosen subdirs. This one liner patch adds support for the keyword 'disabled' (stolen from userdir). Of

[Patch] Support for Fallbackresource disabled

2012-10-12 Thread Vincent Deffontaines
Greetings, While providing support on IRC, I noticed that FallbackResource lacks a 'turn-off' switch. Since it works in per dir config, it seems sane that it could be valuable to turn it off in chosen subdirs. This one liner patch adds support for the keyword 'disabled' (stolen from userdir). Of

Date of httpd releases and CHANGES file

2012-07-19 Thread Vincent Deffontaines
for releases that will be coming ? Regards, gryzor Vincent Deffontaines -- I never look behind me, my troubles will be few Supertramp

Re: Date of httpd releases and CHANGES file

2012-07-19 Thread Vincent Deffontaines
On 19/07/2012 12:01, Graham Leggett wrote: On 19 Jul 2012, at 11:57 AM, Vincent Deffontaines wrote: The CHANGES file does not describe the date of each release in its content. (example : http://www.apache.org/dist/httpd/CHANGES_2.4 ) Currently, it seems to me the way to find out when httpd

[PATCH] Suggesting a new mod_proxy ProxyAddHeaders directive

2011-01-15 Thread Vincent Deffontaines
patch, unsure whether it should be commited separately ? Please comment and correct me if needed. Vincent Deffontaines Index: docs/manual/mod/mod_proxy.xml === --- docs/manual/mod/mod_proxy.xml (révision 1059390) +++ docs/manual/mod

Re: ditch NameVirtualHost directive?

2010-12-08 Thread Vincent Deffontaines
On 08/12/2010 18:07, Eric Covener wrote: ... and assume overlaps are intentional opt-in to name-based vhosts? The selection algorithm would not change, meaning you'd still only be selecting from the best ip-based match. We'd lose the warning about overlapping vhosts, and maybe incur some

[PATCH] Log inconsistency on rewrite [F]

2009-09-26 Thread Vincent Deffontaines
Greetings, A stupid config example to make my point : Loglevel debug RewriteEngine On RewriteRule .* - [F] This denies all requests, and logs nothing at all in error log to explain that behavior. This is contrary to a common Apache behavior about all non 2XX answers triggering an

Re: Documentation request for review

2009-02-11 Thread Vincent Deffontaines
Dan Poirier wrote: Lars Eilebrecht l...@eilebrecht.net writes: Vincent Deffontaines wrote on 2009-02-08 13:20:23: While reviewing Lucien's french translation for the trunk performance tuning guide (misc/perf-tuning.xml), it has come to my understanding that this document contains extremely

Documentation request for review

2009-02-08 Thread Vincent Deffontaines
Greetings, While reviewing Lucien's french translation for the trunk performance tuning guide (misc/perf-tuning.xml), it has come to my understanding that this document contains extremely old, and probably outdated, information. URL for the HTML version is

[PATCH] mod_log_config : 2.2 extended port logging backport from trunk

2008-04-16 Thread Vincent Deffontaines
Greetings, Trunk can log connection source port by using in Logformat : %{remote}p. 2.2 currently does not support that (only logs the destination port of the connection). Included is a very simple (trivial) backport of that functionnality from trunk to 2.2. Tested, works for me. Vincent

Re: Conditional RequestHeader patch not reflected in documentation?

2007-08-10 Thread Vincent Deffontaines
author of the patch, which André applied. Shortly after the patch was accepted in 2.0, I sent a documentation patch for 2.0. Reply I got was that 2.0 documentation was not important, and doc patch would not be applied. As far as I know, the patch *is* applied on 2.0. BR, Vincent Deffontaines

RequestHeader directive cannot be made conditionnal of env vars

2004-03-25 Thread Vincent Deffontaines
Greetings, On the process of setting up a [apache2] reverse proxy, I am having this problem : I would like to set a RequestHeader depending on some conditions. It seems that, though the Header directive accepts an env var as condition, this cannot be used with RequestHeader, which seems to be a

Re: RequestHeader directive cannot be made conditionnal of env vars

2004-03-25 Thread Vincent Deffontaines
André Malo a dit : * Nick Kew [EMAIL PROTECTED] wrote: On Thu, 25 Mar 2004, Vincent Deffontaines wrote: As this seems quite simple to implement, here is my question : would a patch implementing env vars in RequestHeader be accepted? I would support that patch. Since you're new