summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAgeFilesLines
* Backport of r1909558 from trunk:Stefan Eissing2023-05-022-3/+4
| | | | | | | | | | *) mod_tls: updating to rustls-ffi version 0.9.2 or higher. Checking in configure for proper version installed. Code fixes for changed clienthello member name. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1909561 13f79535-47bb-0310-9956-ffa450edef68
* Followup to r1908937:Ruediger Pluem2023-04-111-1/+1
| | | | | | | | | Fix the second location where ../../server needs to be added to the include path as mod_rewrite now requires test_char.h. Submitted by: Steve Bush <Steven.BUSH@3ds.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1909061 13f79535-47bb-0310-9956-ffa450edef68
* * mod_rewrite now requires test_char.h. Hence add ../../server to the ↵Ruediger Pluem2023-04-031-1/+1
| | | | | | include path git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1908937 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1908827, r1908838 from trunk:Ruediger Pluem2023-03-317-48/+101
| | | | | | | | | | | | | mod_proxy: Check for space/ctrls in nocanon path/urls before forwarding. Follow up to r1908827: CHANGES entry. Submitted by: ylavic Reviewed by: ylavic, rpluem, covener git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1908865 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1908341, r1908628, r1908629 from trunk:Ruediger Pluem2023-03-3111-22/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not double encode encoded slashes In case that AllowEncodedSlashes is set to NoDecode do not double encode encoded slashes in the URL sent by the reverse proxy to the backend. * include/ap_mmn.h: Document the addition of ap_proxy_canonenc_ex to the API. * modules/proxy/mod_proxy.h: Declare ap_proxy_canonenc_ex and define flag values. * modules/proxy/proxy_util.c: Implement ap_proxy_canonenc_ex by modifying ap_proxy_canonenc accordingly and reimplement ap_proxy_canonenc to use ap_proxy_canonenc_ex with the appropriate flag. * modules/http2/mod_proxy_http2.c, modules/proxy/mod_proxy_*.c: Set the correct flag based on the AllowEncodedSlashes configuration and use ap_proxy_canonenc_ex instead of ap_proxy_canonenc. * Whitespace fixes. No functional change. * Fix typo Reviewed by: rpluem, ylavic, covener Github: closes #351 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1908864 13f79535-47bb-0310-9956-ffa450edef68
* Backport recent rewrite trunk featuresEric Covener2023-03-311-0/+1
| | | | | | | | | | | | https://patch-diff.githubusercontent.com/raw/apache/httpd/pull/348.diff Submitted by: covener Reviewed by: covener, ylavic, rpluem Github: closes #348 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1908859 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1908691 from trunk:Stefan Eissing2023-03-311-2/+2
| | | | | | | | *) mod_http2: fixed a crash during connection termination. See PR 66539. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1908852 13f79535-47bb-0310-9956-ffa450edef68
* Backport recent rewrite trunk featuresEric Covener2023-03-301-41/+65
| | | | | | | | | | | | https://patch-diff.githubusercontent.com/raw/apache/httpd/pull/348.diff Submitted by: covener Reviewed by: covener, ylavic, rpluem Github: closes #348 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1908814 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1907505, r1908186 from trunk:Eric Covener2023-03-192-4/+18
| | | | | | | | | | | | | | | | | * In the reverse proxy case r->filename might contain a query string if the nocanon option was used with ProxyPass. If this is the case cut off the query string as the last parameter in this query string might end up on an extension we take care about, but we only want to match against path components not against query parameters. * Add CHANGES entry for r1907505 [skip ci] Reviewed By: rpluem, ylavic, covener git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1908538 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1908302 from trunk:Eric Covener2023-03-198-60/+92
| | | | | | | | | | | | move B=xx example to the bottom show example with quoted flags and a space Reviewed By: ylavic, rpluem, covener git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1908536 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1908116 from trunk:Ruediger Pluem2023-03-061-1/+1
| | | | | | | | | | | | * modules/http2/mod_proxy_http2.c: Fix missing APLOGNO. Submitted by: jorton Reviewed by: rpluem Note: mod_proxy_http2 is CTR on 2.4.x. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1908118 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1908097 from trunk:Eric Covener2023-03-051-1/+1
| | | | | | | | | | | | avoid delimiting the query with a backreference Reviewed By: covener, fielding, rpluem, gbechis git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1908099 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1908097 from trunk:Eric Covener2023-03-051-13/+32
| | | | | | | | | | | | avoid delimiting the query with a backreference Reviewed By: covener, fielding, rpluem, gbechis git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1908098 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1908095 from trunk:Eric Covener2023-03-056-0/+72
| | | | | | | | | | | | don't forward invalid query strings Submitted by: rpluem Reviewed By: covener, fielding, rpluem, gbechis git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1908096 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1907980 from trunk:Eric Covener2023-03-051-14/+35
| | | | | | | | | | | | mod_proxy_uwsgi: Stricter backend HTTP response parsing/validation Reviewed By: ylavic, covener, gbechis, rpluem git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1908094 13f79535-47bb-0310-9956-ffa450edef68
* Merge of r1908080 from trunk:Stefan Eissing2023-03-0512-58/+84
| | | | | | | | | | | | | | *) mod_md: - Enabling ED25519 support and certificate transparency information when building with libressl v3.5.0 and newer. Thanks to Giovanni Bechis. - MDChallengeDns01 can now be configured for individual domains. Thanks to Jérôme Billiras (@bilhackmac) for the initial PR. - Fixed a bug found by Jérôme Billiras (@bilhackmac) that caused the challenge teardown not being invoked as it should. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1908081 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1907024 from trunk:Eric Covener2023-03-031-2/+4
| | | | | | | | | | | LDAPConnectionPoolTTL should accept negative values in order to allow connections of any age to be reused. Up to now, a negative value was handled as an error when parsing the configuration file. PR 66421. Reviewed By: jailletc36, covener, rpluem git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1908027 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1906940 from trunk:Eric Covener2023-03-031-1/+8
| | | | | | | | | * Report an error if the AJP backend sends an invalid number of headers Reviewed By: rpluem, covener, ylavic git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1908026 13f79535-47bb-0310-9956-ffa450edef68
* Merge of r1906775 from trunk:Stefan Eissing2023-01-191-1/+1
| | | | | | | | | | *) mod_http2: client resets of HTTP/2 streams led to unwanted 500 errors reported in access logs and error documents. The processing of the reset was correct, only unneccesary reporting was caused. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1906806 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1906487 from trunk:Eric Covener2023-01-101-1/+7
| | | | | | | | | | | | * modules/dav/main/util.c (dav_process_if_header): Fix error path for "Not" prefix parsing. Submitted By: jorton Reviewed By: jorton, covener, rpluem git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1906543 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1906540 from trunk:Eric Covener2023-01-101-0/+2
| | | | | | | | | | cleanup on error Reviewed By: rpluem, gbechis, covener git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1906542 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1906539 from trunk:Eric Covener2023-01-101-19/+27
| | | | | | | | | | fail on bad header Submitted By: covener Reviewed By: covener, rpluem, gbechis git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1906541 13f79535-47bb-0310-9956-ffa450edef68
* *) mod_dav: DAVlockDiscovery option to disable WebDAV lock discoverymanu2023-01-093-8/+51
| | | | | | | | | | | | This is a game changer for performances if client use PROPFIND a lot, PR: 66313 Submited by: manu Reviewed by: manu, covener, gbechis git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1906506 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1889936 from trunk:Eric Covener2023-01-091-4/+6
| | | | | | | | | | | | | | | | | | mod_proxy_hcheck: Honor worker timeout settings. Daniel reported on user@ that hc connections do not timeout according to the worker's tumeout= configuration, this fixes it. While at it, copy the other timeout settings too. Reported by: dferradal Submitted By: rpluem Reviewed By: rpluem, jorton, jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1906499 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1903744, r1903745, r1904642, r1905646, r1905669 from trunk:Eric Covener2023-01-093-9/+29
| | | | | | | | | | | | | | | | | | | | | | | | Allow for HTTP/1.1 or HTTP/1.0 protocol health checks Document hcmethod enhancement to allow HTTP/1.1 comms catch by CJ Bump mmn bump again + suppress MMN changes, applied manually in 1906496 Submitted By: jim Reviewed By: jim, covener, rpluem git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1906498 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1904518 from trunk:Eric Covener2023-01-092-1/+3
| | | | | | | | | | | | | | | *) mod_proxy_hcheck: Re-enable workers in standard ERROR state. PR 66302. [Alessandro Cavaliere <alessandro.cavalier7 unibo.it>] + MMN Submitted By: jim Reviewed By: +1: jim, ylavic, icing git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1906496 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1663123, r1670431 from trunk:Eric Covener2023-01-091-10/+51
| | | | | | | | | | | | | | | | | mod_authn_core: Add expression support to AuthName and AuthType. Add missing APLOGNOs by running docs/log-message-tags/update-log-msg-tags. bump version in XML to 2.4.55 Submitted By: minfrin Reviewed By: minfrin, jim, covener git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1906494 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1756531 from trunk:Joe Orton2023-01-091-1/+1
| | | | | | | | | | Follow up to r1750392: reduce AH03408 level to INFO as suggested by wrowe/jim. Submitted by: ylavic Reviewed by: jorton, rpluem, jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1906490 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1861269 from trunk:Joe Orton2023-01-091-1/+7
| | | | | | | | | | | | * modules/ssl/ssl_engine_config.c (ssl_cmd_check_file): If dumping the config, don't validate the paths. Allows e.g. "httpd -L" to work w/ certs configured but not present, doesn't affect "httpd -t". Reviewed by: jorton, rpluem, jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1906489 13f79535-47bb-0310-9956-ffa450edef68
* Merge of httpd/httpd/trunk:r1906051Stefan Eissing2023-01-091-0/+5
| | | | | | | | | | *) mod_proxy_http2: apply the standard httpd content type handling to responses from the backend, as other proxy modules do. Fixes PR 66391. Thanks to Jérôme Billiras for providing the patch. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1906476 13f79535-47bb-0310-9956-ffa450edef68
* *) mod_http2: version 2.0.10 of the module, synchronizing changesStefan Eissing2023-01-0955-8154/+7293
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with the gitgub version. This is a partial rewrite of how connections and streams are handled. - an APR pollset and pipes (where supported) are used to monitor the main connection and react to IO for request/response handling. This replaces the stuttered timed waits of earlier versions. - H2SerializeHeaders directive still exists, but has no longer an effect. - Clients that seemingly misbehave still get less resources allocated, but ongoing requests are no longer disrupted. - Fixed an issue since 1.15.24 that "Server" headers in proxied requests were overwritten instead of preserved. [PR by @daum3ns] - A regression in v1.15.24 was fixed that could lead to httpd child processes not being terminated on a graceful reload or when reaching MaxConnectionsPerChild. When unprocessed h2 requests were queued at the time, these could stall. See #212. - Improved information displayed in 'server-status' for H2 connections when Extended Status is enabled. Now one can see the last request that IO operations happened on and transferred IO stats are updated as well. - When reaching server limits, such as MaxRequestsPerChild, the HTTP/2 connection send a GOAWAY frame much too early on new connections, leading to invalid protocol state and a client failing the request. See PR65731 at <https://bz.apache.org/bugzilla/show_bug.cgi?id=65731>. The module now initializes the HTTP/2 protocol correctly and allows the client to submit one request before the shutdown via a GOAWAY frame is being announced. - :scheme pseudo-header values, not matching the connection scheme, are forwarded via absolute uris to the http protocol processing to preserve semantics of the request. Checks on combinations of pseudo-headers values/absence have been added as described in RFC 7540. Fixes #230. - A bug that prevented trailers (e.g. HEADER frame at the end) to be generated in certain cases was fixed. See #233 where it prevented gRPC responses to be properly generated. - Request and response header values are automatically stripped of leading and trialing space/tab characters. This is equivalent behaviour to what Apache httpd's http/1.1 parser does. The checks for this in nghttp2 v1.50.0+ are disabled. - Extensive testing in production done by Alessandro Bianchi (@alexskynet) on the v2.0.x versions for stability. Many thanks! *) mod_proxy_http2: fixed #235 by no longer forwarding 'Host:' header when request ':authority' is known. Improved test case that did not catch that the previous 'fix' was incorrect. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1906475 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1477687 from trunk:Ruediger Pluem2023-01-041-6/+11
| | | | | | | | | | mod_dav: mod_dav overrides dav_fs response on PUT failure. PR 35981. PR: 35981 Reviewed by: rpluem, covener, jorton, gbechis git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1906393 13f79535-47bb-0310-9956-ffa450edef68
* merge r1905229,r1905404 from trunk;Eric Covener2022-11-291-4/+2
| | | | | | | | | | | | *) mod_dav: Open the lock database read-only when possible 2.4.x patch: trunk works Submitted by: manu Reviewed by: manu, jailletc36, covener git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1905613 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1904516 from trunk:Eric Covener2022-11-291-11/+12
| | | | | | | | | | | | *) mod_proxy_hcheck: Detect AJP/CPING support correctly. PR 66300. trunk revision: Submitted by: jim Reviewed by: jim, ylavic, icing, jfclere git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1905608 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1903167 from trunk:Eric Covener2022-11-291-0/+7
| | | | | | | | | | | | *) mod_ssl: fix for PR66190. Submitted by: icing Reviewed by: icing, rpluem, ylavic Github: closes #326 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1905607 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1901772 from trunkChristophe Jaillet2022-10-221-1/+1
| | | | | | | | | | | | * mod_ssl: Missing bit from r1901470 to handle OpenSSL-3+ FIPS. OPENSSL_FIPS is no longer defined with openssl-3, it always HAVE_FIPS. PR: 66063 (follow-up) Submitted by: ylavic Reviewed by: rpluem, ylavic, icing Backported by: jailletc36 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1904771 13f79535-47bb-0310-9956-ffa450edef68
* Merge of /httpd/httpd/trunk:r1903677Stefan Eissing2022-08-2513-67/+347
| | | | | | | | | | | | | | | *) mod_md: a new directive `MDStoreLocks` can be used on cluster setups with a shared file system for `MDStoreDir` to order activation of renewed certificates when several cluster nodes are restarted at the same time. Store locks are not enabled by default. Restored curl_easy cleanup behaviour from v2.4.14 and refactored the use of curl_multi for OCSP requests to work with that. Fixes <https://github.com/icing/mod_md/issues/293>. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1903678 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1902117, r1902130, r1902132, r1902133 from trunk:Jim Jagielski2022-08-211-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | *) mod_heartmonitor: Allow "HeartbeatMaxServers 0" to use file based storage instead of slotmem. Needed after setting HeartbeatMaxServers default to the documented value 10 in 2.4.54. [Jérôme Billiras] Fix numeric check for HeartbeatMaxServers. *) mod_heartmonitor: Document interaction between HeartbeatStorage and HeartbeatMaxServers. Fix new typo in docs... Submitted by: rjung Reviewed by: rjung, rpluem, jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1903619 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1822857, r1876815, r1893499, r1900024, r1900152, r1900306, r1900559, ↵Jim Jagielski2022-08-215-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | r1900564, r1900691, r1900694 from trunk: * Makefile.in (build/config_vars.out): Rebuild if build/config_vars.sh has changed. sort safe_env_lst bz 64371 mod_optional_hook_import: debug message at APLOG_DEBUG level. *) de-duplicate ALOGNO from code copy. ab: apr_base64_encode already NUL-terminate the output. And returns the length including the trailing \0, so setting it at that length is off by +1. * Avoid an overflow on large inputs PR: 66033 dav_get_liveprop_info() returns a long not an int. Update the type of global_ns accordingly and update the format specifier when this variable is used in printf like functions. This also aligns code with dav_core_insert_prop() in modules/dav/main/std_liveprop.c Length computed by count_string() are accumulated in an apr_size_t, so be more consistent and use this data type also in this function. Fix some typo [skip ci] Fix some typos [skip ci] Submitted by: jorton, gbechis, ylavic, icing, ylavic, rpluem, jailletc36, jailletc36, jailletc36, jailletc36 Reviewed by: jailletc36, rpluem, jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1903618 13f79535-47bb-0310-9956-ffa450edef68
* add md_tailscale.c to command line buildGregg Lewis Smith2022-06-031-0/+9
| | | | | | | per r1900316 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1901605 13f79535-47bb-0310-9956-ffa450edef68
* Merge Pull 321 (trunk: r1874005, r1877261, r1901470):Stefan Eissing2022-06-033-34/+40
| | | | | | | | | *) mod_ssl: SSLFIPS compatible with OpenSSL 3.0. PR 66063. [Petr Sumbera <petr.sumbera oracle.com>, Yann Ylavic] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1901586 13f79535-47bb-0310-9956-ffa450edef68
* Merge pull 319 (trunk: r1901420, r1901446, r1901485, r1901486):Stefan Eissing2022-06-033-52/+67
| | | | | | | | | *) mod_proxy_http: Avoid 417 responses for non forwardable 100-continue. PR 65666. [Yann Ylavic] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1901584 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1756843, r1897890, r1898731, r1900064, r1900077 from trunkChristophe Jaillet2022-06-024-7/+8
| | | | | | | | | | | | | | * mod_auth_digest: Fix some missed "strcasecmp <--> ap_cstr_casecmp" conversions * mod_dav: fix a typo * mod_lua: Avoid "may be uninitialized" warning * ab: Fix alignment in an 'if' block. * mod_authz_dbd: fix select-groups example, bz 66010 Submitted by: jailletc36, rpluem, rpluem, jailletc36, gbechis Reviewed by: jailletc36, ylavic, rpluem Backported by: jailletc36 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1901567 13f79535-47bb-0310-9956-ffa450edef68
* Merge of r1901549 from trunk:Stefan Eissing2022-06-021-1/+1
| | | | | | | | | *) mod_md: update version after release on github. [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1901550 13f79535-47bb-0310-9956-ffa450edef68
* mod_proxy_ajp: T-E has precedence over C-L.Yann Ylavic2022-06-011-3/+12
| | | | | | | | Merge r1901521 from trunk. Submitted by: rpluem git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1901522 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1901506 from trunk:Eric Covener2022-06-012-86/+147
| | | | | | | | | limit mod_sed memory use Resync mod_sed.c with trunk due to merge conflicts. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1901509 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1901504 from trunk:Eric Covener2022-06-011-2/+2
| | | | | | | mod_isapi: use consistent filename git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1901505 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1901502 from trunk:Eric Covener2022-06-011-91/+53
| | | | | | | use filters consistently git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1901503 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1901497 from trunk:Eric Covener2022-06-012-14/+6
| | | | | | | use a liberal default limit for LimitRequestBody of 1GB git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1901499 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1901496 from trunk:Eric Covener2022-06-011-1/+1
| | | | | | | cast first git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1901498 13f79535-47bb-0310-9956-ffa450edef68