[Bug 65765] Apache found critical bugs in httpd web server

2022-01-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65765 --- Comment #3 from Ruediger Pluem --- (In reply to WJCarpenter from comment #2) > For CVE-2021-44224, does "configurations mixing forward and reverse proxy > declarations" mean ProxyPass/ProxyPassReverse combinations,

[Bug 65729] Request with the HTTP Header 'Expect: 100-continue' take over 20s response time in Apache 2.4.51

2022-01-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65729 --- Comment #15 from Naresh --- Even we have a similar use-case and encountering the same issue and all the PUT/POST requests are failing after upgrading to Apache-2.4.51. Any resolutions or inputs here will be a great help. -- You are

[Bug 65729] Request with the HTTP Header 'Expect: 100-continue' take over 20s response time in Apache 2.4.51

2022-01-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65729 Naresh changed: What|Removed |Added CC||nareshkumar.ankuskani@gmail

[Bug 65729] Request with the HTTP Header 'Expect: 100-continue' take over 20s response time in Apache 2.4.51

2022-01-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65729 --- Comment #16 from Simon Brown --- (In reply to Naresh from comment #15) Have you tried adding the line below to your config? > Proxy100Continue Off -- You are receiving this mail because: You are the assignee for the

[Bug 65729] Request with the HTTP Header 'Expect: 100-continue' take over 20s response time in Apache 2.4.51

2022-01-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65729 --- Comment #17 from Naresh --- (In reply to Simon Brown from comment #16) > (In reply to Naresh from comment #15) > > Have you tried adding the line below to your config? > > > Proxy100Continue Off Thanks Simon for yo

[Bug 65729] Request with the HTTP Header 'Expect: 100-continue' take over 20s response time in Apache 2.4.51

2022-01-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65729 --- Comment #18 from Simon Brown --- (In reply to Naresh from comment #17) I'm not an Apache developer, just a sys admin that uses Apache, so not under my control. -- You are receiving this mail because: You are the assignee for th

[Bug 65729] Request with the HTTP Header 'Expect: 100-continue' take over 20s response time in Apache 2.4.51

2022-01-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65729 Naresh changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #19 from Naresh --- Hi

Bug report for Apache httpd-2 [2022/01/09]

2022-01-08 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

[Bug 65729] Request with the HTTP Header 'Expect: 100-continue' take over 20s response time in Apache 2.4.51

2022-01-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65729 --- Comment #20 from Yann Ylavic --- (In reply to Naresh from comment #19) > > Please confirm if latest version of Apache e.g. 2.4.51 is used as a Reverse > Proxy server then adding the directive "Proxy100Continue Off" is

[Bug 51714] Byte Range Filter might consume huge amounts of memory combined with compressed streams

2022-01-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=51714 jorgen <839933...@qq.com> changed: What|Removed |Added OS|All |Linux -- Y

[Bug 65666] 2.4.47 breaks ability to unset Expect header for proxy compatibility, yielding 417 errors

2022-01-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65666 --- Comment #3 from Peter T --- Behaviour is triggered by "force-proxy-request-1.0" presumably because http 1.0 doesn't support "Expect: 100-continue" so if that is requested, the 417 error will be returned, if the hea

[Bug 65666] 2.4.47 breaks ability to unset Expect header for proxy compatibility, yielding 417 errors

2022-01-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65666 --- Comment #4 from Yann Ylavic --- Created attachment 38157 --> https://bz.apache.org/bugzilla/attachment.cgi?id=38157&action=edit Don't 417 if the proxy does not forward 100-continue We probably shouldn't fail with 417 if

[Bug 65666] 2.4.47 breaks ability to unset Expect header for proxy compatibility, yielding 417 errors

2022-01-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65666 --- Comment #5 from Yann Ylavic --- (In reply to Pavel Janík from comment #2) > > We are affected by this issue as well and we do not have > force-proxy-request-1.0 in our configuration. There shouldn't be a way to remove the &

[Bug 65666] 2.4.47 breaks ability to unset Expect header for proxy compatibility, yielding 417 errors

2022-01-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65666 --- Comment #6 from Yann Ylavic --- (In reply to Yann Ylavic from comment #4) > Created attachment 38157 [details] > Don't 417 if the proxy does not forward 100-continue Note that with this patch there should be not need to &qu

[Bug 59311] Do not send "Upgrade: h2" header to HTTP/1.1 clients when SSL/TLS is used

2022-01-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59311 --- Comment #11 from Mark Nottingham --- This is a seriously weird issue. No other implementation uses Upgrade AFAICT, and it's now explicitly deprecated in 7540bis as a result. Yes, Apache is free to send 'upgrade' if it

[Bug 65803] New: Apache hangs after the only one Server gets terminated

2022-01-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65803 Bug ID: 65803 Summary: Apache hangs after the only one Server gets terminated Product: Apache httpd-2 Version: 2.4.52 Hardware: PC OS: Linux Status: NEW

[Bug 65803] Apache hangs after the only one Server gets terminated

2022-01-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65803 --- Comment #1 from Viacheslav Shegai --- Created attachment 38161 --> https://bz.apache.org/bugzilla/attachment.cgi?id=38161&action=edit premilinary patch -- You are receiving this mail because: You are the assignee for

[Bug 65804] New: If a certificate associated with a virtual host is bad, entire server will not start-up

2022-01-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65804 Bug ID: 65804 Summary: If a certificate associated with a virtual host is bad, entire server will not start-up Product: Apache httpd-2 Version: 2.4.52 Hardware: PC

[Bug 65803] Apache hangs after the only one Server gets terminated

2022-01-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65803 --- Comment #2 from Yann Ylavic --- Created attachment 38163 --> https://bz.apache.org/bugzilla/attachment.cgi?id=38163&action=edit Fix startup_children() grace period If startup_children() does not create all the requested chil

[Bug 65803] Apache hangs after the only one Server gets terminated

2022-01-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65803 --- Comment #3 from Eric Covener --- Yann can you explain why perform_idle_server_maintenance doesn't recover even if the startup_children path fails here? -- You are receiving this mail because: You are the assignee for th

[Bug 65803] Apache hangs after the only one Server gets terminated

2022-01-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65803 Yann Ylavic changed: What|Removed |Added Attachment #38163|0 |1 is obsolete

[Bug 65803] Apache hangs after the only one Server gets terminated

2022-01-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65803 --- Comment #5 from Yann Ylavic --- (In reply to Eric Covener from comment #3) > Yann can you explain why perform_idle_server_maintenance doesn't recover > even if the startup_children path fails here? It doesn't because Mi

[Bug 65803] Apache hangs after the only one Server gets terminated

2022-01-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65803 --- Comment #6 from Yann Ylavic --- Or so I thought, acutally it seems that MinSpareThreads is not rounded up like this.. Hm, let me reproduce then. -- You are receiving this mail because: You are the assignee for the bug

[Bug 65803] Apache hangs after the only one Server gets terminated

2022-01-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65803 --- Comment #7 from Yann Ylavic --- Well, scratch that, idle_thread_count == 0 whenever the unique child exits thus perform_idle_server_maintenance() does its job. So I can't reproduce. Sorry for the confusion and the broken m

[Bug 65803] Apache hangs after the only one Server gets terminated

2022-01-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65803 Yann Ylavic changed: What|Removed |Added Attachment #38164|0 |1 is obsolete

[Bug 65803] Apache hangs after the only one Server gets terminated

2022-01-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65803 --- Comment #8 from Viacheslav Shegai --- (In reply to Yann Ylavic from comment #7) > Well, scratch that, idle_thread_count == 0 whenever the unique child exits > thus perform_idle_server_maintenance() does its job. So I can'

Bug report for Apache httpd-2 [2022/01/16]

2022-01-15 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

[Bug 65803] Apache hangs after the only one Server gets terminated

2022-01-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65803 Yann Ylavic changed: What|Removed |Added Resolution|--- |DUPLICATE Status|NEW

[Bug 65769] Child processes fail to start

2022-01-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65769 Yann Ylavic changed: What|Removed |Added CC||vshe...@epiphan.com --- Comment #16

[Bug 65771] Recurring issues (sites not loading) after upgrade to 2.4.52 (from 2.4.51)

2022-01-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65771 Yann Ylavic changed: What|Removed |Added Status|NEW |NEEDINFO -- You are receiving this

[Bug 65729] Request with the HTTP Header 'Expect: 100-continue' take over 20s response time in Apache 2.4.51

2022-01-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65729 Yann Ylavic changed: What|Removed |Added Status|NEW |NEEDINFO -- You are receiving this

[Bug 65626] MPM Event doesn't shutdown idle children after working under high load

2022-01-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65626 --- Comment #10 from Mark Nottingham --- Apparently in 2.4.52, but I'm still seeing the behaviour. -- You are receiving this mail because: You are the assignee for th

[Bug 65626] MPM Event doesn't shutdown idle children after working under high load

2022-01-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65626 --- Comment #11 from Yann Ylavic --- (In reply to Mark Nottingham from comment #10) > Apparently in 2.4.52, but I'm still seeing the behaviour. Does patch [1] help? [1] http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/server/m

[Bug 65819] New: CoreDumpDirectory making the process traceable if configured on FreeBSD

2022-01-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65819 Bug ID: 65819 Summary: CoreDumpDirectory making the process traceable if configured on FreeBSD Product: Apache httpd-2 Version: 2.5-HEAD Hardware: PC OS

[Bug 65819] CoreDumpDirectory making the process traceable if configured on FreeBSD

2022-01-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65819 Christophe JAILLET changed: What|Removed |Added Attachment #38169|0 |1 is patch

[Bug 65819] CoreDumpDirectory making the process traceable if configured on FreeBSD

2022-01-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65819 Yann Ylavic changed: What|Removed |Added Keywords||FixedInTrunk --- Comment #1 from Yann

[Bug 65823] New: mod_proxy_http seems to redact the URI

2022-01-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65823 Bug ID: 65823 Summary: mod_proxy_http seems to redact the URI Product: Apache httpd-2 Version: 2.4.52 Hardware: Other OS: FreeBSD Status: NEW Severity

[Bug 65823] mod_proxy_http seems to redact the URI

2022-01-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65823 Ruediger Pluem changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #1 from

[Bug 65626] MPM Event doesn't shutdown idle children after working under high load

2022-01-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65626 --- Comment #12 from Yann Ylavic --- (In reply to Mark Nottingham from comment #10) > Apparently in 2.4.52, but I'm still seeing the behaviour. Mark, a few quetions. What is your configuration and type of workload for reproducing

[Bug 65832] New: purge keepalive connections before 0 idlers?

2022-01-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65832 Bug ID: 65832 Summary: purge keepalive connections before 0 idlers? Product: Apache httpd-2 Version: 2.5-HEAD Hardware: PC OS: Mac OS X 10.1 Status: NEW

[Bug 65832] purge keepalive connections before 0 idlers?

2022-01-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65832 --- Comment #1 from Ruediger Pluem --- Confused now. My understanding is that only connections in keepalive will be stopped not ones that are in use. A client using a keepalive connection should be prepared that it gets closed. This cannot be

[Bug 65832] purge keepalive connections before 0 idlers?

2022-01-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65832 --- Comment #2 from Eric Covener --- (In reply to Ruediger Pluem from comment #1) > Confused now. My understanding is that only connections in keepalive will be > stopped not ones that are in use. A client using a keepalive connection &g

[Bug 65832] purge keepalive connections before 0 idlers?

2022-01-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65832 --- Comment #3 from Yann Ylavic --- I think that get_worker() should never block, it does not in this case and there is no other choice than closing the connection (which is what we should address IMHO). We could try to be preventive here and

[Bug 65832] purge keepalive connections before 0 idlers?

2022-01-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65832 --- Comment #4 from Eric Covener --- > This sounds (to me) like a more robust alternative, good/bad/off-topic idea? I think it's a good idea. But I wonder if still we wouldn't want the preventive aspect, otherwise we encourag

[Bug 65823] mod_proxy_http seems to redact the URI

2022-01-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65823 Dr. Rolf Jansen changed: What|Removed |Added Status|NEEDINFO|RESOLVED Resolution

[Bug 65835] New: core: log_tid support on FreeBSD

2022-01-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65835 Bug ID: 65835 Summary: core: log_tid support on FreeBSD Product: Apache httpd-2 Version: 2.5-HEAD Hardware: PC OS: FreeBSD Status: NEW Severity: normal

Bug report for Apache httpd-2 [2022/01/23]

2022-01-22 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

[Bug 65835] core: log_tid support on FreeBSD

2022-01-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65835 Christophe JAILLET changed: What|Removed |Added Attachment #38173|0 |1 is patch

[Bug 65835] core: log_tid support on FreeBSD

2022-01-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65835 Christophe JAILLET changed: What|Removed |Added Keywords||PatchAvailable -- You are

[Bug 65823] mod_proxy_http seems to redact the URI

2022-01-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65823 --- Comment #3 from Ruediger Pluem --- You are not the first one who have issues like this with Microsoft WebDav clients. I thought it had improved in the recent years, but obviously not. And I say clients, because there are many of them

[Bug 65823] mod_proxy_http seems to redact the URI

2022-01-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65823 --- Comment #4 from Dr. Rolf Jansen --- Please may I ask a question? I was under the assumption that the proxy module corrects the Location: response header field. Is that assumption correct? -- I still feel a little bit uncomfortable to

[Bug 65823] mod_proxy_http seems to redact the URI

2022-01-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65823 --- Comment #5 from Ruediger Pluem --- (In reply to Dr. Rolf Jansen from comment #4) > Please may I ask a question? > > I was under the assumption that the proxy module corrects the Location: > response header field. > >

[Bug 65823] mod_proxy_http seems to redact the URI

2022-01-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65823 --- Comment #6 from Dr. Rolf Jansen --- (In reply to Ruediger Pluem from comment #5) > (In reply to Dr. Rolf Jansen from comment #4) > > Please may I ask a question? > > > > I was under the assumption that the prox

[Bug 65729] Request with the HTTP Header 'Expect: 100-continue' take over 20s response time in Apache 2.4.51

2022-01-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65729 --- Comment #21 from Naresh --- Hi, We have two instances of Apache web server running inside our container image. One instance acts a Inbound from receiving requests from outside & other acts as Outbound. So all the requests receive

[Bug 65729] Request with the HTTP Header 'Expect: 100-continue' take over 20s response time in Apache 2.4.51

2022-01-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65729 --- Comment #22 from Naresh --- Inbound Component Access Logs 127.0.0.1 - - [24/Jan/2022:14:50:12 -0500] "PUT /esrs/v1/devices/abcd/klmn/mft/test.txt HTTP/1.1" 408 221 Inbound Component

[Bug 65729] Request with the HTTP Header 'Expect: 100-continue' take over 20s response time in Apache 2.4.51

2022-01-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65729 --- Comment #23 from Naresh --- Outbound Component - Access Logs: - 127.0.0.1 - - [24/Jan/2022:16:27:43 -0500] "PUT /esrs/v1/devices/abcd/klmn/mft/test.txt HTTP/1.1" 408 221 Outbound Component -

[Bug 65844] New: Expect: 100-continue changed behavior in ecebcc0

2022-01-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65844 Bug ID: 65844 Summary: Expect: 100-continue changed behavior in ecebcc0 Product: Apache httpd-2 Version: 2.4.49 Hardware: PC OS: Linux Status: NEW

[Bug 65844] Expect: 100-continue changed behavior in ecebcc0

2022-01-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65844 --- Comment #1 from Yann Ylavic --- Please provide the error_log of the frontend with this added to the global configuration: LoadModule dumpio_module modules/mod_dumpio.so DumpIOInput on DumpIOOutput on LogLevel trace8 -- You are receiving

[Bug 65844] Expect: 100-continue changed behavior in ecebcc0

2022-01-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65844 --- Comment #2 from Yann Ylavic --- Also, please test with 2.4.52 (not 2.4.49). -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e

[Bug 65844] Expect: 100-continue changed behavior in ecebcc0

2022-01-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65844 --- Comment #3 from Yann Ylavic --- What might happen is that the backend responds with 401 without first sending the "100 Continue" interim response, because the auth on the backend happens before the request body is read (it doe

[Bug 55952] ab: SSL keep-alive fails with apr_pollset_poll: The timeout specified has expired (70007)

2022-01-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=55952 Graham Leggett changed: What|Removed |Added Status|NEW |RESOLVED Resolution

[Bug 65844] Expect: 100-continue changed behavior in ecebcc0

2022-01-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65844 Ruediger Pluem changed: What|Removed |Added Resolution|--- |INVALID Status|NEW

[Bug 65036] [PATCH] adding http-digest-auth RFC2069 to mod_authnz_ldap

2022-01-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65036 --- Comment #2 from Dmitry A. Bakshaev --- any comments? -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: bugs-unsubscr

[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

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 65844] Expect: 100-continue changed behavior in ecebcc0

2022-01-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65844 --- Comment #5 from Petr Gajdos --- Created attachment 38178 --> https://bz.apache.org/bugzilla/attachment.cgi?id=38178&action=edit error_log of proxy frontend -- You are receiving this mail because: You are the assignee for

[Bug 65844] Expect: 100-continue changed behavior in ecebcc0

2022-01-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65844 --- Comment #6 from Petr Gajdos --- (In reply to Yann Ylavic from comment #2) > Also, please test with 2.4.52 (not 2.4.49). Yes, tested with 2.4.52. -- You are receiving this mail because: You are the assignee for the

[Bug 65844] Expect: 100-continue changed behavior in ecebcc0

2022-01-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65844 --- Comment #7 from Petr Gajdos --- (In reply to Ruediger Pluem from comment #4) > I think we need to close the the connection in case the reverse proxy > answers with a final response it got from the backend. See &

[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 availab

[Bug 65855] New: Add default mime mapping for .jp2 to image/jp2 for JPEG2000 files

2022-01-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65855 Bug ID: 65855 Summary: Add default mime mapping for .jp2 to image/jp2 for JPEG2000 files Product: Apache httpd-2 Version: 2.5-HEAD Hardware: All OS: All

[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 65860] New: Revoked certificate block httpd start

2022-01-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65860 Bug ID: 65860 Summary: Revoked certificate block httpd start Product: Apache httpd-2 Version: 2.4.37 Hardware: PC OS: Linux Status: NEW Severity

[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 60948] Large TCP timeout delays hcheck disabling a node

2022-01-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60948 --- Comment #6 from goldyli...@gmail.com --- Thank you for pointing out this, it is helpful. I will test it and hopefully if it works fine, it can be in the coming release. I quickly looked in the patch code, looks like it tries to use the

[Bug 65860] Revoked certificate block httpd start

2022-01-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65860 Stefan Eissing changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #1 from Stefan

[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 65860] Revoked certificate block httpd start

2022-01-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65860 Marc Stern changed: What|Removed |Added Version|2.4.37 |2.4-HEAD --- Comment #2 from Marc Stern

Bug report for Apache httpd-2 [2022/01/30]

2022-01-29 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

[Bug 65641] (22)Invalid argument: AH02454: HTTPS: attempt to connect to Unix domain socket

2022-01-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65641 --- Comment #1 from apa...@ophion.ch --- We're seeing this error as well, albeit on a slightly different version (details below). I'm not 100% sure it's related, but it looks like it to me. First, we have the following in th

[Bug 65862] New: Compiler error in mod_proxy.c:3075: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token

2022-01-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65862 Bug ID: 65862 Summary: Compiler error in mod_proxy.c:3075: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*'

[Bug 65717] Missing check for the return value of BIO_new()

2022-02-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65717 Giovanni Bechis changed: What|Removed |Added Keywords||FixedInTrunk -- You are receiving

[Bug 65862] Compiler error in mod_proxy.c:3075: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token

2022-02-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65862 Joe Orton changed: What|Removed |Added Resolution|--- |INVALID Status|NEW

[Bug 65862] Compiler error in mod_proxy.c:3075: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token

2022-02-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65862 --- Comment #2 from Stefan --- Thank you for your response Joe. Indeed the issue was that include: /usr/local/apache/2.2.24a/include -- You are receiving this mail because: You are the assignee for the bug

[Bug 63282] Cache keys incorrect on rewrite

2022-02-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63282 --- Comment #3 from Raphaël Droz --- Would be so nice to get this fixed in 2.5.x (@Yann Ylavic) -- You are receiving this mail because: You are the assignee for the bug

[Bug 65867] New: Apache is delaying response on Reader.cpp

2022-02-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65867 Bug ID: 65867 Summary: Apache is delaying response on Reader.cpp Product: Apache httpd-2 Version: 2.4.52 Hardware: Other OS: Linux Status: NEW Severity

[Bug 65867] Apache is delaying response on Reader.cpp

2022-02-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65867 Yann Ylavic changed: What|Removed |Added Status|NEW |RESOLVED Resolution

Bug report for Apache httpd-2 [2022/02/06]

2022-02-05 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

[Bug 65860] Revoked certificate block httpd start

2022-02-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65860 --- Comment #3 from Stefan Eissing --- This will be hard to analyze. Let me explain: When a certificate for xxx.com is renewed. - $server_root/md/domains/xxx.com contains the working certs - $server_root/md/staging/xxx.com contains all about

[Bug 65860] Revoked certificate block httpd start

2022-02-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65860 Marc Stern changed: What|Removed |Added Version|2.4-HEAD|2.4.37 -- You are receiving this mail

[Bug 65860] Revoked certificate block httpd start

2022-02-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65860 Marc Stern changed: What|Removed |Added URL||https://www.approach.be --- Comment #4

[Bug 65860] Revoked certificate block httpd start

2022-02-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65860 --- Comment #5 from Stefan Eissing --- Under the premises that no one is messing with the file system, e.g. a job that distributes certificates among nodes or other such production jobs, it should never have happened in the first place. In

[Bug 65769] Child processes fail to start

2022-02-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65769 --- Comment #17 from Jörg Meltzer --- Hi, this is affecting us in production. Do we know already when there is a next release? -- You are receiving this mail because: You are the assignee for the bug

[Bug 65769] Child processes fail to start

2022-02-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65769 --- Comment #18 from Stefan Eissing --- It seems highly likely that we do a release this month. -- You are receiving this mail because: You are the assignee for the bug

[Bug 65875] New: ldap_simple_bind fail for LDAPS authentication with Microsoft SDK

2022-02-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65875 Bug ID: 65875 Summary: ldap_simple_bind fail for LDAPS authentication with Microsoft SDK Product: Apache httpd-2 Version: 2.4.41 Hardware: PC Status: NEW

[Bug 61975] Error page reports an ErrorDocument problem when a RewriteRule has set the status code

2022-02-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61975 --- Comment #1 from Marc Stern --- I have the same behaviour in another case, with mod_security2. Example: # Used to hide server response body (more complex rule in real) SecRule RESPONSE_STATUS 400 "phase:3,status:400" Err

[Bug 61975] Error page reports an ErrorDocument problem when a RewriteRule has set the status code

2022-02-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61975 --- Comment #2 from Marc Stern --- (In reply to Marc Stern from comment #1) My example is for a reverse proxy where the server sends a 400 status -- You are receiving this mail because: You are the assignee for the bug

Bug report for Apache httpd-2 [2022/02/13]

2022-02-12 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

[Bug 65880] New: log reload/restart messages into domain specific error.log-s

2022-02-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65880 Bug ID: 65880 Summary: log reload/restart messages into domain specific error.log-s Product: Apache httpd-2 Version: 2.5-HEAD Hardware: PC OS: Linux

[Bug 65881] New: HTTP2 module uses wrong port after upgrade in proxy scenario

2022-02-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65881 Bug ID: 65881 Summary: HTTP2 module uses wrong port after upgrade in proxy scenario Product: Apache httpd-2 Version: 2.4.52 Hardware: PC OS: Linux

[Bug 65881] HTTP2 module uses wrong port after upgrade in proxy scenario

2022-02-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65881 --- Comment #1 from Alexey Larikov --- Created attachment 38189 --> https://bz.apache.org/bugzilla/attachment.cgi?id=38189&action=edit Curl logs -- You are receiving this mail because: You are the assignee for

<    4   5   6   7   8   9   10   11   12   13   >