summaryrefslogtreecommitdiffstats
path: root/apache_probes.d (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-02-12Unwind commit 1729901 (and 1729926), it was not ready for trunkWilliam A. Rowe Jr5-134/+12
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1729928 13f79535-47bb-0310-9956-ffa450edef68
2016-02-12Support for OpenSSL 1.1.0:Rainer Jung2-8/+29
- further improvements for renegotiation No more test suite failures for reneg, but still using not so nice polling. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1729927 13f79535-47bb-0310-9956-ffa450edef68
2016-02-12Fix compile error:Rainer Jung1-5/+5
- missing semicolons - s/req/r/ Followup to r1729901 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1729926 13f79535-47bb-0310-9956-ffa450edef68
2016-02-11Introduce an ap_get_useragent_host() accessor to replace the oldWilliam A. Rowe Jr5-12/+134
ap_get_remote_host() in most applications, but preserve the original behavior for all ap_get_remote_host() consumers (mostly, because we don't have the request_rec in the first place, and also to avoid any unintended consequences). This accessor continues to store the remote_host of connection based uesr agents within the conn_rec for optimization. Only where some other module modifies the useragent_addr will we perform a per-request query of the remote_host. (Committed previously, but backed out due to unrelated core.c changes) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1729901 13f79535-47bb-0310-9956-ffa450edef68
2016-02-11Revert r1729897, 1729898, my copy of core.c was polluted by a different patchWilliam A. Rowe Jr5-159/+34
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1729899 13f79535-47bb-0310-9956-ffa450edef68
2016-02-11Note change for r1729897William A. Rowe Jr1-0/+5
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1729898 13f79535-47bb-0310-9956-ffa450edef68
2016-02-11Introduce an ap_get_useragent_host() accessor to replace the oldWilliam A. Rowe Jr4-34/+154
ap_get_remote_host() in most applications, but preserve the original behavior for all ap_get_remote_host() consumers (mostly, because we don't have the request_rec in the first place, and also to avoid any unintended consequences). This accessor continues to store the remote_host of connection based uesr agents within the conn_rec for optimization. Only where some other module modifies the useragent_addr will we perform a per-request query of the remote_host. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1729897 13f79535-47bb-0310-9956-ffa450edef68
2016-02-11Note that this should become private to mod_ident, accessed by the accessor fnWilliam A. Rowe Jr1-0/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1729895 13f79535-47bb-0310-9956-ffa450edef68
2016-02-11mod_proxy: follow up to r1729826: really copy conn->ssl_hostname.Yann Ylavic1-2/+8
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1729847 13f79535-47bb-0310-9956-ffa450edef68
2016-02-11xformsJim Jagielski5-4/+7
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1729840 13f79535-47bb-0310-9956-ffa450edef68
2016-02-11ABC order and add hcheckJim Jagielski1-1/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1729838 13f79535-47bb-0310-9956-ffa450edef68
2016-02-11more docco: health check and status. Basic infoJim Jagielski2-3/+89
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1729837 13f79535-47bb-0310-9956-ffa450edef68
2016-02-11mod_proxy_http2: remove code working around issue fixed (hopefully) in 1729826.Yann Ylavic1-13/+4
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1729830 13f79535-47bb-0310-9956-ffa450edef68
2016-02-11mod_proxy: Play/restore the TLS-SNI on new backend connections whichYann Ylavic2-2/+12
had to be issued because the remote closed the previous/reusable one during idle (keep-alive) time. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1729826 13f79535-47bb-0310-9956-ffa450edef68
2016-02-11apr_strtok minor invocation change to maybe what everyone is used toStefan Eissing1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1729782 13f79535-47bb-0310-9956-ffa450edef68
2016-02-10Prefer "goto cleanup" over "do {... if (error) break; ... } while(0)"Yann Ylavic2-107/+97
construction for error handling/jump (as suggested by Ruediger). Hence we can move backend->close = 1 (for mod_proxy_wstunnel) and proxy_run_detach_backend() (for mod_proxy_http2) in the cleanup fallback. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1729749 13f79535-47bb-0310-9956-ffa450edef68
2016-02-10Make images align centerJim Jagielski2-8/+8
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1729726 13f79535-47bb-0310-9956-ffa450edef68
2016-02-10Adjust size...Jim Jagielski2-0/+0
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1729723 13f79535-47bb-0310-9956-ffa450edef68
2016-02-10bal-manJim Jagielski2-0/+109
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1729721 13f79535-47bb-0310-9956-ffa450edef68
2016-02-10fix xformJim Jagielski1-29/+29
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1729707 13f79535-47bb-0310-9956-ffa450edef68
2016-02-10grrrr... indentingJim Jagielski1-32/+32
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1729706 13f79535-47bb-0310-9956-ffa450edef68
2016-02-10xformJim Jagielski1-50/+163
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1729703 13f79535-47bb-0310-9956-ffa450edef68
2016-02-10more infoJim Jagielski1-79/+192
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1729702 13f79535-47bb-0310-9956-ffa450edef68
2016-02-10* Fix compiler warning of unused variableRuediger Pluem1-1/+3
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1729700 13f79535-47bb-0310-9956-ffa450edef68
2016-02-10and xformsJim Jagielski15-14/+28
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1729672 13f79535-47bb-0310-9956-ffa450edef68
2016-02-10force to new paraJim Jagielski1-1/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1729671 13f79535-47bb-0310-9956-ffa450edef68
2016-02-10Add in gen'ed filesJim Jagielski3-0/+145
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1729669 13f79535-47bb-0310-9956-ffa450edef68
2016-02-10Note guideJim Jagielski2-4/+4
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1729668 13f79535-47bb-0310-9956-ffa450edef68
2016-02-10xformJim Jagielski1-22/+118
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1729667 13f79535-47bb-0310-9956-ffa450edef68
2016-02-10added dimensioning and mutlti domain sectionsStefan Eissing1-37/+131
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1729655 13f79535-47bb-0310-9956-ffa450edef68
2016-02-10using root pool for slave connectionsStefan Eissing2-17/+19
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1729635 13f79535-47bb-0310-9956-ffa450edef68
2016-02-10giving write operations a chance after a max of 64k has been read, not ↵Stefan Eissing2-18/+20
entering async keepalive before first request is seen git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1729624 13f79535-47bb-0310-9956-ffa450edef68
2016-02-10xformsJim Jagielski8-6/+25
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1729622 13f79535-47bb-0310-9956-ffa450edef68
2016-02-10point to (rough at this stage) guideJim Jagielski1-0/+13
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1729617 13f79535-47bb-0310-9956-ffa450edef68
2016-02-10xformsJim Jagielski2-2/+6
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1729614 13f79535-47bb-0310-9956-ffa450edef68
2016-02-10adjustJim Jagielski2-2/+3
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1729612 13f79535-47bb-0310-9956-ffa450edef68