Re: mod_remoteip

2013-12-15 Thread Lam, Eugene
Secondly, with each cycle of the while loop the apparent client IP is compared against the proxymatch_ip list. Are you referring to the while loop here: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/metadata/mod_remotei p.c?view=markuppathrev=1550828#l247 Not to detract from the

Question about Proxy ~ something syntax

2013-12-15 Thread Christophe JAILLET
Hi, I was about to commit a patch for mod_proxy.c, but around line 2230 else if (!strcmp(cmd-path, ~)) { cmd-path = ap_getword_conf(cmd-pool, arg); if (!cmd-path) return Proxy ~ block must specify a path; !cmd-path should be !cmd-path[0] because 'ap_getword_conf' does not

Re: Question about Proxy ~ something syntax

2013-12-15 Thread Thomas Eckert
Why offer an option to a directive which makes it behave differently AND have an explicit directive for that exact behaviour ? I see no gain from this but a lot of potential harm in terms of user confusion. Better be explicit and unambiguous - 2) On Mon, Dec 16, 2013 at 6:37 AM, Christophe