[Bug 63795] mod_proxy_balancer: disabling balancer member often results in "AH01114: HTTP: failed to make connection to backend"

2020-04-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63795 Felix changed: What|Removed |Added CC||not@gmail.com -- You are receiving this

[Bug 64299] Apache Httpd is not allowing all ip address

2020-04-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64299 Rich Bowen changed: What|Removed |Added OS||All --- Comment #1 from Rich Bowen ---

[Bug 64297] mod_md uninitialized variable

2020-04-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64297 --- Comment #2 from toan@gmail.com --- Hi Stefan, Yeah indeed I think you right, so I dive in md_json_readb and see this apr_status_t md_json_readd(md_json_t **pjson, apr_pool_t *pool, const char *data, size_t data_len) { json_error_t

[Bug 64297] mod_md uninitialized variable

2020-04-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64297 --- Comment #1 from Stefan Eissing --- Thanks for your report. I agree that md_json_read_http() should NULL the pointer if the response is not of a json content type. I will fix the code accordingly. As for an attack, the function is only

[Bug 64299] New: Apache Httpd is not allowing all ip address

2020-04-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64299 Bug ID: 64299 Summary: Apache Httpd is not allowing all ip address Product: Apache httpd-2 Version: 2.4.18 Hardware: PC Status: NEW Severity: normal

[Bug 63687] High Memory usage after upgrade to 2.4.41

2020-04-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63687 --- Comment #78 from Ruediger Pluem --- Maybe the following untested stuff helps you to do this in an unattended way: gdb break sbrk commands silent bt full cont end set logging file set logging redirect on set logging on cont -- You are

[Bug 63687] High Memory usage after upgrade to 2.4.41

2020-04-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63687 --- Comment #77 from Ruediger Pluem --- (In reply to Curtis Wilson from comment #76) > Is there anything else that is needed at this time? Not now. I am honestly a bit lost now. It looks like that your processes consume a lot of memory (about

[Bug 64297] New: mod_md uninitialized variable

2020-04-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64297 Bug ID: 64297 Summary: mod_md uninitialized variable Product: Apache httpd-2 Version: 2.5-HEAD Hardware: All OS: All Status: NEW Severity: critical