[Bug 62220] RemoteIPInternalProxyList does not work after PROXY implementation

2018-08-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62220 Christophe JAILLET changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 62220] RemoteIPInternalProxyList does not work after PROXY implementation

2018-05-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62220 --- Comment #18 from William A. Rowe Jr. --- So long as the ap_set_module_config(ap_server_conf->module_config, &remoteip_module, config) bit was a no-op, we can proceed with this fix. -- You are receiving this mail because: You are the assig

[Bug 62220] RemoteIPInternalProxyList does not work after PROXY implementation

2018-05-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62220 --- Comment #17 from Yann Ylavic --- Looks like the main server config is created on LoadModule, so we should be safe here. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 62220] RemoteIPInternalProxyList does not work after PROXY implementation

2018-05-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62220 --- Comment #16 from William A. Rowe Jr. --- Reviewing the proposed fix; https://svn.apache.org/viewvc/httpd/httpd/trunk/modules/metadata/mod_remoteip.c?r1=1832580&r2=1832579&pathrev=1832580 begs the question, the logic described in C14 above

[Bug 62220] RemoteIPInternalProxyList does not work after PROXY implementation

2018-05-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62220 --- Comment #15 from Yann Ylavic --- (In reply to William A. Rowe Jr. from comment #14) > > Because these two directives run on exec (after preconfig, prior to other > directives), the scope is actually *server config*. Agreed on the scope, h

[Bug 62220] RemoteIPInternalProxyList does not work after PROXY implementation

2018-05-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62220 --- Comment #14 from William A. Rowe Jr. --- [I'll note that in the discussion above "it doesn't work" wasn't particularly insightful - is this a crash-bug, or what specifically does not work?] Not a solution, but explaining what might be goin

[Bug 62220] RemoteIPInternalProxyList does not work after PROXY implementation

2018-05-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62220 --- Comment #13 from Vincent Verloop --- Directadmin: Apache + Nginx reverse proxy configuration, has this issue. http://forum.directadmin.com/showthread.php?t=56159&p=287781#post287781 -- You are receiving this mail because: You are the ass

[Bug 62220] RemoteIPInternalProxyList does not work after PROXY implementation

2018-04-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62220 --- Comment #12 from Dave --- Is there any news? Have you found the problem with smtalk? -- You are receiving this mail because: You are the assignee for the bug. - To unsubs

[Bug 62220] RemoteIPInternalProxyList does not work after PROXY implementation

2018-04-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62220 Dave changed: What|Removed |Added CC|d.devr...@ospito.nl | -- You are receiving this mail because: You a

[Bug 62220] RemoteIPInternalProxyList does not work after PROXY implementation

2018-04-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62220 Dave changed: What|Removed |Added CC||d.devr...@ospito.nl -- You are receiving this

[Bug 62220] RemoteIPInternalProxyList does not work after PROXY implementation

2018-04-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62220 --- Comment #11 from smtalk --- Sent to christophe.jaillet@. Thank you! -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: bu

[Bug 62220] RemoteIPInternalProxyList does not work after PROXY implementation

2018-04-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62220 --- Comment #10 from Christophe JAILLET --- I can not reproduce the issue with my test configuration. Moreover, RemoteIPInternalProxyList and RemoteIPInternalProxy are really similar. They should really behave the same. Could you please provid

[Bug 62220] RemoteIPInternalProxyList does not work after PROXY implementation

2018-04-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62220 Christophe JAILLET changed: What|Removed |Added Attachment #35817|0 |1 is obsolete|

[Bug 62220] RemoteIPInternalProxyList does not work after PROXY implementation

2018-04-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62220 --- Comment #9 from Dave --- We experience problems with Apache 2.4.33 on all servers. The same problem as smtalk. Do you have a solution? Can I test something? -- You are receiving this mail because: You are the assignee for the bug. --

[Bug 62220] RemoteIPInternalProxyList does not work after PROXY implementation

2018-04-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62220 --- Comment #8 from smtalk --- Any news on this? (do you need any further details?) -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe

[Bug 62220] RemoteIPInternalProxyList does not work after PROXY implementation

2018-03-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62220 --- Comment #7 from smtalk --- 1) patch enables RemoteIPProxyProtocol by default: [Wed Mar 28 01:12:43.030981 2018] [remoteip:debug] [pid 14075] mod_remoteip.c(892): [client 185.38.149.80:40630] AH03503: RemoteIPProxyProtocol: enabled on connec

[Bug 62220] RemoteIPInternalProxyList does not work after PROXY implementation

2018-03-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62220 --- Comment #6 from Christophe JAILLET --- s/by/but/ -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: bugs-unsubscr...@http

[Bug 62220] RemoteIPInternalProxyList does not work after PROXY implementation

2018-03-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62220 --- Comment #5 from Christophe JAILLET --- Created attachment 35817 --> https://bz.apache.org/bugzilla/attachment.cgi?id=35817&action=edit Patch for test Could you please try the attached patch. It is just for testing. It could explain why

[Bug 62220] RemoteIPInternalProxyList does not work after PROXY implementation

2018-03-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62220 --- Comment #4 from smtalk --- Yes, the file has the IP address. We got reports from many servers, they all got broken after update to 2.4.33. I compiled 2.4.33 with mod_remoteip.c from https://github.com/apache/httpd/commit/b6855504e3273a92bde

[Bug 62220] RemoteIPInternalProxyList does not work after PROXY implementation

2018-03-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62220 --- Comment #3 from Christophe JAILLET --- Strange. Basically 'RemoteIPInternalProxyList' is just a convenient way to call 'RemoteIPInternalProxy'. I suppose that you have already checked 'file.lst' itself? -- You are receiving this mail bec

[Bug 62220] RemoteIPInternalProxyList does not work after PROXY implementation

2018-03-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62220 smtalk changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #2 from smtalk --- Hm... Not

[Bug 62220] RemoteIPInternalProxyList does not work after PROXY implementation

2018-03-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62220 Christophe JAILLET changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #1 from Chri