[Bug 65518] ProxyWebsocketIdleTimeout backport to 2.4?

2023-02-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65518 --- Comment #2 from Ruediger Pluem --- mod_proxy_wstunnel is deprecated. mod_proxy_http should be used instead. Just configure a long timeout value for the particular worker in this case. -- You are receiving this mail because: You

[Bug 66417] Unable to restart the hosts due to slotmem issue in RH OS

2023-02-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66417 --- Comment #1 from Marc Stern --- I think it's a duplicate of https://bz.apache.org/bugzilla/show_bug.cgi?id=65180 I added some info in that ticket as it contains more detailed debugging info. -- You are receiving this mail because: You

[Bug 65518] ProxyWebsocketIdleTimeout backport to 2.4?

2023-02-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65518 Marc Stern changed: What|Removed |Added CC||marc.st...@approach.be --- Comment #1

[Bug 65180] mod_proxy_wstunnel stuck processes at graceful stopping

2023-02-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65180 --- Comment #8 from Marc Stern --- I have version 2.4.37 (Redhat default) used as a reverse proxy and I can systematically reproduce the problem with the web sockets, although the effects are slightly different (but I have additional info

[Bug 66465] SIGBUS crashes

2023-02-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66465 Joe Orton changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #1 from Joe Orton

[Bug 66465] New: SIGBUS crashes

2023-02-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66465 Bug ID: 66465 Summary: SIGBUS crashes Product: Apache httpd-2 Version: 2.4.54 Hardware: PC OS: Linux Status: NEW Severity: major Priority: P2

Bug report for Apache httpd-2 [2023/02/05]

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

[Bug 66424] CPU affinity request

2023-02-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66424 --- Comment #2 from Martin Ma --- Thanks Christophe, I had send the request and prototype code to dev mail list. -- You are receiving this mail because: You are the assignee for the bug

[Bug 66463] Socket Stuck on: proxy_fcgi:error (104)Connection reset by peer:

2023-02-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66463 --- Comment #1 from l...@efficientip.com --- You can also see the issues using a simple curl on the sse.php curl -k --http2 https://URL/sse.php -- You are receiving this mail because: You are the assignee for the bug

[Bug 66463] New: Socket Stuck on: proxy_fcgi:error (104)Connection reset by peer:

2023-02-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66463 Bug ID: 66463 Summary: Socket Stuck on: proxy_fcgi:error (104)Connection reset by peer: Product: Apache httpd-2 Version: 2.4.55 Hardware: PC OS: Linux

[Bug 66456] Directory Traversal Vulnerability

2023-02-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66456 Eric Covener changed: What|Removed |Added Status|NEW |RESOLVED Resolution

[Bug 66456] New: Directory Traversal Vulnerability

2023-02-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66456 Bug ID: 66456 Summary: Directory Traversal Vulnerability Product: Apache httpd-test Version: unspecified Hardware: PC OS: All Status: NEW Severity

[Bug 58593] mod_proxy wrong decision between http and ws

2023-01-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58593 Yann Ylavic changed: What|Removed |Added Status|NEEDINFO|RESOLVED Resolution

[Bug 58593] mod_proxy wrong decision between http and ws

2023-01-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58593 --- Comment #25 from Mina Galić --- i think we can close this bug then.? -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail

[Bug 66454] [lbmethod_heartbeat:notice] [pid 269178:tid 140154442576512] AH02282: No slotmem from mod_heartmonitor

2023-01-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66454 --- Comment #1 from Robert Dinse --- Created attachment 38490 --> https://bz.apache.org/bugzilla/attachment.cgi?id=38490=edit This is my configuration file for building Apache This is built on Ubuntu 22.04 with gcc 11.3.0. --

[Bug 66454] New: [lbmethod_heartbeat:notice] [pid 269178:tid 140154442576512] AH02282: No slotmem from mod_heartmonitor

2023-01-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66454 Bug ID: 66454 Summary: [lbmethod_heartbeat:notice] [pid 269178:tid 140154442576512] AH02282: No slotmem from mod_heartmonitor Product: Apache httpd-2 Version

[Bug 58593] mod_proxy wrong decision between http and ws

2023-01-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58593 --- Comment #24 from Yann Ylavic --- Messed up examples: > ProxyPass "/" "http://example.com/some/ws/capable/path/; upgrade=websocket > and: > ProxyPass "/" "ws://example.com//" should read:

[Bug 58593] mod_proxy wrong decision between http and ws

2023-01-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58593 --- Comment #23 from Yann Ylavic --- I mean with mod_proxy_http 2.4.47+ (and without mod_proxy_wstunnel), both: ProxyPass "/" "http://example.com/some/ws/capable/path/; upgrade=websocket and: ProxyPass "/"

[Bug 58593] mod_proxy wrong decision between http and ws

2023-01-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58593 --- Comment #22 from Yann Ylavic --- I think it does work because the workaround sets the ws(s) scheme for mod_proxy, which mod_proxy_http 2.4.47+ treats as/like "upgrade=websocket" (for compatibility precisely). -- You are

Bug report for Apache httpd-2 [2023/01/29]

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

[Bug 66453] New: ++ดูหนัง avatar 2 - เต็มเรื่อง 2022 (อวตาร 2) HD พากย์ไทย THAI

2023-01-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66453 Bug ID: 66453 Summary: ++ดูหนัง avatar 2 - เต็มเรื่อง 2022 (อวตาร 2) HD พากย์ไทย THAI Product: Apache httpd-test Version: unspecified Hardware: PC Status

[Bug 58593] mod_proxy wrong decision between http and ws

2023-01-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58593 --- Comment #21 from Mina Galić --- one more question: could it be that the mod_rewrite workaround will work on 2.4.47+ without mod_proxy_wstunnel loaded, too? -- You are receiving this mail because: You are the assignee for the bug

[Bug 66445] 未经审查-流浪地球2 - TW电影-完整版-(2023) 在线观看和-4K下载

2023-01-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66445 【TW电影】未经审查-流浪地球2-完整版-(2023) 在线观看和 changed: What|Removed |Added CC||kmrfdpwl

[Bug 66446] ดู!-เชือกป่าน ตอน Ep.12 ย้อนหลัง ฟรี(FINALE)

2023-01-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66446 ดู!-เชือกป่าน ตอน Ep.12 ย้อนหลัง ฟรี(FINALE) changed: What|Removed |Added Keywords||APIBug

[Bug 66446] ดู!-เชือกป่าน ตอน Ep.12 ย้อนหลัง ฟรี(FINALE)

2023-01-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66446 ดู!-เชือกป่าน ตอน Ep.12 ย้อนหลัง ฟรี(FINALE) changed: What|Removed |Added CC

[Bug 66446] New: ดู!-เชือกป่าน ตอน Ep.12 ย้อนหลัง ฟรี(FINALE)

2023-01-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66446 Bug ID: 66446 Summary: ดู!-เชือกป่าน ตอน Ep.12 ย้อนหลัง ฟรี(FINALE) Product: Apache httpd-2 Version: 2.5-HEAD Hardware: All OS: All Status: NEW

[Bug 58593] mod_proxy wrong decision between http and ws

2023-01-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58593 --- Comment #20 from Mina Galić --- it works. thanks! -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: bugs-unsubscr

[Bug 58593] mod_proxy wrong decision between http and ws

2023-01-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58593 --- Comment #19 from Yann Ylavic --- New note added to https://httpd.apache.org/docs/trunk/mod/mod_proxy.html#protoupgrade (hth..). -- You are receiving this mail because: You are the assignee for the bug

[Bug 66424] CPU affinity request

2023-01-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66424 --- Comment #1 from Christophe JAILLET --- Hi, with the numbers given, it looks like something interesting to look at. If you want to share some code and start a discussion about it, the best would be to do it via dedicated branch on github

[Bug 36636] database write lock taken for PROPFIND operations

2023-01-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=36636 Christophe JAILLET changed: What|Removed |Added Resolution|--- |FIXED Status

[Bug 66300] mod_proxy_hcheck does not detect AJP/CPING support

2023-01-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66300 --- Comment #7 from Christophe JAILLET --- Oops, backport in 2.4.x is r1905608 -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e

[Bug 66300] mod_proxy_hcheck does not detect AJP/CPING support

2023-01-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66300 Christophe JAILLET changed: What|Removed |Added Status|NEW |RESOLVED Resolution

[Bug 66302] Passing health check does not recover worker from its error state

2023-01-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66302 Christophe JAILLET changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug 66421] Setting LDAPConnectionPoolTTL to -1 (default value) prevents apache to start

2023-01-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66421 Christophe JAILLET changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #4 from

[Bug 58593] mod_proxy wrong decision between http and ws

2023-01-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58593 --- Comment #18 from Yann Ylavic --- This documentation is about mod_proxy_wstunnel, and using mod_proxy_wstunnel requires the mod_rewrite workaround still. With 2.4.47 and newer it's possible to proxy the websocket protocol (ws and wss

[Bug 58593] mod_proxy wrong decision between http and ws

2023-01-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58593 --- Comment #17 from Mina Galić --- if this has been possible since 2.4.47, why is the documentation still taking about mod_rewrite? https://httpd.apache.org/docs/2.4/mod/mod_proxy_wstunnel.html -- You are receiving this mail because: You

[Bug 58593] mod_proxy wrong decision between http and ws

2023-01-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58593 --- Comment #16 from Yann Ylavic --- (In reply to Yann Ylavic from comment #15) > > Using "ProxyWebsocketFallbackToProxyHttp on" would restore the old behaviour > thus two ProxyPass needed (supposedly). ProxyWebsocketFallb

[Bug 58593] mod_proxy wrong decision between http and ws

2023-01-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58593 Yann Ylavic changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #15 from Yann

[Bug 62161] no way to ensure error log contains timezone in timestamps

2023-01-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62161 --- Comment #4 from Yann Ylavic --- Created attachment 38485 --> https://bz.apache.org/bugzilla/attachment.cgi?id=38485=edit ErrorLogFormat to accept "%{z}t" and "%{}t" ErrorLogFormat is about every log in any

[Bug 66443] [2.4.55 regression] SSI include virtual=file + mod_rewrite outputs line noise

2023-01-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66443 --- Comment #1 from andrew murphy --- ubuntu curl --compressed (which doesn't use brotli compression, just gzip) DOES get the correct page, which is strange a "test your url around the world" website shows line-noise each time I'm

[Bug 66443] [2.4.55 regression] SSI include virtual=file + mod_rewrite outputs line noise

2023-01-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66443 andrew murphy changed: What|Removed |Added OS||All Summary|[2.4.55

[Bug 66443] New: [2.4.55 regression] SSI include virtual=file + mod_redirect outputs line noise

2023-01-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66443 Bug ID: 66443 Summary: [2.4.55 regression] SSI include virtual=file + mod_redirect outputs line noise Product: Apache httpd-2 Version: 2.4.55 Hardware: PC

[Bug 58593] mod_proxy wrong decision between http and ws

2023-01-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58593 --- Comment #14 from Ruediger Pluem --- Doesn't https://httpd.apache.org/docs/2.4/mod/mod_proxy_wstunnel.html#proxywebsocketfallbacktoproxyhttp solve your issue? -- You are receiving this mail because: You are the assignee for the bug

[Bug 66403] AH00124 details

2023-01-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66403 Fabian Schneider changed: What|Removed |Added CC||apa...@avaquella.de -- You

[Bug 66403] AH00124 details

2023-01-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66403 --- Comment #3 from Fabian Schneider --- In my opinion changing the default error message makes a lot of sense, as especially in hosting environments it's hard to make clients believe that the error message has nothing to do about server

[Bug 62161] no way to ensure error log contains timezone in timestamps

2023-01-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62161 --- Comment #3 from nico...@eforney.com --- This is really a must-have! Having the same capabilities as LogFormat for the timezone part will be a great solution. -- You are receiving this mail because: You are the assignee for the bug

[Bug 66421] Setting LDAPConnectionPoolTTL to -1 (default value) prevents apache to start

2023-01-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66421 --- Comment #3 from nailyk --- Confirmed the patch you provided fix the issue. Apache is now starting. Thank you very much ! -- You are receiving this mail because: You are the assignee for the bug

[Bug 58593] mod_proxy wrong decision between http and ws

2023-01-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58593 --- Comment #13 from Mina Galić --- I know this is an old issue, with a well known workaround. But I'm still wondering if anyone is looking into fixing this on a mod_proxy level. Having applications with HTTP and WebSockets is pretty much

[Bug 58593] mod_proxy wrong decision between http and ws

2023-01-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58593 Mina Galić changed: What|Removed |Added CC||m...@igalic.co -- You are receiving

[Bug 66417] Unable to restart the hosts due to slotmem issue in RH OS

2023-01-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66417 Ankit kumar changed: What|Removed |Added OS|other |FreeBSD Hardware|Other

[Bug 66417] Unable to restart the hosts due to slotmem issue in RH OS

2023-01-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66417 Ankit kumar changed: What|Removed |Added Priority|P2 |P1 -- You are receiving this mail

[Bug 66440] New: The maximum effective value of SSLSessionCacheTimeout is 3600

2023-01-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66440 Bug ID: 66440 Summary: The maximum effective value of SSLSessionCacheTimeout is 3600 Product: Apache httpd-2 Version: 2.4.37 Hardware: Other OS: Linux

[Bug 66437] VirtualDocumentRoot %N.M method with multiple digit numbers not working

2023-01-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66437 --- Comment #2 from Christophe JAILLET --- Created attachment 38484 --> https://bz.apache.org/bugzilla/attachment.cgi?id=38484=edit Patch to remove the <9 limitation for N and M Hi, attached a patch that should remove the limitatio

Bug report for Apache httpd-2 [2023/01/22]

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

[Bug 66437] VirtualDocumentRoot %N.M method with multiple digit numbers not working

2023-01-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66437 --- Comment #1 from Rich Bowen --- I thought that this fact was documented (it's not) and I know that I've mentioned it many times as a limitation, over the years, in presentations given about this module. Yes, N and M are limited

[Bug 66437] New: VirtualDocumentRoot %N.M method with multiple digit numbers not working

2023-01-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66437 Bug ID: 66437 Summary: VirtualDocumentRoot %N.M method with multiple digit numbers not working Product: Apache httpd-2 Version: 2.4.18 Hardware: PC OS

[Bug 63300] mod_status lists BusyWorkers IdleWorkers keys twice

2023-01-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63300 Tomas Korbar changed: What|Removed |Added CC||tkor...@redhat.com --- Comment #5 from

[Bug 66430] Sensitive Information Disclosure in error.log

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

[Bug 66430] New: Sensitive Information Disclosure in error.log

2023-01-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66430 Bug ID: 66430 Summary: Sensitive Information Disclosure in error.log Product: Apache httpd-2 Version: 2.4.51 Hardware: All OS: All Status: NEW Severity

[Bug 66421] Setting LDAPConnectionPoolTTL to -1 (default value) prevents apache to start

2023-01-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66421 Christophe JAILLET changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #2 from

[Bug 66417] Unable to restart the hosts due to slotmem issue in RH OS

2023-01-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66417 Ankit kumar changed: What|Removed |Added Severity|normal |critical -- You are receiving

[Bug 40340] httpd as reverse proxy with SSL and IBM Lotus Domino as backend is not working right

2023-01-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=40340 Reza changed: What|Removed |Added CC||kliwonr...@gmail.com -- You are receiving

[Bug 66421] Setting LDAPConnectionPoolTTL to -1 (default value) prevents apache to start

2023-01-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66421 nailyk changed: What|Removed |Added CC||bzapa...@nailyk.fr -- You are receiving

[Bug 66421] Setting LDAPConnectionPoolTTL to -1 (default value) prevents apache to start

2023-01-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66421 --- Comment #1 from nailyk --- Created attachment 38464 --> https://bz.apache.org/bugzilla/attachment.cgi?id=38464=edit Patch proposal for 2.4.54 LDAPConnectionPoolTTL=-1 fix v1 Not the ideal solution but it seems to work. (Still test

[Bug 66424] New: CPU affinity request

2023-01-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66424 Bug ID: 66424 Summary: CPU affinity request Product: Apache httpd-2 Version: 2.4.37 Hardware: PC OS: Linux Status: NEW Severity: major

Bug report for Apache httpd-2 [2023/01/15]

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

[Bug 66421] New: Setting LDAPConnectionPoolTTL to -1 (default value) prevents apache to start

2023-01-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66421 Bug ID: 66421 Summary: Setting LDAPConnectionPoolTTL to -1 (default value) prevents apache to start Product: Apache httpd-2 Version: 2.4.54 Hardware: PC

[Bug 66417] New: Unable to restart the hosts due to slotmem issue in RH OS

2023-01-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66417 Bug ID: 66417 Summary: Unable to restart the hosts due to slotmem issue in RH OS Product: Apache httpd-2 Version: 2.4.54 Hardware: Other OS: other

[Bug 57339] ErrorLogFormat doesn't allow logging in Internet date/time format

2023-01-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57339 --- Comment #2 from nico...@eforney.com --- Definitely a most have! Make log centralization more complicated. -- You are receiving this mail because: You are the assignee for the bug

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

2023-01-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64919 --- Comment #8 from Jake Bell --- Still happening in 2.4.54. Any update on when this might be fixed/changed to be configurable? -- You are receiving this mail because: You are the assignee for the bug

[Bug 66313] Allow lockdiscovery to be disabled

2023-01-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66313 m...@netbsd.org changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug 60992] [PATCH] Cache 308 and 410 responses even without Cache-Control/Expires headers

2023-01-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60992 rivido changed: What|Removed |Added CC||rivido2...@tohup.com -- You are receiving

Bug report for Apache httpd-2 [2023/01/08]

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

[Bug 57360] Fail gracefully on certificate/key mismatch

2023-01-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57360 --- Comment #6 from Joe Orton --- FWIW I agree it's a bug this isn't caught by "httpd -t", but it would definitely not be acceptable to silently "disable" some vhosts because the certs were badly configured. Looks like i

[Bug 66403] AH00124 details

2023-01-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66403 Christophe JAILLET changed: What|Removed |Added Status|NEEDINFO|NEW -- You are receiving

[Bug 66402] 404 page not found in port-reflected vhosts.

2023-01-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66402 Christophe JAILLET changed: What|Removed |Added Status|NEW |RESOLVED Resolution

[Bug 57360] Fail gracefully on certificate/key mismatch

2023-01-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57360 Andrew G. Watters changed: What|Removed |Added CC||and...@andrewwatters.com -- You

[Bug 57360] Fail gracefully on certificate/key mismatch

2023-01-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57360 --- Comment #5 from Andrew G. Watters --- This is still a bug as of 2022. I was panicking because I manage several websites, all of which are under one certificate and were down for 45 minutes while I troubleshooted. It would be really

[Bug 66402] 404 page not found in port-reflected vhosts.

2023-01-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66402 --- Comment #2 from Yoshiji Emoto --- Resolved. Sorry misconfiguration. Problem: librespeed-go process is running. report 404 not found from this process. removed below FreeBSD ipfw setting. > addfwd 127.0.0.1,8989 tcp from

[Bug 35981] mod_dav overrides dav_fs response on PUT failure

2023-01-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=35981 Ruediger Pluem changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution

[Bug 66130] Build relies on the non-standard 'which' utility

2023-01-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66130 --- Comment #2 from Ruediger Pluem --- Thnaks. Committed to trunk as r1906387. -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e

[Bug 35981] mod_dav overrides dav_fs response on PUT failure

2023-01-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=35981 --- Comment #12 from Ruediger Pluem --- Proposed for backport in r1906383. -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail

[Bug 66403] AH00124 details

2023-01-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66403 --- Comment #2 from Marc Stern --- (In reply to Ruediger Pluem from comment #1) > Something like r1906380 ? Yes, thanks -- You are receiving this mail because: You are the assignee for the

[Bug 66403] AH00124 details

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

Bug report for Apache httpd-2 [2023/01/01]

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

[Bug 66403] New: AH00124 details

2022-12-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66403 Bug ID: 66403 Summary: AH00124 details Product: Apache httpd-2 Version: 2.5-HEAD Hardware: All OS: All Status: NEW Severity: enhancement

[Bug 66402] 404 page not found in port-reflected vhosts.

2022-12-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66402 --- Comment #1 from Yoshiji Emoto --- More problem report. Access the Internet-router's public address to Named virtual host. telnet (public-host-and-domain-name) 80 <<'EOF' GET / HTTP/1.0 Host: (public-host-and-domain-name) EOF Th

[Bug 66402] New: 404 page not found in port-reflected vhosts.

2022-12-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66402 Bug ID: 66402 Summary: 404 page not found in port-reflected vhosts. Product: Apache httpd-2 Version: 2.4.54 Hardware: PC OS: FreeBSD Status: NEW

Bug report for Apache httpd-2 [2022/12/25]

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

[Bug 64675] missing ServerAlias in httpd -t -D DUMP_VHOSTS output

2022-12-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64675 verne.brit...@gmail.com changed: What|Removed |Added CC||verne.brit...@gmail.com

[Bug 64675] missing ServerAlias in httpd -t -D DUMP_VHOSTS output

2022-12-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64675 --- Comment #3 from verne.brit...@gmail.com --- anyone have thoughts on this issue, and the suggested fix ?? -- You are receiving this mail because: You are the assignee for the bug

[Bug 66398] AUTHORIZE_ variables not set when Require valid-user not included in

2022-12-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66398 Piotr Koper changed: What|Removed |Added OS||All Resolution

[Bug 66398] New: AUTHORIZE_ variables not set when Require valid-user not included in

2022-12-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66398 Bug ID: 66398 Summary: AUTHORIZE_ variables not set when Require valid-user not included in Product: Apache httpd-2 Version: 2.4.54 Hardware: PC Status: NEW

[Bug 66131] Module regression

2022-12-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66131 Jérôme Billiras changed: What|Removed |Added Status|NEW |RESOLVED Resolution

Bug report for Apache httpd-2 [2022/12/18]

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

[Bug 66391] H2 not proxying Content-Type

2022-12-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66391 Stefan Eissing changed: What|Removed |Added Status|NEW |RESOLVED Resolution

[Bug 66391] H2 not proxying Content-Type

2022-12-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66391 Jerome Billiras changed: What|Removed |Added Keywords||PatchAvailable -- You

[Bug 64462] [Feature Request] Support for HTTP/3

2022-12-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64462 Boris Petrov changed: What|Removed |Added CC||boris_pet...@live.com -- You

[Bug 66391] New: H2 not proxying Content-Type

2022-12-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66391 Bug ID: 66391 Summary: H2 not proxying Content-Type Product: Apache httpd-2 Version: 2.4-HEAD Hardware: All OS: All Status: NEW Severity: major

[Bug 35981] mod_dav overrides dav_fs response on PUT failure

2022-12-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=35981 Paul Skopnik changed: What|Removed |Added CC||paul.skop...@kit.edu

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