[Bug 37355] Allow to specify Proxy-Authorization in ProxyRemote

2023-11-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=37355 --- Comment #44 from Graham Leggett --- It is been backported to v2.4.59. -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail:

[Bug 37355] Allow to specify Proxy-Authorization in ProxyRemote

2023-10-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=37355 --- Comment #43 from philipp.aeschlim...@gmail.com --- (In reply to rodowi2942 from comment #42) > I have the need for this feature today, not in 2030. I don't want a custom > patched Apache that will never get updated. Please, please

[Bug 37355] Allow to specify Proxy-Authorization in ProxyRemote

2023-08-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=37355 --- Comment #42 from rodowi2...@viperace.com --- I ran into this issue today. This bug report is 18 years old. The feature was implemented on trunk 3 years ago. It is still yet to be in any released version of Apache. There appears to be no

[Bug 37355] Allow to specify Proxy-Authorization in ProxyRemote

2022-01-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=37355 --- Comment #41 from Hendrik Harms --- I switched my reverse proxy setup from my old patch to this one (r1881790). It successfully supports my use case: my ReverseProxy authenticates itself at a ForwardProxy. The patch r1881790 also includes

[Bug 37355] Allow to specify Proxy-Authorization in ProxyRemote

2022-01-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=37355 --- Comment #40 from ecliffordsm...@hotmail.com --- For information, I merged the changes detailed above (alternative patch for 2.4.X) and additions stated to the 2.4.52 source code (1 .h and 2 .c files) and rebuilt. The functionality works

[Bug 37355] Allow to specify Proxy-Authorization in ProxyRemote

2022-01-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=37355 --- Comment #39 from ecliffordsm...@hotmail.com --- Thank you very much for you response. I do already compile from source. I was not sure if the code was compatible with the latest versions but I will try and find the related changes and diff

[Bug 37355] Allow to specify Proxy-Authorization in ProxyRemote

2022-01-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=37355 --- Comment #38 from Christophe JAILLET --- r1881790 has not been backported yet in the 2.4.x branch. If you want to apply it on 2.4.x you'll need to be able to build httpd by yourself. If you plan to do it, some pointers are available in:

[Bug 37355] Allow to specify Proxy-Authorization in ProxyRemote

2022-01-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=37355 ecliffordsm...@hotmail.com changed: What|Removed |Added CC||ecliffordsm...@hotmail.com

[Bug 37355] Allow to specify Proxy-Authorization in ProxyRemote

2022-01-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=37355 --- Comment #36 from ecliffordsm...@hotmail.com --- I am trying to use this functionality of ProxyRemote in version 2.4.26 (and the latest 2.2.52) but the code does not seem to include the changes. Has this functionality been included in a full

[Bug 37355] Allow to specify Proxy-Authorization in ProxyRemote

2020-09-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=37355 --- Comment #35 from Joe Orton --- *** Bug 40808 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are the assignee for the bug. -

[Bug 37355] Allow to specify Proxy-Authorization in ProxyRemote

2020-09-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=37355 Joe Orton changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug 37355] Allow to specify Proxy-Authorization in ProxyRemote

2020-08-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=37355 --- Comment #33 from Joe Orton --- Created attachment 37397 --> https://bz.apache.org/bugzilla/attachment.cgi?id=37397=edit alternative patch for 2.4.x Updated, backported patch for 2.4.x which is tested for both CONNECT and normal HTTP

[Bug 37355] Allow to specify Proxy-Authorization in ProxyRemote

2020-08-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=37355 --- Comment #32 from Joe Orton --- Extending the scheme_handler API for this seems overly invasive, since all we are doing is trying to inject an HTTP header in the specific of a configured HTTP proxy. I have filed a PR with a patch which

[Bug 37355] Allow to specify Proxy-Authorization in ProxyRemote

2020-08-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=37355 --- Comment #31 from Dasharath Masirkar --- Do we have plan to fix this issue in httpd-2.4.x? -- You are receiving this mail because: You are the assignee for the bug. - To

[Bug 37355] Allow to specify Proxy-Authorization in ProxyRemote

2019-07-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=37355 --- Comment #30 from basini...@gmail.com --- (In reply to Sebastian from comment #29) > Same here - ProxyRemote with RequestHeader set Proxy-Authorization works > fine until using CONNECT. > While GET sends the RequestHeader, CONNECT doesn't.

[Bug 37355] Allow to specify Proxy-Authorization in ProxyRemote

2019-07-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=37355 --- Comment #29 from Sebastian --- (In reply to basini...@gmail.com from comment #28) > (In reply to basini...@gmail.com from comment #27) > > The authentication could then be configured with ProxyAddHeaders. > > Sorry, I meant "RequestHeader

[Bug 37355] Allow to specify Proxy-Authorization in ProxyRemote

2019-05-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=37355 --- Comment #28 from basini...@gmail.com --- (In reply to basini...@gmail.com from comment #27) > The authentication could then be configured with ProxyAddHeaders. Sorry, I meant "RequestHeader add Proxy-Authorization" By the way, it works

[Bug 37355] Allow to specify Proxy-Authorization in ProxyRemote

2019-05-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=37355 --- Comment #27 from basini...@gmail.com --- This is all wrong. The ProxyRemote directive should not exist. Forwarding proxy requests upstream could be handled by ProxyPass. Actually, ProxyRemote has the ability to forward upstream all

[Bug 37355] Allow to specify Proxy-Authorization in ProxyRemote

2018-12-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=37355 Hendrik Harms changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|LATER

[Bug 37355] Allow to specify Proxy-Authorization in ProxyRemote

2018-11-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=37355 Christophe JAILLET changed: What|Removed |Added Version|2.0.55 |2.4.33 --- Comment #25 from

[Bug 37355] Allow to specify Proxy-Authorization in ProxyRemote

2018-11-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=37355 William A. Rowe Jr. changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 37355] Allow to specify Proxy-Authorization in ProxyRemote

2018-04-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=37355 --- Comment #23 from Chris --- Created attachment 35893 --> https://bz.apache.org/bugzilla/attachment.cgi?id=35893=edit patch for modules/proxy of httpd-2.4.33 Hi there, based on the previous patches in this thread I

[Bug 37355] Allow to specify Proxy-Authorization in ProxyRemote

2017-03-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=37355 Szőgyényi Gábor changed: What|Removed |Added CC|

[Bug 37355] Allow to specify Proxy-Authorization in ProxyRemote

2016-12-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=37355 --- Comment #22 from Mathieu CARBONNEAUX --- adding proxy credential in proxyremote make possible to chaine proxy with differente authentication from front to back in chaining proxy and make possible to use

[Bug 37355] Allow to specify Proxy-Authorization in ProxyRemote

2016-09-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=37355 --- Comment #21 from Hendrik Harms --- Pardon - it's still the same kind of patch like those before -- You are receiving this mail because: You are the assignee for the bug.

[Bug 37355] Allow to specify Proxy-Authorization in ProxyRemote

2016-09-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=37355 --- Comment #20 from Hendrik Harms --- Created attachment 34271 --> https://bz.apache.org/bugzilla/attachment.cgi?id=34271=edit patch for modules/proxy of httpd-2.4.23 -- You are receiving this mail because: You

[Bug 37355] Allow to specify Proxy-Authorization in ProxyRemote

2015-09-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=37355 --- Comment #19 from owens...@gmail.com --- Apologies for the ignorance here, after googling I came across this patch and it is exactly what I needbut how do I get this change into my mod_proxy.so file?? -- You are receiving this mail

[Bug 37355] Allow to specify Proxy-Authorization in ProxyRemote

2015-08-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=37355 --- Comment #18 from William A. Rowe Jr. wr...@apache.org --- Thank you for the revised patch. It is easier for the core developers to read a small dedicated patch that addresses just a single issue at a time, even if that means there is a set

[Bug 37355] Allow to specify Proxy-Authorization in ProxyRemote

2015-07-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=37355 Hendrik Harms hendrik.ha...@gmail.com changed: What|Removed |Added Status|NEEDINFO|NEW ---

[Bug 37355] Allow to specify Proxy-Authorization in ProxyRemote

2015-07-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=37355 --- Comment #17 from Hendrik Harms hendrik.ha...@gmail.com --- Created attachment 32948 -- https://bz.apache.org/bugzilla/attachment.cgi?id=32948action=edit patch for modules/proxy of httpd-2.4.16 Patches for Bug 55892 and Bug Bug 57139 are

[Bug 37355] Allow to specify Proxy-Authorization in ProxyRemote

2015-07-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=37355 William A. Rowe Jr. wr...@apache.org changed: What|Removed |Added Severity|normal |enhancement

[Bug 37355] Allow to specify Proxy-Authorization in ProxyRemote

2015-04-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=37355 --- Comment #14 from Michael Göhler somebody.h...@gmx.de --- (In reply to Michael Göhler from comment #13) Solved my issue using SetEnv proxy-nokeepalive 1 SetEnv proxy-initial-not-pooled 1 -- You are receiving this mail because: You are the

[Bug 37355] Allow to specify Proxy-Authorization in ProxyRemote

2015-04-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=37355 --- Comment #13 from Michael Göhler somebody.h...@gmx.de --- (In reply to Hendrik Harms from comment #12) Thanks for your reply! You don't need this patch for your setup - no user/password is configured in ProxyRemote. Only the patches of

[Bug 37355] Allow to specify Proxy-Authorization in ProxyRemote

2015-04-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=37355 --- Comment #12 from Hendrik Harms hendrik.ha...@gmail.com --- (In reply to Michael Göhler from comment #11) client - mod_proxy 2.4.12 - squid - IIS 8.5 ProxyRemote https http://proxyhost:8080 You don't need this patch for your setup -

[Bug 37355] Allow to specify Proxy-Authorization in ProxyRemote

2015-04-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=37355 Michael Göhler somebody.h...@gmx.de changed: What|Removed |Added CC|

[Bug 37355] Allow to specify Proxy-Authorization in ProxyRemote

2015-03-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=37355 Niels Haar niels.h...@adrodev.de changed: What|Removed |Added CC|

[Bug 37355] Allow to specify Proxy-Authorization in ProxyRemote

2015-03-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=37355 --- Comment #10 from victor_amr...@hotmail.com --- Hello: I have the same problem in a server in which we are using a squid, the version of the apache is 2.2.14. My Operating System is SLES 11 SP3, can i apply the patch uploaded by Francois

[Bug 37355] Allow to specify Proxy-Authorization in ProxyRemote

2015-01-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=37355 --- Comment #9 from Hendrik Harms hendrik.ha...@gmail.com --- there is a typo in my last comment: wrong: Bug 57138 - correct: the patch of Bug 57139 was included into my last patch 32361. -- You are receiving this mail because: You are

[Bug 37355] Allow to specify Proxy-Authorization in ProxyRemote

2015-01-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=37355 --- Comment #8 from Hendrik Harms hendrik.ha...@gmail.com --- Created attachment 32361 -- https://issues.apache.org/bugzilla/attachment.cgi?id=32361action=edit patch for modules/proxy of httpd-2.4.10 Patch adapted to httpd-2.4.10 This

[Bug 37355] Allow to specify Proxy-Authorization in ProxyRemote

2013-12-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=37355 --- Comment #7 from Hendrik Harms hendrik.ha...@gmail.com --- Created attachment 31121 -- https://issues.apache.org/bugzilla/attachment.cgi?id=31121action=edit patch for modules/proxy of httpd-2.4.6 Yes it's me - 8 years later and still

[Bug 37355] Allow to specify Proxy-Authorization in ProxyRemote

2012-05-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=37355 --- Comment #6 from inters...@gmail.com --- Created attachment 28815 -- https://issues.apache.org/bugzilla/attachment.cgi?id=28815action=edit A first (dirty but stable) stab at a port to 2.4.x. -- You are receiving this mail because:

DO NOT REPLY [Bug 37355] Allow to specify Proxy-Authorization in ProxyRemote

2012-04-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=37355 --- Comment #5 from YosheE yos...@meta-lan.net 2012-04-16 08:47:59 UTC --- Hello François, I have rebuilt apache 2.2 with your patch, it works well for http request so useful, thank you. But my remote proxy sends me a 407 error (like if

DO NOT REPLY [Bug 37355] Allow to specify Proxy-Authorization in ProxyRemote

2011-11-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=37355 --- Comment #4 from Francois Leurent 131@cloudyks.org 2011-11-22 22:40:33 UTC --- Created attachment 27977 -- https://issues.apache.org/bugzilla/attachment.cgi?id=27977 Patched ported to 2.2.x This is the same thing, 5 years later.

DO NOT REPLY [Bug 37355] Allow to specify Proxy-Authorization in ProxyRemote

2010-02-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=37355 Rainer Jung rainer.j...@kippdata.de changed: What|Removed |Added Summary|https through http-proxy to |Allow to

DO NOT REPLY [Bug 37355] Allow to specify Proxy-Authorization in ProxyRemote

2010-02-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=37355 Rainer Jung rainer.j...@kippdata.de changed: What|Removed |Added Depends on|19188 | --