[Bug 66126] JS

2022-06-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66126 Eric Covener changed: What|Removed |Added Resolution|--- |INVALID Status|NEW

[Bug 66127] www.fms-model.com

2022-06-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66127 Eric Covener changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 66127] New: www.fms-model.com

2022-06-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66127 Bug ID: 66127 Summary: www.fms-model.com Product: Apache httpd-test Version: unspecified Hardware: PC Status: NEW Severity: normal Priority: P2

[Bug 66126] JS

2022-06-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66126 jason changed: What|Removed |Added Keywords||Beginner OS|

[Bug 66126] New: JS

2022-06-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66126 Bug ID: 66126 Summary: JS Product: Apache httpd-2 Version: 2.4.50 Hardware: PC Status: NEW Severity: normal Priority: P2 Component: mod_authn_anon

[Bug 65835] core: log_tid support on FreeBSD

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

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

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

[Bug 66119] Segmentation fault in libpcre when processing Location regex match for a long request path when MPM worked is used in 2.4.53+

2022-06-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66119 Yann Ylavic changed: What|Removed |Added CC||szymek@gmail.com --- Comment #9

[Bug 66021] Segmentation fault in libcpre when processing RedirectMatch rule for a long request path

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

[Bug 66119] Segmentation fault in libpcre when processing Location regex match for a long request path when MPM worked is used in 2.4.53+

2022-06-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66119 --- Comment #8 from Yann Ylavic --- Created attachment 38318 --> https://bz.apache.org/bugzilla/attachment.cgi?id=38318=edit Honor nmatch for the vector passed to pcre_exec() Since 2.4.52 (r1898467) we always provide a cached (per-thread)

[Bug 66124] Apache newer than 2.4.52 does not work with mod_php56 (5.6.40)

2022-06-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66124 --- Comment #2 from Alexander Sheiko --- I use mod_php56 with option "Thread Safety => enabled". It worked perfectly on all versions of event MPM Apache 2.4.xx to 2.4.52 inclusive. After the next update to the version 2.4.53(54), problems

[Bug 66124] Apache newer than 2.4.52 does not work with mod_php56 (5.6.40)

2022-06-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66124 --- Comment #1 from Rainer Jung --- Typical PHP builds are not thread-safe (except on Windows), so you must use the prefork MPM, not the event MPM which you are using due to your log snippet. Please change your LoadModule lines to load