[Bug 62663] REQUEST_URI includes query string, contrary to documentation

2018-08-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62663 --- Comment #2 from William A. Rowe Jr. --- Note that the CGI RFC doesn't define REQUEST_URI. This is what it does define, Script-URI; https://tools.ietf.org/html/rfc3875#section-3.3 This apparently includes path info and query string. --

[Bug 62663] REQUEST_URI includes query string, contrary to documentation

2018-08-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62663 --- Comment #1 from Eric Covener --- It looks like REQUEST_URI the internal environment variable (which gets copied to the environment for a CGI or is accessible as 'reqenv' in expressions) is the actual URI, whereas REQUEST_URI is the path

[Bug 62663] REQUEST_URI includes query string, contrary to documentation

2018-08-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62663 fel...@felipegasper.com changed: What|Removed |Added OS|Mac OS X 10.1 |Linux -- You are receiving

[Bug 62663] New: REQUEST_URI includes query string, contrary to documentation

2018-08-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62663 Bug ID: 62663 Summary: REQUEST_URI includes query string, contrary to documentation Product: Apache httpd-2 Version: 2.4.34 Hardware: PC OS: Mac OS X

[Bug 60739] SSLProtocol settings seem to have no effect

2018-08-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60739 --- Comment #20 from David Favor --- Somehow this has been fixed. Maybe a side effect of other fixes. As of Apache-2.4.34 the following works. SSLProtocol All -SSLv2 -SSLv3 -TLSv1 -TLSv1.1 -- You are receiving this mail because: You are

[Bug 39737] LogFormat "%{tid}P" reports wrong thread id on Windows

2018-08-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=39737 --- Comment #6 from Yann Ylavic --- Don't we need something like this? Index: srclib/apr/strings/apr_snprintf.c === --- srclib/apr/strings/apr_snprintf.c (revision 1800753) +++

[Bug 62568] ERR_INVALID_HTTP_RESPONSE as of 2.4.34 when listing directories

2018-08-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62568 Luca Toscano changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug 62362] Proxied content not properly rate-limited

2018-08-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62362 --- Comment #6 from Luca Toscano --- For posterity: this change lead to https://bz.apache.org/bugzilla/show_bug.cgi?id=62568 -- You are receiving this mail because: You are the assignee for the bug.

[Bug 62590] performance drop after moving from apache 2.2 to apache 2.4

2018-08-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62590 --- Comment #7 from paolo --- Hi William, here the openssl-version which is installed on my host: paolo@adnvl005:~/ openssl version OpenSSL 1.0.1e-fips 11 Feb 2013 -- You are receiving this mail because: You are the assignee for the bug.

[Bug 39737] LogFormat "%{tid}P" reports wrong thread id on Windows

2018-08-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=39737 --- Comment #5 from William A. Rowe Jr. --- apr_os_thread_current returns a handle (OS representation of a manipulatable thread.) Similarly apr_os_thread_get. That behavior is correct. mod_log_custom is doing this; apr_os_thread_t tid =