[Bug 60757] mod_proxy_hcheck Doesn't perform checks

2017-02-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60757 --- Comment #14 from Don Randolph --- Awesome. Thanks -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail:

[Bug 60757] mod_proxy_hcheck Doesn't perform checks

2017-02-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60757 --- Comment #11 from Jim Jagielski --- The Virtualhost itself is active, right? I am not seeing in the snippet where httpd is even creating the check workers... So far, have not been able to recreate here -- You are

[Bug 60757] mod_proxy_hcheck Doesn't perform checks

2017-02-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60757 Jim Jagielski changed: What|Removed |Added Status|NEEDINFO|RESOLVED

[Bug 60757] mod_proxy_hcheck Doesn't perform checks

2017-02-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60757 --- Comment #12 from Jim Jagielski --- Hold on... I think I can recreate... trying as we speak -- You are receiving this mail because: You are the assignee for the bug.

[Bug 60757] mod_proxy_hcheck Doesn't perform checks

2017-02-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60757 --- Comment #3 from Jim Jagielski --- Try the TRACE level just on mod_proxy_hcheck, but yeah, something looks wonky. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 60757] mod_proxy_hcheck Doesn't perform checks

2017-02-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60757 --- Comment #5 from Jim Jagielski --- You can do this in 2.4 via the per-module function described in https://httpd.apache.org/docs/2.4/logs.html eg LogLevel proxy_hcheck:TRACE2 -- You are receiving this mail because: You

[Bug 60757] mod_proxy_hcheck Doesn't perform checks

2017-02-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60757 --- Comment #2 from Don Randolph --- Ok I changed the LogLevel from warn to debug and did a apachectl restart. Here is what I get when I do a tail -f -n 1 /var/log/httpd-error.log | grep -i hcheck [Thu Feb 23

[Bug 60757] mod_proxy_hcheck Doesn't perform checks

2017-02-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60757 --- Comment #4 from Don Randolph --- How do I enable TRACE on mod_proxy_hcheck? -- You are receiving this mail because: You are the assignee for the bug. -

[Bug 60757] mod_proxy_hcheck Doesn't perform checks

2017-02-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60757 Jim Jagielski changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment

[Bug 60757] mod_proxy_hcheck Doesn't perform checks

2017-02-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60757 --- Comment #7 from Jim Jagielski --- Also enable for mod_proxy and watchdog -- You are receiving this mail because: You are the assignee for the bug. - To

[Bug 60757] mod_proxy_hcheck Doesn't perform checks

2017-02-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60757 --- Comment #8 from Don Randolph --- Like this? LogLevel proxy_hcheck:TRACE2 LogLevel proxy:TRACE2 LogLevel watchdog:TRACE2 or LogLevel proxy_hcheck:TRACE2 proxy:TRACE2 watchdog:TRACE2 Thanks -- You are receiving this

[Bug 60704] Setting "HttpProtocolOptions Unsafe ..." does not allow Host Header containing "_"

2017-02-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60704 --- Comment #5 from Michael --- Today I faced another issue, that's confusing me even more. Testcase is apache 2.4.25, HttpProtocolOptions set to "Unsafe LenientMethods Allow0.9". 1) curl -H "Host: my_invalid_hostname" -v

[Bug 60772] New: Apache2 is not starting!

2017-02-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60772 Bug ID: 60772 Summary: Apache2 is not starting! Product: Apache httpd-2 Version: 2.4.16 Hardware: PC OS: Linux Status: NEW Severity: normal

[Bug 60757] mod_proxy_hcheck Doesn't perform checks

2017-02-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60757 --- Comment #6 from Don Randolph --- Ok to help isolate the problem... 1. I put the proxy server in Maintenance Mode. So no traffic is being handled by the server. 2. I removed all health checks on the servers except 97 to

[Bug 60772] Apache2 is not starting!

2017-02-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60772 vitalio...@gmail.com changed: What|Removed |Added Severity|normal |critical -- You are receiving

[Bug 60772] Apache2 is not starting!

2017-02-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60772 Eric Covener changed: What|Removed |Added Resolution|--- |INVALID

[Bug 60757] mod_proxy_hcheck Doesn't perform checks

2017-02-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60757 --- Comment #9 from Jim Jagielski --- Both ways should work fine. -- You are receiving this mail because: You are the assignee for the bug. - To

[Bug 60757] mod_proxy_hcheck Doesn't perform checks

2017-02-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60757 --- Comment #10 from Don Randolph --- Ok added... LogLevel proxy_hcheck:TRACE2 LogLevel proxy:TRACE2 LogLevel watchdog:TRACE2 to the httpd.conf and restarted Apache. Here is the tail of the error.log file. [Thu Feb 23