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

2021-12-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65729 --- Comment #7 from Yann Ylavic --- Those log messages (and attachment 38124) do not show where the 20s are spent. Please show the full trace8 of the transaction. -- You are receiving this mail because: You are the assignee for the bug

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

2021-12-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65729 --- Comment #8 from ying <1059712...@qq.com> --- [08/Dec/2021:14:19:03 +] "POST /datameeting.php?cec=hongylu HTTP/1.1" 302 - "https://test.com/cmp3300/webcomponents/scheduler/schedule.do?siteurl=test&serviceType=MC&

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

2021-12-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65729 --- Comment #9 from Yann Ylavic --- I trust you as for the request taking 20s to complete, my point is that attaching the full trace here would help fixing *where* that happens. So far I have no hint/clue.. -- You are receiving this mail

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

2021-12-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65729 --- Comment #10 from Ruediger Pluem --- As it looks like that the connection to the backend is not encrypted a network sniff between the reverse proxy and the backend server could be very helpful here as well. -- You are receiving this mail

[Bug 65731] New: Empty response body after MaxRequestsPerChild reached for HTTP/2.0

2021-12-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65731 Bug ID: 65731 Summary: Empty response body after MaxRequestsPerChild reached for HTTP/2.0 Product: Apache httpd-2 Version: 2.4.41 Hardware: PC OS: Linux

[Bug 65731] Empty response body after MaxRequestsPerChild reached for HTTP/2.0

2021-12-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65731 shieldwed changed: What|Removed |Added CC||shield...@outlook.com -- You are

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

2021-12-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65729 --- Comment #11 from ying <1059712...@qq.com> --- [Thu Dec 09 01:44:39.520872 2021] [authz_core:debug] [pid 10204:tid 139663765382912] mod_authz_core.c(818): [client 10.224.96.62:61675] AH01626: authorization result of Require all g

[Bug 65731] Empty response body after MaxRequestsPerChild reached for HTTP/2.0

2021-12-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65731 --- Comment #1 from Ruediger Pluem --- Does this happen as well with 2.4.51 compiled from source? -- You are receiving this mail because: You are the assignee for the bug

[Bug 65731] Empty response body after MaxRequestsPerChild reached for HTTP/2.0

2021-12-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65731 Ruediger Pluem changed: What|Removed |Added Status|NEW |NEEDINFO -- You are receiving this

[Bug 65725] httpd responds with the overall status code rather than the interim 100 Continue response

2021-12-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65725 Ruediger Pluem changed: What|Removed |Added Keywords||FixedInTrunk

[Bug 65731] Empty response body after MaxRequestsPerChild reached for HTTP/2.0

2021-12-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65731 --- Comment #2 from Antonios Tsianakas --- Created attachment 38125 --> https://bz.apache.org/bugzilla/attachment.cgi?id=38125&action=edit Apache Trace8 Log -- You are receiving this mail because: You are the assignee for

[Bug 65731] Empty response body after MaxRequestsPerChild reached for HTTP/2.0

2021-12-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65731 --- Comment #3 from Antonios Tsianakas --- Yes, and with 2.4.51 the responses with an empty body wasn't logged in the access log. When this happens curl reports "curl: (16) Error in the HTTP2 framing layer". Attached is the t

[Bug 65731] Empty response body after MaxRequestsPerChild reached for HTTP/2.0

2021-12-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65731 --- Comment #4 from Stefan Eissing --- Thanks for the log. I can see that mod_http2 sees the MPM stopping and sends a GOAWAY frame *before* the HTTP/2 session has been fully started. That is indeed a violation of the H2 protocol. Working on a

[Bug 65733] New: NameWidth=* Charset=UTF-8 with non english char causes column misalignment

2021-12-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65733 Bug ID: 65733 Summary: NameWidth=* Charset=UTF-8 with non english char causes column misalignment Product: Apache httpd-2 Version: 2.4.51 Hardware: PC Status

[Bug 65733] IndexOptions NameWidth=* Charset=UTF-8 with non english char causes column misalignment

2021-12-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65733 mde...@gmail.com changed: What|Removed |Added OS||All Summary|NameWidth

[Bug 65731] Empty response body after MaxRequestsPerChild reached for HTTP/2.0

2021-12-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65731 --- Comment #5 from Stefan Eissing --- Created attachment 38127 --> https://bz.apache.org/bugzilla/attachment.cgi?id=38127&action=edit patch on 2.4.x code base Proposed fix for 2.4.x code base. -- You are receiving this mail becau

[Bug 65731] Empty response body after MaxRequestsPerChild reached for HTTP/2.0

2021-12-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65731 --- Comment #6 from Stefan Eissing --- I was able to reproduce this in a test case and made a fix to be backported to 2.4.x in the next release. I attached the patch for the 2.4.x codebase, if you can build from source. If you want to build

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

2021-12-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65729 --- Comment #12 from Yann Ylavic --- (In reply to ying from comment #11) > This's all the error log No it's not, otherwise the request starting at [Thu Dec 09 01:44:39.520872 2021] and finished at [Thu Dec 09 01:44:39.525979 2021

[Bug 65735] New: Backport SHA-2 support for htpasswd tool

2021-12-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65735 Bug ID: 65735 Summary: Backport SHA-2 support for htpasswd tool Product: Apache httpd-2 Version: 2.4.51 Hardware: PC OS: Linux Status: NEW Keywords

[Bug 65627] apache httpd segfault on child exit

2021-12-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65627 Graham Leggett changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug 65620] Potential memory leaks from BIO_new

2021-12-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65620 --- Comment #2 from Graham Leggett --- Backported to 2.4.52. -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: bugs

[Bug 65616] CVE-2021-36160 regression

2021-12-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65616 Graham Leggett changed: What|Removed |Added Status|NEW |RESOLVED Resolution

[Bug 65631] Proxy CONNECT error 500

2021-12-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65631 --- Comment #10 from Graham Leggett --- Backported to v2.4.52. -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: bugs

[Bug 65662] Hunging processes with FIN_WAIT2 and CLOSE_WAIT

2021-12-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65662 Graham Leggett changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug 65689] proxy connections to target left in CLOSE_WAIT state

2021-12-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65689 --- Comment #9 from Graham Leggett --- Backported to v2.4.52. -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: bugs

[Bug 65737] New: Proxy Balancer AH10187: ignoring params in balancer-manager cross-site access

2021-12-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65737 Bug ID: 65737 Summary: Proxy Balancer AH10187: ignoring params in balancer-manager cross-site access Product: Apache httpd-2 Version: 2.4.41 Hardware: PC

[Bug 53099] Allow multiple values in RemoteIPHeader

2021-12-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=53099 --- Comment #10 from Seb --- Having this would be a game changer. It seems you can do this per virtual host, but it's unmanageable for servers with a large number or when you have other users creating them, any of which may or may not us

Bug report for Apache httpd-2 [2021/12/12]

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

[Bug 65745] New: Impact of CVE-2021-44228 apache httpd-2.4.28/

2021-12-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65745 Bug ID: 65745 Summary: Impact of CVE-2021-44228 apache httpd-2.4.28/ Product: Apache httpd-2 Version: 2.4.25 Hardware: All OS: Linux Status: NEW

[Bug 65745] Impact of CVE-2021-44228 apache httpd-2.4.28/

2021-12-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65745 Yann Ylavic changed: What|Removed |Added Resolution|--- |INVALID Status|NEW

[Bug 65731] Empty response body after MaxRequestsPerChild reached for HTTP/2.0

2021-12-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65731 Graham Leggett changed: What|Removed |Added Status|NEEDINFO|RESOLVED Resolution

[Bug 65751] New: Apache Log4j Vulnarability with jMeter software

2021-12-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65751 Bug ID: 65751 Summary: Apache Log4j Vulnarability with jMeter software Product: Apache httpd-2 Version: 2.5-HEAD Hardware: PC Status: NEW Severity: normal

[Bug 64919] mod_proxy_fcgi fails to parse headers with a string length over 8192

2021-12-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64919 jkribeiro changed: What|Removed |Added CC||m...@jeankribeiro.com -- You are

[Bug 65751] Apache Log4j Vulnarability with jMeter software

2021-12-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65751 Zach changed: What|Removed |Added OS||All --- Comment #1 from Zach --- If not

[Bug 65751] Apache Log4j Vulnarability with jMeter software

2021-12-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65751 Eric Covener changed: What|Removed |Added Product|Apache httpd-2 |JMeter Component|support

[Bug 64919] mod_proxy_fcgi fails to parse headers with a string length over 8192

2021-12-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64919 --- Comment #1 from jkribeiro --- >From https://httpd.apache.org/docs/2.4/mod/mod_proxy.html Parameter: responsefieldsize Adjust the size of the proxy response field buffer. The buffer size should be at least the size of the largest expec

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

2021-12-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65729 --- Comment #13 from ying <1059712...@qq.com> --- [Tue Dec 14 06:54:25.219959 2021] [proxy:debug] [pid 17216:tid 140292648806144] proxy_util.c(3275): AH02824: http: connection established with 127.0.0.2:8081 (*) [Tue Dec 14 06:54:25.21997

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

2021-12-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65729 --- Comment #14 from ying <1059712...@qq.com> --- (In reply to ying from comment #13) > [Tue Dec 14 06:54:25.219959 2021] [proxy:debug] [pid 17216:tid > 140292648806144] proxy_util.c(3275): AH02824: http: connection established >

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

2021-12-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65626 Yann Ylavic changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug 65737] Proxy Balancer AH10187: ignoring params in balancer-manager cross-site access

2021-12-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65737 --- Comment #1 from Horst Platz --- There is an copy & paste bug in my Substitute it must be. [...] Substitute "s|http://192.168.56.170:81|http://192.168.56.70|i" [...] And i investigate further on i grab some

[Bug 65725] httpd responds with the overall status code rather than the interim 100 Continue response

2021-12-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65725 Yann Ylavic changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug 65735] Backport SHA-2 support for htpasswd tool

2021-12-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65735 Giovanni Bechis changed: What|Removed |Added Keywords||PatchAvailable -- You are

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

2021-12-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65717 --- Comment #2 from Giovanni Bechis --- Created attachment 38135 --> https://bz.apache.org/bugzilla/attachment.cgi?id=38135&action=edit check BIO_new allocations Check for memory allocations from BIO_new. -- You are receiving th

Bug report for Apache httpd-2 [2021/12/19]

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

[Bug 53218] ProxyPass worker name (http://localhost:3128/...) too long

2021-12-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=53218 YLM changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug 53218] ProxyPass worker name (http://localhost:3128/...) too long

2021-12-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=53218 --- Comment #31 from Yann Ylavic --- I created https://github.com/apache/httpd/pull/288, would you try the patch there (https://patch-diff.githubusercontent.com/raw/apache/httpd/pull/288.diff)? -- You are receiving this mail because: You are

[Bug 65760] New: Resource leaks in mod_ssl_ct.c

2021-12-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65760 Bug ID: 65760 Summary: Resource leaks in mod_ssl_ct.c Product: Apache httpd-2 Version: 2.5-HEAD Hardware: PC OS: All Status: NEW Severity: normal

[Bug 65761] New: process_tags is not called in subs/regex (edit) - Enhancement Request

2021-12-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65761 Bug ID: 65761 Summary: process_tags is not called in subs/regex (edit) - Enhancement Request Product: Apache httpd-2 Version: 2.5-HEAD Hardware: All OS

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

2021-12-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65666 ying <1059712...@qq.com> changed: What|Removed |Added CC||1059712...@qq.com -

[Bug 65764] New: Setting custom DH parameters

2021-12-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65764 Bug ID: 65764 Summary: Setting custom DH parameters Product: Apache httpd-2 Version: 2.5-HEAD Hardware: PC Status: NEW Severity: normal Priority: P2

[Bug 65764] Setting custom DH parameters

2021-12-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65764 Klemen Mihevc changed: What|Removed |Added OS||All --- Comment #1 from Klemen Mihevc

[Bug 65764] Setting custom DH parameters

2021-12-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65764 --- Comment #2 from Klemen Mihevc --- another thing: apache 2.4.52 and openssl 1.1.1m -- You are receiving this mail because: You are the assignee for the bug. - To

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

2021-12-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65765 Bug ID: 65765 Summary: Apache found critical bugs in httpd web server Product: Apache httpd-2 Version: 2.4.51 Hardware: PC Status: NEW Severity: critical

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

2021-12-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65765 chikin.w...@entiis.com changed: What|Removed |Added OS||All -- You are receiving

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

2021-12-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65765 Eric Covener changed: What|Removed |Added Resolution|--- |INFORMATIONPROVIDED Status

[Bug 60948] Large TCP timeout delays hcheck disabling a node

2021-12-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60948 --- Comment #4 from goldyli...@gmail.com --- This fix seems to only fixes the case when there is a high latency in the TCP connection. However, there is a case we encountered now, that the back-end server does not respond to the health check

[Bug 65760] Resource leaks in mod_ssl_ct.c

2021-12-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65760 Christophe JAILLET changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug 65764] Setting custom DH parameters

2021-12-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65764 Christophe JAILLET changed: What|Removed |Added Version|2.5-HEAD|2.4.52 -- You are receiving

[Bug 65602] Failed linking C shared library mod_md.so

2021-12-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65602 --- Comment #7 from Tần Quảng --- The latest version (2.4.52) has not fixed this error yet, I tried to build on this version, it (seemingly) has not detected the curl path. -- You are receiving this mail because: You are the assignee for the

Bug report for Apache httpd-2 [2021/12/26]

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

[Bug 65769] New: Child processes fail to start

2021-12-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65769 Bug ID: 65769 Summary: Child processes fail to start Product: Apache httpd-2 Version: 2.4.52 Hardware: PC OS: Linux Status: NEW Severity: major

[Bug 65769] Child processes fail to start

2021-12-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65769 --- Comment #1 from ldeliso --- I experienced this issue as well (in all cases I was using the event MPM): apache stops accepting any connection because no listener thread is running. No events are reported in the error log and downgrading to

[Bug 65769] Child processes fail to start

2021-12-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65769 --- Comment #2 from Yann Ylavic --- Please add "LogLevel mpm_event:trace6" in the global configuration (after the other LogLevel, if any) and attach the error_log file here. I tried to reproduce with ab and the default configura

[Bug 65769] Child processes fail to start

2021-12-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65769 --- Comment #3 from Yann Ylavic --- (In reply to Yann Ylavic from comment #2) > Please add "LogLevel mpm_event:trace6" in the global configuration "LogLevel mpm_event:trace5" should be enough and much less verbose. --

[Bug 65769] Child processes fail to start

2021-12-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65769 --- Comment #4 from ldeliso --- Created attachment 38143 --> https://bz.apache.org/bugzilla/attachment.cgi?id=38143&action=edit error log 27122021 Below you can find the logs after increasing the debug level. The configuration is th

[Bug 65769] Child processes fail to start

2021-12-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65769 Eric Covener changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #5 from Eric

[Bug 65769] Child processes fail to start

2021-12-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65769 --- Comment #6 from Yann Ylavic --- Created attachment 38144 --> https://bz.apache.org/bugzilla/attachment.cgi?id=38144&action=edit Use _exit() in clean_child_exit() If the issue is of the atexit() kind, this patch should help too,

[Bug 65764] Setting custom DH parameters

2021-12-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65764 --- Comment #3 from Yann Ylavic --- I can't tell about the potential SSLOpenSSLConfCmd issue, though there is another way to use specific DH-parameters, namely appending the dhparams to the SSLCertificateFile (documented in [1]).

[Bug 65764] Setting custom DH parameters

2021-12-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65764 --- Comment #4 from Klemen Mihevc --- Yes cating dhparm to first certificate file still works and im currently using this method, but i would much more prefere to set DHParameters, since it should also work, also according to manual of

[Bug 65769] Child processes fail to start

2021-12-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65769 --- Comment #7 from ldeliso --- Created attachment 38145 --> https://bz.apache.org/bugzilla/attachment.cgi?id=38145&action=edit apache installation details @Eric: when the child process hangs, it's immediately terminated s

[Bug 65769] Child processes fail to start

2021-12-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65769 ldeliso changed: What|Removed |Added Status|NEEDINFO|NEW -- You are receiving this mail because

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

2021-12-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65771 Bug ID: 65771 Summary: Recurring issues (sites not loading) after upgrade to 2.4.52 (from 2.4.51) Product: Apache httpd-2 Version: 2.4.52 Hardware: HP OS

[Bug 65769] Child processes fail to start

2021-12-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65769 --- Comment #8 from Yann Ylavic --- Created attachment 38146 --> https://bz.apache.org/bugzilla/attachment.cgi?id=38146&action=edit server_main_loop to decrement active_daemons for exited children with quiescing == 1 too Could you

[Bug 65769] Child processes fail to start

2021-12-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65769 --- Comment #9 from Yann Ylavic --- Created attachment 38147 --> https://bz.apache.org/bugzilla/attachment.cgi?id=38147&action=edit Same without debug traces -- You are receiving this mail because: You are the assignee for

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

2021-12-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65771 --- Comment #1 from Yann Ylavic --- Possibly the same issue as bug 65769, please try this patch: https://bz.apache.org/bugzilla/attachment.cgi?id=38147 -- You are receiving this mail because: You are the assignee for the bug

[Bug 65769] Child processes fail to start

2021-12-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65769 --- Comment #10 from ldeliso --- Created attachment 38148 --> https://bz.apache.org/bugzilla/attachment.cgi?id=38148&action=edit error_log_28122021 I applied the patch and can still reproduce the issue. The server ceased to accept r

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

2021-12-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65771 --- Comment #2 from Oleksandr Lytvyn --- Please advice, is this safe to do on production server? -- You are receiving this mail because: You are the assignee for the bug

[Bug 65769] Child processes fail to start

2021-12-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65769 Yann Ylavic changed: What|Removed |Added Attachment #38146|0 |1 is obsolete

[Bug 65769] Child processes fail to start

2021-12-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65769 --- Comment #12 from a...@spareknet.org --- There were a lot of changes to server/mpm/event/event.c from Apache 2.4.51 to Apache 2.4.52 - are you sure none of those changes is causing this issue? All setups and configurations seem to work fine

[Bug 65769] Child processes fail to start

2021-12-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65769 --- Comment #13 from Yann Ylavic --- (In reply to asf from comment #12) > There were a lot of changes to server/mpm/event/event.c from Apache 2.4.51 > to Apache 2.4.52 - are you sure none of those changes is causing this issue? Sure it

[Bug 65769] Child processes fail to start

2021-12-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65769 --- Comment #14 from ldeliso --- Yann: Yes, I confirm that the last attached patch fixes the issue. -- You are receiving this mail because: You are the assignee for the bug

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

2021-12-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65765 --- Comment #2 from WJCarpenter --- For CVE-2021-44224, does "configurations mixing forward and reverse proxy declarations" mean ProxyPass/ProxyPassReverse combinations, or does it mean "ProxyRequests on, plus some other stu

[Bug 65769] Child processes fail to start

2021-12-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65769 Yann Ylavic changed: What|Removed |Added Keywords||FixedInTrunk --- Comment #15 from Yann

[Bug 64016] Apache HTTPD intermittently report errors AH01084 and AH01097 with 502

2021-12-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64016 --- Comment #3 from okaishen...@hotmail.com --- I also faced this issue, my apache version is 2.4.41, i usig ProxyPass and ProxyPassReverse. I tried config below in the virtual host conf Timeout 2400 ProxyTimeout 2400 ProxyBadHeader Ignore

[Bug 64016] Apache HTTPD intermittently report errors AH01084 and AH01097 with 502

2021-12-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64016 okaishen...@hotmail.com changed: What|Removed |Added CC||okaishen...@hotmail.com

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

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

[Bug 64016] Apache HTTPD intermittently report errors AH01084 and AH01097 with 502

2022-01-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64016 --- Comment #4 from Sri --- is this issue resolved? I am also getting the same issue and looking for solution. -- You are receiving this mail because: You are the assignee for the bug

[Bug 65731] Empty response body after MaxRequestsPerChild reached for HTTP/2.0

2022-01-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65731 herr.er...@gmail.com changed: What|Removed |Added CC||herr.er...@gmail.com -- You

[Bug 65764] Setting custom DH parameters

2022-01-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65764 --- Comment #5 from Joe Orton --- Customer DH parameters will be ignored since 2.4.52 if using "SSLOpenSSLConfCmd DHParameters", but will be respected if placing the params in the file referenced by SSLCertificateFile as Yann says.

[Bug 65764] Setting custom DH parameters

2022-01-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65764 --- Comment #6 from Klemen Mihevc --- (In reply to Joe Orton from comment #5) > Customer DH parameters will be ignored since 2.4.52 if using > "SSLOpenSSLConfCmd DHParameters", but will be respected if placing the >

[Bug 65764] Setting custom DH parameters

2022-01-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65764 --- Comment #7 from Joe Orton --- (In reply to Klemen Mihevc from comment #6) > (In reply to Joe Orton from comment #5) > > Customer DH parameters will be ignored since 2.4.52 if using > > "SSLOpenSSLConfCmd DHPara

[Bug 65764] Setting custom DH parameters

2022-01-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65764 --- Comment #8 from Klemen Mihevc --- (In reply to Joe Orton from comment #7) > > Why do you want custom DH parameters? OpenSSL also "discourages" > applications from overriding the built-in parameter selection. OpenSSL

[Bug 65764] Setting custom DH parameters

2022-01-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65764 Joe Orton changed: What|Removed |Added Status|NEW |RESOLVED Resolution

[Bug 65788] New: dav_get_timeout int overflow

2022-01-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65788 Bug ID: 65788 Summary: dav_get_timeout int overflow Product: Apache httpd-2 Version: 2.5-HEAD Hardware: PC OS: Mac OS X 10.1 Status: NEW Severity

[Bug 65791] New: salt-minion service enters reloading state on executing apache.modules from salt master

2022-01-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65791 Bug ID: 65791 Summary: salt-minion service enters reloading state on executing apache.modules from salt master Product: Apache httpd-2 Version: 2.4.51 Hardware: Other

[Bug 65793] New: mod_ssl.c:498: error: structure has no member named `outgoing'

2022-01-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65793 Bug ID: 65793 Summary: mod_ssl.c:498: error: structure has no member named `outgoing' Product: Apache httpd-2 Version: 2.4.52 Hardware: Sun OS: So

[Bug 65793] mod_ssl.c:498: error: structure has no member named `outgoing'

2022-01-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65793 ran.mo...@oracle.com changed: What|Removed |Added CC||ran.mo...@oracle.com -- You

[Bug 65793] mod_ssl.c:498: error: structure has no member named `outgoing'

2022-01-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65793 --- Comment #1 from Stefan Eissing --- I think your build picks up an older httpd.h header file. "outgoing" is a new member in conn_rec. -- You are receiving this mail because: You are the assignee f

[Bug 65793] mod_ssl.c:498: error: structure has no member named `outgoing'

2022-01-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65793 ran.mo...@oracle.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution

[Bug 60948] Large TCP timeout delays hcheck disabling a node

2022-01-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60948 --- Comment #5 from Ruediger Pluem --- Looks like the backport of r1889936 is missing. Can you check if http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/proxy/mod_proxy_hcheck.c?r1=1889936&r2=1889935&pathrev=1889936&view=patc

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