This URL: https://git.catflap.org/apache-httpd/raw-log-html/ ____________________________________________________________________________________________________________ Commit: 1d7ba6ce100408ddb5e1f00ec20fb16e737ed98f URL: https://git.catflap.org/apache-httpd/commit/?id=1d7ba6ce100408ddb5e1f00ec20fb16e737ed98f Author: Stefan Eissing (Thu 7 May 2026 10:46:23 BST) Committer: Stefan Eissing (Thu 7 May 2026 10:46:23 BST) modern python fixes: - rename hook parameter, because python thought this is a super good idea - change call property to method because it no longer worked git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933904 13f79535-47bb-0310-9956-ffa450edef68 M test/conftest.py M test/modules/core/conftest.py M test/modules/http1/conftest.py M test/modules/http2/conftest.py M test/modules/http2/env.py M test/modules/http2/test_001_httpd_alive.py M test/modules/http2/test_002_curl_basics.py M test/modules/http2/test_003_get.py M test/modules/http2/test_004_post.py M test/modules/http2/test_005_files.py M test/modules/http2/test_006_assets.py M test/modules/http2/test_007_ssi.py M test/modules/http2/test_008_ranges.py M test/modules/http2/test_009_timing.py M test/modules/http2/test_100_conn_reuse.py M test/modules/http2/test_101_ssl_reneg.py M test/modules/http2/test_102_require.py M test/modules/http2/test_103_upgrade.py M test/modules/http2/test_104_padding.py M test/modules/http2/test_106_shutdown.py M test/modules/http2/test_107_frame_lengths.py M test/modules/http2/test_200_header_invalid.py M test/modules/http2/test_201_header_conditional.py M test/modules/http2/test_202_trailer.py M test/modules/http2/test_203_rfc9113.py M test/modules/http2/test_300_interim.py M test/modules/http2/test_400_push.py M test/modules/http2/test_401_early_hints.py M test/modules/http2/test_500_proxy.py M test/modules/http2/test_501_proxy_serverheader.py M test/modules/http2/test_502_proxy_port.py M test/modules/http2/test_503_proxy_fwd.py M test/modules/http2/test_600_h2proxy.py M test/modules/http2/test_601_h2proxy_twisted.py M test/modules/http2/test_700_load_get.py M test/modules/http2/test_710_load_post_static.py M test/modules/http2/test_711_load_post_cgi.py M test/modules/http2/test_712_buffering.py M test/modules/http2/test_800_websockets.py M test/modules/proxy/conftest.py ____________________________________________________________________________________________________________ Commit: 8f43e250ec6cc37a2f7dd9886effa90b1e6cfb38 URL: https://git.catflap.org/apache-httpd/commit/?id=8f43e250ec6cc37a2f7dd9886effa90b1e6cfb38 Author: Stefan Eissing (Thu 7 May 2026 10:33:12 BST) Committer: Stefan Eissing (Thu 7 May 2026 10:33:12 BST) mod_proxy_http2: fix potential (harmless) buffer overrun in link mapping git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933903 13f79535-47bb-0310-9956-ffa450edef68 M modules/http2/h2_proxy_util.c ____________________________________________________________________________________________________________ Commit: 96ed77cab28f933551560764c5ad2bce8184dc60 URL: https://git.catflap.org/apache-httpd/commit/?id=96ed77cab28f933551560764c5ad2bce8184dc60 Author: Rich Bowen (Wed 6 May 2026 19:30:37 BST) Committer: Rich Bowen (Wed 6 May 2026 19:30:37 BST) Fixes bz70027 - per-directory links to the Glossary, rather than definining it as htaccess files, which is only part of the story. Also removes an example that I honestly cannot figure out what it is supposed to be illustrating. It may be worth adding a better example here at some point. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933891 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_rewrite.xml ____________________________________________________________________________________________________________ Commit: b03c43d6e0a068aa82f92c3740f32e001cace2c1 URL: https://git.catflap.org/apache-httpd/commit/?id=b03c43d6e0a068aa82f92c3740f32e001cace2c1 Author: Rich Bowen (Wed 6 May 2026 16:14:21 BST) Committer: Rich Bowen (Wed 6 May 2026 16:14:21 BST) Rebuild HTML, metafiles git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933888 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/howto/htaccess.html.en.utf8 M docs/manual/howto/htaccess.html.es.utf8 M docs/manual/howto/htaccess.html.fr.utf8 M docs/manual/howto/htaccess.xml.es M docs/manual/howto/htaccess.xml.fr M docs/manual/howto/htaccess.xml.ja M docs/manual/howto/htaccess.xml.ko M docs/manual/howto/htaccess.xml.meta M docs/manual/howto/htaccess.xml.pt-br M docs/manual/howto/http2.html.en.utf8 M docs/manual/howto/http2.xml.es M docs/manual/howto/http2.xml.fr M docs/manual/misc/perf-tuning.html.en.utf8 M docs/manual/misc/perf-tuning.xml.fr M docs/manual/misc/perf-tuning.xml.ko M docs/manual/misc/perf-tuning.xml.tr M docs/manual/mod/core.html.en.utf8 M docs/manual/mod/core.xml.de M docs/manual/mod/core.xml.es M docs/manual/mod/core.xml.fr M docs/manual/mod/core.xml.ja M docs/manual/mod/core.xml.tr M docs/manual/mod/mod_http2.html.en.utf8 M docs/manual/mod/mod_http2.xml.fr ____________________________________________________________________________________________________________ Commit: 67d58f77d1e1efde422e02e948fa23e6ed38d612 URL: https://git.catflap.org/apache-httpd/commit/?id=67d58f77d1e1efde422e02e948fa23e6ed38d612 Author: Rich Bowen (Tue 5 May 2026 22:07:21 BST) Committer: Rich Bowen (Tue 5 May 2026 22:07:21 BST) docs: Clarify that ErrorDocument text strings are served as text/html, with multi-line HTML example (PR 61152) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933866 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/core.xml ____________________________________________________________________________________________________________ Commit: e5b38776244f2c50e7363a0e91e0374c88f91961 URL: https://git.catflap.org/apache-httpd/commit/?id=e5b38776244f2c50e7363a0e91e0374c88f91961 Author: Rich Bowen (Tue 5 May 2026 19:22:48 BST) Committer: Rich Bowen (Tue 5 May 2026 19:22:48 BST) docs: Modernize htaccess tutorial git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933862 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/howto/htaccess.xml ____________________________________________________________________________________________________________ Commit: 943faf52f1ffb9bdd787105c27471a33b1b2ee07 URL: https://git.catflap.org/apache-httpd/commit/?id=943faf52f1ffb9bdd787105c27471a33b1b2ee07 Author: Rich Bowen (Tue 5 May 2026 18:39:49 BST) Committer: Rich Bowen (Tue 5 May 2026 18:39:49 BST) docs: Add anchor attr to tag, convert legacy RFC/IETF links, fix http->https git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933860 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/howto/http2.xml M docs/manual/misc/perf-tuning.xml ____________________________________________________________________________________________________________ Commit: 5dfe6438b8c3b7b0b601910f752466d14c59e336 URL: https://git.catflap.org/apache-httpd/commit/?id=5dfe6438b8c3b7b0b601910f752466d14c59e336 Author: Rich Bowen (Tue 5 May 2026 18:33:05 BST) Committer: Rich Bowen (Tue 5 May 2026 18:33:05 BST) docs: Convert bare RFC 5988 URL to 8288 (Web Linking, supersedes 5988) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933858 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_http2.xml ____________________________________________________________________________________________________________ Commit: 11b29a53d9f8d3eebda3b8bd4aede34607f24aed URL: https://git.catflap.org/apache-httpd/commit/?id=11b29a53d9f8d3eebda3b8bd4aede34607f24aed Author: Rich Bowen (Tue 5 May 2026 18:22:59 BST) Committer: Rich Bowen (Tue 5 May 2026 18:22:59 BST) Rebuilds using new tag syntax. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933856 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/misc/relevant_standards.html.en.utf8 M docs/manual/misc/relevant_standards.xml.fr M docs/manual/misc/relevant_standards.xml.ko M docs/manual/mod/core.html.en.utf8 M docs/manual/mod/core.xml.de M docs/manual/mod/core.xml.es M docs/manual/mod/core.xml.fr M docs/manual/mod/core.xml.ja M docs/manual/mod/core.xml.tr M docs/manual/mod/mod_mime_magic.xml.fr M docs/manual/mod/mod_proxy.html.en.utf8 M docs/manual/mod/mod_proxy.xml.fr M docs/manual/mod/mod_proxy.xml.ja M docs/manual/new_features_2_6.html.en.utf8 ____________________________________________________________________________________________________________ Commit: 86afe6df10654c674f1aae38c712e21c3b25b29e URL: https://git.catflap.org/apache-httpd/commit/?id=86afe6df10654c674f1aae38c712e21c3b25b29e Author: Rich Bowen (Tue 5 May 2026 18:19:37 BST) Committer: Rich Bowen (Tue 5 May 2026 18:19:37 BST) docs: Add anchor attr to tag, convert remaining RFC fragment links, fix http->https git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933854 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/misc/relevant_standards.xml M docs/manual/mod/core.xml M docs/manual/mod/mod_mime_magic.xml M docs/manual/mod/mod_proxy.xml M docs/manual/new_features_2_6.xml M docs/manual/style/common.dtd M docs/manual/style/xsl/common.xsl ____________________________________________________________________________________________________________ Commit: ba4074581b033f234f5b074fc6610a4d2935d216 URL: https://git.catflap.org/apache-httpd/commit/?id=ba4074581b033f234f5b074fc6610a4d2935d216 Author: Rich Bowen (Tue 5 May 2026 18:09:51 BST) Committer: Rich Bowen (Tue 5 May 2026 18:09:51 BST) rebuild html, meta files git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933853 13f79535-47bb-0310-9956-ffa450edef68 M docs/man/rotatelogs.8 M docs/manual/developer/hooks.html.en.utf8 M docs/manual/developer/lua.html.en.utf8 M docs/manual/developer/modules.html.en.utf8 M docs/manual/developer/modules.xml.ja M docs/manual/mod/core.html.en.utf8 M docs/manual/mod/core.xml.de M docs/manual/mod/core.xml.es M docs/manual/mod/core.xml.fr M docs/manual/mod/core.xml.ja M docs/manual/mod/core.xml.tr M docs/manual/mod/mod_crypto.html.en.utf8 M docs/manual/mod/mod_crypto.html.fr.utf8 M docs/manual/mod/mod_crypto.xml.fr M docs/manual/mod/mod_crypto.xml.meta M docs/manual/mod/mod_dir.html.en.utf8 M docs/manual/mod/mod_dir.xml.fr M docs/manual/mod/mod_dir.xml.ja M docs/manual/mod/mod_dir.xml.ko M docs/manual/mod/mod_dir.xml.tr M docs/manual/mod/mod_proxy.html.en.utf8 M docs/manual/mod/mod_proxy.xml.fr M docs/manual/mod/mod_proxy.xml.ja M docs/manual/mod/mod_proxy_html.html.en.utf8 M docs/manual/mod/mod_proxy_html.xml.fr M docs/manual/mod/mod_request.html.en.utf8 M docs/manual/mod/mod_request.html.fr.utf8 M docs/manual/mod/mod_request.html.tr.utf8 M docs/manual/mod/mod_request.xml.fr M docs/manual/mod/mod_request.xml.meta M docs/manual/mod/mod_request.xml.tr M docs/manual/mod/mod_rewrite.html.en.utf8 M docs/manual/mod/mod_rewrite.xml.fr M docs/manual/mod/mod_ssl.html.en.utf8 M docs/manual/mod/mod_ssl.xml.es M docs/manual/mod/mod_ssl.xml.fr M docs/manual/mod/mod_xml2enc.html.en.utf8 M docs/manual/mod/mod_xml2enc.xml.fr M docs/manual/mod/quickreference.html.de M docs/manual/mod/quickreference.html.en.utf8 M docs/manual/mod/quickreference.html.es.utf8 M docs/manual/mod/quickreference.html.ja.utf8 M docs/manual/mod/quickreference.html.ko.euc-kr M docs/manual/mod/quickreference.html.tr.utf8 M docs/manual/mod/quickreference.html.zh-cn.utf8 M docs/manual/programs/configure.html.en.utf8 M docs/manual/programs/configure.html.fr.utf8 M docs/manual/programs/configure.xml.fr M docs/manual/programs/configure.xml.ko M docs/manual/programs/configure.xml.meta M docs/manual/programs/configure.xml.tr M docs/manual/rewrite/remapping.xml.de M docs/manual/rewrite/remapping.xml.es M docs/manual/rewrite/remapping.xml.fr M docs/manual/rewrite/remapping.xml.ja M docs/manual/rewrite/remapping.xml.ko M docs/manual/rewrite/remapping.xml.tr M docs/manual/rewrite/remapping.xml.zh-cn ____________________________________________________________________________________________________________ Commit: ea06c6ea05bd720eefbc693b065429045404dcac URL: https://git.catflap.org/apache-httpd/commit/?id=ea06c6ea05bd720eefbc693b065429045404dcac Author: Rich Bowen (Tue 5 May 2026 18:04:05 BST) Committer: Rich Bowen (Tue 5 May 2026 18:04:05 BST) docs: Replace Note: with per style guide git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933850 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/developer/lua.xml M docs/manual/mod/mod_dir.xml M docs/manual/mod/mod_proxy.xml M docs/manual/mod/mod_proxy_html.xml M docs/manual/mod/mod_request.xml ____________________________________________________________________________________________________________ Commit: 5aae06d9ffe9a18fd9b343ae13f96f9ab055c963 URL: https://git.catflap.org/apache-httpd/commit/?id=5aae06d9ffe9a18fd9b343ae13f96f9ab055c963 Author: Rich Bowen (Mon 4 May 2026 21:47:29 BST) Committer: Rich Bowen (Mon 4 May 2026 21:47:29 BST) docs: Convert Note... to in Directory section (style guide cleanup) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933833 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/core.xml ____________________________________________________________________________________________________________ Commit: 3267b65b50dabfb446b0ef48381f5befe185a9fa URL: https://git.catflap.org/apache-httpd/commit/?id=3267b65b50dabfb446b0ef48381f5befe185a9fa Author: Rich Bowen (Mon 4 May 2026 20:57:03 BST) Committer: Rich Bowen (Mon 4 May 2026 20:57:03 BST) docs: Fix remaining British spellings (style guide cleanup) initialisation → initialization (hooks.xml, modules.xml, mod_crypto.xml) Recognise → Recognize (mod_xml2enc.xml) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933830 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/developer/hooks.xml M docs/manual/developer/modules.xml M docs/manual/mod/mod_crypto.xml M docs/manual/mod/mod_xml2enc.xml ____________________________________________________________________________________________________________ Commit: 246bd677ee7f0561ef9380ac2eb98f5190f82519 URL: https://git.catflap.org/apache-httpd/commit/?id=246bd677ee7f0561ef9380ac2eb98f5190f82519 Author: Rich Bowen (Mon 4 May 2026 17:19:24 BST) Committer: Rich Bowen (Mon 4 May 2026 17:19:24 BST) mod_rewrite: Document how substitution paths are interpreted in all context/slash combinations. PR 70020 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933815 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_rewrite.xml ____________________________________________________________________________________________________________ Commit: 6310dd7346a897a5cc29ee590f85c63a8902e65a URL: https://git.catflap.org/apache-httpd/commit/?id=6310dd7346a897a5cc29ee590f85c63a8902e65a Author: Rich Bowen (Sun 3 May 2026 22:02:13 BST) Committer: Rich Bowen (Sun 3 May 2026 22:02:13 BST) configure: Note that default Apache layout sets sbindir to bin/, not sbin/ (Bug 56250) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933791 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/programs/configure.xml ____________________________________________________________________________________________________________ Commit: 9411142746659f540eb54b29d280837049613483 URL: https://git.catflap.org/apache-httpd/commit/?id=9411142746659f540eb54b29d280837049613483 Author: Rich Bowen (Sun 3 May 2026 21:30:40 BST) Committer: Rich Bowen (Sun 3 May 2026 21:30:40 BST) mod_ssl: Document that SSLStaplingReturnResponderErrors off still returns revoked responses (Bug 69647) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933788 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_ssl.xml ____________________________________________________________________________________________________________ Commit: 3e16a7e186afd6b794c53c3b76fb8204781bb617 URL: https://git.catflap.org/apache-httpd/commit/?id=3e16a7e186afd6b794c53c3b76fb8204781bb617 Author: Rich Bowen (Sun 3 May 2026 19:23:55 BST) Committer: Rich Bowen (Sun 3 May 2026 19:23:55 BST) core: Note that IPv6 addresses in ServerName are not currently supported (Bug 52178) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933784 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/core.xml ____________________________________________________________________________________________________________ Commit: 5486bd5034763cd20e29136c6fb835781087fed8 URL: https://git.catflap.org/apache-httpd/commit/?id=5486bd5034763cd20e29136c6fb835781087fed8 Author: Rich Bowen (Sun 3 May 2026 18:54:43 BST) Committer: Rich Bowen (Sun 3 May 2026 18:54:43 BST) rebuild, and fix an xml error git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933782 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/configuring.html.en.utf8 M docs/manual/configuring.html.fr.utf8 M docs/manual/configuring.xml.de M docs/manual/configuring.xml.fr M docs/manual/configuring.xml.ja M docs/manual/configuring.xml.ko M docs/manual/configuring.xml.meta M docs/manual/configuring.xml.tr M docs/manual/content-negotiation.html.en.utf8 M docs/manual/content-negotiation.html.fr.utf8 M docs/manual/content-negotiation.xml.fr M docs/manual/content-negotiation.xml.ja M docs/manual/content-negotiation.xml.ko M docs/manual/content-negotiation.xml.meta M docs/manual/content-negotiation.xml.tr M docs/manual/developer/modguide.html.en.utf8 M docs/manual/expr.html.en.utf8 M docs/manual/expr.html.fr.utf8 M docs/manual/expr.xml.fr M docs/manual/expr.xml.meta M docs/manual/howto/access.html.en.utf8 M docs/manual/howto/access.html.es.utf8 M docs/manual/howto/access.html.fr.utf8 M docs/manual/howto/access.xml.es M docs/manual/howto/access.xml.fr M docs/manual/howto/access.xml.meta M docs/manual/howto/auth.xml.es M docs/manual/howto/auth.xml.fr M docs/manual/howto/auth.xml.ja M docs/manual/howto/auth.xml.ko M docs/manual/howto/auth.xml.tr M docs/manual/mod/core.html.en.utf8 M docs/manual/mod/core.xml.de M docs/manual/mod/core.xml.es M docs/manual/mod/core.xml.fr M docs/manual/mod/core.xml.ja M docs/manual/mod/core.xml.tr M docs/manual/mod/mod_alias.html.en.utf8 M docs/manual/mod/mod_alias.html.fr.utf8 M docs/manual/mod/mod_alias.xml.es M docs/manual/mod/mod_alias.xml.fr M docs/manual/mod/mod_alias.xml.ja M docs/manual/mod/mod_alias.xml.ko M docs/manual/mod/mod_alias.xml.meta M docs/manual/mod/mod_alias.xml.tr M docs/manual/mod/mod_authn_core.html.en.utf8 M docs/manual/mod/mod_authn_core.html.fr.utf8 M docs/manual/mod/mod_authn_core.xml.fr M docs/manual/mod/mod_authn_core.xml.meta M docs/manual/mod/mod_authnz_ldap.html.en.utf8 M docs/manual/mod/mod_authnz_ldap.xml.fr M docs/manual/mod/mod_autht_jwt.html.en.utf8 M docs/manual/mod/mod_authz_core.html.en.utf8 M docs/manual/mod/mod_authz_core.xml.fr M docs/manual/mod/mod_authz_groupfile.html.fr.utf8 M docs/manual/mod/mod_authz_groupfile.xml.fr M docs/manual/mod/mod_authz_groupfile.xml.ja M docs/manual/mod/mod_authz_groupfile.xml.ko M docs/manual/mod/mod_authz_groupfile.xml.meta M docs/manual/mod/mod_authz_host.html.fr.utf8 M docs/manual/mod/mod_authz_host.xml.fr M docs/manual/mod/mod_authz_host.xml.meta M docs/manual/mod/mod_authz_user.html.fr.utf8 M docs/manual/mod/mod_authz_user.xml.fr M docs/manual/mod/mod_authz_user.xml.ja M docs/manual/mod/mod_authz_user.xml.ko M docs/manual/mod/mod_authz_user.xml.meta M docs/manual/mod/mod_autoindex.html.en.utf8 M docs/manual/mod/mod_autoindex.xml.fr M docs/manual/mod/mod_autoindex.xml.ja M docs/manual/mod/mod_autoindex.xml.ko M docs/manual/mod/mod_autoindex.xml.tr M docs/manual/mod/mod_buffer.html.en.utf8 M docs/manual/mod/mod_buffer.html.fr.utf8 M docs/manual/mod/mod_buffer.xml.fr M docs/manual/mod/mod_buffer.xml.meta M docs/manual/mod/mod_expires.html.en.utf8 M docs/manual/mod/mod_expires.xml.fr M docs/manual/mod/mod_expires.xml.ja M docs/manual/mod/mod_expires.xml.ko M docs/manual/mod/mod_filter.html.en.utf8 M docs/manual/mod/mod_filter.xml.fr M docs/manual/mod/mod_headers.html.en.utf8 M docs/manual/mod/mod_headers.xml.fr M docs/manual/mod/mod_headers.xml.ja M docs/manual/mod/mod_headers.xml.ko M docs/manual/mod/mod_ldap.html.en.utf8 M docs/manual/mod/mod_ldap.xml.fr M docs/manual/mod/mod_md.html.en.utf8 M docs/manual/mod/mod_md.xml.fr M docs/manual/mod/mod_mime.html.en.utf8 M docs/manual/mod/mod_mime.xml.fr M docs/manual/mod/mod_mime.xml.ja M docs/manual/mod/mod_negotiation.html.en.utf8 M docs/manual/mod/mod_negotiation.xml.fr M docs/manual/mod/mod_negotiation.xml.ja M docs/manual/mod/mod_proxy.html.en.utf8 M docs/manual/mod/mod_proxy.xml.fr M docs/manual/mod/mod_proxy.xml.ja M docs/manual/mod/mod_proxy_ajp.html.en.utf8 M docs/manual/mod/mod_proxy_ajp.html.fr.utf8 M docs/manual/mod/mod_proxy_ajp.xml.fr M docs/manual/mod/mod_proxy_ajp.xml.ja M docs/manual/mod/mod_proxy_ajp.xml.meta M docs/manual/mod/mod_proxy_balancer.html.en.utf8 M docs/manual/mod/mod_proxy_balancer.html.fr.utf8 M docs/manual/mod/mod_proxy_balancer.xml.fr M docs/manual/mod/mod_proxy_balancer.xml.ja M docs/manual/mod/mod_proxy_balancer.xml.meta M docs/manual/mod/mod_proxy_html.html.en.utf8 M docs/manual/mod/mod_proxy_html.xml.fr M docs/manual/mod/mod_rewrite.html.en.utf8 M docs/manual/mod/mod_rewrite.xml.fr M docs/manual/mod/mod_ssl.html.en.utf8 M docs/manual/mod/mod_ssl.xml.es M docs/manual/mod/mod_ssl.xml.fr M docs/manual/mod/mod_ssl_ct.html.en.utf8 M docs/manual/mod/mod_ssl_ct.xml.fr M docs/manual/mod/mod_vhost_alias.html.en.utf8 M docs/manual/mod/mod_vhost_alias.html.fr.utf8 M docs/manual/mod/mod_vhost_alias.xml.fr M docs/manual/mod/mod_vhost_alias.xml.meta M docs/manual/mod/mod_vhost_alias.xml.tr M docs/manual/mod/quickreference.html.de M docs/manual/mod/quickreference.html.en.utf8 M docs/manual/mod/quickreference.html.es.utf8 M docs/manual/mod/quickreference.html.ja.utf8 M docs/manual/mod/quickreference.html.ko.euc-kr M docs/manual/mod/quickreference.html.tr.utf8 M docs/manual/mod/quickreference.html.zh-cn.utf8 M docs/manual/platform/netware.html.en.utf8 M docs/manual/platform/netware.xml.fr M docs/manual/platform/netware.xml.ko M docs/manual/platform/windows.html.en.utf8 M docs/manual/platform/windows.html.fr.utf8 M docs/manual/platform/windows.xml.fr M docs/manual/platform/windows.xml.ko M docs/manual/platform/windows.xml.meta M docs/manual/programs/rotatelogs.html.en.utf8 M docs/manual/programs/rotatelogs.html.fr.utf8 M docs/manual/programs/rotatelogs.xml.fr M docs/manual/programs/rotatelogs.xml.ko M docs/manual/programs/rotatelogs.xml.meta M docs/manual/programs/rotatelogs.xml.tr M docs/manual/rewrite/avoid.html.en.utf8 M docs/manual/rewrite/avoid.xml.de M docs/manual/rewrite/avoid.xml.es M docs/manual/rewrite/avoid.xml.fr M docs/manual/rewrite/avoid.xml.ja M docs/manual/rewrite/avoid.xml.ko M docs/manual/rewrite/avoid.xml.tr M docs/manual/rewrite/avoid.xml.zh-cn M docs/manual/rewrite/flags.html.en.utf8 M docs/manual/rewrite/flags.xml.de M docs/manual/rewrite/flags.xml.es M docs/manual/rewrite/flags.xml.fr M docs/manual/rewrite/flags.xml.ja M docs/manual/rewrite/flags.xml.ko M docs/manual/rewrite/flags.xml.tr M docs/manual/rewrite/flags.xml.zh-cn M docs/manual/rewrite/htaccess.html.en.utf8 M docs/manual/rewrite/htaccess.xml.de M docs/manual/rewrite/htaccess.xml.es M docs/manual/rewrite/htaccess.xml.fr M docs/manual/rewrite/htaccess.xml.ja M docs/manual/rewrite/htaccess.xml.ko M docs/manual/rewrite/htaccess.xml.tr M docs/manual/rewrite/htaccess.xml.zh-cn M docs/manual/rewrite/index.html.en.utf8 M docs/manual/rewrite/index.xml.de M docs/manual/rewrite/index.xml.es M docs/manual/rewrite/index.xml.fr M docs/manual/rewrite/index.xml.ja M docs/manual/rewrite/index.xml.ko M docs/manual/rewrite/index.xml.tr M docs/manual/rewrite/index.xml.zh-cn M docs/manual/rewrite/intro.html.en.utf8 M docs/manual/rewrite/intro.xml.de M docs/manual/rewrite/intro.xml.es M docs/manual/rewrite/intro.xml.fr M docs/manual/rewrite/intro.xml.ja M docs/manual/rewrite/intro.xml.ko M docs/manual/rewrite/intro.xml.tr M docs/manual/rewrite/intro.xml.zh-cn M docs/manual/rewrite/remapping.html.en.utf8 M docs/manual/rewrite/remapping.xml M docs/manual/rewrite/remapping.xml.de M docs/manual/rewrite/remapping.xml.es M docs/manual/rewrite/remapping.xml.fr M docs/manual/rewrite/remapping.xml.ja M docs/manual/rewrite/remapping.xml.ko M docs/manual/rewrite/remapping.xml.tr M docs/manual/rewrite/remapping.xml.zh-cn M docs/manual/rewrite/rewritemap.html.en.utf8 M docs/manual/rewrite/rewritemap.xml.de M docs/manual/rewrite/rewritemap.xml.es M docs/manual/rewrite/rewritemap.xml.fr M docs/manual/rewrite/rewritemap.xml.ja M docs/manual/rewrite/rewritemap.xml.ko M docs/manual/rewrite/rewritemap.xml.tr M docs/manual/rewrite/rewritemap.xml.zh-cn M docs/manual/rewrite/tech.html.en.utf8 M docs/manual/rewrite/tech.xml.de M docs/manual/rewrite/tech.xml.es M docs/manual/rewrite/tech.xml.fr M docs/manual/rewrite/tech.xml.ja M docs/manual/rewrite/tech.xml.ko M docs/manual/rewrite/tech.xml.tr M docs/manual/rewrite/tech.xml.zh-cn M docs/manual/rewrite/vhosts.html.de M docs/manual/rewrite/vhosts.html.en.utf8 M docs/manual/rewrite/vhosts.html.es.utf8 M docs/manual/rewrite/vhosts.html.fr.utf8 M docs/manual/rewrite/vhosts.html.ja.utf8 M docs/manual/rewrite/vhosts.html.ko.euc-kr M docs/manual/rewrite/vhosts.html.tr.utf8 M docs/manual/rewrite/vhosts.html.zh-cn.utf8 M docs/manual/rewrite/vhosts.xml.de M docs/manual/rewrite/vhosts.xml.es M docs/manual/rewrite/vhosts.xml.fr M docs/manual/rewrite/vhosts.xml.ja M docs/manual/rewrite/vhosts.xml.ko M docs/manual/rewrite/vhosts.xml.meta M docs/manual/rewrite/vhosts.xml.tr M docs/manual/rewrite/vhosts.xml.zh-cn M docs/manual/sections.html.en.utf8 M docs/manual/sections.html.fr.utf8 M docs/manual/sections.xml.fr M docs/manual/sections.xml.ja M docs/manual/sections.xml.ko M docs/manual/sections.xml.meta M docs/manual/sections.xml.tr M docs/manual/ssl/ssl_howto.html.en.utf8 M docs/manual/ssl/ssl_howto.xml.fr M docs/manual/vhosts/name-based.html.en.utf8 M docs/manual/vhosts/name-based.html.fr.utf8 M docs/manual/vhosts/name-based.xml.de M docs/manual/vhosts/name-based.xml.fr M docs/manual/vhosts/name-based.xml.ja M docs/manual/vhosts/name-based.xml.ko M docs/manual/vhosts/name-based.xml.meta M docs/manual/vhosts/name-based.xml.tr ____________________________________________________________________________________________________________ Commit: 0ea86e1d738b9f2741b4e4a1e5a93961f43b363e URL: https://git.catflap.org/apache-httpd/commit/?id=0ea86e1d738b9f2741b4e4a1e5a93961f43b363e Author: Rich Bowen (Sun 3 May 2026 18:42:45 BST) Committer: Rich Bowen (Sun 3 May 2026 18:42:45 BST) Remove duplicate /dd git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933781 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/rewrite/remapping.xml ____________________________________________________________________________________________________________ Commit: e9da5798cb8f6fda2a5753a72ba0164b0ea45aab URL: https://git.catflap.org/apache-httpd/commit/?id=e9da5798cb8f6fda2a5753a72ba0164b0ea45aab Author: Rich Bowen (Sun 3 May 2026 18:39:34 BST) Committer: Rich Bowen (Sun 3 May 2026 18:39:34 BST) configuring: Document quoting and escaping rules for config files (Bug 66372) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933778 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/configuring.xml ____________________________________________________________________________________________________________ Commit: 16201b4697cda424135c5cb970ad59a86529299b URL: https://git.catflap.org/apache-httpd/commit/?id=16201b4697cda424135c5cb970ad59a86529299b Author: Rich Bowen (Sun 3 May 2026 18:26:24 BST) Committer: Rich Bowen (Sun 3 May 2026 18:26:24 BST) mod_filter: Document AddOutputFilterByType limitation with user-defined filters (Bug 65463) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933776 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_filter.xml ____________________________________________________________________________________________________________ Commit: cdfade825351dcb3363b397075d85fe3eeddc90c URL: https://git.catflap.org/apache-httpd/commit/?id=cdfade825351dcb3363b397075d85fe3eeddc90c Author: Rich Bowen (Sun 3 May 2026 17:11:04 BST) Committer: Rich Bowen (Sun 3 May 2026 17:11:04 BST) core, mod_rewrite, expr: Clarify that REQUEST_URI server variable differs from CGI env var of same name (Bug 62663) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933772 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/expr.xml M docs/manual/mod/core.xml M docs/manual/mod/mod_rewrite.xml ____________________________________________________________________________________________________________ Commit: cfa48db75676b9aea55054b7309571694d74ec2e URL: https://git.catflap.org/apache-httpd/commit/?id=cfa48db75676b9aea55054b7309571694d74ec2e Author: Rich Bowen (Sun 3 May 2026 17:00:45 BST) Committer: Rich Bowen (Sun 3 May 2026 17:00:45 BST) core: Note that http/1.1 cannot be excluded via Protocols directive (Bug 62543) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933770 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/core.xml ____________________________________________________________________________________________________________ Commit: c102e55c149cbe4dcc7730770d1bae93984c9418 URL: https://git.catflap.org/apache-httpd/commit/?id=c102e55c149cbe4dcc7730770d1bae93984c9418 Author: Rich Bowen (Sun 3 May 2026 15:03:54 BST) Committer: Rich Bowen (Sun 3 May 2026 15:03:54 BST) mod_alias: document Alias context restrictions for one-arg vs two-arg forms (Bug 64511) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933768 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_alias.xml ____________________________________________________________________________________________________________ Commit: 53b4bfdaf046052705a9f829e2d691e5dfa6efc5 URL: https://git.catflap.org/apache-httpd/commit/?id=53b4bfdaf046052705a9f829e2d691e5dfa6efc5 Author: Rich Bowen (Sun 3 May 2026 14:44:24 BST) Committer: Rich Bowen (Sun 3 May 2026 14:44:24 BST) mod_autoindex: use pdf.gif icon for .pdf files instead of generic layout icon (Bug 64208) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933766 13f79535-47bb-0310-9956-ffa450edef68 M docs/conf/extra/httpd-autoindex.conf.in ____________________________________________________________________________________________________________ Commit: 43f8a2c05e627ecca0648512468e3923242771f6 URL: https://git.catflap.org/apache-httpd/commit/?id=43f8a2c05e627ecca0648512468e3923242771f6 Author: Rich Bowen (Sun 3 May 2026 14:33:24 BST) Committer: Rich Bowen (Sun 3 May 2026 14:33:24 BST) mod_ldap: remove redundant ldap-status handler from SSL/TLS examples (Bug 67770) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933764 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_ldap.xml ____________________________________________________________________________________________________________ Commit: eeed35a930e8ca6d552923843642c0baca43bec5 URL: https://git.catflap.org/apache-httpd/commit/?id=eeed35a930e8ca6d552923843642c0baca43bec5 Author: Rich Bowen (Sun 3 May 2026 14:23:52 BST) Committer: Rich Bowen (Sun 3 May 2026 14:23:52 BST) mod_autoindex: clarify that =value options are not cleared by unprefixed keywords (Bug 53669) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933762 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_autoindex.xml ____________________________________________________________________________________________________________ Commit: 19cf81561b97110b25c5388dacd751ac0d9d28ec URL: https://git.catflap.org/apache-httpd/commit/?id=19cf81561b97110b25c5388dacd751ac0d9d28ec Author: Rich Bowen (Sun 3 May 2026 00:03:01 BST) Committer: Rich Bowen (Sun 3 May 2026 00:03:01 BST) mod_proxy: document that connection pool parameters have no effect with prefork MPM (Bug 54976) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933753 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_proxy.xml ____________________________________________________________________________________________________________ Commit: ad4eb56d1d977c020be5a9a35d564be0d0af7b1c URL: https://git.catflap.org/apache-httpd/commit/?id=ad4eb56d1d977c020be5a9a35d564be0d0af7b1c Author: Rich Bowen (Sat 2 May 2026 23:37:26 BST) Committer: Rich Bowen (Sat 2 May 2026 23:37:26 BST) mod_authn_core: note that modern browsers no longer display AuthName realm (Bug 69326) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933751 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_authn_core.xml ____________________________________________________________________________________________________________ Commit: 6b7255acec0eec91168644bae3572bef562d28ec URL: https://git.catflap.org/apache-httpd/commit/?id=6b7255acec0eec91168644bae3572bef562d28ec Author: Rich Bowen (Sat 2 May 2026 23:26:58 BST) Committer: Rich Bowen (Sat 2 May 2026 23:26:58 BST) mod_expires: document wildcard sub-type matching in ExpiresByType (Bug 69257) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933749 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_expires.xml ____________________________________________________________________________________________________________ Commit: e1ad8224dd545ee9f1349a9105a26752001425a3 URL: https://git.catflap.org/apache-httpd/commit/?id=e1ad8224dd545ee9f1349a9105a26752001425a3 Author: Rich Bowen (Sat 2 May 2026 23:09:08 BST) Committer: Rich Bowen (Sat 2 May 2026 23:09:08 BST) mod_buffer: fix BufferSize context - remove server config/virtual host (Bug 65477) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933747 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_buffer.xml ____________________________________________________________________________________________________________ Commit: 021c1995e1dd6e5201c7bc7fdb3664abf760ee64 URL: https://git.catflap.org/apache-httpd/commit/?id=021c1995e1dd6e5201c7bc7fdb3664abf760ee64 Author: Rich Bowen (Sat 2 May 2026 22:59:14 BST) Committer: Rich Bowen (Sat 2 May 2026 22:59:14 BST) mod_negotiation: note that Content-Type is required in type-map variants (Bug 69775) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933745 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_negotiation.xml ____________________________________________________________________________________________________________ Commit: 0031ca21e38b15a4e60c410d779230b466c61e90 URL: https://git.catflap.org/apache-httpd/commit/?id=0031ca21e38b15a4e60c410d779230b466c61e90 Author: Rich Bowen (Sat 2 May 2026 22:56:00 BST) Committer: Rich Bowen (Sat 2 May 2026 22:56:00 BST) mod_vhost_alias: document absolute path requirement (Bug 66558) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933743 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_vhost_alias.xml ____________________________________________________________________________________________________________ Commit: 5de9b637368d89a21260c78ae638c15dadda14b1 URL: https://git.catflap.org/apache-httpd/commit/?id=5de9b637368d89a21260c78ae638c15dadda14b1 Author: Rich Bowen (Sat 2 May 2026 22:48:50 BST) Committer: Rich Bowen (Sat 2 May 2026 22:48:50 BST) mod_md: document 'ocsp-renewed' event for MDMessageCmd, update event list (Bug 65593) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933741 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_md.xml ____________________________________________________________________________________________________________ Commit: 6a7cfcbf52d1d07226cfa9e37282edc927d8bc6a URL: https://git.catflap.org/apache-httpd/commit/?id=6a7cfcbf52d1d07226cfa9e37282edc927d8bc6a Author: Rich Bowen (Sat 2 May 2026 22:37:11 BST) Committer: Rich Bowen (Sat 2 May 2026 22:37:11 BST) Fix spelling errors and EN-GB->EN-US in docs (Bug 63923) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933739 13f79535-47bb-0310-9956-ffa450edef68 M docs/STATUS M docs/conf/extra/httpd-languages.conf.in M docs/conf/extra/httpd-ssl.conf.in M docs/man/rotatelogs.8 M docs/manual/content-negotiation.xml M docs/manual/mod/core.xml M docs/manual/mod/mod_alias.xml M docs/manual/mod/mod_authn_core.xml M docs/manual/mod/mod_authnz_ldap.xml M docs/manual/mod/mod_autht_jwt.xml M docs/manual/mod/mod_authz_core.xml M docs/manual/mod/mod_headers.xml M docs/manual/mod/mod_ldap.xml M docs/manual/mod/mod_negotiation.xml M docs/manual/mod/mod_proxy.xml M docs/manual/mod/mod_proxy_ajp.xml M docs/manual/mod/mod_proxy_balancer.xml M docs/manual/mod/mod_proxy_html.xml M docs/manual/mod/mod_ssl.xml M docs/manual/mod/mod_ssl_ct.xml M docs/manual/platform/netware.xml M docs/manual/platform/windows.xml M docs/manual/programs/rotatelogs.xml M docs/manual/rewrite/flags.xml M docs/manual/rewrite/remapping.xml M docs/manual/ssl/ssl_howto.xml M docs/manual/vhosts/name-based.xml ____________________________________________________________________________________________________________ Commit: 192c6fedca3c107ae4e8b8e709761dd22c942188 URL: https://git.catflap.org/apache-httpd/commit/?id=192c6fedca3c107ae4e8b8e709761dd22c942188 Author: Rich Bowen (Sat 2 May 2026 22:03:18 BST) Committer: Rich Bowen (Sat 2 May 2026 22:03:18 BST) rebuild html, man pages, meta files git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933738 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/caching.html.fr.utf8 M docs/manual/caching.xml.meta M docs/manual/content-negotiation.html.fr.utf8 M docs/manual/content-negotiation.xml.meta M docs/manual/dso.html.fr.utf8 M docs/manual/dso.xml.meta M docs/manual/env.html.fr.utf8 M docs/manual/env.xml.meta M docs/manual/howto/auth.html.en.utf8 M docs/manual/logs.html.fr.utf8 M docs/manual/logs.xml.meta M docs/manual/mod/core.html.de M docs/manual/mod/core.html.en.utf8 M docs/manual/mod/core.html.es.utf8 M docs/manual/mod/core.html.ja.utf8 M docs/manual/mod/core.xml.de M docs/manual/mod/core.xml.es M docs/manual/mod/core.xml.fr M docs/manual/mod/core.xml.ja M docs/manual/mod/core.xml.tr M docs/manual/mod/mod_auth_form.html.fr.utf8 M docs/manual/mod/mod_auth_form.xml.meta M docs/manual/mod/mod_authn_socache.html.fr.utf8 M docs/manual/mod/mod_authn_socache.xml.meta M docs/manual/mod/mod_authz_core.html.en.utf8 M docs/manual/mod/mod_authz_groupfile.html.en.utf8 M docs/manual/mod/mod_authz_host.html.en.utf8 M docs/manual/mod/mod_authz_user.html.en.utf8 M docs/manual/mod/mod_proxy_ftp.html.en.utf8 M docs/manual/mod/mod_proxy_ftp.html.fr.utf8 M docs/manual/mod/mod_proxy_ftp.xml.fr M docs/manual/mod/mod_proxy_ftp.xml.meta M docs/manual/mod/quickreference.html.de M docs/manual/mod/quickreference.html.en.utf8 M docs/manual/mod/quickreference.html.es.utf8 M docs/manual/mod/quickreference.html.ja.utf8 M docs/manual/mod/quickreference.html.ko.euc-kr M docs/manual/mod/quickreference.html.zh-cn.utf8 M docs/manual/new_features_2_4.html.fr.utf8 M docs/manual/new_features_2_4.xml.meta ____________________________________________________________________________________________________________ Commit: ee0146a547c8f80c2ed9d521f54b84b3251dbfea URL: https://git.catflap.org/apache-httpd/commit/?id=ee0146a547c8f80c2ed9d521f54b84b3251dbfea Author: Rich Bowen (Sat 2 May 2026 21:51:27 BST) Committer: Rich Bowen (Sat 2 May 2026 21:51:27 BST) Bug 66648: Document AddOutputFilterByType context merging behavior (additive within context, replaces across contexts) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933734 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_filter.xml ____________________________________________________________________________________________________________ Commit: 550fd9d1a0ce17118fa8ecf959078e0a85c28818 URL: https://git.catflap.org/apache-httpd/commit/?id=550fd9d1a0ce17118fa8ecf959078e0a85c28818 Author: Rich Bowen (Sat 2 May 2026 21:43:13 BST) Committer: Rich Bowen (Sat 2 May 2026 21:43:13 BST) Bug 64458: Strengthen no-quotes warnings for Require ldap-group and ldap-dn; explain inconsistency with ldap-user git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933732 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_authnz_ldap.xml ____________________________________________________________________________________________________________ Commit: a02bd9acc261962a54292362740d0c006c63bfef URL: https://git.catflap.org/apache-httpd/commit/?id=a02bd9acc261962a54292362740d0c006c63bfef Author: Rich Bowen (Sat 2 May 2026 21:37:42 BST) Committer: Rich Bowen (Sat 2 May 2026 21:37:42 BST) Bug 63961: Fix modguide examples - add AP_MODULE_FLAG_NONE to module struct, use { } sentinel for command_rec arrays (clang compatibility) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933730 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/developer/modguide.xml ____________________________________________________________________________________________________________ Commit: bd4ebbe66aa25b6d6ea95f5781d52fbbf81a6cc2 URL: https://git.catflap.org/apache-httpd/commit/?id=bd4ebbe66aa25b6d6ea95f5781d52fbbf81a6cc2 Author: Rich Bowen (Sat 2 May 2026 21:24:21 BST) Committer: Rich Bowen (Sat 2 May 2026 21:24:21 BST) rewrite guide: add Discussion sections to recipes where useful - alternatives, cross-references, caveats (BZ 58892, step 15) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933728 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/rewrite/remapping.xml M docs/manual/rewrite/rewritemap.xml ____________________________________________________________________________________________________________ Commit: c0395e1df082b85b3a8931fd86a2e2a480dca348 URL: https://git.catflap.org/apache-httpd/commit/?id=c0395e1df082b85b3a8931fd86a2e2a480dca348 Author: Rich Bowen (Sat 2 May 2026 21:22:10 BST) Committer: Rich Bowen (Sat 2 May 2026 21:22:10 BST) Bug 62031: Add OCSP Stapling production tuning recommendations to SSL howto git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933726 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/ssl/ssl_howto.xml ____________________________________________________________________________________________________________ Commit: 6061294292c6aeeb6031b96e45b86ee714c41270 URL: https://git.catflap.org/apache-httpd/commit/?id=6061294292c6aeeb6031b96e45b86ee714c41270 Author: Rich Bowen (Sat 2 May 2026 21:13:17 BST) Committer: Rich Bowen (Sat 2 May 2026 21:13:17 BST) rewrite guide: add security considerations section - open redirects, SSRF, path traversal (BZ 58892, step 14) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933724 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/rewrite/intro.xml ____________________________________________________________________________________________________________ Commit: 33daa89d0559b0f8a643a90940f812524d3552bc URL: https://git.catflap.org/apache-httpd/commit/?id=33daa89d0559b0f8a643a90940f812524d3552bc Author: Rich Bowen (Sat 2 May 2026 21:05:16 BST) Committer: Rich Bowen (Sat 2 May 2026 21:05:16 BST) Bug 69092: Expand Location examples to clarify non-filesystem use (proxy, access control) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933722 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/sections.xml ____________________________________________________________________________________________________________ Commit: bf137ca132ade17f9995512da424341713c2c05c URL: https://git.catflap.org/apache-httpd/commit/?id=bf137ca132ade17f9995512da424341713c2c05c Author: Rich Bowen (Sat 2 May 2026 20:54:14 BST) Committer: Rich Bowen (Sat 2 May 2026 20:54:14 BST) Bug 69891: Warn that inside can silently override auth git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933720 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/howto/access.xml M docs/manual/mod/core.xml M docs/manual/sections.xml ____________________________________________________________________________________________________________ Commit: ba17fe21b25b5de825d17209d05af0966ef8d634 URL: https://git.catflap.org/apache-httpd/commit/?id=ba17fe21b25b5de825d17209d05af0966ef8d634 Author: Rich Bowen (Sat 2 May 2026 20:46:23 BST) Committer: Rich Bowen (Sat 2 May 2026 20:46:23 BST) rewrite guide: update nav, clean See Also blocks, remove boilerplate duplication, fix external links (BZ 58892, steps 11-13) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933718 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/rewrite/avoid.xml M docs/manual/rewrite/flags.xml M docs/manual/rewrite/htaccess.xml M docs/manual/rewrite/index.xml M docs/manual/rewrite/intro.xml M docs/manual/rewrite/remapping.xml M docs/manual/rewrite/rewritemap.xml M docs/manual/rewrite/tech.xml M docs/manual/rewrite/vhosts.xml ____________________________________________________________________________________________________________ Commit: 592d5cc11d859e97e638ca91dd24454722147ffd URL: https://git.catflap.org/apache-httpd/commit/?id=592d5cc11d859e97e638ca91dd24454722147ffd Author: Rich Bowen (Sat 2 May 2026 20:40:57 BST) Committer: Rich Bowen (Sat 2 May 2026 20:40:57 BST) Bug 64596: Document that extensionless files cannot be matched by mod_mime; show FilesMatch workaround git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933715 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_mime.xml ____________________________________________________________________________________________________________ Commit: 34a901f6fe17466d5dc17771f9e1099c191e9e58 URL: https://git.catflap.org/apache-httpd/commit/?id=34a901f6fe17466d5dc17771f9e1099c191e9e58 Author: Rich Bowen (Sat 2 May 2026 20:33:18 BST) Committer: Rich Bowen (Sat 2 May 2026 20:33:18 BST) Bug 70019: Fix contradictory file-system path vs URL-path descriptions; filesystem-existence guessing is server-context only, not per-directory git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933713 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_rewrite.xml ____________________________________________________________________________________________________________ Commit: ee39dbe0995b51f12055584d27f5468ca1ec1641 URL: https://git.catflap.org/apache-httpd/commit/?id=ee39dbe0995b51f12055584d27f5468ca1ec1641 Author: Rich Bowen (Sat 2 May 2026 20:31:33 BST) Committer: Rich Bowen (Sat 2 May 2026 20:31:33 BST) rewrite guide: add FallbackResource and If-expression sections to avoid.xml (BZ 58892, step 10) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933711 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/rewrite/avoid.xml ____________________________________________________________________________________________________________ Commit: 735d7833da4d3a1ef736270990428a769ae4b639 URL: https://git.catflap.org/apache-httpd/commit/?id=735d7833da4d3a1ef736270990428a769ae4b639 Author: Rich Bowen (Sat 2 May 2026 20:26:50 BST) Committer: Rich Bowen (Sat 2 May 2026 20:26:50 BST) rewrite guide: expand END flag, add QSL example, SSRF warning on [P], fix BCTLS/BNE versions, remove 2.2 ref (BZ 58892, step 9) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933709 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/rewrite/flags.xml ____________________________________________________________________________________________________________ Commit: b547b0373391a14cdd00a916e30a795a96671241 URL: https://git.catflap.org/apache-httpd/commit/?id=b547b0373391a14cdd00a916e30a795a96671241 Author: Rich Bowen (Sat 2 May 2026 20:18:57 BST) Committer: Rich Bowen (Sat 2 May 2026 20:18:57 BST) rewrite guide: add modern recipes - HTTPS enforcement, trailing slash, www canonicalization, front-controller routing (BZ 58892, step 8) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933707 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/rewrite/remapping.xml ____________________________________________________________________________________________________________ Commit: 0f8629c1ed677e18cdbf568ac29368b3e3de61ce URL: https://git.catflap.org/apache-httpd/commit/?id=0f8629c1ed677e18cdbf568ac29368b3e3de61ce Author: Rich Bowen (Fri 1 May 2026 21:55:12 BST) Committer: Rich Bowen (Fri 1 May 2026 21:55:12 BST) Bug 65057: Clarify DirectoryMatch: not same as Directory, regex is substring match with no implicit anchoring, concrete trailing slash example git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933695 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/core.xml ____________________________________________________________________________________________________________ Commit: 1a48b129d33b6b43191abdddd7bd729dac754272 URL: https://git.catflap.org/apache-httpd/commit/?id=1a48b129d33b6b43191abdddd7bd729dac754272 Author: Rich Bowen (Fri 1 May 2026 21:42:20 BST) Committer: Rich Bowen (Fri 1 May 2026 21:42:20 BST) Bug 65056: Clarify section merging: Directory ordering is independent of config order; config-file ordering applies to all section types; VirtualHost is selected, not merged git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933693 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/sections.xml ____________________________________________________________________________________________________________ Commit: 58647c9b490b83bde2e775f93ebe40cdced7a164 URL: https://git.catflap.org/apache-httpd/commit/?id=58647c9b490b83bde2e775f93ebe40cdced7a164 Author: Rich Bowen (Fri 1 May 2026 21:32:50 BST) Committer: Rich Bowen (Fri 1 May 2026 21:32:50 BST) Bug 70017: Clarify substitution combinations table intro; fix per-server/per-directory context labels; add seealso from rewrite/htaccess git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933691 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_rewrite.xml M docs/manual/rewrite/htaccess.xml ____________________________________________________________________________________________________________ Commit: c515567d7d32f3ed7ef5b0deef66f8c2460077df URL: https://git.catflap.org/apache-httpd/commit/?id=c515567d7d32f3ed7ef5b0deef66f8c2460077df Author: Rich Bowen (Fri 1 May 2026 21:26:58 BST) Committer: Rich Bowen (Fri 1 May 2026 21:26:58 BST) Bug 70018: Document %N (RewriteCond) back-references alongside $N in substitution string description git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933689 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_rewrite.xml ____________________________________________________________________________________________________________ Commit: 5a83e98043f95d6df0e7100bba7607b2c3a2bd89 URL: https://git.catflap.org/apache-httpd/commit/?id=5a83e98043f95d6df0e7100bba7607b2c3a2bd89 Author: Rich Bowen (Fri 1 May 2026 21:14:05 BST) Committer: Rich Bowen (Fri 1 May 2026 21:14:05 BST) Bug 65145: Add Authorization Result States section; cross-reference from Require directives, auth howto, and authz provider modules git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933687 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/howto/auth.xml M docs/manual/mod/mod_authz_core.xml M docs/manual/mod/mod_authz_groupfile.xml M docs/manual/mod/mod_authz_host.xml M docs/manual/mod/mod_authz_user.xml ____________________________________________________________________________________________________________ Commit: db2b15c866f466793fe842055d86936e5b71b357 URL: https://git.catflap.org/apache-httpd/commit/?id=db2b15c866f466793fe842055d86936e5b71b357 Author: Rich Bowen (Fri 1 May 2026 20:52:11 BST) Committer: Rich Bowen (Fri 1 May 2026 20:52:11 BST) Bug 65054: AllowOverride/AllowOverrideList docs - simplify default, fix syntax typo, document union behavior and All class git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933685 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/core.xml ____________________________________________________________________________________________________________ Commit: bd6dd69f1f2eeb72fdfc7da4a6c54c92cdcab092 URL: https://git.catflap.org/apache-httpd/commit/?id=bd6dd69f1f2eeb72fdfc7da4a6c54c92cdcab092 Author: Rich Bowen (Fri 1 May 2026 19:06:50 BST) Committer: Rich Bowen (Fri 1 May 2026 19:06:50 BST) Bug 66341: Note that HttpProtocolOptions Strict blocks credentials in FTP proxy URLs git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933682 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_proxy_ftp.xml ____________________________________________________________________________________________________________ Commit: f770f5c68b5d4602b0cf849f58ee07b362e7d11b URL: https://git.catflap.org/apache-httpd/commit/?id=f770f5c68b5d4602b0cf849f58ee07b362e7d11b Author: Rich Bowen (Fri 1 May 2026 18:52:49 BST) Committer: Rich Bowen (Fri 1 May 2026 18:52:49 BST) Rebuild new rewrite/htaccess guide git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933680 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/rewrite/avoid.xml.de M docs/manual/rewrite/avoid.xml.es M docs/manual/rewrite/avoid.xml.fr M docs/manual/rewrite/avoid.xml.ja M docs/manual/rewrite/avoid.xml.ko M docs/manual/rewrite/avoid.xml.tr M docs/manual/rewrite/avoid.xml.zh-cn M docs/manual/rewrite/htaccess.xml.de M docs/manual/rewrite/htaccess.xml.es M docs/manual/rewrite/htaccess.xml.fr M docs/manual/rewrite/htaccess.xml.ja M docs/manual/rewrite/htaccess.xml.ko M docs/manual/rewrite/htaccess.xml.tr M docs/manual/rewrite/htaccess.xml.zh-cn M docs/manual/rewrite/remapping.html.en.utf8 M docs/manual/rewrite/remapping.xml.de M docs/manual/rewrite/remapping.xml.es M docs/manual/rewrite/remapping.xml.fr M docs/manual/rewrite/remapping.xml.ja M docs/manual/rewrite/remapping.xml.ko M docs/manual/rewrite/remapping.xml.tr M docs/manual/rewrite/remapping.xml.zh-cn ____________________________________________________________________________________________________________ Commit: 0093993691a6335e09a135203e5699ba3a21be5a URL: https://git.catflap.org/apache-httpd/commit/?id=0093993691a6335e09a135203e5699ba3a21be5a Author: Rich Bowen (Fri 1 May 2026 18:50:00 BST) Committer: Rich Bowen (Fri 1 May 2026 18:50:00 BST) Slight rephrase and reorg to clarify the meaning git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933678 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/core.xml ____________________________________________________________________________________________________________ Commit: 120d63027deac45b1abd4d1ff1870fbf687408c5 URL: https://git.catflap.org/apache-httpd/commit/?id=120d63027deac45b1abd4d1ff1870fbf687408c5 Author: Rich Bowen (Fri 1 May 2026 18:43:06 BST) Committer: Rich Bowen (Fri 1 May 2026 18:43:06 BST) rewrite guide: remove terrible horrible crufty obsolete static-to-dynamic CGI and geo-redirect recipes (BZ 58892, step 7) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933676 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/rewrite/remapping.xml ____________________________________________________________________________________________________________ Commit: 3ec3ecc822f879a8e3001d3e1363c23e0d351fde URL: https://git.catflap.org/apache-httpd/commit/?id=3ec3ecc822f879a8e3001d3e1363c23e0d351fde Author: Rich Bowen (Fri 1 May 2026 18:33:21 BST) Committer: Rich Bowen (Fri 1 May 2026 18:33:21 BST) Rebuilds this morning's work git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933675 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/glossary.html.en.utf8 M docs/manual/glossary.xml.de M docs/manual/glossary.xml.fr M docs/manual/glossary.xml.ja M docs/manual/glossary.xml.ko M docs/manual/glossary.xml.tr M docs/manual/mod/core.html.en.utf8 M docs/manual/mod/core.xml.de M docs/manual/mod/core.xml.es M docs/manual/mod/core.xml.fr M docs/manual/mod/core.xml.ja M docs/manual/mod/core.xml.tr M docs/manual/mod/mod_authz_core.html.en.utf8 M docs/manual/mod/mod_authz_core.html.fr.utf8 M docs/manual/mod/mod_authz_core.xml.fr M docs/manual/mod/mod_authz_core.xml.meta M docs/manual/mod/mod_proxy.html.en.utf8 M docs/manual/mod/mod_proxy.xml.fr M docs/manual/mod/mod_proxy.xml.ja M docs/manual/mod/mod_rewrite.html.en.utf8 M docs/manual/mod/mod_rewrite.xml.fr M docs/manual/mod/mod_ssl.html.en.utf8 M docs/manual/mod/mod_ssl.xml.es M docs/manual/mod/mod_ssl.xml.fr M docs/manual/mod/mpm_common.html.en.utf8 M docs/manual/mod/mpm_common.xml.de M docs/manual/mod/mpm_common.xml.fr M docs/manual/mod/mpm_common.xml.ja M docs/manual/mod/mpm_common.xml.tr M docs/manual/rewrite/avoid.html.en.utf8 M docs/manual/rewrite/avoid.xml M docs/manual/rewrite/htaccess.html.de M docs/manual/rewrite/htaccess.html.en.utf8 M docs/manual/rewrite/htaccess.html.es.utf8 M docs/manual/rewrite/htaccess.html.fr.utf8 M docs/manual/rewrite/htaccess.html.ja.utf8 M docs/manual/rewrite/htaccess.html.ko.euc-kr M docs/manual/rewrite/htaccess.html.tr.utf8 M docs/manual/rewrite/htaccess.html.zh-cn.utf8 M docs/manual/rewrite/htaccess.xml M docs/manual/rewrite/htaccess.xml.de M docs/manual/rewrite/htaccess.xml.es M docs/manual/rewrite/htaccess.xml.fr M docs/manual/rewrite/htaccess.xml.ja M docs/manual/rewrite/htaccess.xml.ko M docs/manual/rewrite/htaccess.xml.meta M docs/manual/rewrite/htaccess.xml.tr M docs/manual/rewrite/htaccess.xml.zh-cn M docs/manual/rewrite/intro.html.fr.utf8 M docs/manual/vhosts/details.html.en.utf8 M docs/manual/vhosts/details.html.fr.utf8 M docs/manual/vhosts/details.xml.fr M docs/manual/vhosts/details.xml.ko M docs/manual/vhosts/details.xml.meta M docs/manual/vhosts/details.xml.tr ____________________________________________________________________________________________________________ Commit: f14819479cf8a65ec0ea7c6730e342a85d1e0ee2 URL: https://git.catflap.org/apache-httpd/commit/?id=f14819479cf8a65ec0ea7c6730e342a85d1e0ee2 Author: Rich Bowen (Fri 1 May 2026 18:13:03 BST) Committer: Rich Bowen (Fri 1 May 2026 18:13:03 BST) rewrite guide: populate htaccess.xml with per-directory rewriting content — path stripping, RewriteBase, looping/[END], FollowSymLinks requirement, RewriteMap restrictions, RewriteOptions inheritance, debugging (BZ 58892, step 6) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933671 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/rewrite/htaccess.xml ____________________________________________________________________________________________________________ Commit: c753a20508e6f728695462e07c5be61ffaac1e8c URL: https://git.catflap.org/apache-httpd/commit/?id=c753a20508e6f728695462e07c5be61ffaac1e8c Author: Rich Bowen (Fri 1 May 2026 17:37:47 BST) Committer: Rich Bowen (Fri 1 May 2026 17:37:47 BST) Bug 64996: Rewrite vhost matching section with explicit priority table and clearer Phase 1/Phase 2 structure git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933669 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/vhosts/details.xml ____________________________________________________________________________________________________________ Commit: ea1cd2dca23b10fc15993381aab1a4b6416084ee URL: https://git.catflap.org/apache-httpd/commit/?id=ea1cd2dca23b10fc15993381aab1a4b6416084ee Author: Rich Bowen (Fri 1 May 2026 17:11:28 BST) Committer: Rich Bowen (Fri 1 May 2026 17:11:28 BST) Translation out-of-date updates. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933668 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/rewrite/flags.xml.de M docs/manual/rewrite/flags.xml.es M docs/manual/rewrite/flags.xml.fr M docs/manual/rewrite/flags.xml.ja M docs/manual/rewrite/flags.xml.ko M docs/manual/rewrite/flags.xml.tr M docs/manual/rewrite/flags.xml.zh-cn M docs/manual/rewrite/index.xml.de M docs/manual/rewrite/index.xml.es M docs/manual/rewrite/index.xml.fr M docs/manual/rewrite/index.xml.ja M docs/manual/rewrite/index.xml.ko M docs/manual/rewrite/index.xml.meta M docs/manual/rewrite/index.xml.tr M docs/manual/rewrite/index.xml.zh-cn M docs/manual/rewrite/intro.xml.de M docs/manual/rewrite/intro.xml.es M docs/manual/rewrite/intro.xml.fr M docs/manual/rewrite/intro.xml.ja M docs/manual/rewrite/intro.xml.ko M docs/manual/rewrite/intro.xml.meta M docs/manual/rewrite/intro.xml.tr M docs/manual/rewrite/intro.xml.zh-cn M docs/manual/rewrite/tech.xml.de M docs/manual/rewrite/tech.xml.es M docs/manual/rewrite/tech.xml.fr M docs/manual/rewrite/tech.xml.ja M docs/manual/rewrite/tech.xml.ko M docs/manual/rewrite/tech.xml.meta M docs/manual/rewrite/tech.xml.tr M docs/manual/rewrite/tech.xml.zh-cn ____________________________________________________________________________________________________________ Commit: 0066c5e10726892e19d6a75e0f2178afd064c3b3 URL: https://git.catflap.org/apache-httpd/commit/?id=0066c5e10726892e19d6a75e0f2178afd064c3b3 Author: Rich Bowen (Fri 1 May 2026 17:09:54 BST) Committer: Rich Bowen (Fri 1 May 2026 17:09:54 BST) Rebuild yesterday's patches git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933667 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/rewrite/flags.html.en.utf8 M docs/manual/rewrite/index.html.de M docs/manual/rewrite/index.html.en.utf8 M docs/manual/rewrite/index.html.es.utf8 M docs/manual/rewrite/index.html.fr.utf8 M docs/manual/rewrite/index.html.ja.utf8 M docs/manual/rewrite/index.html.ko.euc-kr M docs/manual/rewrite/index.html.tr.utf8 M docs/manual/rewrite/index.html.zh-cn.utf8 M docs/manual/rewrite/intro.html.de M docs/manual/rewrite/intro.html.en.utf8 M docs/manual/rewrite/intro.html.es.utf8 M docs/manual/rewrite/intro.html.fr.utf8 M docs/manual/rewrite/intro.html.ja.utf8 M docs/manual/rewrite/intro.html.ko.euc-kr M docs/manual/rewrite/intro.html.tr.utf8 M docs/manual/rewrite/intro.html.zh-cn.utf8 M docs/manual/rewrite/tech.html.de M docs/manual/rewrite/tech.html.en.utf8 M docs/manual/rewrite/tech.html.es.utf8 M docs/manual/rewrite/tech.html.fr.utf8 M docs/manual/rewrite/tech.html.ja.utf8 M docs/manual/rewrite/tech.html.ko.euc-kr M docs/manual/rewrite/tech.html.tr.utf8 M docs/manual/rewrite/tech.html.zh-cn.utf8 ____________________________________________________________________________________________________________ Commit: b3e89a99cda6b4d657749dc7e8fc3f5f28bb8c10 URL: https://git.catflap.org/apache-httpd/commit/?id=b3e89a99cda6b4d657749dc7e8fc3f5f28bb8c10 Author: Rich Bowen (Fri 1 May 2026 16:55:29 BST) Committer: Rich Bowen (Fri 1 May 2026 16:55:29 BST) Bug 69549: ErrorLogFormat - "format string items" → "format specifiers"; "log line" → "format string" git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933666 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/core.xml ____________________________________________________________________________________________________________ Commit: abe739942a950612f7b0807d0cb30de6b22ce6b5 URL: https://git.catflap.org/apache-httpd/commit/?id=abe739942a950612f7b0807d0cb30de6b22ce6b5 Author: Rich Bowen (Fri 1 May 2026 16:46:12 BST) Committer: Rich Bowen (Fri 1 May 2026 16:46:12 BST) Bug 69549: ErrorLogFormat docs - "log line" should be "format string" when describing field splitting git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933664 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/core.xml ____________________________________________________________________________________________________________ Commit: 17ba8c7e8abba2ff5e820bde5008368432d6064f URL: https://git.catflap.org/apache-httpd/commit/?id=17ba8c7e8abba2ff5e820bde5008368432d6064f Author: Rich Bowen (Fri 1 May 2026 16:26:44 BST) Committer: Rich Bowen (Fri 1 May 2026 16:26:44 BST) Bug 70016: Clarify that \$0 refers to the entire match, not a captured group git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933662 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_rewrite.xml ____________________________________________________________________________________________________________ Commit: 8e8be3539fd6c4ea2b9ac36c1edf9e52c2f1fd8d URL: https://git.catflap.org/apache-httpd/commit/?id=8e8be3539fd6c4ea2b9ac36c1edf9e52c2f1fd8d Author: Rich Bowen (Fri 1 May 2026 15:54:37 BST) Committer: Rich Bowen (Fri 1 May 2026 15:54:37 BST) Bug 69329: Document ServerPath in vhost matching details; mark as legacy HTTP/1.0 feature; fix seealso link git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933660 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/core.xml M docs/manual/vhosts/details.xml ____________________________________________________________________________________________________________ Commit: 49d52aa3cfa8098fc54c1a2f396d399a96bc54c3 URL: https://git.catflap.org/apache-httpd/commit/?id=49d52aa3cfa8098fc54c1a2f396d399a96bc54c3 Author: Joe Orton (Fri 1 May 2026 15:48:59 BST) Committer: Joe Orton (Fri 1 May 2026 15:48:59 BST) Constify static arrays of string constants. Add const qualifier to the pointer in static arrays of string constants (const char *[] -> const char *const []) across various modules and server code, and adjust a local variable type in mod_cache accordingly. Co-Authored-By: Claude Opus 4.6 Github: closes #643 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933659 13f79535-47bb-0310-9956-ffa450edef68 M modules/cache/mod_cache.c M modules/filters/mod_proxy_html.c M modules/http2/h2_protocol.c M modules/http2/h2_proxy_session.c M modules/http2/h2_session.c M modules/loggers/mod_logio.c M modules/mappers/mod_speling.c M modules/md/md_log.c M modules/md/md_store.c M modules/proxy/ajp_header.c M modules/proxy/mod_proxy_http.c M modules/ssl/mod_ssl.c M server/protocol.c ____________________________________________________________________________________________________________ Commit: 67b271b6c733a49018843cf67b482832c87861ac URL: https://git.catflap.org/apache-httpd/commit/?id=67b271b6c733a49018843cf67b482832c87861ac Author: Rich Bowen (Fri 1 May 2026 15:19:41 BST) Committer: Rich Bowen (Fri 1 May 2026 15:19:41 BST) Bug 64895: Document MaxRequestWorkers/ThreadsPerChild relationship constraints git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933657 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mpm_common.xml ____________________________________________________________________________________________________________ Commit: 8651ffb64bc422a8fa000d8d0d7f7ff9e57a9b35 URL: https://git.catflap.org/apache-httpd/commit/?id=8651ffb64bc422a8fa000d8d0d7f7ff9e57a9b35 Author: Rich Bowen (Fri 1 May 2026 15:00:57 BST) Committer: Rich Bowen (Fri 1 May 2026 15:00:57 BST) Add per-directory context glossary entry; link key rewrite docs references to it git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933655 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/glossary.xml M docs/manual/mod/mod_rewrite.xml M docs/manual/rewrite/flags.xml M docs/manual/rewrite/index.xml M docs/manual/rewrite/intro.xml M docs/manual/rewrite/tech.xml ____________________________________________________________________________________________________________ Commit: 688b98e596302ff30b4f72e9d791e3576024d402 URL: https://git.catflap.org/apache-httpd/commit/?id=688b98e596302ff30b4f72e9d791e3576024d402 Author: Joe Orton (Fri 1 May 2026 14:55:33 BST) Committer: Joe Orton (Fri 1 May 2026 14:55:33 BST) CI: Fail early if PHP_FPM is set but not valid. CI: Set PHP_FPM correctly for current Ubuntu images. Github: closes #633 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933654 13f79535-47bb-0310-9956-ffa450edef68 M .github/workflows/linux.yml M test/travis_before_linux.sh M test/travis_run_linux.sh ____________________________________________________________________________________________________________ Commit: 237a6d8aaf3a635dbd83b5e64a9c16c874ad1050 URL: https://git.catflap.org/apache-httpd/commit/?id=237a6d8aaf3a635dbd83b5e64a9c16c874ad1050 Author: Rich Bowen (Fri 1 May 2026 14:53:58 BST) Committer: Rich Bowen (Fri 1 May 2026 14:53:58 BST) Bug 60377: Remaining .htaccess-specific wording in rewrite docs; .htaccess IS per-directory context git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933652 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_rewrite.xml M docs/manual/rewrite/flags.xml ____________________________________________________________________________________________________________ Commit: dbcf16f2617511ce3e235a6d5bba8c321c13c4fe URL: https://git.catflap.org/apache-httpd/commit/?id=dbcf16f2617511ce3e235a6d5bba8c321c13c4fe Author: Joe Orton (Fri 1 May 2026 14:49:54 BST) Committer: Joe Orton (Fri 1 May 2026 14:49:54 BST) Updated list of things we could/should remove from trunk before 2.6. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933651 13f79535-47bb-0310-9956-ffa450edef68 M STATUS ____________________________________________________________________________________________________________ Commit: 2cb286d8788c3832b8aa7823bc9ce0526eaf41ae URL: https://git.catflap.org/apache-httpd/commit/?id=2cb286d8788c3832b8aa7823bc9ce0526eaf41ae Author: Rich Bowen (Fri 1 May 2026 14:40:30 BST) Committer: Rich Bowen (Fri 1 May 2026 14:40:30 BST) Bug 66375: Fix AuthzProviderAlias example - remove Require all granted, use ldap auth provider git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933649 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_authz_core.xml ____________________________________________________________________________________________________________ Commit: ce80562df905fcc797e33a79518bd1bf073e2019 URL: https://git.catflap.org/apache-httpd/commit/?id=ce80562df905fcc797e33a79518bd1bf073e2019 Author: Rich Bowen (Fri 1 May 2026 14:32:45 BST) Committer: Rich Bowen (Fri 1 May 2026 14:32:45 BST) Bug 65247: Fix mod_ssl authz providers docs: authentication→authorization, explain Require ssl vs SSLRequireSSL, fix provider name git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933647 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_ssl.xml ____________________________________________________________________________________________________________ Commit: 4c21f8da5b821e134d47c148c8e364bdc7c887ae URL: https://git.catflap.org/apache-httpd/commit/?id=4c21f8da5b821e134d47c148c8e364bdc7c887ae Author: Rich Bowen (Fri 1 May 2026 14:15:47 BST) Committer: Rich Bowen (Fri 1 May 2026 14:15:47 BST) Bug 64900: Document that path/regex is required for ProxyPass, ProxyPassMatch, ProxyPassReverse outside Location git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933645 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_proxy.xml ____________________________________________________________________________________________________________ Commit: adad4c87bd593f3129a09caf28ba24c2d92e4618 URL: https://git.catflap.org/apache-httpd/commit/?id=adad4c87bd593f3129a09caf28ba24c2d92e4618 Author: Rich Bowen (Fri 1 May 2026 14:06:10 BST) Committer: Rich Bowen (Fri 1 May 2026 14:06:10 BST) Bug 70014: Document that disabling FollowSymLinks prevents mod_rewrite in per-directory context git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933643 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/core.xml ____________________________________________________________________________________________________________ Commit: d7f0a425674c7f1f31f0f4140cde4e9d133517db URL: https://git.catflap.org/apache-httpd/commit/?id=d7f0a425674c7f1f31f0f4140cde4e9d133517db Author: Rich Bowen (Fri 1 May 2026 14:02:44 BST) Committer: Rich Bowen (Fri 1 May 2026 14:02:44 BST) Bug 70015: Clarify FollowSymLinks requirement for per-directory rewrites; note SymLinksIfOwnerMatch also works git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933641 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_rewrite.xml ____________________________________________________________________________________________________________ Commit: 83f5ccc6288eab5e1f17b55505e3ea35a598c9b6 URL: https://git.catflap.org/apache-httpd/commit/?id=83f5ccc6288eab5e1f17b55505e3ea35a598c9b6 Author: Joe Orton (Fri 1 May 2026 08:57:10 BST) Committer: Joe Orton (Fri 1 May 2026 08:57:10 BST) CI: The OpenSSL no-engine config option is redundant as of 4.0, remove. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933631 13f79535-47bb-0310-9956-ffa450edef68 M .github/workflows/linux.yml ____________________________________________________________________________________________________________ Commit: 64ddf28d53cd19231f559258d9fc8961a9385eb1 URL: https://git.catflap.org/apache-httpd/commit/?id=64ddf28d53cd19231f559258d9fc8961a9385eb1 Author: Rich Bowen (Thu 30 Apr 2026 21:39:04 BST) Committer: Rich Bowen (Thu 30 Apr 2026 21:39:04 BST) Rebuild HTML, meta files. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933625 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/core.html.de M docs/manual/mod/core.html.es.utf8 M docs/manual/mod/core.html.fr.utf8 M docs/manual/mod/core.html.ja.utf8 M docs/manual/mod/core.html.tr.utf8 M docs/manual/mod/mod_alias.html.fr.utf8 M docs/manual/mod/mod_alias.html.ja.utf8 M docs/manual/mod/mod_alias.html.ko.euc-kr M docs/manual/mod/mod_alias.html.tr.utf8 M docs/manual/mod/mod_cache.html.ja.utf8 M docs/manual/mod/mod_cache.html.ko.euc-kr M docs/manual/mod/mod_cache_disk.html.ja.utf8 M docs/manual/mod/mod_cache_disk.html.ko.euc-kr M docs/manual/mod/mod_cgid.html.ko.euc-kr M docs/manual/mod/mod_ldap.html.fr.utf8 M docs/manual/mod/mod_lua.html.fr.utf8 M docs/manual/mod/mod_proxy.html.en.utf8 M docs/manual/mod/mod_proxy.html.ja.utf8 M docs/manual/mod/mod_proxy.xml.fr M docs/manual/mod/mod_proxy.xml.ja M docs/manual/mod/mod_so.html.ko.euc-kr M docs/manual/mod/mod_so.html.tr.utf8 M docs/manual/mod/mpm_common.html.en.utf8 M docs/manual/mod/quickreference.html.de M docs/manual/mod/quickreference.html.es.utf8 M docs/manual/mod/quickreference.html.fr.utf8 M docs/manual/mod/quickreference.html.ja.utf8 M docs/manual/mod/quickreference.html.ko.euc-kr M docs/manual/mod/quickreference.html.tr.utf8 M docs/manual/rewrite/access.html.de M docs/manual/rewrite/access.html.en.utf8 M docs/manual/rewrite/access.html.es.utf8 M docs/manual/rewrite/access.html.fr.utf8 M docs/manual/rewrite/access.html.ja.utf8 M docs/manual/rewrite/access.html.ko.euc-kr M docs/manual/rewrite/access.html.tr.utf8 M docs/manual/rewrite/access.html.zh-cn.utf8 M docs/manual/rewrite/access.xml.de M docs/manual/rewrite/access.xml.es M docs/manual/rewrite/access.xml.fr M docs/manual/rewrite/access.xml.ja M docs/manual/rewrite/access.xml.ko M docs/manual/rewrite/access.xml.meta M docs/manual/rewrite/access.xml.tr M docs/manual/rewrite/access.xml.zh-cn M docs/manual/rewrite/advanced.html.de M docs/manual/rewrite/advanced.html.en.utf8 M docs/manual/rewrite/advanced.html.es.utf8 M docs/manual/rewrite/advanced.html.fr.utf8 M docs/manual/rewrite/advanced.html.ja.utf8 M docs/manual/rewrite/advanced.html.ko.euc-kr M docs/manual/rewrite/advanced.html.tr.utf8 M docs/manual/rewrite/advanced.html.zh-cn.utf8 M docs/manual/rewrite/advanced.xml.de M docs/manual/rewrite/advanced.xml.es M docs/manual/rewrite/advanced.xml.fr M docs/manual/rewrite/advanced.xml.ja M docs/manual/rewrite/advanced.xml.ko M docs/manual/rewrite/advanced.xml.meta M docs/manual/rewrite/advanced.xml.tr M docs/manual/rewrite/advanced.xml.zh-cn M docs/manual/rewrite/avoid.html.de M docs/manual/rewrite/avoid.html.en.utf8 M docs/manual/rewrite/avoid.html.es.utf8 M docs/manual/rewrite/avoid.html.fr.utf8 M docs/manual/rewrite/avoid.html.ja.utf8 M docs/manual/rewrite/avoid.html.ko.euc-kr M docs/manual/rewrite/avoid.html.tr.utf8 M docs/manual/rewrite/avoid.html.zh-cn.utf8 M docs/manual/rewrite/avoid.xml.de M docs/manual/rewrite/avoid.xml.es M docs/manual/rewrite/avoid.xml.fr M docs/manual/rewrite/avoid.xml.ja M docs/manual/rewrite/avoid.xml.ko M docs/manual/rewrite/avoid.xml.meta M docs/manual/rewrite/avoid.xml.tr M docs/manual/rewrite/avoid.xml.zh-cn M docs/manual/rewrite/flags.html.de M docs/manual/rewrite/flags.html.en.utf8 M docs/manual/rewrite/flags.html.es.utf8 M docs/manual/rewrite/flags.html.fr.utf8 M docs/manual/rewrite/flags.html.ja.utf8 M docs/manual/rewrite/flags.html.ko.euc-kr M docs/manual/rewrite/flags.html.tr.utf8 M docs/manual/rewrite/flags.html.zh-cn.utf8 M docs/manual/rewrite/flags.xml.de M docs/manual/rewrite/flags.xml.es M docs/manual/rewrite/flags.xml.fr M docs/manual/rewrite/flags.xml.ja M docs/manual/rewrite/flags.xml.ko M docs/manual/rewrite/flags.xml.meta M docs/manual/rewrite/flags.xml.tr M docs/manual/rewrite/flags.xml.zh-cn M docs/manual/rewrite/proxy.html.de M docs/manual/rewrite/proxy.html.en.utf8 M docs/manual/rewrite/proxy.html.es.utf8 M docs/manual/rewrite/proxy.html.fr.utf8 M docs/manual/rewrite/proxy.html.ja.utf8 M docs/manual/rewrite/proxy.html.ko.euc-kr M docs/manual/rewrite/proxy.html.tr.utf8 M docs/manual/rewrite/proxy.html.zh-cn.utf8 M docs/manual/rewrite/proxy.xml.de M docs/manual/rewrite/proxy.xml.es M docs/manual/rewrite/proxy.xml.fr M docs/manual/rewrite/proxy.xml.ja M docs/manual/rewrite/proxy.xml.ko M docs/manual/rewrite/proxy.xml.meta M docs/manual/rewrite/proxy.xml.tr M docs/manual/rewrite/proxy.xml.zh-cn M docs/manual/rewrite/remapping.html.de M docs/manual/rewrite/remapping.html.en.utf8 M docs/manual/rewrite/remapping.html.es.utf8 M docs/manual/rewrite/remapping.html.fr.utf8 M docs/manual/rewrite/remapping.html.ja.utf8 M docs/manual/rewrite/remapping.html.ko.euc-kr M docs/manual/rewrite/remapping.html.tr.utf8 M docs/manual/rewrite/remapping.html.zh-cn.utf8 M docs/manual/rewrite/remapping.xml.de M docs/manual/rewrite/remapping.xml.es M docs/manual/rewrite/remapping.xml.fr M docs/manual/rewrite/remapping.xml.ja M docs/manual/rewrite/remapping.xml.ko M docs/manual/rewrite/remapping.xml.meta M docs/manual/rewrite/remapping.xml.tr M docs/manual/rewrite/remapping.xml.zh-cn M docs/manual/rewrite/rewritemap.html.de M docs/manual/rewrite/rewritemap.html.en.utf8 M docs/manual/rewrite/rewritemap.html.es.utf8 M docs/manual/rewrite/rewritemap.html.fr.utf8 M docs/manual/rewrite/rewritemap.html.ja.utf8 M docs/manual/rewrite/rewritemap.html.ko.euc-kr M docs/manual/rewrite/rewritemap.html.tr.utf8 M docs/manual/rewrite/rewritemap.html.zh-cn.utf8 M docs/manual/rewrite/rewritemap.xml.de M docs/manual/rewrite/rewritemap.xml.es M docs/manual/rewrite/rewritemap.xml.fr M docs/manual/rewrite/rewritemap.xml.ja M docs/manual/rewrite/rewritemap.xml.ko M docs/manual/rewrite/rewritemap.xml.meta M docs/manual/rewrite/rewritemap.xml.tr M docs/manual/rewrite/rewritemap.xml.zh-cn ____________________________________________________________________________________________________________ Commit: 967bfa61ffbc4058227e2e83b205a594ca2d9293 URL: https://git.catflap.org/apache-httpd/commit/?id=967bfa61ffbc4058227e2e83b205a594ca2d9293 Author: Rich Bowen (Thu 30 Apr 2026 21:37:05 BST) Committer: Rich Bowen (Thu 30 Apr 2026 21:37:05 BST) Rebuild error docs git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933624 13f79535-47bb-0310-9956-ffa450edef68 M docs/error/HTTP_FORBIDDEN.html.var M docs/error/HTTP_GONE.html.var M docs/error/HTTP_INTERNAL_SERVER_ERROR.html.var M docs/error/HTTP_NOT_FOUND.html.var M docs/error/HTTP_PRECONDITION_FAILED.html.var M docs/error/HTTP_UNAUTHORIZED.html.var M docs/error/HTTP_UNSUPPORTED_MEDIA_TYPE.html.var ____________________________________________________________________________________________________________ Commit: 5628349fc675c494b8b2fa2831c87f12cadade57 URL: https://git.catflap.org/apache-httpd/commit/?id=5628349fc675c494b8b2fa2831c87f12cadade57 Author: Rich Bowen (Thu 30 Apr 2026 21:36:04 BST) Committer: Rich Bowen (Thu 30 Apr 2026 21:36:04 BST) rewrite guide: merge proxy.xml content into avoid.xml, replace proxy.xml with deprecation stub (BZ 58892, step 5) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933622 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/rewrite/avoid.xml M docs/manual/rewrite/proxy.xml ____________________________________________________________________________________________________________ Commit: a546c38b5fbbe2eb4df558606c1029af83e18476 URL: https://git.catflap.org/apache-httpd/commit/?id=a546c38b5fbbe2eb4df558606c1029af83e18476 Author: Rich Bowen (Thu 30 Apr 2026 21:30:05 BST) Committer: Rich Bowen (Thu 30 Apr 2026 21:30:05 BST) rewrite guide: replace access.xml with deprecation stub pointing to avoid.xml (BZ 58892, step 4) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933620 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/rewrite/access.xml ____________________________________________________________________________________________________________ Commit: 7e7a8030f747d50b11239e022da87fe37215f864 URL: https://git.catflap.org/apache-httpd/commit/?id=7e7a8030f747d50b11239e022da87fe37215f864 Author: Rich Bowen (Thu 30 Apr 2026 21:25:15 BST) Committer: Rich Bowen (Thu 30 Apr 2026 21:25:15 BST) rewrite guide: move access-control recipes to avoid.xml, reorder simple-to-complex, drop referer-deflector (BZ 58892, step 3) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933618 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/rewrite/avoid.xml ____________________________________________________________________________________________________________ Commit: b10a91dc0341976fa6565ae7991f25b0e721b7ec URL: https://git.catflap.org/apache-httpd/commit/?id=b10a91dc0341976fa6565ae7991f25b0e721b7ec Author: Rich Bowen (Thu 30 Apr 2026 19:19:38 BST) Committer: Rich Bowen (Thu 30 Apr 2026 19:19:38 BST) rewrite guide: replace advanced.xml with deprecation stub (BZ 58892, step 2) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933613 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/rewrite/advanced.xml ____________________________________________________________________________________________________________ Commit: 4b223dc3822f7badf441f55f31784e7e4cc6f940 URL: https://git.catflap.org/apache-httpd/commit/?id=4b223dc3822f7badf441f55f31784e7e4cc6f940 Author: Rich Bowen (Thu 30 Apr 2026 18:17:31 BST) Committer: Rich Bowen (Thu 30 Apr 2026 18:17:31 BST) rewrite guide: redistribute advanced.xml recipes to topical files (BZ 58892, step 1) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933611 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/rewrite/avoid.xml M docs/manual/rewrite/flags.xml M docs/manual/rewrite/remapping.xml M docs/manual/rewrite/rewritemap.xml ____________________________________________________________________________________________________________ Commit: fb004be8d4ecc7472a86a90e904da6e2db84e04a URL: https://git.catflap.org/apache-httpd/commit/?id=fb004be8d4ecc7472a86a90e904da6e2db84e04a Author: Lucien Gentis (Thu 30 Apr 2026 16:39:16 BST) Committer: Lucien Gentis (Thu 30 Apr 2026 16:39:16 BST) fr doc XML file update. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933608 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/logs.xml.fr ____________________________________________________________________________________________________________ Commit: 19c30fbf7d40c9fcc814b66819707ba1aa3fe47b URL: https://git.catflap.org/apache-httpd/commit/?id=19c30fbf7d40c9fcc814b66819707ba1aa3fe47b Author: Lucien Gentis (Thu 30 Apr 2026 16:25:57 BST) Committer: Lucien Gentis (Thu 30 Apr 2026 16:25:57 BST) fr doc XML files updates. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933606 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/caching.xml.fr M docs/manual/content-negotiation.xml.fr M docs/manual/dso.xml.fr M docs/manual/env.xml.fr M docs/manual/mod/mod_auth_form.xml.fr M docs/manual/mod/mod_authn_socache.xml.fr M docs/manual/new_features_2_4.xml.fr M docs/manual/rewrite/intro.xml.fr ____________________________________________________________________________________________________________ Commit: f1c91d96459b2f2009d0d2ebf328398557dfc04a URL: https://git.catflap.org/apache-httpd/commit/?id=f1c91d96459b2f2009d0d2ebf328398557dfc04a Author: Rich Bowen (Thu 30 Apr 2026 16:08:07 BST) Committer: Rich Bowen (Thu 30 Apr 2026 16:08:07 BST) Sync contextlist metadata in translations to match English source (bz#66478) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933604 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/core.xml.de M docs/manual/mod/core.xml.es M docs/manual/mod/core.xml.fr M docs/manual/mod/core.xml.ja M docs/manual/mod/core.xml.tr M docs/manual/mod/mod_alias.xml.fr M docs/manual/mod/mod_alias.xml.ja M docs/manual/mod/mod_alias.xml.ko M docs/manual/mod/mod_alias.xml.tr M docs/manual/mod/mod_auth_basic.xml.ja M docs/manual/mod/mod_autoindex.xml.ja M docs/manual/mod/mod_autoindex.xml.ko M docs/manual/mod/mod_cache.xml.fr M docs/manual/mod/mod_cache.xml.ja M docs/manual/mod/mod_cache.xml.ko M docs/manual/mod/mod_cache_disk.xml.fr M docs/manual/mod/mod_cache_disk.xml.ja M docs/manual/mod/mod_cache_disk.xml.ko M docs/manual/mod/mod_cgi.xml.ja M docs/manual/mod/mod_cgid.xml.ko M docs/manual/mod/mod_dav_fs.xml.fr M docs/manual/mod/mod_dav_lock.xml.fr M docs/manual/mod/mod_deflate.xml.ja M docs/manual/mod/mod_dir.xml.fr M docs/manual/mod/mod_dir.xml.ja M docs/manual/mod/mod_dir.xml.ko M docs/manual/mod/mod_env.xml.ja M docs/manual/mod/mod_http2.xml.fr M docs/manual/mod/mod_ldap.xml.fr M docs/manual/mod/mod_lua.xml.fr M docs/manual/mod/mod_negotiation.xml.ja M docs/manual/mod/mod_proxy.xml.fr M docs/manual/mod/mod_proxy.xml.ja M docs/manual/mod/mod_setenvif.xml.ja M docs/manual/mod/mod_setenvif.xml.ko M docs/manual/mod/mod_so.xml.ko M docs/manual/mod/mod_so.xml.tr M docs/manual/mod/mod_speling.xml.ko M docs/manual/mod/mod_userdir.xml.fr M docs/manual/mod/mod_userdir.xml.ja M docs/manual/mod/mod_version.xml.fr M docs/manual/mod/mpm_common.xml.de M docs/manual/mod/mpm_common.xml.fr M docs/manual/mod/mpm_common.xml.ja M docs/manual/mod/mpm_common.xml.tr ____________________________________________________________________________________________________________ Commit: 87d8961e8bef4bb7106bceecea5c123d911ff5eb URL: https://git.catflap.org/apache-httpd/commit/?id=87d8961e8bef4bb7106bceecea5c123d911ff5eb Author: Rich Bowen (Thu 30 Apr 2026 15:46:38 BST) Committer: Rich Bowen (Thu 30 Apr 2026 15:46:38 BST) mod_proxy: clarify ProxyPass ordering in Location blocks (bz#60479) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933602 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_proxy.xml ____________________________________________________________________________________________________________ Commit: 029f51f08010c0437af1eee157924addedd3df17 URL: https://git.catflap.org/apache-httpd/commit/?id=029f51f08010c0437af1eee157924addedd3df17 Author: Joe Orton (Thu 30 Apr 2026 14:29:53 BST) Committer: Joe Orton (Thu 30 Apr 2026 14:29:53 BST) CI: update actions versions, sync windows.yml with 2.4.x. Github: closes #641 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933601 13f79535-47bb-0310-9956-ffa450edef68 M .github/workflows/linux.yml M .github/workflows/windows.yml ____________________________________________________________________________________________________________ Commit: e2eb21b7f2095de5c9f7ca0799b7a7e9b2ea15e8 URL: https://git.catflap.org/apache-httpd/commit/?id=e2eb21b7f2095de5c9f7ca0799b7a7e9b2ea15e8 Author: Rich Bowen (Thu 30 Apr 2026 14:17:26 BST) Committer: Rich Bowen (Thu 30 Apr 2026 14:17:26 BST) Bug 65038: MaxRequestWorkers default applies to threaded and hybrid MPMs git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933599 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mpm_common.xml ____________________________________________________________________________________________________________ Commit: 72065ddb4a34f6bb726c3c56087ce1bf20d82da1 URL: https://git.catflap.org/apache-httpd/commit/?id=72065ddb4a34f6bb726c3c56087ce1bf20d82da1 Author: Rich Bowen (Thu 30 Apr 2026 14:15:56 BST) Committer: Rich Bowen (Thu 30 Apr 2026 14:15:56 BST) Change to nav bar causes rebuild of *all* pages. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933598 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/bind.html.de M docs/manual/bind.html.en.utf8 M docs/manual/bind.html.es.utf8 M docs/manual/bind.html.fr.utf8 M docs/manual/bind.html.ja.utf8 M docs/manual/bind.html.ko.euc-kr M docs/manual/bind.html.tr.utf8 M docs/manual/caching.html.en.utf8 M docs/manual/caching.html.fr.utf8 M docs/manual/caching.html.tr.utf8 M docs/manual/compliance.html.en.utf8 M docs/manual/compliance.html.fr.utf8 M docs/manual/configuring.html.de M docs/manual/configuring.html.en.utf8 M docs/manual/configuring.html.fr.utf8 M docs/manual/configuring.html.ja.utf8 M docs/manual/configuring.html.ko.euc-kr M docs/manual/configuring.html.tr.utf8 M docs/manual/content-negotiation.html.en.utf8 M docs/manual/content-negotiation.html.fr.utf8 M docs/manual/content-negotiation.html.ja.utf8 M docs/manual/content-negotiation.html.ko.euc-kr M docs/manual/content-negotiation.html.tr.utf8 M docs/manual/custom-error.html.en.utf8 M docs/manual/custom-error.html.es.utf8 M docs/manual/custom-error.html.fr.utf8 M docs/manual/custom-error.html.ja.utf8 M docs/manual/custom-error.html.ko.euc-kr M docs/manual/custom-error.html.tr.utf8 M docs/manual/developer/API.html.en.utf8 M docs/manual/developer/debugging.html.en.utf8 M docs/manual/developer/documenting.html.en.utf8 M docs/manual/developer/documenting.html.zh-cn.utf8 M docs/manual/developer/filters.html.en.utf8 M docs/manual/developer/hooks.html.en.utf8 M docs/manual/developer/index.html.en.utf8 M docs/manual/developer/index.html.zh-cn.utf8 M docs/manual/developer/lua.html.en.utf8 M docs/manual/developer/modguide.html.en.utf8 M docs/manual/developer/modules.html.en.utf8 M docs/manual/developer/modules.html.ja.utf8 M docs/manual/developer/new_api_2_4.html.en.utf8 M docs/manual/developer/new_api_2_6.html.en.utf8 M docs/manual/developer/output-filters.html.en.utf8 M docs/manual/developer/request.html.en.utf8 M docs/manual/developer/thread_safety.html.en.utf8 M docs/manual/dns-caveats.html.en.utf8 M docs/manual/dns-caveats.html.fr.utf8 M docs/manual/dns-caveats.html.ja.utf8 M docs/manual/dns-caveats.html.ko.euc-kr M docs/manual/dns-caveats.html.tr.utf8 M docs/manual/dso.html.en.utf8 M docs/manual/dso.html.es.utf8 M docs/manual/dso.html.fr.utf8 M docs/manual/dso.html.ja.utf8 M docs/manual/dso.html.ko.euc-kr M docs/manual/dso.html.tr.utf8 M docs/manual/env.html.en.utf8 M docs/manual/env.html.fr.utf8 M docs/manual/env.html.ja.utf8 M docs/manual/env.html.ko.euc-kr M docs/manual/env.html.tr.utf8 M docs/manual/env.xml.fr M docs/manual/env.xml.ja M docs/manual/env.xml.ko M docs/manual/env.xml.tr M docs/manual/expr.html.en.utf8 M docs/manual/expr.html.fr.utf8 M docs/manual/faq/index.html.en.utf8 M docs/manual/faq/index.html.es.utf8 M docs/manual/faq/index.html.fr.utf8 M docs/manual/faq/index.html.ko.euc-kr M docs/manual/faq/index.html.tr.utf8 M docs/manual/faq/index.html.zh-cn.utf8 M docs/manual/filter.html.en.utf8 M docs/manual/filter.html.es.utf8 M docs/manual/filter.html.fr.utf8 M docs/manual/filter.html.ja.utf8 M docs/manual/filter.html.ko.euc-kr M docs/manual/filter.html.tr.utf8 M docs/manual/getting-started.html.en.utf8 M docs/manual/getting-started.html.es.utf8 M docs/manual/getting-started.html.fr.utf8 M docs/manual/getting-started.html.ru.utf8 M docs/manual/glossary.html.de M docs/manual/glossary.html.en.utf8 M docs/manual/glossary.html.es.utf8 M docs/manual/glossary.html.fr.utf8 M docs/manual/glossary.html.ja.utf8 M docs/manual/glossary.html.ko.euc-kr M docs/manual/glossary.html.tr.utf8 M docs/manual/handler.html.en.utf8 M docs/manual/handler.html.es.utf8 M docs/manual/handler.html.fr.utf8 M docs/manual/handler.html.ja.utf8 M docs/manual/handler.html.ko.euc-kr M docs/manual/handler.html.tr.utf8 M docs/manual/handler.html.zh-cn.utf8 M docs/manual/howto/access.html.en.utf8 M docs/manual/howto/access.html.es.utf8 M docs/manual/howto/access.html.fr.utf8 M docs/manual/howto/auth.html.en.utf8 M docs/manual/howto/auth.html.es.utf8 M docs/manual/howto/auth.html.fr.utf8 M docs/manual/howto/auth.html.ja.utf8 M docs/manual/howto/auth.html.ko.euc-kr M docs/manual/howto/auth.html.tr.utf8 M docs/manual/howto/cgi.html.en.utf8 M docs/manual/howto/cgi.html.es.utf8 M docs/manual/howto/cgi.html.fr.utf8 M docs/manual/howto/cgi.html.ja.utf8 M docs/manual/howto/cgi.html.ko.euc-kr M docs/manual/howto/encrypt.html.en.utf8 M docs/manual/howto/encrypt.html.es.utf8 M docs/manual/howto/encrypt.html.fr.utf8 M docs/manual/howto/htaccess.html.en.utf8 M docs/manual/howto/htaccess.html.es.utf8 M docs/manual/howto/htaccess.html.fr.utf8 M docs/manual/howto/htaccess.html.ja.utf8 M docs/manual/howto/htaccess.html.ko.euc-kr M docs/manual/howto/htaccess.html.pt-br M docs/manual/howto/http2.html.en.utf8 M docs/manual/howto/http2.html.es.utf8 M docs/manual/howto/http2.html.fr.utf8 M docs/manual/howto/index.html.en.utf8 M docs/manual/howto/index.html.es.utf8 M docs/manual/howto/index.html.fr.utf8 M docs/manual/howto/index.html.ja.utf8 M docs/manual/howto/index.html.ko.euc-kr M docs/manual/howto/index.html.zh-cn.utf8 M docs/manual/howto/public_html.html.en.utf8 M docs/manual/howto/public_html.html.es.utf8 M docs/manual/howto/public_html.html.fr.utf8 M docs/manual/howto/public_html.html.ja.utf8 M docs/manual/howto/public_html.html.ko.euc-kr M docs/manual/howto/public_html.html.tr.utf8 M docs/manual/howto/reverse_proxy.html.en.utf8 M docs/manual/howto/reverse_proxy.html.es.utf8 M docs/manual/howto/reverse_proxy.html.fr.utf8 M docs/manual/howto/ssi.html.en.utf8 M docs/manual/howto/ssi.html.es.utf8 M docs/manual/howto/ssi.html.fr.utf8 M docs/manual/howto/ssi.html.ja.utf8 M docs/manual/howto/ssi.html.ko.euc-kr M docs/manual/index.html.da M docs/manual/index.html.de M docs/manual/index.html.en.utf8 M docs/manual/index.html.es.utf8 M docs/manual/index.html.fr.utf8 M docs/manual/index.html.ja.utf8 M docs/manual/index.html.ko.euc-kr M docs/manual/index.html.pt-br M docs/manual/index.html.ru.utf8 M docs/manual/index.html.tr.utf8 M docs/manual/index.html.zh-cn.utf8 M docs/manual/install.html.de M docs/manual/install.html.en.utf8 M docs/manual/install.html.es.utf8 M docs/manual/install.html.fr.utf8 M docs/manual/install.html.ja.utf8 M docs/manual/install.html.ko.euc-kr M docs/manual/install.html.tr.utf8 M docs/manual/invoking.html.de M docs/manual/invoking.html.en.utf8 M docs/manual/invoking.html.es.utf8 M docs/manual/invoking.html.fr.utf8 M docs/manual/invoking.html.ja.utf8 M docs/manual/invoking.html.ko.euc-kr M docs/manual/invoking.html.tr.utf8 M docs/manual/license.html.en.utf8 M docs/manual/logs.html.en.utf8 M docs/manual/logs.html.fr.utf8 M docs/manual/logs.html.ja.utf8 M docs/manual/logs.html.ko.euc-kr M docs/manual/logs.html.tr.utf8 M docs/manual/misc/index.html.en.utf8 M docs/manual/misc/index.html.es.utf8 M docs/manual/misc/index.html.fr.utf8 M docs/manual/misc/index.html.ko.euc-kr M docs/manual/misc/index.html.tr.utf8 M docs/manual/misc/index.html.zh-cn.utf8 M docs/manual/misc/password_encryptions.html.en.utf8 M docs/manual/misc/password_encryptions.html.es.utf8 M docs/manual/misc/password_encryptions.html.fr.utf8 M docs/manual/misc/perf-scaling.html.en.utf8 M docs/manual/misc/perf-scaling.html.es.utf8 M docs/manual/misc/perf-scaling.html.fr.utf8 M docs/manual/misc/perf-tuning.html.en.utf8 M docs/manual/misc/perf-tuning.html.fr.utf8 M docs/manual/misc/perf-tuning.html.ko.euc-kr M docs/manual/misc/perf-tuning.html.tr.utf8 M docs/manual/misc/relevant_standards.html.en.utf8 M docs/manual/misc/relevant_standards.html.fr.utf8 M docs/manual/misc/relevant_standards.html.ko.euc-kr M docs/manual/misc/security_tips.html.en.utf8 M docs/manual/misc/security_tips.html.es.utf8 M docs/manual/misc/security_tips.html.fr.utf8 M docs/manual/misc/security_tips.html.ko.euc-kr M docs/manual/misc/security_tips.html.tr.utf8 M docs/manual/mod/core.html.de M docs/manual/mod/core.html.en.utf8 M docs/manual/mod/core.html.es.utf8 M docs/manual/mod/core.html.fr.utf8 M docs/manual/mod/core.html.ja.utf8 M docs/manual/mod/core.html.tr.utf8 M docs/manual/mod/core.xml.de M docs/manual/mod/core.xml.es M docs/manual/mod/core.xml.fr M docs/manual/mod/core.xml.ja M docs/manual/mod/core.xml.tr M docs/manual/mod/directive-dict.html.en.utf8 M docs/manual/mod/directive-dict.html.es.utf8 M docs/manual/mod/directive-dict.html.fr.utf8 M docs/manual/mod/directive-dict.html.ja.utf8 M docs/manual/mod/directive-dict.html.ko.euc-kr M docs/manual/mod/directive-dict.html.tr.utf8 M docs/manual/mod/directives.html.de M docs/manual/mod/directives.html.en.utf8 M docs/manual/mod/directives.html.es.utf8 M docs/manual/mod/directives.html.fr.utf8 M docs/manual/mod/directives.html.ja.utf8 M docs/manual/mod/directives.html.ko.euc-kr M docs/manual/mod/directives.html.tr.utf8 M docs/manual/mod/directives.html.zh-cn.utf8 M docs/manual/mod/event.html.en.utf8 M docs/manual/mod/event.html.es.utf8 M docs/manual/mod/event.html.fr.utf8 M docs/manual/mod/index.html.de M docs/manual/mod/index.html.en.utf8 M docs/manual/mod/index.html.es.utf8 M docs/manual/mod/index.html.fr.utf8 M docs/manual/mod/index.html.ja.utf8 M docs/manual/mod/index.html.ko.euc-kr M docs/manual/mod/index.html.tr.utf8 M docs/manual/mod/index.html.zh-cn.utf8 M docs/manual/mod/mod_access_compat.html.en.utf8 M docs/manual/mod/mod_access_compat.html.es.utf8 M docs/manual/mod/mod_access_compat.html.fr.utf8 M docs/manual/mod/mod_access_compat.html.ja.utf8 M docs/manual/mod/mod_actions.html.de M docs/manual/mod/mod_actions.html.en.utf8 M docs/manual/mod/mod_actions.html.es.utf8 M docs/manual/mod/mod_actions.html.fr.utf8 M docs/manual/mod/mod_actions.html.ja.utf8 M docs/manual/mod/mod_actions.html.ko.euc-kr M docs/manual/mod/mod_alias.html.en.utf8 M docs/manual/mod/mod_alias.html.es.utf8 M docs/manual/mod/mod_alias.html.fr.utf8 M docs/manual/mod/mod_alias.html.ja.utf8 M docs/manual/mod/mod_alias.html.ko.euc-kr M docs/manual/mod/mod_alias.html.tr.utf8 M docs/manual/mod/mod_allowhandlers.html.en.utf8 M docs/manual/mod/mod_allowhandlers.html.es.utf8 M docs/manual/mod/mod_allowhandlers.html.fr.utf8 M docs/manual/mod/mod_allowmethods.html.en.utf8 M docs/manual/mod/mod_allowmethods.html.es.utf8 M docs/manual/mod/mod_allowmethods.html.fr.utf8 M docs/manual/mod/mod_asis.html.en.utf8 M docs/manual/mod/mod_asis.html.es.utf8 M docs/manual/mod/mod_asis.html.fr.utf8 M docs/manual/mod/mod_asis.html.ja.utf8 M docs/manual/mod/mod_asis.html.ko.euc-kr M docs/manual/mod/mod_auth_basic.html.en.utf8 M docs/manual/mod/mod_auth_basic.html.es.utf8 M docs/manual/mod/mod_auth_basic.html.fr.utf8 M docs/manual/mod/mod_auth_basic.html.ja.utf8 M docs/manual/mod/mod_auth_basic.html.ko.euc-kr M docs/manual/mod/mod_auth_bearer.html.en.utf8 M docs/manual/mod/mod_auth_bearer.html.fr.utf8 M docs/manual/mod/mod_auth_digest.html.en.utf8 M docs/manual/mod/mod_auth_digest.html.fr.utf8 M docs/manual/mod/mod_auth_digest.html.ko.euc-kr M docs/manual/mod/mod_auth_form.html.en.utf8 M docs/manual/mod/mod_auth_form.html.fr.utf8 M docs/manual/mod/mod_authn_anon.html.en.utf8 M docs/manual/mod/mod_authn_anon.html.fr.utf8 M docs/manual/mod/mod_authn_anon.html.ja.utf8 M docs/manual/mod/mod_authn_anon.html.ko.euc-kr M docs/manual/mod/mod_authn_core.html.en.utf8 M docs/manual/mod/mod_authn_core.html.fr.utf8 M docs/manual/mod/mod_authn_dbd.html.en.utf8 M docs/manual/mod/mod_authn_dbd.html.fr.utf8 M docs/manual/mod/mod_authn_dbm.html.en.utf8 M docs/manual/mod/mod_authn_dbm.html.fr.utf8 M docs/manual/mod/mod_authn_dbm.html.ja.utf8 M docs/manual/mod/mod_authn_dbm.html.ko.euc-kr M docs/manual/mod/mod_authn_file.html.en.utf8 M docs/manual/mod/mod_authn_file.html.fr.utf8 M docs/manual/mod/mod_authn_file.html.ja.utf8 M docs/manual/mod/mod_authn_file.html.ko.euc-kr M docs/manual/mod/mod_authn_socache.html.en.utf8 M docs/manual/mod/mod_authn_socache.html.fr.utf8 M docs/manual/mod/mod_authnz_fcgi.html.en.utf8 M docs/manual/mod/mod_authnz_fcgi.html.fr.utf8 M docs/manual/mod/mod_authnz_ldap.html.en.utf8 M docs/manual/mod/mod_authnz_ldap.html.fr.utf8 M docs/manual/mod/mod_autht_core.html.en.utf8 M docs/manual/mod/mod_autht_core.html.fr.utf8 M docs/manual/mod/mod_autht_jwt.html.en.utf8 M docs/manual/mod/mod_autht_jwt.html.fr.utf8 M docs/manual/mod/mod_authz_core.html.en.utf8 M docs/manual/mod/mod_authz_core.html.fr.utf8 M docs/manual/mod/mod_authz_dbd.html.en.utf8 M docs/manual/mod/mod_authz_dbd.html.fr.utf8 M docs/manual/mod/mod_authz_dbm.html.en.utf8 M docs/manual/mod/mod_authz_dbm.html.fr.utf8 M docs/manual/mod/mod_authz_dbm.html.ko.euc-kr M docs/manual/mod/mod_authz_groupfile.html.en.utf8 M docs/manual/mod/mod_authz_groupfile.html.fr.utf8 M docs/manual/mod/mod_authz_groupfile.html.ja.utf8 M docs/manual/mod/mod_authz_groupfile.html.ko.euc-kr M docs/manual/mod/mod_authz_host.html.en.utf8 M docs/manual/mod/mod_authz_host.html.fr.utf8 M docs/manual/mod/mod_authz_owner.html.en.utf8 M docs/manual/mod/mod_authz_owner.html.fr.utf8 M docs/manual/mod/mod_authz_owner.html.ja.utf8 M docs/manual/mod/mod_authz_owner.html.ko.euc-kr M docs/manual/mod/mod_authz_user.html.en.utf8 M docs/manual/mod/mod_authz_user.html.fr.utf8 M docs/manual/mod/mod_authz_user.html.ja.utf8 M docs/manual/mod/mod_authz_user.html.ko.euc-kr M docs/manual/mod/mod_autoindex.html.en.utf8 M docs/manual/mod/mod_autoindex.html.fr.utf8 M docs/manual/mod/mod_autoindex.html.ja.utf8 M docs/manual/mod/mod_autoindex.html.ko.euc-kr M docs/manual/mod/mod_autoindex.html.tr.utf8 M docs/manual/mod/mod_autoindex.xml.fr M docs/manual/mod/mod_autoindex.xml.ja M docs/manual/mod/mod_autoindex.xml.ko M docs/manual/mod/mod_autoindex.xml.tr M docs/manual/mod/mod_brotli.html.en.utf8 M docs/manual/mod/mod_brotli.html.fr.utf8 M docs/manual/mod/mod_buffer.html.en.utf8 M docs/manual/mod/mod_buffer.html.fr.utf8 M docs/manual/mod/mod_cache.html.en.utf8 M docs/manual/mod/mod_cache.html.fr.utf8 M docs/manual/mod/mod_cache.html.ja.utf8 M docs/manual/mod/mod_cache.html.ko.euc-kr M docs/manual/mod/mod_cache.xml.fr M docs/manual/mod/mod_cache.xml.ja M docs/manual/mod/mod_cache.xml.ko M docs/manual/mod/mod_cache_disk.html.en.utf8 M docs/manual/mod/mod_cache_disk.html.fr.utf8 M docs/manual/mod/mod_cache_disk.html.ja.utf8 M docs/manual/mod/mod_cache_disk.html.ko.euc-kr M docs/manual/mod/mod_cache_socache.html.en.utf8 M docs/manual/mod/mod_cache_socache.html.fr.utf8 M docs/manual/mod/mod_cern_meta.html.en.utf8 M docs/manual/mod/mod_cern_meta.html.fr.utf8 M docs/manual/mod/mod_cern_meta.html.ko.euc-kr M docs/manual/mod/mod_cgi.html.en.utf8 M docs/manual/mod/mod_cgi.html.fr.utf8 M docs/manual/mod/mod_cgi.html.ja.utf8 M docs/manual/mod/mod_cgi.html.ko.euc-kr M docs/manual/mod/mod_cgid.html.en.utf8 M docs/manual/mod/mod_cgid.html.fr.utf8 M docs/manual/mod/mod_cgid.html.ja.utf8 M docs/manual/mod/mod_cgid.html.ko.euc-kr M docs/manual/mod/mod_charset_lite.html.en.utf8 M docs/manual/mod/mod_charset_lite.html.fr.utf8 M docs/manual/mod/mod_charset_lite.html.ko.euc-kr M docs/manual/mod/mod_crypto.html.en.utf8 M docs/manual/mod/mod_crypto.html.fr.utf8 M docs/manual/mod/mod_data.html.en.utf8 M docs/manual/mod/mod_data.html.fr.utf8 M docs/manual/mod/mod_dav.html.en.utf8 M docs/manual/mod/mod_dav.html.fr.utf8 M docs/manual/mod/mod_dav.html.ja.utf8 M docs/manual/mod/mod_dav.html.ko.euc-kr M docs/manual/mod/mod_dav_fs.html.en.utf8 M docs/manual/mod/mod_dav_fs.html.fr.utf8 M docs/manual/mod/mod_dav_fs.html.ja.utf8 M docs/manual/mod/mod_dav_fs.html.ko.euc-kr M docs/manual/mod/mod_dav_lock.html.en.utf8 M docs/manual/mod/mod_dav_lock.html.fr.utf8 M docs/manual/mod/mod_dav_lock.html.ja.utf8 M docs/manual/mod/mod_dbd.html.en.utf8 M docs/manual/mod/mod_dbd.html.fr.utf8 M docs/manual/mod/mod_deflate.html.en.utf8 M docs/manual/mod/mod_deflate.html.fr.utf8 M docs/manual/mod/mod_deflate.html.ja.utf8 M docs/manual/mod/mod_deflate.html.ko.euc-kr M docs/manual/mod/mod_dialup.html.en.utf8 M docs/manual/mod/mod_dialup.html.fr.utf8 M docs/manual/mod/mod_dir.html.en.utf8 M docs/manual/mod/mod_dir.html.fr.utf8 M docs/manual/mod/mod_dir.html.ja.utf8 M docs/manual/mod/mod_dir.html.ko.euc-kr M docs/manual/mod/mod_dir.html.tr.utf8 M docs/manual/mod/mod_dir.xml.fr M docs/manual/mod/mod_dir.xml.ja M docs/manual/mod/mod_dir.xml.ko M docs/manual/mod/mod_dir.xml.tr M docs/manual/mod/mod_dumpio.html.en.utf8 M docs/manual/mod/mod_dumpio.html.fr.utf8 M docs/manual/mod/mod_dumpio.html.ja.utf8 M docs/manual/mod/mod_echo.html.en.utf8 M docs/manual/mod/mod_echo.html.fr.utf8 M docs/manual/mod/mod_echo.html.ja.utf8 M docs/manual/mod/mod_echo.html.ko.euc-kr M docs/manual/mod/mod_env.html.en.utf8 M docs/manual/mod/mod_env.html.fr.utf8 M docs/manual/mod/mod_env.html.ja.utf8 M docs/manual/mod/mod_env.html.ko.euc-kr M docs/manual/mod/mod_env.html.tr.utf8 M docs/manual/mod/mod_example_hooks.html.en.utf8 M docs/manual/mod/mod_example_hooks.html.fr.utf8 M docs/manual/mod/mod_example_hooks.html.ko.euc-kr M docs/manual/mod/mod_expires.html.en.utf8 M docs/manual/mod/mod_expires.html.fr.utf8 M docs/manual/mod/mod_expires.html.ja.utf8 M docs/manual/mod/mod_expires.html.ko.euc-kr M docs/manual/mod/mod_ext_filter.html.en.utf8 M docs/manual/mod/mod_ext_filter.html.fr.utf8 M docs/manual/mod/mod_ext_filter.html.ja.utf8 M docs/manual/mod/mod_ext_filter.html.ko.euc-kr M docs/manual/mod/mod_file_cache.html.en.utf8 M docs/manual/mod/mod_file_cache.html.fr.utf8 M docs/manual/mod/mod_file_cache.html.ko.euc-kr M docs/manual/mod/mod_filter.html.en.utf8 M docs/manual/mod/mod_filter.html.fr.utf8 M docs/manual/mod/mod_firehose.html.en.utf8 M docs/manual/mod/mod_firehose.html.fr.utf8 M docs/manual/mod/mod_headers.html.en.utf8 M docs/manual/mod/mod_headers.html.fr.utf8 M docs/manual/mod/mod_headers.html.ja.utf8 M docs/manual/mod/mod_headers.html.ko.euc-kr M docs/manual/mod/mod_headers.xml.fr M docs/manual/mod/mod_headers.xml.ja M docs/manual/mod/mod_headers.xml.ko M docs/manual/mod/mod_headers.xml.meta M docs/manual/mod/mod_heartbeat.html.en.utf8 M docs/manual/mod/mod_heartbeat.html.fr.utf8 M docs/manual/mod/mod_heartmonitor.html.en.utf8 M docs/manual/mod/mod_heartmonitor.html.fr.utf8 M docs/manual/mod/mod_heartmonitor.xml.fr M docs/manual/mod/mod_heartmonitor.xml.meta M docs/manual/mod/mod_http2.html.en.utf8 M docs/manual/mod/mod_http2.html.fr.utf8 M docs/manual/mod/mod_ident.html.en.utf8 M docs/manual/mod/mod_ident.html.fr.utf8 M docs/manual/mod/mod_ident.html.ja.utf8 M docs/manual/mod/mod_ident.html.ko.euc-kr M docs/manual/mod/mod_imagemap.html.en.utf8 M docs/manual/mod/mod_imagemap.html.fr.utf8 M docs/manual/mod/mod_imagemap.html.ko.euc-kr M docs/manual/mod/mod_include.html.en.utf8 M docs/manual/mod/mod_include.html.fr.utf8 M docs/manual/mod/mod_include.html.ja.utf8 M docs/manual/mod/mod_info.html.en.utf8 M docs/manual/mod/mod_info.html.fr.utf8 M docs/manual/mod/mod_info.html.ja.utf8 M docs/manual/mod/mod_info.html.ko.euc-kr M docs/manual/mod/mod_isapi.html.en.utf8 M docs/manual/mod/mod_isapi.html.fr.utf8 M docs/manual/mod/mod_isapi.html.ko.euc-kr M docs/manual/mod/mod_journald.html.en.utf8 M docs/manual/mod/mod_journald.html.fr.utf8 M docs/manual/mod/mod_lbmethod_bybusyness.html.en.utf8 M docs/manual/mod/mod_lbmethod_bybusyness.html.fr.utf8 M docs/manual/mod/mod_lbmethod_byrequests.html.en.utf8 M docs/manual/mod/mod_lbmethod_byrequests.html.fr.utf8 M docs/manual/mod/mod_lbmethod_bytraffic.html.en.utf8 M docs/manual/mod/mod_lbmethod_bytraffic.html.fr.utf8 M docs/manual/mod/mod_lbmethod_heartbeat.html.en.utf8 M docs/manual/mod/mod_lbmethod_heartbeat.html.fr.utf8 M docs/manual/mod/mod_ldap.html.en.utf8 M docs/manual/mod/mod_ldap.html.fr.utf8 M docs/manual/mod/mod_log_config.html.en.utf8 M docs/manual/mod/mod_log_config.html.fr.utf8 M docs/manual/mod/mod_log_config.html.ja.utf8 M docs/manual/mod/mod_log_config.html.ko.euc-kr M docs/manual/mod/mod_log_config.html.tr.utf8 M docs/manual/mod/mod_log_debug.html.en.utf8 M docs/manual/mod/mod_log_debug.html.fr.utf8 M docs/manual/mod/mod_log_forensic.html.en.utf8 M docs/manual/mod/mod_log_forensic.html.fr.utf8 M docs/manual/mod/mod_log_forensic.html.ja.utf8 M docs/manual/mod/mod_log_forensic.html.tr.utf8 M docs/manual/mod/mod_logio.html.en.utf8 M docs/manual/mod/mod_logio.html.fr.utf8 M docs/manual/mod/mod_logio.html.ja.utf8 M docs/manual/mod/mod_logio.html.ko.euc-kr M docs/manual/mod/mod_logio.html.tr.utf8 M docs/manual/mod/mod_lua.html.en.utf8 M docs/manual/mod/mod_lua.html.fr.utf8 M docs/manual/mod/mod_macro.html.en.utf8 M docs/manual/mod/mod_macro.html.fr.utf8 M docs/manual/mod/mod_md.html.en.utf8 M docs/manual/mod/mod_md.html.fr.utf8 M docs/manual/mod/mod_mime.html.en.utf8 M docs/manual/mod/mod_mime.html.fr.utf8 M docs/manual/mod/mod_mime.html.ja.utf8 M docs/manual/mod/mod_mime_magic.html.en.utf8 M docs/manual/mod/mod_mime_magic.html.fr.utf8 M docs/manual/mod/mod_negotiation.html.en.utf8 M docs/manual/mod/mod_negotiation.html.fr.utf8 M docs/manual/mod/mod_negotiation.html.ja.utf8 M docs/manual/mod/mod_nw_ssl.html.en.utf8 M docs/manual/mod/mod_nw_ssl.html.fr.utf8 M docs/manual/mod/mod_policy.html.en.utf8 M docs/manual/mod/mod_policy.html.fr.utf8 M docs/manual/mod/mod_privileges.html.en.utf8 M docs/manual/mod/mod_privileges.html.fr.utf8 M docs/manual/mod/mod_proxy.html.en.utf8 M docs/manual/mod/mod_proxy.html.fr.utf8 M docs/manual/mod/mod_proxy.html.ja.utf8 M docs/manual/mod/mod_proxy.xml.fr M docs/manual/mod/mod_proxy.xml.ja M docs/manual/mod/mod_proxy_ajp.html.en.utf8 M docs/manual/mod/mod_proxy_ajp.html.fr.utf8 M docs/manual/mod/mod_proxy_ajp.html.ja.utf8 M docs/manual/mod/mod_proxy_balancer.html.en.utf8 M docs/manual/mod/mod_proxy_balancer.html.fr.utf8 M docs/manual/mod/mod_proxy_balancer.html.ja.utf8 M docs/manual/mod/mod_proxy_connect.html.en.utf8 M docs/manual/mod/mod_proxy_connect.html.fr.utf8 M docs/manual/mod/mod_proxy_connect.html.ja.utf8 M docs/manual/mod/mod_proxy_express.html.en.utf8 M docs/manual/mod/mod_proxy_express.html.fr.utf8 M docs/manual/mod/mod_proxy_fcgi.html.en.utf8 M docs/manual/mod/mod_proxy_fcgi.html.fr.utf8 M docs/manual/mod/mod_proxy_fdpass.html.en.utf8 M docs/manual/mod/mod_proxy_fdpass.html.fr.utf8 M docs/manual/mod/mod_proxy_ftp.html.en.utf8 M docs/manual/mod/mod_proxy_ftp.html.fr.utf8 M docs/manual/mod/mod_proxy_hcheck.html.en.utf8 M docs/manual/mod/mod_proxy_hcheck.html.fr.utf8 M docs/manual/mod/mod_proxy_html.html.en.utf8 M docs/manual/mod/mod_proxy_html.html.fr.utf8 M docs/manual/mod/mod_proxy_http.html.en.utf8 M docs/manual/mod/mod_proxy_http.html.fr.utf8 M docs/manual/mod/mod_proxy_http2.html.en.utf8 M docs/manual/mod/mod_proxy_http2.html.fr.utf8 M docs/manual/mod/mod_proxy_scgi.html.en.utf8 M docs/manual/mod/mod_proxy_scgi.html.fr.utf8 M docs/manual/mod/mod_proxy_uwsgi.html.en.utf8 M docs/manual/mod/mod_proxy_uwsgi.html.fr.utf8 M docs/manual/mod/mod_proxy_wstunnel.html.en.utf8 M docs/manual/mod/mod_proxy_wstunnel.html.fr.utf8 M docs/manual/mod/mod_ratelimit.html.en.utf8 M docs/manual/mod/mod_ratelimit.html.fr.utf8 M docs/manual/mod/mod_reflector.html.en.utf8 M docs/manual/mod/mod_reflector.html.fr.utf8 M docs/manual/mod/mod_remoteip.html.en.utf8 M docs/manual/mod/mod_remoteip.html.fr.utf8 M docs/manual/mod/mod_remoteip.xml.fr M docs/manual/mod/mod_reqtimeout.html.en.utf8 M docs/manual/mod/mod_reqtimeout.html.fr.utf8 M docs/manual/mod/mod_request.html.en.utf8 M docs/manual/mod/mod_request.html.fr.utf8 M docs/manual/mod/mod_request.html.tr.utf8 M docs/manual/mod/mod_rewrite.html.en.utf8 M docs/manual/mod/mod_rewrite.html.fr.utf8 M docs/manual/mod/mod_rewrite.xml.fr M docs/manual/mod/mod_sed.html.en.utf8 M docs/manual/mod/mod_sed.html.fr.utf8 M docs/manual/mod/mod_session.html.en.utf8 M docs/manual/mod/mod_session.html.fr.utf8 M docs/manual/mod/mod_session_cookie.html.en.utf8 M docs/manual/mod/mod_session_cookie.html.fr.utf8 M docs/manual/mod/mod_session_crypto.html.en.utf8 M docs/manual/mod/mod_session_crypto.html.fr.utf8 M docs/manual/mod/mod_session_dbd.html.en.utf8 M docs/manual/mod/mod_session_dbd.html.fr.utf8 M docs/manual/mod/mod_setenvif.html.en.utf8 M docs/manual/mod/mod_setenvif.html.fr.utf8 M docs/manual/mod/mod_setenvif.html.ja.utf8 M docs/manual/mod/mod_setenvif.html.ko.euc-kr M docs/manual/mod/mod_setenvif.html.tr.utf8 M docs/manual/mod/mod_slotmem_plain.html.en.utf8 M docs/manual/mod/mod_slotmem_plain.html.fr.utf8 M docs/manual/mod/mod_slotmem_shm.html.en.utf8 M docs/manual/mod/mod_slotmem_shm.html.fr.utf8 M docs/manual/mod/mod_so.html.en.utf8 M docs/manual/mod/mod_so.html.fr.utf8 M docs/manual/mod/mod_so.html.ja.utf8 M docs/manual/mod/mod_so.html.ko.euc-kr M docs/manual/mod/mod_so.html.tr.utf8 M docs/manual/mod/mod_socache_dbm.html.en.utf8 M docs/manual/mod/mod_socache_dbm.html.fr.utf8 M docs/manual/mod/mod_socache_dc.html.en.utf8 M docs/manual/mod/mod_socache_dc.html.fr.utf8 M docs/manual/mod/mod_socache_memcache.html.en.utf8 M docs/manual/mod/mod_socache_memcache.html.fr.utf8 M docs/manual/mod/mod_socache_redis.html.en.utf8 M docs/manual/mod/mod_socache_redis.html.fr.utf8 M docs/manual/mod/mod_socache_shmcb.html.en.utf8 M docs/manual/mod/mod_socache_shmcb.html.fr.utf8 M docs/manual/mod/mod_speling.html.en.utf8 M docs/manual/mod/mod_speling.html.fr.utf8 M docs/manual/mod/mod_speling.html.ja.utf8 M docs/manual/mod/mod_speling.html.ko.euc-kr M docs/manual/mod/mod_ssl.html.en.utf8 M docs/manual/mod/mod_ssl.html.es.utf8 M docs/manual/mod/mod_ssl.html.fr.utf8 M docs/manual/mod/mod_ssl.xml.es M docs/manual/mod/mod_ssl.xml.fr M docs/manual/mod/mod_ssl_ct.html.en.utf8 M docs/manual/mod/mod_ssl_ct.html.fr.utf8 M docs/manual/mod/mod_status.html.en.utf8 M docs/manual/mod/mod_status.html.es.utf8 M docs/manual/mod/mod_status.html.fr.utf8 M docs/manual/mod/mod_status.html.ja.utf8 M docs/manual/mod/mod_status.html.ko.euc-kr M docs/manual/mod/mod_status.html.tr.utf8 M docs/manual/mod/mod_substitute.html.en.utf8 M docs/manual/mod/mod_substitute.html.fr.utf8 M docs/manual/mod/mod_suexec.html.en.utf8 M docs/manual/mod/mod_suexec.html.fr.utf8 M docs/manual/mod/mod_suexec.html.ja.utf8 M docs/manual/mod/mod_suexec.html.ko.euc-kr M docs/manual/mod/mod_suexec.html.tr.utf8 M docs/manual/mod/mod_syslog.html.en.utf8 M docs/manual/mod/mod_syslog.html.fr.utf8 M docs/manual/mod/mod_systemd.html.en.utf8 M docs/manual/mod/mod_systemd.html.fr.utf8 M docs/manual/mod/mod_unique_id.html.en.utf8 M docs/manual/mod/mod_unique_id.html.fr.utf8 M docs/manual/mod/mod_unique_id.html.ja.utf8 M docs/manual/mod/mod_unique_id.html.ko.euc-kr M docs/manual/mod/mod_unixd.html.en.utf8 M docs/manual/mod/mod_unixd.html.fr.utf8 M docs/manual/mod/mod_unixd.html.tr.utf8 M docs/manual/mod/mod_userdir.html.en.utf8 M docs/manual/mod/mod_userdir.html.fr.utf8 M docs/manual/mod/mod_userdir.html.ja.utf8 M docs/manual/mod/mod_userdir.html.ko.euc-kr M docs/manual/mod/mod_userdir.html.tr.utf8 M docs/manual/mod/mod_usertrack.html.en.utf8 M docs/manual/mod/mod_usertrack.html.fr.utf8 M docs/manual/mod/mod_version.html.en.utf8 M docs/manual/mod/mod_version.html.fr.utf8 M docs/manual/mod/mod_version.html.ja.utf8 M docs/manual/mod/mod_version.html.ko.euc-kr M docs/manual/mod/mod_vhost_alias.html.en.utf8 M docs/manual/mod/mod_vhost_alias.html.fr.utf8 M docs/manual/mod/mod_vhost_alias.html.tr.utf8 M docs/manual/mod/mod_watchdog.html.en.utf8 M docs/manual/mod/mod_watchdog.html.fr.utf8 M docs/manual/mod/mod_xml2enc.html.en.utf8 M docs/manual/mod/mod_xml2enc.html.fr.utf8 M docs/manual/mod/module-dict.html.en.utf8 M docs/manual/mod/module-dict.html.fr.utf8 M docs/manual/mod/module-dict.html.ja.utf8 M docs/manual/mod/module-dict.html.ko.euc-kr M docs/manual/mod/module-dict.html.tr.utf8 M docs/manual/mod/mpm_common.html.de M docs/manual/mod/mpm_common.html.en.utf8 M docs/manual/mod/mpm_common.html.fr.utf8 M docs/manual/mod/mpm_common.html.ja.utf8 M docs/manual/mod/mpm_common.html.tr.utf8 M docs/manual/mod/mpm_netware.html.en.utf8 M docs/manual/mod/mpm_netware.html.fr.utf8 M docs/manual/mod/mpm_winnt.html.de M docs/manual/mod/mpm_winnt.html.en.utf8 M docs/manual/mod/mpm_winnt.html.fr.utf8 M docs/manual/mod/mpm_winnt.html.ja.utf8 M docs/manual/mod/mpmt_os2.html.en.utf8 M docs/manual/mod/mpmt_os2.html.fr.utf8 M docs/manual/mod/overrides.html.en.utf8 M docs/manual/mod/overrides.html.fr.utf8 M docs/manual/mod/prefork.html.de M docs/manual/mod/prefork.html.en.utf8 M docs/manual/mod/prefork.html.fr.utf8 M docs/manual/mod/prefork.html.ja.utf8 M docs/manual/mod/prefork.html.tr.utf8 M docs/manual/mod/quickreference.html.de M docs/manual/mod/quickreference.html.en.utf8 M docs/manual/mod/quickreference.html.es.utf8 M docs/manual/mod/quickreference.html.fr.utf8 M docs/manual/mod/quickreference.html.ja.utf8 M docs/manual/mod/quickreference.html.ko.euc-kr M docs/manual/mod/quickreference.html.tr.utf8 M docs/manual/mod/quickreference.html.zh-cn.utf8 M docs/manual/mod/worker.html.de M docs/manual/mod/worker.html.en.utf8 M docs/manual/mod/worker.html.fr.utf8 M docs/manual/mod/worker.html.ja.utf8 M docs/manual/mod/worker.html.tr.utf8 M docs/manual/mpm.html.de M docs/manual/mpm.html.en.utf8 M docs/manual/mpm.html.es.utf8 M docs/manual/mpm.html.fr.utf8 M docs/manual/mpm.html.ja.utf8 M docs/manual/mpm.html.ko.euc-kr M docs/manual/mpm.html.tr.utf8 M docs/manual/mpm.html.zh-cn.utf8 M docs/manual/new_features_2_0.html.de M docs/manual/new_features_2_0.html.en.utf8 M docs/manual/new_features_2_0.html.fr.utf8 M docs/manual/new_features_2_0.html.ja.utf8 M docs/manual/new_features_2_0.html.ko.euc-kr M docs/manual/new_features_2_0.html.pt-br M docs/manual/new_features_2_0.html.tr.utf8 M docs/manual/new_features_2_2.html.en.utf8 M docs/manual/new_features_2_2.html.es.utf8 M docs/manual/new_features_2_2.html.fr.utf8 M docs/manual/new_features_2_2.html.ko.euc-kr M docs/manual/new_features_2_2.html.pt-br M docs/manual/new_features_2_2.html.tr.utf8 M docs/manual/new_features_2_4.html.en.utf8 M docs/manual/new_features_2_4.html.es.utf8 M docs/manual/new_features_2_4.html.fr.utf8 M docs/manual/new_features_2_4.html.tr.utf8 M docs/manual/new_features_2_6.html.en.utf8 M docs/manual/platform/index.html.en.utf8 M docs/manual/platform/index.html.fr.utf8 M docs/manual/platform/index.html.ko.euc-kr M docs/manual/platform/index.html.zh-cn.utf8 M docs/manual/platform/netware.html.en.utf8 M docs/manual/platform/netware.html.fr.utf8 M docs/manual/platform/netware.html.ko.euc-kr M docs/manual/platform/rpm.html.en.utf8 M docs/manual/platform/rpm.html.fr.utf8 M docs/manual/platform/win_compiling.html.en.utf8 M docs/manual/platform/win_compiling.html.fr.utf8 M docs/manual/platform/win_compiling.html.ko.euc-kr M docs/manual/platform/windows.html.en.utf8 M docs/manual/platform/windows.html.fr.utf8 M docs/manual/platform/windows.html.ko.euc-kr M docs/manual/programs/ab.html.en.utf8 M docs/manual/programs/ab.html.fr.utf8 M docs/manual/programs/ab.html.ko.euc-kr M docs/manual/programs/ab.html.tr.utf8 M docs/manual/programs/apachectl.html.en.utf8 M docs/manual/programs/apachectl.html.fr.utf8 M docs/manual/programs/apachectl.html.ko.euc-kr M docs/manual/programs/apachectl.html.tr.utf8 M docs/manual/programs/apxs.html.en.utf8 M docs/manual/programs/apxs.html.fr.utf8 M docs/manual/programs/apxs.html.ko.euc-kr M docs/manual/programs/apxs.html.tr.utf8 M docs/manual/programs/configure.html.en.utf8 M docs/manual/programs/configure.html.fr.utf8 M docs/manual/programs/configure.html.ko.euc-kr M docs/manual/programs/configure.html.tr.utf8 M docs/manual/programs/ctlogconfig.html.en.utf8 M docs/manual/programs/ctlogconfig.html.fr.utf8 M docs/manual/programs/dbmmanage.html.en.utf8 M docs/manual/programs/dbmmanage.html.fr.utf8 M docs/manual/programs/dbmmanage.html.ko.euc-kr M docs/manual/programs/dbmmanage.html.tr.utf8 M docs/manual/programs/fcgistarter.html.en.utf8 M docs/manual/programs/fcgistarter.html.fr.utf8 M docs/manual/programs/fcgistarter.html.tr.utf8 M docs/manual/programs/firehose.html.en.utf8 M docs/manual/programs/firehose.html.fr.utf8 M docs/manual/programs/htcacheclean.html.en.utf8 M docs/manual/programs/htcacheclean.html.fr.utf8 M docs/manual/programs/htcacheclean.html.ko.euc-kr M docs/manual/programs/htcacheclean.html.tr.utf8 M docs/manual/programs/htdbm.html.en.utf8 M docs/manual/programs/htdbm.html.fr.utf8 M docs/manual/programs/htdbm.html.tr.utf8 M docs/manual/programs/htdigest.html.en.utf8 M docs/manual/programs/htdigest.html.fr.utf8 M docs/manual/programs/htdigest.html.ko.euc-kr M docs/manual/programs/htdigest.html.tr.utf8 M docs/manual/programs/htpasswd.html.en.utf8 M docs/manual/programs/htpasswd.html.fr.utf8 M docs/manual/programs/htpasswd.html.ko.euc-kr M docs/manual/programs/htpasswd.html.tr.utf8 M docs/manual/programs/httpd.html.en.utf8 M docs/manual/programs/httpd.html.fr.utf8 M docs/manual/programs/httpd.html.ko.euc-kr M docs/manual/programs/httpd.html.tr.utf8 M docs/manual/programs/httxt2dbm.html.en.utf8 M docs/manual/programs/httxt2dbm.html.fr.utf8 M docs/manual/programs/httxt2dbm.html.tr.utf8 M docs/manual/programs/index.html.en.utf8 M docs/manual/programs/index.html.es.utf8 M docs/manual/programs/index.html.fr.utf8 M docs/manual/programs/index.html.ko.euc-kr M docs/manual/programs/index.html.tr.utf8 M docs/manual/programs/index.html.zh-cn.utf8 M docs/manual/programs/log_server_status.html.en.utf8 M docs/manual/programs/log_server_status.html.fr.utf8 M docs/manual/programs/logresolve.html.en.utf8 M docs/manual/programs/logresolve.html.fr.utf8 M docs/manual/programs/logresolve.html.ko.euc-kr M docs/manual/programs/logresolve.html.tr.utf8 M docs/manual/programs/other.html.en.utf8 M docs/manual/programs/other.html.fr.utf8 M docs/manual/programs/other.html.ko.euc-kr M docs/manual/programs/other.html.tr.utf8 M docs/manual/programs/rotatelogs.html.en.utf8 M docs/manual/programs/rotatelogs.html.fr.utf8 M docs/manual/programs/rotatelogs.html.ko.euc-kr M docs/manual/programs/rotatelogs.html.tr.utf8 M docs/manual/programs/split-logfile.html.en.utf8 M docs/manual/programs/split-logfile.html.fr.utf8 M docs/manual/programs/suexec.html.en.utf8 M docs/manual/programs/suexec.html.fr.utf8 M docs/manual/programs/suexec.html.ko.euc-kr M docs/manual/programs/suexec.html.tr.utf8 M docs/manual/rewrite/access.html.de M docs/manual/rewrite/access.html.en.utf8 M docs/manual/rewrite/access.html.es.utf8 M docs/manual/rewrite/access.html.fr.utf8 M docs/manual/rewrite/access.html.ja.utf8 M docs/manual/rewrite/access.html.ko.euc-kr M docs/manual/rewrite/access.html.tr.utf8 M docs/manual/rewrite/access.html.zh-cn.utf8 M docs/manual/rewrite/advanced.html.de M docs/manual/rewrite/advanced.html.en.utf8 M docs/manual/rewrite/advanced.html.es.utf8 M docs/manual/rewrite/advanced.html.fr.utf8 M docs/manual/rewrite/advanced.html.ja.utf8 M docs/manual/rewrite/advanced.html.ko.euc-kr M docs/manual/rewrite/advanced.html.tr.utf8 M docs/manual/rewrite/advanced.html.zh-cn.utf8 M docs/manual/rewrite/avoid.html.de M docs/manual/rewrite/avoid.html.en.utf8 M docs/manual/rewrite/avoid.html.es.utf8 M docs/manual/rewrite/avoid.html.fr.utf8 M docs/manual/rewrite/avoid.html.ja.utf8 M docs/manual/rewrite/avoid.html.ko.euc-kr M docs/manual/rewrite/avoid.html.tr.utf8 M docs/manual/rewrite/avoid.html.zh-cn.utf8 M docs/manual/rewrite/flags.html.de M docs/manual/rewrite/flags.html.en.utf8 M docs/manual/rewrite/flags.html.es.utf8 M docs/manual/rewrite/flags.html.fr.utf8 M docs/manual/rewrite/flags.html.ja.utf8 M docs/manual/rewrite/flags.html.ko.euc-kr M docs/manual/rewrite/flags.html.tr.utf8 M docs/manual/rewrite/flags.html.zh-cn.utf8 M docs/manual/rewrite/htaccess.html.de M docs/manual/rewrite/htaccess.html.en.utf8 M docs/manual/rewrite/htaccess.html.es.utf8 M docs/manual/rewrite/htaccess.html.fr.utf8 M docs/manual/rewrite/htaccess.html.ja.utf8 M docs/manual/rewrite/htaccess.html.ko.euc-kr M docs/manual/rewrite/htaccess.html.tr.utf8 M docs/manual/rewrite/htaccess.html.zh-cn.utf8 M docs/manual/rewrite/index.html.de M docs/manual/rewrite/index.html.en.utf8 M docs/manual/rewrite/index.html.es.utf8 M docs/manual/rewrite/index.html.fr.utf8 M docs/manual/rewrite/index.html.ja.utf8 M docs/manual/rewrite/index.html.ko.euc-kr M docs/manual/rewrite/index.html.tr.utf8 M docs/manual/rewrite/index.html.zh-cn.utf8 M docs/manual/rewrite/intro.html.de M docs/manual/rewrite/intro.html.en.utf8 M docs/manual/rewrite/intro.html.es.utf8 M docs/manual/rewrite/intro.html.fr.utf8 M docs/manual/rewrite/intro.html.ja.utf8 M docs/manual/rewrite/intro.html.ko.euc-kr M docs/manual/rewrite/intro.html.tr.utf8 M docs/manual/rewrite/intro.html.zh-cn.utf8 M docs/manual/rewrite/proxy.html.de M docs/manual/rewrite/proxy.html.en.utf8 M docs/manual/rewrite/proxy.html.es.utf8 M docs/manual/rewrite/proxy.html.fr.utf8 M docs/manual/rewrite/proxy.html.ja.utf8 M docs/manual/rewrite/proxy.html.ko.euc-kr M docs/manual/rewrite/proxy.html.tr.utf8 M docs/manual/rewrite/proxy.html.zh-cn.utf8 M docs/manual/rewrite/remapping.html.de M docs/manual/rewrite/remapping.html.en.utf8 M docs/manual/rewrite/remapping.html.es.utf8 M docs/manual/rewrite/remapping.html.fr.utf8 M docs/manual/rewrite/remapping.html.ja.utf8 M docs/manual/rewrite/remapping.html.ko.euc-kr M docs/manual/rewrite/remapping.html.tr.utf8 M docs/manual/rewrite/remapping.html.zh-cn.utf8 M docs/manual/rewrite/rewritemap.html.de M docs/manual/rewrite/rewritemap.html.en.utf8 M docs/manual/rewrite/rewritemap.html.es.utf8 M docs/manual/rewrite/rewritemap.html.fr.utf8 M docs/manual/rewrite/rewritemap.html.ja.utf8 M docs/manual/rewrite/rewritemap.html.ko.euc-kr M docs/manual/rewrite/rewritemap.html.tr.utf8 M docs/manual/rewrite/rewritemap.html.zh-cn.utf8 M docs/manual/rewrite/tech.html.de M docs/manual/rewrite/tech.html.en.utf8 M docs/manual/rewrite/tech.html.es.utf8 M docs/manual/rewrite/tech.html.fr.utf8 M docs/manual/rewrite/tech.html.ja.utf8 M docs/manual/rewrite/tech.html.ko.euc-kr M docs/manual/rewrite/tech.html.tr.utf8 M docs/manual/rewrite/tech.html.zh-cn.utf8 M docs/manual/rewrite/vhosts.html.de M docs/manual/rewrite/vhosts.html.en.utf8 M docs/manual/rewrite/vhosts.html.es.utf8 M docs/manual/rewrite/vhosts.html.fr.utf8 M docs/manual/rewrite/vhosts.html.ja.utf8 M docs/manual/rewrite/vhosts.html.ko.euc-kr M docs/manual/rewrite/vhosts.html.tr.utf8 M docs/manual/rewrite/vhosts.html.zh-cn.utf8 M docs/manual/sections.html.en.utf8 M docs/manual/sections.html.fr.utf8 M docs/manual/sections.html.ja.utf8 M docs/manual/sections.html.ko.euc-kr M docs/manual/sections.html.tr.utf8 M docs/manual/server-wide.html.en.utf8 M docs/manual/server-wide.html.fr.utf8 M docs/manual/server-wide.html.ja.utf8 M docs/manual/server-wide.html.ko.euc-kr M docs/manual/server-wide.html.tr.utf8 M docs/manual/sitemap.html.de M docs/manual/sitemap.html.en.utf8 M docs/manual/sitemap.html.es.utf8 M docs/manual/sitemap.html.fr.utf8 M docs/manual/sitemap.html.ja.utf8 M docs/manual/sitemap.html.ko.euc-kr M docs/manual/sitemap.html.tr.utf8 M docs/manual/sitemap.html.zh-cn.utf8 M docs/manual/socache.html.en.utf8 M docs/manual/socache.html.fr.utf8 M docs/manual/ssl/index.html.en.utf8 M docs/manual/ssl/index.html.es.utf8 M docs/manual/ssl/index.html.fr.utf8 M docs/manual/ssl/index.html.ja.utf8 M docs/manual/ssl/index.html.tr.utf8 M docs/manual/ssl/index.html.zh-cn.utf8 M docs/manual/ssl/ssl_compat.html.en.utf8 M docs/manual/ssl/ssl_compat.html.es.utf8 M docs/manual/ssl/ssl_compat.html.fr.utf8 M docs/manual/ssl/ssl_faq.html.en.utf8 M docs/manual/ssl/ssl_faq.html.fr.utf8 M docs/manual/ssl/ssl_howto.html.en.utf8 M docs/manual/ssl/ssl_howto.html.fr.utf8 M docs/manual/ssl/ssl_intro.html.en.utf8 M docs/manual/ssl/ssl_intro.html.fr.utf8 M docs/manual/ssl/ssl_intro.html.ja.utf8 M docs/manual/stopping.html.de M docs/manual/stopping.html.en.utf8 M docs/manual/stopping.html.es.utf8 M docs/manual/stopping.html.fr.utf8 M docs/manual/stopping.html.ja.utf8 M docs/manual/stopping.html.ko.euc-kr M docs/manual/stopping.html.tr.utf8 M docs/manual/suexec.html.en.utf8 M docs/manual/suexec.html.fr.utf8 M docs/manual/suexec.html.ja.utf8 M docs/manual/suexec.html.ko.euc-kr M docs/manual/suexec.html.tr.utf8 M docs/manual/upgrading.html.en.utf8 M docs/manual/upgrading.html.fr.utf8 M docs/manual/urlmapping.html.en.utf8 M docs/manual/urlmapping.html.fr.utf8 M docs/manual/urlmapping.html.ja.utf8 M docs/manual/urlmapping.html.ko.euc-kr M docs/manual/urlmapping.html.tr.utf8 M docs/manual/vhosts/details.html.en.utf8 M docs/manual/vhosts/details.html.fr.utf8 M docs/manual/vhosts/details.html.ko.euc-kr M docs/manual/vhosts/details.html.tr.utf8 M docs/manual/vhosts/examples.html.en.utf8 M docs/manual/vhosts/examples.html.fr.utf8 M docs/manual/vhosts/examples.html.ja.utf8 M docs/manual/vhosts/examples.html.ko.euc-kr M docs/manual/vhosts/examples.html.tr.utf8 M docs/manual/vhosts/fd-limits.html.en.utf8 M docs/manual/vhosts/fd-limits.html.fr.utf8 M docs/manual/vhosts/fd-limits.html.ja.utf8 M docs/manual/vhosts/fd-limits.html.ko.euc-kr M docs/manual/vhosts/fd-limits.html.tr.utf8 M docs/manual/vhosts/index.html.de M docs/manual/vhosts/index.html.en.utf8 M docs/manual/vhosts/index.html.fr.utf8 M docs/manual/vhosts/index.html.ja.utf8 M docs/manual/vhosts/index.html.ko.euc-kr M docs/manual/vhosts/index.html.tr.utf8 M docs/manual/vhosts/index.html.zh-cn.utf8 M docs/manual/vhosts/ip-based.html.en.utf8 M docs/manual/vhosts/ip-based.html.fr.utf8 M docs/manual/vhosts/ip-based.html.ja.utf8 M docs/manual/vhosts/ip-based.html.ko.euc-kr M docs/manual/vhosts/ip-based.html.tr.utf8 M docs/manual/vhosts/mass.html.en.utf8 M docs/manual/vhosts/mass.html.fr.utf8 M docs/manual/vhosts/mass.html.ko.euc-kr M docs/manual/vhosts/mass.html.tr.utf8 M docs/manual/vhosts/name-based.html.de M docs/manual/vhosts/name-based.html.en.utf8 M docs/manual/vhosts/name-based.html.fr.utf8 M docs/manual/vhosts/name-based.html.ja.utf8 M docs/manual/vhosts/name-based.html.ko.euc-kr M docs/manual/vhosts/name-based.html.tr.utf8 ____________________________________________________________________________________________________________ Commit: 0a9f439a2cd141327e331fa09075f6d9cf533472 URL: https://git.catflap.org/apache-httpd/commit/?id=0a9f439a2cd141327e331fa09075f6d9cf533472 Author: Rich Bowen (Thu 30 Apr 2026 14:08:22 BST) Committer: Rich Bowen (Thu 30 Apr 2026 14:08:22 BST) This adds a "report a bug" link to the main docs nav menu, as per bz#61218 I'm not entirely convinced that this is a good idea, but it'll be easy to revert if we decide it's not. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933595 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/style/xsl/common.xsl ____________________________________________________________________________________________________________ Commit: b0bdb2e4d853d19dcf74c10b40ff44575785e4af URL: https://git.catflap.org/apache-httpd/commit/?id=b0bdb2e4d853d19dcf74c10b40ff44575785e4af Author: Rich Bowen (Thu 30 Apr 2026 14:01:24 BST) Committer: Rich Bowen (Thu 30 Apr 2026 14:01:24 BST) Bug 65242: Clarify DirectoryCheckHandler On vs Off behavior git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933594 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_dir.xml M docs/manual/mod/mod_dir.xml.fr ____________________________________________________________________________________________________________ Commit: abe9a4317c55e8db7abff5899e648c052fc85653 URL: https://git.catflap.org/apache-httpd/commit/?id=abe9a4317c55e8db7abff5899e648c052fc85653 Author: Rich Bowen (Thu 30 Apr 2026 13:48:21 BST) Committer: Rich Bowen (Thu 30 Apr 2026 13:48:21 BST) Bug 70013: AllowOverride Options - clarify that = is optional; fix French translation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933590 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/core.xml M docs/manual/mod/core.xml.fr ____________________________________________________________________________________________________________ Commit: 5e1256e41fa668953793b57bfa51d42cb8502fef URL: https://git.catflap.org/apache-httpd/commit/?id=5e1256e41fa668953793b57bfa51d42cb8502fef Author: Rich Bowen (Thu 30 Apr 2026 13:26:16 BST) Committer: Rich Bowen (Thu 30 Apr 2026 13:26:16 BST) Rebuild man pages after reverting nroff.xml change git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933589 13f79535-47bb-0310-9956-ffa450edef68 M docs/man/ab.1 M docs/man/apachectl.8 M docs/man/apxs.1 M docs/man/ctlogconfig.8 M docs/man/dbmmanage.1 M docs/man/fcgistarter.8 M docs/man/firehose.1 M docs/man/htcacheclean.8 M docs/man/htdbm.1 M docs/man/htdigest.1 M docs/man/htpasswd.1 M docs/man/httpd.8 M docs/man/httxt2dbm.1 M docs/man/logresolve.1 M docs/man/rotatelogs.8 M docs/man/suexec.8 ____________________________________________________________________________________________________________ Commit: f87bd55aa367d8c5d65eae2e4e8ccec4c92f1fc8 URL: https://git.catflap.org/apache-httpd/commit/?id=f87bd55aa367d8c5d65eae2e4e8ccec4c92f1fc8 Author: Rich Bowen (Thu 30 Apr 2026 13:22:48 BST) Committer: Rich Bowen (Thu 30 Apr 2026 13:22:48 BST) This note needs to be inside the usage block, or it breaks the build git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933587 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_cache.xml ____________________________________________________________________________________________________________ Commit: e340b81301e32c9beaddf3c5da068e31a4bdb2b7 URL: https://git.catflap.org/apache-httpd/commit/?id=e340b81301e32c9beaddf3c5da068e31a4bdb2b7 Author: Joe Orton (Thu 30 Apr 2026 13:19:58 BST) Committer: Joe Orton (Thu 30 Apr 2026 13:19:58 BST) Fix OpenSSL 4.0 compatibility and test that in CI. CI: Update to test OpenSSL 4.0.0 explicitly. CI: No longer disable deprecated-declaration warnings for OpenSSL 3.4 -Werror build. * modules/ssl/ssl_engine_kernel.c (ssl_hook_UserCheck): Change name to const X509_NAME *. (ssl_callback_proxy_cert): Change ca_name, issuer, and ca_issuer to const X509_NAME *. * modules/ssl/ssl_engine_log.c (ssl_log_cert_error): Change cert parameter to const X509 *. Use X509_get0_serialNumber, X509_get0_notBefore, and X509_get0_notAfter instead of non-const variants. (ssl_log_xerror, ssl_log_cxerror, ssl_log_rxerror): Change cert parameter to const X509 *. * modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl_cert_dn): Change xsname parameter to const X509_NAME *. (ssl_var_lookup_ssl_cert_dn_oneline): Change xsname parameter to const X509_NAME *. (ssl_var_lookup_ssl_cert): Change xsname to const X509_NAME *. (ssl_var_lookup_ssl_cert_rfc4523_cea): Change issuer to const X509_NAME *. * modules/ssl/ssl_private.h (ssl_log_xerror, ssl_log_cxerror, ssl_log_rxerror): Update declarations to use const X509 *. * modules/ssl/ssl_util_ssl.c (modssl_X509_NAME_to_string): Change dn parameter to const X509_NAME *. (getIDs): Change subj to const X509_NAME *. * modules/ssl/ssl_util_ssl.h (modssl_X509_NAME_to_string): Update declaration to use const X509_NAME *. * support/ab.c (ssl_print_cert_info): Change dn to const X509_NAME *. mod_ssl: use ASN1_STRING accessor API in dump_extn_value: * modules/ssl/ssl_engine_vars.c (dump_extn_value): Use ASN1_STRING_get0_data() and ASN1_STRING_length() rather than directly dereferencing the ASN1_OCTET_STRING structure, which is opaque in OpenSSL 4.0. * modules/ssl/ssl_private.h: Add compat macros for ASN1_STRING_get0_data and ASN1_STRING_length for pre-1.1 API. mod_ssl: constify ASN1_TIME pointers, use X509_get0_not{Before,After}: * modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl_cert_valid, ssl_var_lookup_ssl_cert_remain): Constify ASN1_TIME * parameter. (ssl_var_lookup_ssl_cert): Use X509_get0_notBefore() and X509_get0_notAfter() which return const pointers. (ssl_var_lookup_ssl_cert_remain): Use ASN1_TIME_check() directly rather than INVALID_ASN1_TIME macro which dereferences the ASN1_TIME structure. (dump_extn_value): Constify ASN1_OCTET_STRING * parameter. * modules/ssl/ssl_private.h: Add compat macros for X509_get0_before and X509_get0_after for pre-1.1 API. mod_ssl: constify X509_NAME_ENTRY and X509_EXTENSION pointers: * modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl_cert_dn, extract_dn): Constify X509_NAME_ENTRY * variables, constify X509_NAME * parameter of extract_dn, drop unnecessary casts on X509_NAME_ENTRY_get_object() calls. (ssl_ext_list): Use MODSSL_X509_EXT_CONST for X509_EXTENSION * since X509_EXTENSION accessors are only constified in OpenSSL 4. * modules/ssl/ssl_util_ssl.c, modules/ssl/ssl_util_ssl.h (modssl_X509_NAME_ENTRY_to_string): Constify X509_NAME_ENTRY * parameter. * modules/ssl/ssl_private.h: Add MODSSL_X509_EXT_CONST, defined as const for OpenSSL 4+ and empty otherwise. * modules/ssl/ssl_util_ssl.c (asn1_string_convert): Constify ASN1_STRING * argument. * modules/ssl/ssl_engine_ocsp.c (extract_responder_uri): Use modssl_ASN1_STRING_convert instead of directly accessing ASN1_STRING data pointer. * modules/ssl/ssl_util_ssl.c (modssl_ASN1_STRING_convert): Rename from asn1_string_convert and export function. (asn1_string_to_utf8): Update to use modssl_ASN1_STRING_convert. (modssl_X509_NAME_ENTRY_to_string): Update to use modssl_ASN1_STRING_convert. * modules/ssl/ssl_util_ssl.h (modssl_ASN1_STRING_convert): Declare new function. Co-Authored-By: Claude Opus 4.6 Github: closes #609 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933586 13f79535-47bb-0310-9956-ffa450edef68 M .github/workflows/linux.yml M modules/ssl/ssl_engine_kernel.c M modules/ssl/ssl_engine_log.c M modules/ssl/ssl_engine_ocsp.c M modules/ssl/ssl_engine_vars.c M modules/ssl/ssl_private.h M modules/ssl/ssl_util_ssl.c M modules/ssl/ssl_util_ssl.h M support/ab.c ____________________________________________________________________________________________________________ Commit: 1eca9294932339bd0d75b0347ed514b28ac4f41b URL: https://git.catflap.org/apache-httpd/commit/?id=1eca9294932339bd0d75b0347ed514b28ac4f41b Author: Rich Bowen (Thu 30 Apr 2026 13:15:46 BST) Committer: Rich Bowen (Thu 30 Apr 2026 13:15:46 BST) Reverts the manpage xsl change from yesterday, which had unfortunate side effects. I'm not sure what the right solution is here, but it's not this. Perhaps someone else who understands manpage formatting better can have a look at this. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933583 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/style/xsl/nroff.xsl ____________________________________________________________________________________________________________ Commit: 13eea6e6edaf41bfd780f98ddecc3d89d9e8ee25 URL: https://git.catflap.org/apache-httpd/commit/?id=13eea6e6edaf41bfd780f98ddecc3d89d9e8ee25 Author: Rich Bowen (Wed 29 Apr 2026 22:06:40 BST) Committer: Rich Bowen (Wed 29 Apr 2026 22:06:40 BST) mod_rewrite: Fix remaining .htaccess-specific language in per-directory context docs (Bug 60377 followup) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933562 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_rewrite.xml ____________________________________________________________________________________________________________ Commit: 3093fe62ec56c1b303e00b2be07033b3cb24209a URL: https://git.catflap.org/apache-httpd/commit/?id=3093fe62ec56c1b303e00b2be07033b3cb24209a Author: Rich Bowen (Wed 29 Apr 2026 21:52:17 BST) Committer: Rich Bowen (Wed 29 Apr 2026 21:52:17 BST) mod_proxy: Warn about ProxyPassMatch backreference worker matching and connection pooling (Bug 62167, related to Bug 43513) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933559 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_proxy.xml ____________________________________________________________________________________________________________ Commit: 7e64c8ce2e65fb1ec28867d94fa59952357bc7d1 URL: https://git.catflap.org/apache-httpd/commit/?id=7e64c8ce2e65fb1ec28867d94fa59952357bc7d1 Author: Rich Bowen (Wed 29 Apr 2026 21:46:13 BST) Committer: Rich Bowen (Wed 29 Apr 2026 21:46:13 BST) mod_cache: Clarify CacheDisable per-directory context — only Location and Proxy, not Directory/Files/If (Bug 64361) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933557 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_cache.xml ____________________________________________________________________________________________________________ Commit: 1a15f61b977c44aa49eb41e4cba3e3f4cf79be0b URL: https://git.catflap.org/apache-httpd/commit/?id=1a15f61b977c44aa49eb41e4cba3e3f4cf79be0b Author: Rich Bowen (Wed 29 Apr 2026 21:39:00 BST) Committer: Rich Bowen (Wed 29 Apr 2026 21:39:00 BST) mod_ssl: Update StrictRequire docs — replace legacy Satisfy references with RequireAny (Bug 65252) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933555 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_ssl.xml ____________________________________________________________________________________________________________ Commit: 5b71008dc784dd8b99355a910e3c43c180c0093c URL: https://git.catflap.org/apache-httpd/commit/?id=5b71008dc784dd8b99355a910e3c43c180c0093c Author: Rich Bowen (Wed 29 Apr 2026 21:34:18 BST) Committer: Rich Bowen (Wed 29 Apr 2026 21:34:18 BST) mod_ssl: Document SSLOCSPEnable no_ocsp_for_cert_ok flag (Bug 65014) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933553 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_ssl.xml ____________________________________________________________________________________________________________ Commit: 59ab5f599b8b4ddac4b2db6df6d6691b46d17d44 URL: https://git.catflap.org/apache-httpd/commit/?id=59ab5f599b8b4ddac4b2db6df6d6691b46d17d44 Author: Rich Bowen (Wed 29 Apr 2026 21:29:27 BST) Committer: Rich Bowen (Wed 29 Apr 2026 21:29:27 BST) mod_autoindex: Document NameWidth minimum value (>5) and +/- incompatibility with value-taking IndexOptions (Bug 64907) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933551 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_autoindex.xml ____________________________________________________________________________________________________________ Commit: 6dc3e3378ba872eedbe1de4bf0eac5c37a59b1e0 URL: https://git.catflap.org/apache-httpd/commit/?id=6dc3e3378ba872eedbe1de4bf0eac5c37a59b1e0 Author: Rich Bowen (Wed 29 Apr 2026 21:23:57 BST) Committer: Rich Bowen (Wed 29 Apr 2026 21:23:57 BST) env: Document REDIRECT_URL, REDIRECT_STATUS and REDIRECT_ variable mechanism (Bug 59944, Bug 58739) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933549 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/env.xml ____________________________________________________________________________________________________________ Commit: 9780dc8200e73ff81d2855279af46e8128f425c3 URL: https://git.catflap.org/apache-httpd/commit/?id=9780dc8200e73ff81d2855279af46e8128f425c3 Author: Rich Bowen (Wed 29 Apr 2026 21:17:46 BST) Committer: Rich Bowen (Wed 29 Apr 2026 21:17:46 BST) core: Fix ServerName docs — used with UseCanonicalName On, not DNS (Bug 65092) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933547 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/core.xml ____________________________________________________________________________________________________________ Commit: cf49eb9eff95217713c2c308c3344cb0ed659ebe URL: https://git.catflap.org/apache-httpd/commit/?id=cf49eb9eff95217713c2c308c3344cb0ed659ebe Author: Rich Bowen (Wed 29 Apr 2026 21:08:12 BST) Committer: Rich Bowen (Wed 29 Apr 2026 21:08:12 BST) core: Document that TRACE cannot be controlled by , use TraceEnable instead (Bug 64906) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933543 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/core.xml ____________________________________________________________________________________________________________ Commit: cb745b27116ba93dd1a998b8ab314eed036c4959 URL: https://git.catflap.org/apache-httpd/commit/?id=cb745b27116ba93dd1a998b8ab314eed036c4959 Author: Rich Bowen (Wed 29 Apr 2026 21:08:05 BST) Committer: Rich Bowen (Wed 29 Apr 2026 21:08:05 BST) Define range for BalancerGrowth git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933542 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_proxy.xml ____________________________________________________________________________________________________________ Commit: e6cc75bf308fb145169de7fb97ed9d82c5e19478 URL: https://git.catflap.org/apache-httpd/commit/?id=e6cc75bf308fb145169de7fb97ed9d82c5e19478 Author: Rich Bowen (Wed 29 Apr 2026 20:59:10 BST) Committer: Rich Bowen (Wed 29 Apr 2026 20:59:10 BST) mod_heartmonitor: Clarify HeartbeatMaxServers value range — 0 for flat-file, 10+ for shared memory (Bug 64889) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933540 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_heartmonitor.xml ____________________________________________________________________________________________________________ Commit: 361bb39aca0f20660b89c74a7ec136adc96fc8c2 URL: https://git.catflap.org/apache-httpd/commit/?id=361bb39aca0f20660b89c74a7ec136adc96fc8c2 Author: Rich Bowen (Wed 29 Apr 2026 20:55:41 BST) Committer: Rich Bowen (Wed 29 Apr 2026 20:55:41 BST) mod_ssl: Fix SSLUserName FakeBasicAuth docs — directive does affect REMOTE_USER (Bug 63342) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933538 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_ssl.xml ____________________________________________________________________________________________________________ Commit: 4191eec2ddebe664483fd755cb9fce930be5a2a3 URL: https://git.catflap.org/apache-httpd/commit/?id=4191eec2ddebe664483fd755cb9fce930be5a2a3 Author: Rich Bowen (Wed 29 Apr 2026 20:53:39 BST) Committer: Rich Bowen (Wed 29 Apr 2026 20:53:39 BST) mod_remoteip: Mention CONN_REMOTE_ADDR expression variable (Bug 62300) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933536 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_remoteip.xml ____________________________________________________________________________________________________________ Commit: 2834611d6149dd1ec56f5d4bce770fc94b29a74f URL: https://git.catflap.org/apache-httpd/commit/?id=2834611d6149dd1ec56f5d4bce770fc94b29a74f Author: Rich Bowen (Wed 29 Apr 2026 20:50:05 BST) Committer: Rich Bowen (Wed 29 Apr 2026 20:50:05 BST) mod_headers: Note that Set-Cookie is an exception to comma-separated append per RFC 6265 (Bug 62213) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933534 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_headers.xml ____________________________________________________________________________________________________________ Commit: 896c5b32c704b5aac60b1a3e0fa2eee7ee4456a3 URL: https://git.catflap.org/apache-httpd/commit/?id=896c5b32c704b5aac60b1a3e0fa2eee7ee4456a3 Author: Rich Bowen (Wed 29 Apr 2026 20:06:55 BST) Committer: Rich Bowen (Wed 29 Apr 2026 20:06:55 BST) I'm assuming that   in the source was a conscious choice, so reverting that conversion. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933529 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/bind.xml.fr M docs/manual/caching.xml.fr M docs/manual/configuring.xml.fr M docs/manual/content-negotiation.xml.fr M docs/manual/custom-error.xml.fr M docs/manual/dso.xml.fr M docs/manual/env.xml.fr M docs/manual/glossary.xml.de M docs/manual/howto/reverse_proxy.xml.fr M docs/manual/logs.xml.fr M docs/manual/mod/core.html.en.utf8 M docs/manual/mod/core.xml.de M docs/manual/mod/core.xml.es M docs/manual/mod/core.xml.fr M docs/manual/mod/core.xml.ja M docs/manual/mod/core.xml.tr M docs/manual/mod/index.html.fr.utf8 M docs/manual/mod/mod_authnz_fcgi.html.fr.utf8 M docs/manual/mod/mod_authz_core.xml.fr M docs/manual/mod/mod_autoindex.xml.fr M docs/manual/mod/mod_dav.xml.fr M docs/manual/mod/mod_dav_fs.xml.fr M docs/manual/mod/mod_deflate.html.en.utf8 M docs/manual/mod/mod_deflate.html.fr.utf8 M docs/manual/mod/mod_deflate.xml.fr M docs/manual/mod/mod_deflate.xml.ja M docs/manual/mod/mod_deflate.xml.ko M docs/manual/mod/mod_deflate.xml.meta M docs/manual/mod/mod_http2.xml.fr M docs/manual/mod/mod_include.xml.fr M docs/manual/mod/mod_lbmethod_byrequests.xml.fr M docs/manual/mod/mod_log_config.xml.fr M docs/manual/mod/mod_log_debug.xml.fr M docs/manual/mod/mod_logio.xml.fr M docs/manual/mod/mod_md.xml.fr M docs/manual/mod/mod_mime_magic.xml.fr M docs/manual/mod/mod_proxy.html.en.utf8 M docs/manual/mod/mod_proxy.xml.fr M docs/manual/mod/mod_proxy.xml.ja M docs/manual/mod/mod_proxy_hcheck.xml.fr M docs/manual/mod/mod_rewrite.html.en.utf8 M docs/manual/mod/mod_rewrite.xml.fr M docs/manual/mod/mod_setenvif.xml.fr M docs/manual/mod/mod_ssl.xml.fr M docs/manual/mod/mod_unique_id.html.en.utf8 M docs/manual/mod/mod_unique_id.html.fr.utf8 M docs/manual/mod/mod_unique_id.xml.fr M docs/manual/mod/mod_unique_id.xml.ja M docs/manual/mod/mod_unique_id.xml.ko M docs/manual/mod/mod_unique_id.xml.meta M docs/manual/mod/overrides.html.fr.utf8 M docs/manual/mod/quickreference.html.fr.utf8 M docs/manual/programs/ctlogconfig.html.fr.utf8 M docs/manual/programs/firehose.html.fr.utf8 M docs/manual/programs/log_server_status.html.fr.utf8 M docs/manual/programs/other.html.fr.utf8 M docs/manual/programs/rotatelogs.xml.fr M docs/manual/programs/split-logfile.html.fr.utf8 M docs/manual/programs/suexec.html.fr.utf8 M docs/manual/rewrite/flags.xml.fr M docs/manual/rewrite/rewritemap.xml.fr M docs/manual/sections.xml.fr M docs/manual/vhosts/details.xml.fr M docs/manual/vhosts/examples.xml.fr M docs/manual/vhosts/fd-limits.xml.fr M docs/manual/vhosts/ip-based.xml.fr M docs/manual/vhosts/name-based.xml.fr ____________________________________________________________________________________________________________ Commit: 1d6d0c43faa2ae4a7f3ce23cf4c493bd1cf5ac60 URL: https://git.catflap.org/apache-httpd/commit/?id=1d6d0c43faa2ae4a7f3ce23cf4c493bd1cf5ac60 Author: Rich Bowen (Wed 29 Apr 2026 19:58:29 BST) Committer: Rich Bowen (Wed 29 Apr 2026 19:58:29 BST) docs: Replace HTML entities with UTF-8 characters in French translations and error docs (Bug 57878) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933527 13f79535-47bb-0310-9956-ffa450edef68 M docs/error/HTTP_BAD_GATEWAY.html.var M docs/error/HTTP_BAD_REQUEST.html.var M docs/error/HTTP_FORBIDDEN.html.var M docs/error/HTTP_GONE.html.var M docs/error/HTTP_INTERNAL_SERVER_ERROR.html.var M docs/error/HTTP_LENGTH_REQUIRED.html.var M docs/error/HTTP_METHOD_NOT_ALLOWED.html.var M docs/error/HTTP_NOT_FOUND.html.var M docs/error/HTTP_NOT_IMPLEMENTED.html.var M docs/error/HTTP_PRECONDITION_FAILED.html.var M docs/error/HTTP_REQUEST_ENTITY_TOO_LARGE.html.var M docs/error/HTTP_REQUEST_TIME_OUT.html.var M docs/error/HTTP_REQUEST_URI_TOO_LARGE.html.var M docs/error/HTTP_SERVICE_UNAVAILABLE.html.var M docs/error/HTTP_UNAUTHORIZED.html.var M docs/error/HTTP_UNSUPPORTED_MEDIA_TYPE.html.var M docs/error/HTTP_VARIANT_ALSO_VARIES.html.var M docs/error/contact.html.var M docs/manual/custom-error.xml.fr M docs/manual/dns-caveats.xml.fr M docs/manual/faq/index.xml.fr M docs/manual/handler.xml.fr M docs/manual/howto/reverse_proxy.xml.fr M docs/manual/invoking.xml.fr M docs/manual/misc/password_encryptions.xml.fr M docs/manual/misc/perf-scaling.xml.fr M docs/manual/mod/core.xml.fr M docs/manual/mod/directives.xml.fr M docs/manual/mod/index.xml.fr M docs/manual/mod/mod_actions.xml.fr M docs/manual/mod/mod_allowhandlers.xml.fr M docs/manual/mod/mod_asis.xml.fr M docs/manual/mod/mod_authn_anon.xml.fr M docs/manual/mod/mod_authn_file.xml.fr M docs/manual/mod/mod_authnz_fcgi.xml.fr M docs/manual/mod/mod_authz_core.xml.fr M docs/manual/mod/mod_authz_owner.xml.fr M docs/manual/mod/mod_authz_user.xml.fr M docs/manual/mod/mod_buffer.xml.fr M docs/manual/mod/mod_cache_disk.xml.fr M docs/manual/mod/mod_cern_meta.xml.fr M docs/manual/mod/mod_charset_lite.xml.fr M docs/manual/mod/mod_crypto.xml.fr M docs/manual/mod/mod_data.xml.fr M docs/manual/mod/mod_dav_lock.xml.fr M docs/manual/mod/mod_dumpio.xml.fr M docs/manual/mod/mod_echo.xml.fr M docs/manual/mod/mod_env.xml.fr M docs/manual/mod/mod_expires.xml.fr M docs/manual/mod/mod_file_cache.xml.fr M docs/manual/mod/mod_firehose.xml.fr M docs/manual/mod/mod_ident.xml.fr M docs/manual/mod/mod_include.xml.fr M docs/manual/mod/mod_journald.xml.fr M docs/manual/mod/mod_lbmethod_byrequests.xml.fr M docs/manual/mod/mod_log_config.xml.fr M docs/manual/mod/mod_log_debug.xml.fr M docs/manual/mod/mod_log_forensic.xml.fr M docs/manual/mod/mod_logio.xml.fr M docs/manual/mod/mod_policy.xml.fr M docs/manual/mod/mod_proxy_connect.xml.fr M docs/manual/mod/mod_proxy_hcheck.xml.fr M docs/manual/mod/mod_proxy_http.xml.fr M docs/manual/mod/mod_proxy_http2.xml.fr M docs/manual/mod/mod_ssl_ct.xml.fr M docs/manual/mod/mod_syslog.xml.fr M docs/manual/mod/mod_unique_id.xml.fr M docs/manual/mod/mod_version.xml.fr M docs/manual/mpm.xml.fr M docs/manual/new_features_2_2.xml.fr M docs/manual/programs/apachectl.xml.fr M docs/manual/programs/ctlogconfig.xml.fr M docs/manual/programs/firehose.xml.fr M docs/manual/programs/log_server_status.xml.fr M docs/manual/programs/other.xml.fr M docs/manual/programs/split-logfile.xml.fr M docs/manual/programs/suexec.xml.fr M docs/manual/server-wide.xml.fr M docs/manual/ssl/index.xml.fr M docs/manual/ssl/ssl_compat.xml.fr M docs/manual/ssl/ssl_faq.xml.fr M docs/manual/stopping.xml.fr M docs/manual/vhosts/details.xml.fr M docs/manual/vhosts/examples.xml.fr M docs/manual/vhosts/fd-limits.xml.fr M docs/manual/vhosts/ip-based.xml.fr M docs/manual/vhosts/name-based.xml.fr ____________________________________________________________________________________________________________ Commit: 35c7be818e1431d47572efd721b902c390fabeed URL: https://git.catflap.org/apache-httpd/commit/?id=35c7be818e1431d47572efd721b902c390fabeed Author: Rich Bowen (Wed 29 Apr 2026 19:54:43 BST) Committer: Rich Bowen (Wed 29 Apr 2026 19:54:43 BST) docs: Replace HTML entities with UTF-8 characters in German translations and error docs (Bug 57878) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933525 13f79535-47bb-0310-9956-ffa450edef68 M docs/error/HTTP_BAD_GATEWAY.html.var M docs/error/HTTP_BAD_REQUEST.html.var M docs/error/HTTP_FORBIDDEN.html.var M docs/error/HTTP_GONE.html.var M docs/error/HTTP_INTERNAL_SERVER_ERROR.html.var M docs/error/HTTP_LENGTH_REQUIRED.html.var M docs/error/HTTP_METHOD_NOT_ALLOWED.html.var M docs/error/HTTP_NOT_FOUND.html.var M docs/error/HTTP_NOT_IMPLEMENTED.html.var M docs/error/HTTP_PRECONDITION_FAILED.html.var M docs/error/HTTP_REQUEST_ENTITY_TOO_LARGE.html.var M docs/error/HTTP_REQUEST_TIME_OUT.html.var M docs/error/HTTP_REQUEST_URI_TOO_LARGE.html.var M docs/error/HTTP_SERVICE_UNAVAILABLE.html.var M docs/error/HTTP_UNAUTHORIZED.html.var M docs/error/HTTP_UNSUPPORTED_MEDIA_TYPE.html.var M docs/error/HTTP_VARIANT_ALSO_VARIES.html.var M docs/error/contact.html.var M docs/manual/bind.xml.de M docs/manual/configuring.xml.de M docs/manual/glossary.xml.de M docs/manual/index.xml.de M docs/manual/install.xml.de M docs/manual/mod/core.xml.de M docs/manual/mod/directives.xml.de M docs/manual/mod/mod_actions.xml.de M docs/manual/mod/mpm_common.xml.de M docs/manual/mod/mpm_winnt.xml.de M docs/manual/mod/prefork.xml.de M docs/manual/mod/quickreference.xml.de M docs/manual/mod/worker.xml.de M docs/manual/mpm.xml.de M docs/manual/new_features_2_0.xml.de M docs/manual/sitemap.xml.de M docs/manual/stopping.xml.de M docs/manual/vhosts/index.xml.de M docs/manual/vhosts/name-based.xml.de ____________________________________________________________________________________________________________ Commit: c71e27cfb2776b794636dbea4f4aa90c84cf6d4c URL: https://git.catflap.org/apache-httpd/commit/?id=c71e27cfb2776b794636dbea4f4aa90c84cf6d4c Author: Rich Bowen (Wed 29 Apr 2026 19:44:30 BST) Committer: Rich Bowen (Wed 29 Apr 2026 19:44:30 BST) mod_proxy: Add note about HTTPS/CONNECT access control in forward proxy docs (Bug 54653) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933522 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_proxy.xml ____________________________________________________________________________________________________________ Commit: fc810a9885e5afd95af38502f67000e6418292f7 URL: https://git.catflap.org/apache-httpd/commit/?id=fc810a9885e5afd95af38502f67000e6418292f7 Author: Rich Bowen (Wed 29 Apr 2026 19:35:54 BST) Committer: Rich Bowen (Wed 29 Apr 2026 19:35:54 BST) mod_rewrite: Replace 'perl compatible regular expression' with glossary-linked 'regular expression' (Bug 60377) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933520 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_rewrite.xml ____________________________________________________________________________________________________________ Commit: 5ff6c74bec909344bd70cbeea3d102c13e57be27 URL: https://git.catflap.org/apache-httpd/commit/?id=5ff6c74bec909344bd70cbeea3d102c13e57be27 Author: Rich Bowen (Wed 29 Apr 2026 19:29:35 BST) Committer: Rich Bowen (Wed 29 Apr 2026 19:29:35 BST) core: Fix 'any sequences' -> 'any sequence' in Directory/Files/Location wildcard docs (Bug 65055) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933518 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/core.xml ____________________________________________________________________________________________________________ Commit: 4c9d8a36e2be24f2efe4b41414d0a9f45c7d6295 URL: https://git.catflap.org/apache-httpd/commit/?id=4c9d8a36e2be24f2efe4b41414d0a9f45c7d6295 Author: Rich Bowen (Wed 29 Apr 2026 19:21:24 BST) Committer: Rich Bowen (Wed 29 Apr 2026 19:21:24 BST) core: Fix ErrorLogFormat severity modifier description and example (Bug 65060) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933516 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/core.xml ____________________________________________________________________________________________________________ Commit: 4a0f5a896c893e7b11b6a5c290cee4045f053f37 URL: https://git.catflap.org/apache-httpd/commit/?id=4a0f5a896c893e7b11b6a5c290cee4045f053f37 Author: Rich Bowen (Wed 29 Apr 2026 19:16:24 BST) Committer: Rich Bowen (Wed 29 Apr 2026 19:16:24 BST) nroff: Render seealso elements as SEE ALSO man page section instead of suppressing them (Bug 62678) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933514 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/style/xsl/nroff.xsl ____________________________________________________________________________________________________________ Commit: 3fdb0304d6153b083433b5845a0b236733da5611 URL: https://git.catflap.org/apache-httpd/commit/?id=3fdb0304d6153b083433b5845a0b236733da5611 Author: Rich Bowen (Wed 29 Apr 2026 19:02:07 BST) Committer: Rich Bowen (Wed 29 Apr 2026 19:02:07 BST) mod_deflate: Document that DeflateInflateLimitRequestBody 0 means unlimited (Bug 64886) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933512 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_deflate.xml ____________________________________________________________________________________________________________ Commit: e5b6348a2c95b8b6967a8a704e4267c73d94a1cf URL: https://git.catflap.org/apache-httpd/commit/?id=e5b6348a2c95b8b6967a8a704e4267c73d94a1cf Author: Rich Bowen (Wed 29 Apr 2026 18:55:21 BST) Committer: Rich Bowen (Wed 29 Apr 2026 18:55:21 BST) mod_unique_id: Update docs for 2.4.29 PRNG change — 160-bit/27-char encoding, remove stale IP/pid references (Bug 62184) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933510 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_unique_id.xml ____________________________________________________________________________________________________________ Commit: 07c3e8d49dfc49e42f3ad264da848a1a723ed19b URL: https://git.catflap.org/apache-httpd/commit/?id=07c3e8d49dfc49e42f3ad264da848a1a723ed19b Author: Rich Bowen (Wed 29 Apr 2026 17:07:03 BST) Committer: Rich Bowen (Wed 29 Apr 2026 17:07:03 BST) Rebuild RFC links to new target git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933508 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/caching.html.en.utf8 M docs/manual/caching.xml.fr M docs/manual/caching.xml.tr M docs/manual/compliance.html.en.utf8 M docs/manual/compliance.xml.fr M docs/manual/env.html.en.utf8 M docs/manual/env.xml.fr M docs/manual/env.xml.ja M docs/manual/env.xml.ko M docs/manual/env.xml.tr M docs/manual/glossary.html.en.utf8 M docs/manual/glossary.xml.de M docs/manual/glossary.xml.fr M docs/manual/glossary.xml.ja M docs/manual/glossary.xml.ko M docs/manual/glossary.xml.tr M docs/manual/howto/cgi.html.en.utf8 M docs/manual/howto/cgi.xml.es M docs/manual/howto/cgi.xml.fr M docs/manual/howto/cgi.xml.ja M docs/manual/howto/cgi.xml.ko M docs/manual/howto/http2.html.en.utf8 M docs/manual/howto/http2.xml.es M docs/manual/howto/http2.xml.fr M docs/manual/logs.html.en.utf8 M docs/manual/logs.xml.fr M docs/manual/logs.xml.ja M docs/manual/logs.xml.ko M docs/manual/logs.xml.tr M docs/manual/mod/core.html.en.utf8 M docs/manual/mod/core.xml.de M docs/manual/mod/core.xml.es M docs/manual/mod/core.xml.fr M docs/manual/mod/core.xml.ja M docs/manual/mod/core.xml.tr M docs/manual/mod/mod_auth_basic.html.en.utf8 M docs/manual/mod/mod_auth_basic.xml.es M docs/manual/mod/mod_auth_basic.xml.fr M docs/manual/mod/mod_auth_basic.xml.ja M docs/manual/mod/mod_auth_basic.xml.ko M docs/manual/mod/mod_cache.html.en.utf8 M docs/manual/mod/mod_cache.xml.fr M docs/manual/mod/mod_cache.xml.ja M docs/manual/mod/mod_cache.xml.ko M docs/manual/mod/mod_cgi.html.en.utf8 M docs/manual/mod/mod_cgi.xml.fr M docs/manual/mod/mod_cgi.xml.ja M docs/manual/mod/mod_cgi.xml.ko M docs/manual/mod/mod_data.html.en.utf8 M docs/manual/mod/mod_data.xml.fr M docs/manual/mod/mod_mime.html.en.utf8 M docs/manual/mod/mod_mime.xml.fr M docs/manual/mod/mod_mime.xml.ja M docs/manual/mod/mod_mime_magic.html.en.utf8 M docs/manual/mod/mod_mime_magic.xml.fr M docs/manual/mod/mod_proxy.html.en.utf8 M docs/manual/mod/mod_proxy.xml.fr M docs/manual/mod/mod_proxy.xml.ja M docs/manual/mod/mod_proxy_fcgi.html.en.utf8 M docs/manual/mod/mod_proxy_fcgi.xml.fr M docs/manual/mod/mod_rewrite.html.en.utf8 M docs/manual/mod/mod_rewrite.xml.fr M docs/manual/mod/mod_ssl.html.en.utf8 M docs/manual/mod/mod_ssl.xml.es M docs/manual/mod/mod_ssl.xml.fr M docs/manual/new_features_2_6.html.en.utf8 M docs/manual/programs/htdigest.html.en.utf8 M docs/manual/programs/htdigest.xml.fr M docs/manual/programs/htdigest.xml.ko M docs/manual/programs/htdigest.xml.tr M docs/manual/ssl/ssl_intro.html.en.utf8 M docs/manual/ssl/ssl_intro.xml.fr M docs/manual/ssl/ssl_intro.xml.ja ____________________________________________________________________________________________________________ Commit: baf9004076449245c405cbb06cfc03c9f301d877 URL: https://git.catflap.org/apache-httpd/commit/?id=baf9004076449245c405cbb06cfc03c9f301d877 Author: Rich Bowen (Wed 29 Apr 2026 17:05:21 BST) Committer: Rich Bowen (Wed 29 Apr 2026 17:05:21 BST) docs: Convert RFC links to use new tag; update draft-ietf-tls-esni to RFC 9849 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933506 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/caching.xml M docs/manual/compliance.xml M docs/manual/env.xml M docs/manual/glossary.xml M docs/manual/howto/cgi.xml M docs/manual/howto/http2.xml M docs/manual/logs.xml M docs/manual/mod/core.xml M docs/manual/mod/mod_auth_basic.xml M docs/manual/mod/mod_cache.xml M docs/manual/mod/mod_cgi.xml M docs/manual/mod/mod_data.xml M docs/manual/mod/mod_mime.xml M docs/manual/mod/mod_mime_magic.xml M docs/manual/mod/mod_proxy.xml M docs/manual/mod/mod_proxy_fcgi.xml M docs/manual/mod/mod_rewrite.xml M docs/manual/mod/mod_ssl.xml M docs/manual/new_features_2_6.xml M docs/manual/programs/htdigest.xml M docs/manual/ssl/ssl_intro.xml ____________________________________________________________________________________________________________ Commit: bc144fcfc479b64555b6d8acc7a8d35dd1206f73 URL: https://git.catflap.org/apache-httpd/commit/?id=bc144fcfc479b64555b6d8acc7a8d35dd1206f73 Author: Rich Bowen (Wed 29 Apr 2026 16:34:08 BST) Committer: Rich Bowen (Wed 29 Apr 2026 16:34:08 BST) Rebuild HTML using the new tag for RFC links git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933504 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/AGENTS.md M docs/manual/compliance.html.en.utf8 M docs/manual/compliance.xml.fr M docs/manual/glossary.html.en.utf8 M docs/manual/glossary.xml.de M docs/manual/glossary.xml.fr M docs/manual/glossary.xml.ja M docs/manual/glossary.xml.ko M docs/manual/glossary.xml.tr M docs/manual/howto/cgi.html.en.utf8 M docs/manual/howto/cgi.xml.es M docs/manual/howto/cgi.xml.fr M docs/manual/howto/cgi.xml.ja M docs/manual/howto/cgi.xml.ko M docs/manual/howto/http2.html.en.utf8 M docs/manual/howto/http2.xml.es M docs/manual/howto/http2.xml.fr M docs/manual/logs.html.en.utf8 M docs/manual/logs.xml.fr M docs/manual/logs.xml.ja M docs/manual/logs.xml.ko M docs/manual/logs.xml.tr M docs/manual/misc/relevant_standards.html.en.utf8 M docs/manual/misc/relevant_standards.xml.fr M docs/manual/misc/relevant_standards.xml.ko M docs/manual/mod/mod_auth_digest.html.en.utf8 M docs/manual/mod/mod_auth_digest.xml.fr M docs/manual/mod/mod_auth_digest.xml.ko M docs/manual/mod/mod_autht_jwt.html.en.utf8 M docs/manual/mod/mod_cache.html.en.utf8 M docs/manual/mod/mod_cache.xml.fr M docs/manual/mod/mod_cache.xml.ja M docs/manual/mod/mod_cache.xml.ko M docs/manual/mod/mod_expires.html.en.utf8 M docs/manual/mod/mod_expires.xml.fr M docs/manual/mod/mod_expires.xml.ja M docs/manual/mod/mod_expires.xml.ko M docs/manual/mod/mod_http2.html.en.utf8 M docs/manual/mod/mod_http2.xml.fr M docs/manual/mod/mod_ident.html.en.utf8 M docs/manual/mod/mod_ident.xml.fr M docs/manual/mod/mod_ident.xml.ja M docs/manual/mod/mod_ident.xml.ko M docs/manual/mod/mod_macro.html.en.utf8 M docs/manual/mod/mod_macro.html.fr.utf8 M docs/manual/mod/mod_macro.xml.fr M docs/manual/mod/mod_macro.xml.meta M docs/manual/mod/mod_md.html.en.utf8 M docs/manual/mod/mod_md.xml.fr M docs/manual/mod/mod_mime.html.en.utf8 M docs/manual/mod/mod_mime.xml M docs/manual/mod/mod_negotiation.html.en.utf8 M docs/manual/mod/mod_negotiation.xml.fr M docs/manual/mod/mod_negotiation.xml.ja M docs/manual/mod/mod_proxy.html.en.utf8 M docs/manual/mod/mod_proxy.xml.fr M docs/manual/mod/mod_proxy.xml.ja M docs/manual/mod/mod_proxy_http2.html.en.utf8 M docs/manual/mod/mod_proxy_http2.xml.fr M docs/manual/mod/mod_setenvif.html.en.utf8 M docs/manual/mod/mod_setenvif.xml.fr M docs/manual/mod/mod_setenvif.xml.ja M docs/manual/mod/mod_setenvif.xml.ko M docs/manual/mod/mod_setenvif.xml.tr M docs/manual/mod/mod_ssl.html.en.utf8 M docs/manual/mod/mod_ssl.xml.es M docs/manual/mod/mod_ssl.xml.fr M docs/manual/new_features_2_2.html.en.utf8 M docs/manual/new_features_2_2.xml.fr M docs/manual/new_features_2_2.xml.ko M docs/manual/new_features_2_2.xml.pt-br M docs/manual/new_features_2_2.xml.tr M docs/manual/ssl/ssl_faq.html.en.utf8 M docs/manual/ssl/ssl_faq.xml.fr M docs/manual/ssl/ssl_intro.html.en.utf8 M docs/manual/ssl/ssl_intro.xml.fr M docs/manual/ssl/ssl_intro.xml.ja ____________________________________________________________________________________________________________ Commit: 779fcf9f6a9168affd75cb2b7be5671c44c8ea25 URL: https://git.catflap.org/apache-httpd/commit/?id=779fcf9f6a9168affd75cb2b7be5671c44c8ea25 Author: Rich Bowen (Wed 29 Apr 2026 16:31:13 BST) Committer: Rich Bowen (Wed 29 Apr 2026 16:31:13 BST) docs: Convert RFC links to use new tag git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933502 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/compliance.xml M docs/manual/glossary.xml M docs/manual/howto/cgi.xml M docs/manual/howto/http2.xml M docs/manual/misc/relevant_standards.xml M docs/manual/mod/mod_auth_digest.xml M docs/manual/mod/mod_autht_jwt.xml M docs/manual/mod/mod_cache.xml M docs/manual/mod/mod_expires.xml M docs/manual/mod/mod_http2.xml M docs/manual/mod/mod_ident.xml M docs/manual/mod/mod_md.xml M docs/manual/mod/mod_negotiation.xml M docs/manual/mod/mod_proxy.xml M docs/manual/mod/mod_proxy_http2.xml M docs/manual/mod/mod_setenvif.xml M docs/manual/mod/mod_ssl.xml M docs/manual/new_features_2_2.xml M docs/manual/ssl/ssl_faq.xml M docs/manual/ssl/ssl_intro.xml ____________________________________________________________________________________________________________ Commit: 59e8f794bfd6de8293d3c1aea05b28f614e81787 URL: https://git.catflap.org/apache-httpd/commit/?id=59e8f794bfd6de8293d3c1aea05b28f614e81787 Author: Rich Bowen (Wed 29 Apr 2026 16:21:03 BST) Committer: Rich Bowen (Wed 29 Apr 2026 16:21:03 BST) docs: Add tag for RFC links — renders to www.rfc-editor.org URLs on build git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933500 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/style/common.dtd M docs/manual/style/xsl/common.xsl M docs/manual/style/xsl/nroff.xsl ____________________________________________________________________________________________________________ Commit: b9d87964f349f97920034873e0c6606ca0bf8da0 URL: https://git.catflap.org/apache-httpd/commit/?id=b9d87964f349f97920034873e0c6606ca0bf8da0 Author: Rich Bowen (Wed 29 Apr 2026 15:59:25 BST) Committer: Rich Bowen (Wed 29 Apr 2026 15:59:25 BST) mod_ssl: Restore missing compatibility tag for SSLHonorCipherOrder (Bug 68327) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933498 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_ssl.xml ____________________________________________________________________________________________________________ Commit: e2dcd66ebb01272fe0b22cc879306c9b884f9277 URL: https://git.catflap.org/apache-httpd/commit/?id=e2dcd66ebb01272fe0b22cc879306c9b884f9277 Author: Rich Bowen (Wed 29 Apr 2026 15:42:52 BST) Committer: Rich Bowen (Wed 29 Apr 2026 15:42:52 BST) mod_macro: Fix Tips example to use $() instead of ${} to avoid conflict with Define syntax (Bug 66153) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933496 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_macro.xml ____________________________________________________________________________________________________________ Commit: 76d7d1cd0073e3048ca03d48f6446254e1c804d9 URL: https://git.catflap.org/apache-httpd/commit/?id=76d7d1cd0073e3048ca03d48f6446254e1c804d9 Author: Rich Bowen (Wed 29 Apr 2026 15:38:59 BST) Committer: Rich Bowen (Wed 29 Apr 2026 15:38:59 BST) Add i18n error document for 504 Gateway Timeout (en/de/fr) (Bug 69651) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933494 13f79535-47bb-0310-9956-ffa450edef68 M docs/conf/extra/httpd-multilang-errordoc.conf.in A docs/error/HTTP_GATEWAY_TIME_OUT.html.var ____________________________________________________________________________________________________________ Commit: ee234760b04f4f17b7dd4d85807c36c294efbac3 URL: https://git.catflap.org/apache-httpd/commit/?id=ee234760b04f4f17b7dd4d85807c36c294efbac3 Author: Rich Bowen (Wed 29 Apr 2026 15:32:41 BST) Committer: Rich Bowen (Wed 29 Apr 2026 15:32:41 BST) logs: Fix vhost common log format string — add missing %h and %p, fix typo in nickname (Bug 66332) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933492 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/logs.xml ____________________________________________________________________________________________________________ Commit: 4eab75b57bc6582c988eb16d47176e8ad0956f4b URL: https://git.catflap.org/apache-httpd/commit/?id=4eab75b57bc6582c988eb16d47176e8ad0956f4b Author: Rich Bowen (Wed 29 Apr 2026 15:30:14 BST) Committer: Rich Bowen (Wed 29 Apr 2026 15:30:14 BST) Rebuild HTML (bz69640) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933490 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/core.html.en.utf8 M docs/manual/mod/core.xml.de M docs/manual/mod/core.xml.es M docs/manual/mod/core.xml.fr M docs/manual/mod/core.xml.ja M docs/manual/mod/core.xml.tr M docs/manual/mod/mod_dir.html.en.utf8 M docs/manual/mod/mod_dir.xml.fr M docs/manual/mod/mod_dir.xml.ja M docs/manual/mod/mod_dir.xml.ko M docs/manual/mod/mod_dir.xml.tr M docs/manual/mod/mod_mime.html.en.utf8 M docs/manual/mod/mod_mime.xml.fr M docs/manual/mod/mod_mime.xml.ja M docs/manual/mod/overrides.html.en.utf8 M docs/manual/mod/quickreference.html.de M docs/manual/mod/quickreference.html.en.utf8 M docs/manual/mod/quickreference.html.es.utf8 M docs/manual/mod/quickreference.html.zh-cn.utf8 ____________________________________________________________________________________________________________ Commit: 2e322d7edc5ab8ac756465e39b227cb0e8c56a45 URL: https://git.catflap.org/apache-httpd/commit/?id=2e322d7edc5ab8ac756465e39b227cb0e8c56a45 Author: Rich Bowen (Wed 29 Apr 2026 15:25:55 BST) Committer: Rich Bowen (Wed 29 Apr 2026 15:25:55 BST) mod_dir: Document FallbackResource interaction with SetHandler/AddHandler (Bug 69640) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933488 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/core.xml M docs/manual/mod/mod_dir.xml M docs/manual/mod/mod_mime.xml ____________________________________________________________________________________________________________ Commit: e285f8f69cc3d15c8b64ad3af4fb1ac0c7ef4a7f URL: https://git.catflap.org/apache-httpd/commit/?id=e285f8f69cc3d15c8b64ad3af4fb1ac0c7ef4a7f Author: Rich Bowen (Wed 29 Apr 2026 15:21:31 BST) Committer: Rich Bowen (Wed 29 Apr 2026 15:21:31 BST) Rebuild HTML, meta files, translation pointers git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933486 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/caching.html.en.utf8 M docs/manual/caching.xml.fr M docs/manual/caching.xml.tr M docs/manual/compliance.html.en.utf8 M docs/manual/compliance.xml.fr M docs/manual/env.html.en.utf8 M docs/manual/env.xml.fr M docs/manual/env.xml.ja M docs/manual/env.xml.ko M docs/manual/env.xml.tr M docs/manual/glossary.html.en.utf8 M docs/manual/glossary.html.fr.utf8 M docs/manual/glossary.xml.de M docs/manual/glossary.xml.fr M docs/manual/glossary.xml.ja M docs/manual/glossary.xml.ko M docs/manual/glossary.xml.meta M docs/manual/glossary.xml.tr M docs/manual/howto/auth.html.en.utf8 M docs/manual/howto/auth.html.fr.utf8 M docs/manual/howto/auth.xml.es M docs/manual/howto/auth.xml.fr M docs/manual/howto/auth.xml.ja M docs/manual/howto/auth.xml.ko M docs/manual/howto/auth.xml.meta M docs/manual/howto/auth.xml.tr M docs/manual/howto/cgi.html.en.utf8 M docs/manual/howto/cgi.html.fr.utf8 M docs/manual/howto/cgi.xml.es M docs/manual/howto/cgi.xml.fr M docs/manual/howto/cgi.xml.ja M docs/manual/howto/cgi.xml.ko M docs/manual/howto/cgi.xml.meta M docs/manual/howto/http2.html.en.utf8 M docs/manual/howto/http2.html.fr.utf8 M docs/manual/howto/http2.xml.es M docs/manual/howto/http2.xml.fr M docs/manual/howto/http2.xml.meta M docs/manual/logs.html.en.utf8 M docs/manual/logs.xml.fr M docs/manual/logs.xml.ja M docs/manual/logs.xml.ko M docs/manual/logs.xml.tr M docs/manual/misc/perf-tuning.html.en.utf8 M docs/manual/misc/perf-tuning.html.fr.utf8 M docs/manual/misc/perf-tuning.xml.fr M docs/manual/misc/perf-tuning.xml.ko M docs/manual/misc/perf-tuning.xml.meta M docs/manual/misc/perf-tuning.xml.tr M docs/manual/misc/relevant_standards.html.en.utf8 M docs/manual/misc/relevant_standards.html.fr.utf8 M docs/manual/misc/relevant_standards.xml.fr M docs/manual/misc/relevant_standards.xml.ko M docs/manual/misc/relevant_standards.xml.meta M docs/manual/mod/core.html.en.utf8 M docs/manual/mod/core.xml.de M docs/manual/mod/core.xml.es M docs/manual/mod/core.xml.fr M docs/manual/mod/core.xml.ja M docs/manual/mod/core.xml.tr M docs/manual/mod/mod_auth_basic.html.en.utf8 M docs/manual/mod/mod_auth_basic.html.fr.utf8 M docs/manual/mod/mod_auth_basic.xml.es M docs/manual/mod/mod_auth_basic.xml.fr M docs/manual/mod/mod_auth_basic.xml.ja M docs/manual/mod/mod_auth_basic.xml.ko M docs/manual/mod/mod_auth_basic.xml.meta M docs/manual/mod/mod_auth_digest.html.en.utf8 M docs/manual/mod/mod_auth_digest.html.fr.utf8 M docs/manual/mod/mod_auth_digest.xml.fr M docs/manual/mod/mod_auth_digest.xml.ko M docs/manual/mod/mod_auth_digest.xml.meta M docs/manual/mod/mod_autht_jwt.html.en.utf8 M docs/manual/mod/mod_cache.html.en.utf8 M docs/manual/mod/mod_cache.html.fr.utf8 M docs/manual/mod/mod_cache.xml.fr M docs/manual/mod/mod_cache.xml.ja M docs/manual/mod/mod_cache.xml.ko M docs/manual/mod/mod_cache.xml.meta M docs/manual/mod/mod_cache_socache.html.en.utf8 M docs/manual/mod/mod_cache_socache.html.fr.utf8 M docs/manual/mod/mod_cache_socache.xml.fr M docs/manual/mod/mod_cache_socache.xml.meta M docs/manual/mod/mod_cern_meta.html.en.utf8 M docs/manual/mod/mod_cern_meta.html.fr.utf8 M docs/manual/mod/mod_cern_meta.xml.fr M docs/manual/mod/mod_cern_meta.xml.ko M docs/manual/mod/mod_cern_meta.xml.meta M docs/manual/mod/mod_cgi.html.en.utf8 M docs/manual/mod/mod_cgi.html.fr.utf8 M docs/manual/mod/mod_cgi.xml.fr M docs/manual/mod/mod_cgi.xml.ja M docs/manual/mod/mod_cgi.xml.ko M docs/manual/mod/mod_cgi.xml.meta M docs/manual/mod/mod_data.html.en.utf8 M docs/manual/mod/mod_data.html.fr.utf8 M docs/manual/mod/mod_data.xml.fr M docs/manual/mod/mod_data.xml.meta M docs/manual/mod/mod_expires.html.en.utf8 M docs/manual/mod/mod_expires.html.fr.utf8 M docs/manual/mod/mod_expires.xml.fr M docs/manual/mod/mod_expires.xml.ja M docs/manual/mod/mod_expires.xml.ko M docs/manual/mod/mod_expires.xml.meta M docs/manual/mod/mod_http2.html.en.utf8 M docs/manual/mod/mod_http2.xml.fr M docs/manual/mod/mod_ident.html.en.utf8 M docs/manual/mod/mod_ident.html.fr.utf8 M docs/manual/mod/mod_ident.xml.fr M docs/manual/mod/mod_ident.xml.ja M docs/manual/mod/mod_ident.xml.ko M docs/manual/mod/mod_ident.xml.meta M docs/manual/mod/mod_md.html.en.utf8 M docs/manual/mod/mod_md.xml.fr M docs/manual/mod/mod_mime.html.en.utf8 M docs/manual/mod/mod_mime.html.fr.utf8 M docs/manual/mod/mod_mime.xml.fr M docs/manual/mod/mod_mime.xml.ja M docs/manual/mod/mod_mime.xml.meta M docs/manual/mod/mod_mime_magic.html.en.utf8 M docs/manual/mod/mod_mime_magic.html.fr.utf8 M docs/manual/mod/mod_mime_magic.xml.fr M docs/manual/mod/mod_mime_magic.xml.meta M docs/manual/mod/mod_negotiation.html.en.utf8 M docs/manual/mod/mod_negotiation.html.fr.utf8 M docs/manual/mod/mod_negotiation.xml.fr M docs/manual/mod/mod_negotiation.xml.ja M docs/manual/mod/mod_negotiation.xml.meta M docs/manual/mod/mod_proxy.html.en.utf8 M docs/manual/mod/mod_proxy.html.fr.utf8 M docs/manual/mod/mod_proxy.xml.fr M docs/manual/mod/mod_proxy.xml.ja M docs/manual/mod/mod_proxy.xml.meta M docs/manual/mod/mod_proxy_fcgi.html.en.utf8 M docs/manual/mod/mod_proxy_fcgi.xml.fr M docs/manual/mod/mod_proxy_http2.html.en.utf8 M docs/manual/mod/mod_proxy_http2.html.fr.utf8 M docs/manual/mod/mod_proxy_http2.xml.fr M docs/manual/mod/mod_proxy_http2.xml.meta M docs/manual/mod/mod_rewrite.html.en.utf8 M docs/manual/mod/mod_rewrite.html.fr.utf8 M docs/manual/mod/mod_rewrite.xml.fr M docs/manual/mod/mod_rewrite.xml.meta M docs/manual/mod/mod_setenvif.html.en.utf8 M docs/manual/mod/mod_setenvif.html.fr.utf8 M docs/manual/mod/mod_setenvif.xml.fr M docs/manual/mod/mod_setenvif.xml.ja M docs/manual/mod/mod_setenvif.xml.ko M docs/manual/mod/mod_setenvif.xml.meta M docs/manual/mod/mod_setenvif.xml.tr M docs/manual/mod/mod_ssl.html.en.utf8 M docs/manual/mod/mod_ssl.xml.es M docs/manual/mod/mod_ssl.xml.fr M docs/manual/mod/mod_ssl_ct.html.en.utf8 M docs/manual/mod/mod_ssl_ct.html.fr.utf8 M docs/manual/mod/mod_ssl_ct.xml.fr M docs/manual/mod/mod_ssl_ct.xml.meta M docs/manual/new_features_2_2.html.en.utf8 M docs/manual/new_features_2_2.xml.fr M docs/manual/new_features_2_2.xml.ko M docs/manual/new_features_2_2.xml.pt-br M docs/manual/new_features_2_2.xml.tr M docs/manual/new_features_2_6.html.en.utf8 M docs/manual/programs/htdigest.html.en.utf8 M docs/manual/programs/htdigest.html.fr.utf8 M docs/manual/programs/htdigest.xml.fr M docs/manual/programs/htdigest.xml.ko M docs/manual/programs/htdigest.xml.meta M docs/manual/programs/htdigest.xml.tr M docs/manual/ssl/ssl_compat.html.en.utf8 M docs/manual/ssl/ssl_compat.html.es.utf8 M docs/manual/ssl/ssl_compat.html.fr.utf8 M docs/manual/ssl/ssl_compat.xml.es M docs/manual/ssl/ssl_compat.xml.fr M docs/manual/ssl/ssl_compat.xml.meta M docs/manual/ssl/ssl_faq.html.en.utf8 M docs/manual/ssl/ssl_faq.html.fr.utf8 M docs/manual/ssl/ssl_faq.xml.fr M docs/manual/ssl/ssl_faq.xml.meta M docs/manual/ssl/ssl_howto.html.en.utf8 M docs/manual/ssl/ssl_howto.html.fr.utf8 M docs/manual/ssl/ssl_howto.xml.fr M docs/manual/ssl/ssl_howto.xml.meta M docs/manual/ssl/ssl_intro.html.en.utf8 M docs/manual/ssl/ssl_intro.html.fr.utf8 M docs/manual/ssl/ssl_intro.xml.fr M docs/manual/ssl/ssl_intro.xml.ja M docs/manual/ssl/ssl_intro.xml.meta ____________________________________________________________________________________________________________ Commit: ca79d35b4d984be99d795966a9360b9c1a1def83 URL: https://git.catflap.org/apache-httpd/commit/?id=ca79d35b4d984be99d795966a9360b9c1a1def83 Author: Rich Bowen (Tue 28 Apr 2026 20:50:22 BST) Committer: Rich Bowen (Tue 28 Apr 2026 20:50:22 BST) mod_proxy: document that force-proxy-request-1.0 implies proxy-sendcl (closes #55401) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933463 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_proxy.xml ____________________________________________________________________________________________________________ Commit: 0ff822d39152a847c94fc46d9a2b512d3ce82f40 URL: https://git.catflap.org/apache-httpd/commit/?id=0ff822d39152a847c94fc46d9a2b512d3ce82f40 Author: Rich Bowen (Tue 28 Apr 2026 20:46:07 BST) Committer: Rich Bowen (Tue 28 Apr 2026 20:46:07 BST) howto/auth: fix authn/authz mixup — s/authentication/authorization/ in backwards compat section (closes #65132) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933461 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/howto/auth.xml ____________________________________________________________________________________________________________ Commit: 5e05a50eaf047bced49a758795fba1c7b350cea3 URL: https://git.catflap.org/apache-httpd/commit/?id=5e05a50eaf047bced49a758795fba1c7b350cea3 Author: Rich Bowen (Tue 28 Apr 2026 20:40:51 BST) Committer: Rich Bowen (Tue 28 Apr 2026 20:40:51 BST) ForceLanguagePriority: document None option (closes #64888) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933459 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_negotiation.xml ____________________________________________________________________________________________________________ Commit: f5fa3e933fafac740d1fbbfc5ca50a39ad073b0a URL: https://git.catflap.org/apache-httpd/commit/?id=f5fa3e933fafac740d1fbbfc5ca50a39ad073b0a Author: Rich Bowen (Tue 28 Apr 2026 20:36:22 BST) Committer: Rich Bowen (Tue 28 Apr 2026 20:36:22 BST) CacheSocacheMaxSize: document minimum value of 1024 bytes (closes #64882) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933457 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_cache_socache.xml ____________________________________________________________________________________________________________ Commit: 6294b51ba055c4f95fd7d5f3835758b3dc1fea49 URL: https://git.catflap.org/apache-httpd/commit/?id=6294b51ba055c4f95fd7d5f3835758b3dc1fea49 Author: Rich Bowen (Tue 28 Apr 2026 20:30:15 BST) Committer: Rich Bowen (Tue 28 Apr 2026 20:30:15 BST) Clarify behavior with forward vs reverse proxy (closes #54309) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933455 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/core.xml ____________________________________________________________________________________________________________ Commit: aed3313b608c151602790e57612ddf1f4106914f URL: https://git.catflap.org/apache-httpd/commit/?id=aed3313b608c151602790e57612ddf1f4106914f Author: Rich Bowen (Tue 28 Apr 2026 20:11:33 BST) Committer: Rich Bowen (Tue 28 Apr 2026 20:11:33 BST) ssl_compat: Add deprecation banner, remove dead Stronghold link git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933453 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/ssl/ssl_compat.xml ____________________________________________________________________________________________________________ Commit: 9e46c5a83e0dffa96832874d6eea84e9d0db6fc4 URL: https://git.catflap.org/apache-httpd/commit/?id=9e46c5a83e0dffa96832874d6eea84e9d0db6fc4 Author: Rich Bowen (Tue 28 Apr 2026 19:56:55 BST) Committer: Rich Bowen (Tue 28 Apr 2026 19:56:55 BST) Standardize all RFC links to datatracker.ietf.org; fix broken external links; update AGENTS.md git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933451 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/AGENTS.md M docs/manual/caching.xml M docs/manual/compliance.xml M docs/manual/env.xml M docs/manual/glossary.xml M docs/manual/howto/cgi.xml M docs/manual/howto/http2.xml M docs/manual/logs.xml M docs/manual/misc/perf-tuning.xml M docs/manual/misc/relevant_standards.xml M docs/manual/mod/core.xml M docs/manual/mod/mod_auth_basic.xml M docs/manual/mod/mod_auth_digest.xml M docs/manual/mod/mod_autht_jwt.xml M docs/manual/mod/mod_cache.xml M docs/manual/mod/mod_cgi.xml M docs/manual/mod/mod_data.xml M docs/manual/mod/mod_expires.xml M docs/manual/mod/mod_http2.xml M docs/manual/mod/mod_ident.xml M docs/manual/mod/mod_md.xml M docs/manual/mod/mod_mime.xml M docs/manual/mod/mod_mime_magic.xml M docs/manual/mod/mod_negotiation.xml M docs/manual/mod/mod_proxy.xml M docs/manual/mod/mod_proxy_fcgi.xml M docs/manual/mod/mod_proxy_http2.xml M docs/manual/mod/mod_rewrite.xml M docs/manual/mod/mod_setenvif.xml M docs/manual/mod/mod_ssl.xml M docs/manual/new_features_2_2.xml M docs/manual/new_features_2_6.xml M docs/manual/programs/htdigest.xml M docs/manual/ssl/ssl_faq.xml M docs/manual/ssl/ssl_intro.xml ____________________________________________________________________________________________________________ Commit: 5d7e07fda9c4d2b8d000193541dd1c93ac080cfc URL: https://git.catflap.org/apache-httpd/commit/?id=5d7e07fda9c4d2b8d000193541dd1c93ac080cfc Author: Rich Bowen (Tue 28 Apr 2026 19:38:01 BST) Committer: Rich Bowen (Tue 28 Apr 2026 19:38:01 BST) Fixes several broken/ancient links git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933449 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/misc/relevant_standards.xml M docs/manual/mod/mod_cern_meta.xml M docs/manual/mod/mod_ssl_ct.xml M docs/manual/ssl/ssl_howto.xml ____________________________________________________________________________________________________________ Commit: 1f31ad0b48f66b499452139c8cb88393db6e01cf URL: https://git.catflap.org/apache-httpd/commit/?id=1f31ad0b48f66b499452139c8cb88393db6e01cf Author: Rich Bowen (Tue 28 Apr 2026 19:14:40 BST) Committer: Rich Bowen (Tue 28 Apr 2026 19:14:40 BST) weird utf8 character git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933448 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/AGENTS.md ____________________________________________________________________________________________________________ Commit: fbd975d3e7bcaf2ea0be994ad8eb6a616d600c58 URL: https://git.catflap.org/apache-httpd/commit/?id=fbd975d3e7bcaf2ea0be994ad8eb6a616d600c58 Author: Rich Bowen (Tue 28 Apr 2026 18:46:52 BST) Committer: Rich Bowen (Tue 28 Apr 2026 18:46:52 BST) Adds all new translations git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933443 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/rewrite/access.html A docs/manual/rewrite/access.html.de M docs/manual/rewrite/access.html.en.utf8 A docs/manual/rewrite/access.html.es.utf8 M docs/manual/rewrite/access.html.fr.utf8 A docs/manual/rewrite/access.html.ja.utf8 A docs/manual/rewrite/access.html.ko.euc-kr A docs/manual/rewrite/access.html.tr.utf8 A docs/manual/rewrite/access.html.zh-cn.utf8 M docs/manual/rewrite/advanced.html A docs/manual/rewrite/advanced.html.de M docs/manual/rewrite/advanced.html.en.utf8 A docs/manual/rewrite/advanced.html.es.utf8 M docs/manual/rewrite/advanced.html.fr.utf8 A docs/manual/rewrite/advanced.html.ja.utf8 A docs/manual/rewrite/advanced.html.ko.euc-kr A docs/manual/rewrite/advanced.html.tr.utf8 A docs/manual/rewrite/advanced.html.zh-cn.utf8 M docs/manual/rewrite/avoid.html A docs/manual/rewrite/avoid.html.de M docs/manual/rewrite/avoid.html.en.utf8 A docs/manual/rewrite/avoid.html.es.utf8 M docs/manual/rewrite/avoid.html.fr.utf8 A docs/manual/rewrite/avoid.html.ja.utf8 A docs/manual/rewrite/avoid.html.ko.euc-kr A docs/manual/rewrite/avoid.html.tr.utf8 A docs/manual/rewrite/avoid.html.zh-cn.utf8 M docs/manual/rewrite/avoid.xml.meta M docs/manual/rewrite/flags.html A docs/manual/rewrite/flags.html.de M docs/manual/rewrite/flags.html.en.utf8 A docs/manual/rewrite/flags.html.es.utf8 M docs/manual/rewrite/flags.html.fr.utf8 A docs/manual/rewrite/flags.html.ja.utf8 A docs/manual/rewrite/flags.html.ko.euc-kr A docs/manual/rewrite/flags.html.tr.utf8 A docs/manual/rewrite/flags.html.zh-cn.utf8 M docs/manual/rewrite/htaccess.html A docs/manual/rewrite/htaccess.html.de M docs/manual/rewrite/htaccess.html.en.utf8 A docs/manual/rewrite/htaccess.html.es.utf8 M docs/manual/rewrite/htaccess.html.fr.utf8 A docs/manual/rewrite/htaccess.html.ja.utf8 A docs/manual/rewrite/htaccess.html.ko.euc-kr A docs/manual/rewrite/htaccess.html.tr.utf8 A docs/manual/rewrite/htaccess.html.zh-cn.utf8 M docs/manual/rewrite/index.html A docs/manual/rewrite/index.html.de M docs/manual/rewrite/index.html.en.utf8 A docs/manual/rewrite/index.html.es.utf8 M docs/manual/rewrite/index.html.fr.utf8 A docs/manual/rewrite/index.html.ja.utf8 A docs/manual/rewrite/index.html.ko.euc-kr M docs/manual/rewrite/index.html.tr.utf8 M docs/manual/rewrite/index.html.zh-cn.utf8 M docs/manual/rewrite/index.xml.meta M docs/manual/rewrite/intro.html A docs/manual/rewrite/intro.html.de M docs/manual/rewrite/intro.html.en.utf8 A docs/manual/rewrite/intro.html.es.utf8 M docs/manual/rewrite/intro.html.fr.utf8 A docs/manual/rewrite/intro.html.ja.utf8 A docs/manual/rewrite/intro.html.ko.euc-kr A docs/manual/rewrite/intro.html.tr.utf8 A docs/manual/rewrite/intro.html.zh-cn.utf8 M docs/manual/rewrite/intro.xml.meta M docs/manual/rewrite/proxy.html A docs/manual/rewrite/proxy.html.de M docs/manual/rewrite/proxy.html.en.utf8 A docs/manual/rewrite/proxy.html.es.utf8 M docs/manual/rewrite/proxy.html.fr.utf8 A docs/manual/rewrite/proxy.html.ja.utf8 A docs/manual/rewrite/proxy.html.ko.euc-kr A docs/manual/rewrite/proxy.html.tr.utf8 A docs/manual/rewrite/proxy.html.zh-cn.utf8 M docs/manual/rewrite/remapping.html A docs/manual/rewrite/remapping.html.de M docs/manual/rewrite/remapping.html.en.utf8 A docs/manual/rewrite/remapping.html.es.utf8 M docs/manual/rewrite/remapping.html.fr.utf8 A docs/manual/rewrite/remapping.html.ja.utf8 A docs/manual/rewrite/remapping.html.ko.euc-kr A docs/manual/rewrite/remapping.html.tr.utf8 A docs/manual/rewrite/remapping.html.zh-cn.utf8 M docs/manual/rewrite/rewritemap.html A docs/manual/rewrite/rewritemap.html.de M docs/manual/rewrite/rewritemap.html.en.utf8 A docs/manual/rewrite/rewritemap.html.es.utf8 M docs/manual/rewrite/rewritemap.html.fr.utf8 A docs/manual/rewrite/rewritemap.html.ja.utf8 A docs/manual/rewrite/rewritemap.html.ko.euc-kr A docs/manual/rewrite/rewritemap.html.tr.utf8 A docs/manual/rewrite/rewritemap.html.zh-cn.utf8 M docs/manual/rewrite/tech.html A docs/manual/rewrite/tech.html.de M docs/manual/rewrite/tech.html.en.utf8 A docs/manual/rewrite/tech.html.es.utf8 M docs/manual/rewrite/tech.html.fr.utf8 A docs/manual/rewrite/tech.html.ja.utf8 A docs/manual/rewrite/tech.html.ko.euc-kr A docs/manual/rewrite/tech.html.tr.utf8 A docs/manual/rewrite/tech.html.zh-cn.utf8 M docs/manual/rewrite/tech.xml.meta M docs/manual/rewrite/vhosts.html A docs/manual/rewrite/vhosts.html.de M docs/manual/rewrite/vhosts.html.en.utf8 A docs/manual/rewrite/vhosts.html.es.utf8 M docs/manual/rewrite/vhosts.html.fr.utf8 A docs/manual/rewrite/vhosts.html.ja.utf8 A docs/manual/rewrite/vhosts.html.ko.euc-kr A docs/manual/rewrite/vhosts.html.tr.utf8 A docs/manual/rewrite/vhosts.html.zh-cn.utf8 ____________________________________________________________________________________________________________ Commit: 716ddee484c8e5081ec398b214084d3ca5faa6a2 URL: https://git.catflap.org/apache-httpd/commit/?id=716ddee484c8e5081ec398b214084d3ca5faa6a2 Author: Rich Bowen (Tue 28 Apr 2026 18:43:35 BST) Committer: Rich Bowen (Tue 28 Apr 2026 18:43:35 BST) Translations for all languages, all files in the rewrite/ docs tree. This translation was facilitated by AI tools. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933442 13f79535-47bb-0310-9956-ffa450edef68 A docs/manual/rewrite/access.xml.de A docs/manual/rewrite/access.xml.es A docs/manual/rewrite/access.xml.ja A docs/manual/rewrite/access.xml.ko M docs/manual/rewrite/access.xml.meta A docs/manual/rewrite/access.xml.tr A docs/manual/rewrite/access.xml.zh-cn A docs/manual/rewrite/advanced.xml.de A docs/manual/rewrite/advanced.xml.es A docs/manual/rewrite/advanced.xml.ja A docs/manual/rewrite/advanced.xml.ko M docs/manual/rewrite/advanced.xml.meta A docs/manual/rewrite/advanced.xml.tr A docs/manual/rewrite/advanced.xml.zh-cn A docs/manual/rewrite/avoid.xml.de A docs/manual/rewrite/avoid.xml.es M docs/manual/rewrite/avoid.xml.fr A docs/manual/rewrite/avoid.xml.ja A docs/manual/rewrite/avoid.xml.ko M docs/manual/rewrite/avoid.xml.meta A docs/manual/rewrite/avoid.xml.tr A docs/manual/rewrite/avoid.xml.zh-cn A docs/manual/rewrite/flags.xml.de A docs/manual/rewrite/flags.xml.es A docs/manual/rewrite/flags.xml.ja A docs/manual/rewrite/flags.xml.ko M docs/manual/rewrite/flags.xml.meta A docs/manual/rewrite/flags.xml.tr A docs/manual/rewrite/flags.xml.zh-cn A docs/manual/rewrite/htaccess.xml.de A docs/manual/rewrite/htaccess.xml.es A docs/manual/rewrite/htaccess.xml.ja A docs/manual/rewrite/htaccess.xml.ko M docs/manual/rewrite/htaccess.xml.meta A docs/manual/rewrite/htaccess.xml.tr A docs/manual/rewrite/htaccess.xml.zh-cn A docs/manual/rewrite/index.xml.de A docs/manual/rewrite/index.xml.es M docs/manual/rewrite/index.xml.fr A docs/manual/rewrite/index.xml.ja A docs/manual/rewrite/index.xml.ko M docs/manual/rewrite/index.xml.meta M docs/manual/rewrite/index.xml.tr M docs/manual/rewrite/index.xml.zh-cn A docs/manual/rewrite/intro.xml.de A docs/manual/rewrite/intro.xml.es M docs/manual/rewrite/intro.xml.fr A docs/manual/rewrite/intro.xml.ja A docs/manual/rewrite/intro.xml.ko M docs/manual/rewrite/intro.xml.meta A docs/manual/rewrite/intro.xml.tr A docs/manual/rewrite/intro.xml.zh-cn A docs/manual/rewrite/proxy.xml.de A docs/manual/rewrite/proxy.xml.es A docs/manual/rewrite/proxy.xml.ja A docs/manual/rewrite/proxy.xml.ko M docs/manual/rewrite/proxy.xml.meta A docs/manual/rewrite/proxy.xml.tr A docs/manual/rewrite/proxy.xml.zh-cn A docs/manual/rewrite/remapping.xml.de A docs/manual/rewrite/remapping.xml.es A docs/manual/rewrite/remapping.xml.ja A docs/manual/rewrite/remapping.xml.ko M docs/manual/rewrite/remapping.xml.meta A docs/manual/rewrite/remapping.xml.tr A docs/manual/rewrite/remapping.xml.zh-cn A docs/manual/rewrite/rewritemap.xml.de A docs/manual/rewrite/rewritemap.xml.es A docs/manual/rewrite/rewritemap.xml.ja A docs/manual/rewrite/rewritemap.xml.ko M docs/manual/rewrite/rewritemap.xml.meta A docs/manual/rewrite/rewritemap.xml.tr A docs/manual/rewrite/rewritemap.xml.zh-cn A docs/manual/rewrite/tech.xml.de A docs/manual/rewrite/tech.xml.es M docs/manual/rewrite/tech.xml.fr A docs/manual/rewrite/tech.xml.ja A docs/manual/rewrite/tech.xml.ko M docs/manual/rewrite/tech.xml.meta A docs/manual/rewrite/tech.xml.tr A docs/manual/rewrite/tech.xml.zh-cn A docs/manual/rewrite/vhosts.xml.de A docs/manual/rewrite/vhosts.xml.es A docs/manual/rewrite/vhosts.xml.ja A docs/manual/rewrite/vhosts.xml.ko M docs/manual/rewrite/vhosts.xml.meta A docs/manual/rewrite/vhosts.xml.tr A docs/manual/rewrite/vhosts.xml.zh-cn ____________________________________________________________________________________________________________ Commit: 0e424f3b0728c0c6c981da409ab1aa8d0629bce3 URL: https://git.catflap.org/apache-httpd/commit/?id=0e424f3b0728c0c6c981da409ab1aa8d0629bce3 Author: Rich Bowen (Tue 28 Apr 2026 17:13:39 BST) Committer: Rich Bowen (Tue 28 Apr 2026 17:13:39 BST) Rebuild all that stuff git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933439 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/bind.html.de M docs/manual/bind.html.en.utf8 M docs/manual/bind.html.es.utf8 M docs/manual/bind.html.fr.utf8 M docs/manual/bind.html.ja.utf8 M docs/manual/bind.html.ko.euc-kr M docs/manual/bind.html.tr.utf8 M docs/manual/bind.xml.de M docs/manual/bind.xml.es M docs/manual/bind.xml.fr M docs/manual/bind.xml.ja M docs/manual/bind.xml.ko M docs/manual/bind.xml.meta M docs/manual/bind.xml.tr M docs/manual/caching.html.en.utf8 M docs/manual/caching.html.fr.utf8 M docs/manual/caching.html.tr.utf8 M docs/manual/compliance.html.en.utf8 M docs/manual/compliance.html.fr.utf8 M docs/manual/configuring.html.de M docs/manual/configuring.html.en.utf8 M docs/manual/configuring.html.fr.utf8 M docs/manual/configuring.html.ja.utf8 M docs/manual/configuring.html.ko.euc-kr M docs/manual/configuring.html.tr.utf8 M docs/manual/content-negotiation.html.en.utf8 M docs/manual/content-negotiation.html.fr.utf8 M docs/manual/content-negotiation.html.ja.utf8 M docs/manual/content-negotiation.html.ko.euc-kr M docs/manual/content-negotiation.html.tr.utf8 M docs/manual/custom-error.html.en.utf8 M docs/manual/custom-error.html.es.utf8 M docs/manual/custom-error.html.fr.utf8 M docs/manual/custom-error.html.ja.utf8 M docs/manual/custom-error.html.ko.euc-kr M docs/manual/custom-error.html.tr.utf8 M docs/manual/developer/API.html.en.utf8 M docs/manual/developer/debugging.html.en.utf8 M docs/manual/developer/documenting.html.en.utf8 M docs/manual/developer/documenting.html.zh-cn.utf8 M docs/manual/developer/filters.html.en.utf8 M docs/manual/developer/hooks.html.en.utf8 M docs/manual/developer/index.html.en.utf8 M docs/manual/developer/index.html.zh-cn.utf8 M docs/manual/developer/lua.html.en.utf8 M docs/manual/developer/modguide.html.en.utf8 M docs/manual/developer/modules.html.en.utf8 M docs/manual/developer/modules.html.ja.utf8 M docs/manual/developer/new_api_2_4.html.en.utf8 M docs/manual/developer/new_api_2_6.html.en.utf8 M docs/manual/developer/output-filters.html.en.utf8 M docs/manual/developer/request.html.en.utf8 M docs/manual/developer/thread_safety.html.en.utf8 M docs/manual/dns-caveats.html.en.utf8 M docs/manual/dns-caveats.html.fr.utf8 M docs/manual/dns-caveats.html.ja.utf8 M docs/manual/dns-caveats.html.ko.euc-kr M docs/manual/dns-caveats.html.tr.utf8 M docs/manual/dso.html.en.utf8 M docs/manual/dso.html.es.utf8 M docs/manual/dso.html.fr.utf8 M docs/manual/dso.html.ja.utf8 M docs/manual/dso.html.ko.euc-kr M docs/manual/dso.html.tr.utf8 M docs/manual/env.html.en.utf8 M docs/manual/env.html.fr.utf8 M docs/manual/env.html.ja.utf8 M docs/manual/env.html.ko.euc-kr M docs/manual/env.html.tr.utf8 M docs/manual/expr.html.en.utf8 M docs/manual/expr.html.fr.utf8 M docs/manual/faq/index.html.en.utf8 M docs/manual/faq/index.html.es.utf8 M docs/manual/faq/index.html.fr.utf8 M docs/manual/faq/index.html.ko.euc-kr M docs/manual/faq/index.html.tr.utf8 M docs/manual/faq/index.html.zh-cn.utf8 M docs/manual/faq/index.xml.es M docs/manual/faq/index.xml.fr M docs/manual/faq/index.xml.meta M docs/manual/faq/index.xml.tr M docs/manual/faq/index.xml.zh-cn M docs/manual/filter.html.en.utf8 M docs/manual/filter.html.es.utf8 M docs/manual/filter.html.fr.utf8 M docs/manual/filter.html.ja.utf8 M docs/manual/filter.html.ko.euc-kr M docs/manual/filter.html.tr.utf8 M docs/manual/getting-started.html.en.utf8 M docs/manual/getting-started.html.es.utf8 M docs/manual/getting-started.html.fr.utf8 M docs/manual/getting-started.html.ru.utf8 M docs/manual/getting-started.xml.fr M docs/manual/getting-started.xml.meta M docs/manual/glossary.html.de M docs/manual/glossary.html.en.utf8 M docs/manual/glossary.html.es.utf8 M docs/manual/glossary.html.fr.utf8 M docs/manual/glossary.html.ja.utf8 M docs/manual/glossary.html.ko.euc-kr M docs/manual/glossary.html.tr.utf8 M docs/manual/handler.html.en.utf8 M docs/manual/handler.html.es.utf8 M docs/manual/handler.html.fr.utf8 M docs/manual/handler.html.ja.utf8 M docs/manual/handler.html.ko.euc-kr M docs/manual/handler.html.tr.utf8 M docs/manual/handler.html.zh-cn.utf8 M docs/manual/howto/access.html.en.utf8 M docs/manual/howto/access.html.es.utf8 M docs/manual/howto/access.html.fr.utf8 M docs/manual/howto/auth.html.en.utf8 M docs/manual/howto/auth.html.es.utf8 M docs/manual/howto/auth.html.fr.utf8 M docs/manual/howto/auth.html.ja.utf8 M docs/manual/howto/auth.html.ko.euc-kr M docs/manual/howto/auth.html.tr.utf8 M docs/manual/howto/cgi.html.en.utf8 M docs/manual/howto/cgi.html.es.utf8 M docs/manual/howto/cgi.html.fr.utf8 M docs/manual/howto/cgi.html.ja.utf8 M docs/manual/howto/cgi.html.ko.euc-kr M docs/manual/howto/encrypt.html.en.utf8 M docs/manual/howto/encrypt.html.es.utf8 M docs/manual/howto/encrypt.html.fr.utf8 M docs/manual/howto/htaccess.html.en.utf8 M docs/manual/howto/htaccess.html.es.utf8 M docs/manual/howto/htaccess.html.fr.utf8 M docs/manual/howto/htaccess.html.ja.utf8 M docs/manual/howto/htaccess.html.ko.euc-kr M docs/manual/howto/htaccess.html.pt-br M docs/manual/howto/http2.html.en.utf8 M docs/manual/howto/http2.html.es.utf8 M docs/manual/howto/http2.html.fr.utf8 M docs/manual/howto/index.html.en.utf8 M docs/manual/howto/index.html.es.utf8 M docs/manual/howto/index.html.fr.utf8 M docs/manual/howto/index.html.ja.utf8 M docs/manual/howto/index.html.ko.euc-kr M docs/manual/howto/index.html.zh-cn.utf8 M docs/manual/howto/public_html.html.en.utf8 M docs/manual/howto/public_html.html.es.utf8 M docs/manual/howto/public_html.html.fr.utf8 M docs/manual/howto/public_html.html.ja.utf8 M docs/manual/howto/public_html.html.ko.euc-kr M docs/manual/howto/public_html.html.tr.utf8 M docs/manual/howto/reverse_proxy.html.en.utf8 M docs/manual/howto/reverse_proxy.html.es.utf8 M docs/manual/howto/reverse_proxy.html.fr.utf8 M docs/manual/howto/ssi.html.en.utf8 M docs/manual/howto/ssi.html.es.utf8 M docs/manual/howto/ssi.html.fr.utf8 M docs/manual/howto/ssi.html.ja.utf8 M docs/manual/howto/ssi.html.ko.euc-kr M docs/manual/index.html.da M docs/manual/index.html.de M docs/manual/index.html.en.utf8 M docs/manual/index.html.es.utf8 M docs/manual/index.html.fr.utf8 M docs/manual/index.html.ja.utf8 M docs/manual/index.html.ko.euc-kr M docs/manual/index.html.pt-br M docs/manual/index.html.ru.utf8 M docs/manual/index.html.tr.utf8 M docs/manual/index.html.zh-cn.utf8 M docs/manual/index.xml.da M docs/manual/index.xml.de M docs/manual/index.xml.es M docs/manual/index.xml.fr M docs/manual/index.xml.ja M docs/manual/index.xml.ko M docs/manual/index.xml.meta M docs/manual/index.xml.pt-br M docs/manual/index.xml.tr M docs/manual/index.xml.zh-cn M docs/manual/install.html.de M docs/manual/install.html.en.utf8 M docs/manual/install.html.es.utf8 M docs/manual/install.html.fr.utf8 M docs/manual/install.html.ja.utf8 M docs/manual/install.html.ko.euc-kr M docs/manual/install.html.tr.utf8 M docs/manual/install.xml.de M docs/manual/install.xml.fr M docs/manual/install.xml.ja M docs/manual/install.xml.ko M docs/manual/install.xml.tr M docs/manual/invoking.html.de M docs/manual/invoking.html.en.utf8 M docs/manual/invoking.html.es.utf8 M docs/manual/invoking.html.fr.utf8 M docs/manual/invoking.html.ja.utf8 M docs/manual/invoking.html.ko.euc-kr M docs/manual/invoking.html.tr.utf8 M docs/manual/invoking.xml.de M docs/manual/invoking.xml.es M docs/manual/invoking.xml.fr M docs/manual/invoking.xml.ja M docs/manual/invoking.xml.ko M docs/manual/invoking.xml.meta M docs/manual/invoking.xml.tr M docs/manual/license.html.en.utf8 M docs/manual/logs.html.en.utf8 M docs/manual/logs.html.fr.utf8 M docs/manual/logs.html.ja.utf8 M docs/manual/logs.html.ko.euc-kr M docs/manual/logs.html.tr.utf8 M docs/manual/misc/index.html.en.utf8 M docs/manual/misc/index.html.es.utf8 M docs/manual/misc/index.html.fr.utf8 M docs/manual/misc/index.html.ko.euc-kr M docs/manual/misc/index.html.tr.utf8 M docs/manual/misc/index.html.zh-cn.utf8 M docs/manual/misc/password_encryptions.html.en.utf8 M docs/manual/misc/password_encryptions.html.es.utf8 M docs/manual/misc/password_encryptions.html.fr.utf8 M docs/manual/misc/perf-scaling.html.en.utf8 M docs/manual/misc/perf-scaling.html.es.utf8 M docs/manual/misc/perf-scaling.html.fr.utf8 M docs/manual/misc/perf-scaling.xml.es M docs/manual/misc/perf-scaling.xml.fr M docs/manual/misc/perf-tuning.html.en.utf8 M docs/manual/misc/perf-tuning.html.fr.utf8 M docs/manual/misc/perf-tuning.html.ko.euc-kr M docs/manual/misc/perf-tuning.html.tr.utf8 M docs/manual/misc/relevant_standards.html.en.utf8 M docs/manual/misc/relevant_standards.html.fr.utf8 M docs/manual/misc/relevant_standards.html.ko.euc-kr M docs/manual/misc/security_tips.html.en.utf8 M docs/manual/misc/security_tips.html.es.utf8 M docs/manual/misc/security_tips.html.fr.utf8 M docs/manual/misc/security_tips.html.ko.euc-kr M docs/manual/misc/security_tips.html.tr.utf8 M docs/manual/mod/core.html.de M docs/manual/mod/core.html.en.utf8 M docs/manual/mod/core.html.es.utf8 M docs/manual/mod/core.html.fr.utf8 M docs/manual/mod/core.html.ja.utf8 M docs/manual/mod/core.html.tr.utf8 M docs/manual/mod/core.xml.de M docs/manual/mod/core.xml.es M docs/manual/mod/core.xml.fr M docs/manual/mod/core.xml.ja M docs/manual/mod/core.xml.tr M docs/manual/mod/directive-dict.html.en.utf8 M docs/manual/mod/directive-dict.html.es.utf8 M docs/manual/mod/directive-dict.html.fr.utf8 M docs/manual/mod/directive-dict.html.ja.utf8 M docs/manual/mod/directive-dict.html.ko.euc-kr M docs/manual/mod/directive-dict.html.tr.utf8 M docs/manual/mod/directives.html.de M docs/manual/mod/directives.html.en.utf8 M docs/manual/mod/directives.html.es.utf8 M docs/manual/mod/directives.html.fr.utf8 M docs/manual/mod/directives.html.ja.utf8 M docs/manual/mod/directives.html.ko.euc-kr M docs/manual/mod/directives.html.tr.utf8 M docs/manual/mod/directives.html.zh-cn.utf8 M docs/manual/mod/event.html.en.utf8 M docs/manual/mod/event.html.es.utf8 M docs/manual/mod/event.html.fr.utf8 M docs/manual/mod/index.html.de M docs/manual/mod/index.html.en.utf8 M docs/manual/mod/index.html.es.utf8 M docs/manual/mod/index.html.fr.utf8 M docs/manual/mod/index.html.ja.utf8 M docs/manual/mod/index.html.ko.euc-kr M docs/manual/mod/index.html.tr.utf8 M docs/manual/mod/index.html.zh-cn.utf8 M docs/manual/mod/mod_access_compat.html.en.utf8 M docs/manual/mod/mod_access_compat.html.es.utf8 M docs/manual/mod/mod_access_compat.html.fr.utf8 M docs/manual/mod/mod_access_compat.html.ja.utf8 M docs/manual/mod/mod_actions.html.de M docs/manual/mod/mod_actions.html.en.utf8 M docs/manual/mod/mod_actions.html.es.utf8 M docs/manual/mod/mod_actions.html.fr.utf8 M docs/manual/mod/mod_actions.html.ja.utf8 M docs/manual/mod/mod_actions.html.ko.euc-kr M docs/manual/mod/mod_alias.html.en.utf8 M docs/manual/mod/mod_alias.html.es.utf8 M docs/manual/mod/mod_alias.html.fr.utf8 M docs/manual/mod/mod_alias.html.ja.utf8 M docs/manual/mod/mod_alias.html.ko.euc-kr M docs/manual/mod/mod_alias.html.tr.utf8 M docs/manual/mod/mod_allowhandlers.html.en.utf8 M docs/manual/mod/mod_allowhandlers.html.es.utf8 M docs/manual/mod/mod_allowhandlers.html.fr.utf8 M docs/manual/mod/mod_allowmethods.html.en.utf8 M docs/manual/mod/mod_allowmethods.html.es.utf8 M docs/manual/mod/mod_allowmethods.html.fr.utf8 M docs/manual/mod/mod_asis.html.en.utf8 M docs/manual/mod/mod_asis.html.es.utf8 M docs/manual/mod/mod_asis.html.fr.utf8 M docs/manual/mod/mod_asis.html.ja.utf8 M docs/manual/mod/mod_asis.html.ko.euc-kr M docs/manual/mod/mod_auth_basic.html.en.utf8 M docs/manual/mod/mod_auth_basic.html.es.utf8 M docs/manual/mod/mod_auth_basic.html.fr.utf8 M docs/manual/mod/mod_auth_basic.html.ja.utf8 M docs/manual/mod/mod_auth_basic.html.ko.euc-kr M docs/manual/mod/mod_auth_bearer.html.en.utf8 M docs/manual/mod/mod_auth_bearer.html.fr.utf8 M docs/manual/mod/mod_auth_digest.html.en.utf8 M docs/manual/mod/mod_auth_digest.html.fr.utf8 M docs/manual/mod/mod_auth_digest.html.ko.euc-kr M docs/manual/mod/mod_auth_form.html.en.utf8 M docs/manual/mod/mod_auth_form.html.fr.utf8 M docs/manual/mod/mod_authn_anon.html.en.utf8 M docs/manual/mod/mod_authn_anon.html.fr.utf8 M docs/manual/mod/mod_authn_anon.html.ja.utf8 M docs/manual/mod/mod_authn_anon.html.ko.euc-kr M docs/manual/mod/mod_authn_core.html.en.utf8 M docs/manual/mod/mod_authn_core.html.fr.utf8 M docs/manual/mod/mod_authn_dbd.html.en.utf8 M docs/manual/mod/mod_authn_dbd.html.fr.utf8 M docs/manual/mod/mod_authn_dbm.html.en.utf8 M docs/manual/mod/mod_authn_dbm.html.fr.utf8 M docs/manual/mod/mod_authn_dbm.html.ja.utf8 M docs/manual/mod/mod_authn_dbm.html.ko.euc-kr M docs/manual/mod/mod_authn_file.html.en.utf8 M docs/manual/mod/mod_authn_file.html.fr.utf8 M docs/manual/mod/mod_authn_file.html.ja.utf8 M docs/manual/mod/mod_authn_file.html.ko.euc-kr M docs/manual/mod/mod_authn_socache.html.en.utf8 M docs/manual/mod/mod_authn_socache.html.fr.utf8 M docs/manual/mod/mod_authnz_fcgi.html.en.utf8 M docs/manual/mod/mod_authnz_fcgi.html.fr.utf8 M docs/manual/mod/mod_authnz_ldap.html.en.utf8 M docs/manual/mod/mod_authnz_ldap.html.fr.utf8 M docs/manual/mod/mod_autht_core.html.en.utf8 M docs/manual/mod/mod_autht_core.html.fr.utf8 M docs/manual/mod/mod_autht_jwt.html.en.utf8 M docs/manual/mod/mod_autht_jwt.html.fr.utf8 M docs/manual/mod/mod_authz_core.html.en.utf8 M docs/manual/mod/mod_authz_core.html.fr.utf8 M docs/manual/mod/mod_authz_dbd.html.en.utf8 M docs/manual/mod/mod_authz_dbd.html.fr.utf8 M docs/manual/mod/mod_authz_dbm.html.en.utf8 M docs/manual/mod/mod_authz_dbm.html.fr.utf8 M docs/manual/mod/mod_authz_dbm.html.ko.euc-kr M docs/manual/mod/mod_authz_groupfile.html.en.utf8 M docs/manual/mod/mod_authz_groupfile.html.fr.utf8 M docs/manual/mod/mod_authz_groupfile.html.ja.utf8 M docs/manual/mod/mod_authz_groupfile.html.ko.euc-kr M docs/manual/mod/mod_authz_host.html.en.utf8 M docs/manual/mod/mod_authz_host.html.fr.utf8 M docs/manual/mod/mod_authz_owner.html.en.utf8 M docs/manual/mod/mod_authz_owner.html.fr.utf8 M docs/manual/mod/mod_authz_owner.html.ja.utf8 M docs/manual/mod/mod_authz_owner.html.ko.euc-kr M docs/manual/mod/mod_authz_user.html.en.utf8 M docs/manual/mod/mod_authz_user.html.fr.utf8 M docs/manual/mod/mod_authz_user.html.ja.utf8 M docs/manual/mod/mod_authz_user.html.ko.euc-kr M docs/manual/mod/mod_autoindex.html.en.utf8 M docs/manual/mod/mod_autoindex.html.fr.utf8 M docs/manual/mod/mod_autoindex.html.ja.utf8 M docs/manual/mod/mod_autoindex.html.ko.euc-kr M docs/manual/mod/mod_autoindex.html.tr.utf8 M docs/manual/mod/mod_brotli.html.en.utf8 M docs/manual/mod/mod_brotli.html.fr.utf8 M docs/manual/mod/mod_buffer.html.en.utf8 M docs/manual/mod/mod_buffer.html.fr.utf8 M docs/manual/mod/mod_cache.html.en.utf8 M docs/manual/mod/mod_cache.html.fr.utf8 M docs/manual/mod/mod_cache.html.ja.utf8 M docs/manual/mod/mod_cache.html.ko.euc-kr M docs/manual/mod/mod_cache_disk.html.en.utf8 M docs/manual/mod/mod_cache_disk.html.fr.utf8 M docs/manual/mod/mod_cache_disk.html.ja.utf8 M docs/manual/mod/mod_cache_disk.html.ko.euc-kr M docs/manual/mod/mod_cache_socache.html.en.utf8 M docs/manual/mod/mod_cache_socache.html.fr.utf8 M docs/manual/mod/mod_cern_meta.html.en.utf8 M docs/manual/mod/mod_cern_meta.html.fr.utf8 M docs/manual/mod/mod_cern_meta.html.ko.euc-kr M docs/manual/mod/mod_cgi.html.en.utf8 M docs/manual/mod/mod_cgi.html.fr.utf8 M docs/manual/mod/mod_cgi.html.ja.utf8 M docs/manual/mod/mod_cgi.html.ko.euc-kr M docs/manual/mod/mod_cgid.html.en.utf8 M docs/manual/mod/mod_cgid.html.fr.utf8 M docs/manual/mod/mod_cgid.html.ja.utf8 M docs/manual/mod/mod_cgid.html.ko.euc-kr M docs/manual/mod/mod_charset_lite.html.en.utf8 M docs/manual/mod/mod_charset_lite.html.fr.utf8 M docs/manual/mod/mod_charset_lite.html.ko.euc-kr M docs/manual/mod/mod_crypto.html.en.utf8 M docs/manual/mod/mod_crypto.html.fr.utf8 M docs/manual/mod/mod_data.html.en.utf8 M docs/manual/mod/mod_data.html.fr.utf8 M docs/manual/mod/mod_dav.html.en.utf8 M docs/manual/mod/mod_dav.html.fr.utf8 M docs/manual/mod/mod_dav.html.ja.utf8 M docs/manual/mod/mod_dav.html.ko.euc-kr M docs/manual/mod/mod_dav_fs.html.en.utf8 M docs/manual/mod/mod_dav_fs.html.fr.utf8 M docs/manual/mod/mod_dav_fs.html.ja.utf8 M docs/manual/mod/mod_dav_fs.html.ko.euc-kr M docs/manual/mod/mod_dav_lock.html.en.utf8 M docs/manual/mod/mod_dav_lock.html.fr.utf8 M docs/manual/mod/mod_dav_lock.html.ja.utf8 M docs/manual/mod/mod_dbd.html.en.utf8 M docs/manual/mod/mod_dbd.html.fr.utf8 M docs/manual/mod/mod_deflate.html.en.utf8 M docs/manual/mod/mod_deflate.html.fr.utf8 M docs/manual/mod/mod_deflate.html.ja.utf8 M docs/manual/mod/mod_deflate.html.ko.euc-kr M docs/manual/mod/mod_dialup.html.en.utf8 M docs/manual/mod/mod_dialup.html.fr.utf8 M docs/manual/mod/mod_dir.html.en.utf8 M docs/manual/mod/mod_dir.html.fr.utf8 M docs/manual/mod/mod_dir.html.ja.utf8 M docs/manual/mod/mod_dir.html.ko.euc-kr M docs/manual/mod/mod_dir.html.tr.utf8 M docs/manual/mod/mod_dumpio.html.en.utf8 M docs/manual/mod/mod_dumpio.html.fr.utf8 M docs/manual/mod/mod_dumpio.html.ja.utf8 M docs/manual/mod/mod_echo.html.en.utf8 M docs/manual/mod/mod_echo.html.fr.utf8 M docs/manual/mod/mod_echo.html.ja.utf8 M docs/manual/mod/mod_echo.html.ko.euc-kr M docs/manual/mod/mod_env.html.en.utf8 M docs/manual/mod/mod_env.html.fr.utf8 M docs/manual/mod/mod_env.html.ja.utf8 M docs/manual/mod/mod_env.html.ko.euc-kr M docs/manual/mod/mod_env.html.tr.utf8 M docs/manual/mod/mod_example_hooks.html.en.utf8 M docs/manual/mod/mod_example_hooks.html.fr.utf8 M docs/manual/mod/mod_example_hooks.html.ko.euc-kr M docs/manual/mod/mod_expires.html.en.utf8 M docs/manual/mod/mod_expires.html.fr.utf8 M docs/manual/mod/mod_expires.html.ja.utf8 M docs/manual/mod/mod_expires.html.ko.euc-kr M docs/manual/mod/mod_ext_filter.html.en.utf8 M docs/manual/mod/mod_ext_filter.html.fr.utf8 M docs/manual/mod/mod_ext_filter.html.ja.utf8 M docs/manual/mod/mod_ext_filter.html.ko.euc-kr M docs/manual/mod/mod_file_cache.html.en.utf8 M docs/manual/mod/mod_file_cache.html.fr.utf8 M docs/manual/mod/mod_file_cache.html.ko.euc-kr M docs/manual/mod/mod_filter.html.en.utf8 M docs/manual/mod/mod_filter.html.fr.utf8 M docs/manual/mod/mod_firehose.html.en.utf8 M docs/manual/mod/mod_firehose.html.fr.utf8 M docs/manual/mod/mod_headers.html.en.utf8 M docs/manual/mod/mod_headers.html.fr.utf8 M docs/manual/mod/mod_headers.html.ja.utf8 M docs/manual/mod/mod_headers.html.ko.euc-kr M docs/manual/mod/mod_heartbeat.html.en.utf8 M docs/manual/mod/mod_heartbeat.html.fr.utf8 M docs/manual/mod/mod_heartmonitor.html.en.utf8 M docs/manual/mod/mod_heartmonitor.html.fr.utf8 M docs/manual/mod/mod_http2.html.en.utf8 M docs/manual/mod/mod_http2.html.fr.utf8 M docs/manual/mod/mod_ident.html.en.utf8 M docs/manual/mod/mod_ident.html.fr.utf8 M docs/manual/mod/mod_ident.html.ja.utf8 M docs/manual/mod/mod_ident.html.ko.euc-kr M docs/manual/mod/mod_imagemap.html.en.utf8 M docs/manual/mod/mod_imagemap.html.fr.utf8 M docs/manual/mod/mod_imagemap.html.ko.euc-kr M docs/manual/mod/mod_include.html.en.utf8 M docs/manual/mod/mod_include.html.fr.utf8 M docs/manual/mod/mod_include.html.ja.utf8 M docs/manual/mod/mod_info.html.en.utf8 M docs/manual/mod/mod_info.html.fr.utf8 M docs/manual/mod/mod_info.html.ja.utf8 M docs/manual/mod/mod_info.html.ko.euc-kr M docs/manual/mod/mod_isapi.html.en.utf8 M docs/manual/mod/mod_isapi.html.fr.utf8 M docs/manual/mod/mod_isapi.html.ko.euc-kr M docs/manual/mod/mod_journald.html.en.utf8 M docs/manual/mod/mod_journald.html.fr.utf8 M docs/manual/mod/mod_lbmethod_bybusyness.html.en.utf8 M docs/manual/mod/mod_lbmethod_bybusyness.html.fr.utf8 M docs/manual/mod/mod_lbmethod_byrequests.html.en.utf8 M docs/manual/mod/mod_lbmethod_byrequests.html.fr.utf8 M docs/manual/mod/mod_lbmethod_bytraffic.html.en.utf8 M docs/manual/mod/mod_lbmethod_bytraffic.html.fr.utf8 M docs/manual/mod/mod_lbmethod_heartbeat.html.en.utf8 M docs/manual/mod/mod_lbmethod_heartbeat.html.fr.utf8 M docs/manual/mod/mod_ldap.html.en.utf8 M docs/manual/mod/mod_ldap.html.fr.utf8 M docs/manual/mod/mod_log_config.html.en.utf8 M docs/manual/mod/mod_log_config.html.fr.utf8 M docs/manual/mod/mod_log_config.html.ja.utf8 M docs/manual/mod/mod_log_config.html.ko.euc-kr M docs/manual/mod/mod_log_config.html.tr.utf8 M docs/manual/mod/mod_log_debug.html.en.utf8 M docs/manual/mod/mod_log_debug.html.fr.utf8 M docs/manual/mod/mod_log_forensic.html.en.utf8 M docs/manual/mod/mod_log_forensic.html.fr.utf8 M docs/manual/mod/mod_log_forensic.html.ja.utf8 M docs/manual/mod/mod_log_forensic.html.tr.utf8 M docs/manual/mod/mod_logio.html.en.utf8 M docs/manual/mod/mod_logio.html.fr.utf8 M docs/manual/mod/mod_logio.html.ja.utf8 M docs/manual/mod/mod_logio.html.ko.euc-kr M docs/manual/mod/mod_logio.html.tr.utf8 M docs/manual/mod/mod_lua.html.en.utf8 M docs/manual/mod/mod_lua.html.fr.utf8 M docs/manual/mod/mod_macro.html.en.utf8 M docs/manual/mod/mod_macro.html.fr.utf8 M docs/manual/mod/mod_md.html.en.utf8 M docs/manual/mod/mod_md.html.fr.utf8 M docs/manual/mod/mod_mime.html.en.utf8 M docs/manual/mod/mod_mime.html.fr.utf8 M docs/manual/mod/mod_mime.html.ja.utf8 M docs/manual/mod/mod_mime_magic.html.en.utf8 M docs/manual/mod/mod_mime_magic.html.fr.utf8 M docs/manual/mod/mod_negotiation.html.en.utf8 M docs/manual/mod/mod_negotiation.html.fr.utf8 M docs/manual/mod/mod_negotiation.html.ja.utf8 M docs/manual/mod/mod_nw_ssl.html.en.utf8 M docs/manual/mod/mod_nw_ssl.html.fr.utf8 M docs/manual/mod/mod_policy.html.en.utf8 M docs/manual/mod/mod_policy.html.fr.utf8 M docs/manual/mod/mod_privileges.html.en.utf8 M docs/manual/mod/mod_privileges.html.fr.utf8 M docs/manual/mod/mod_proxy.html.en.utf8 M docs/manual/mod/mod_proxy.html.fr.utf8 M docs/manual/mod/mod_proxy.html.ja.utf8 M docs/manual/mod/mod_proxy_ajp.html.en.utf8 M docs/manual/mod/mod_proxy_ajp.html.fr.utf8 M docs/manual/mod/mod_proxy_ajp.html.ja.utf8 M docs/manual/mod/mod_proxy_balancer.html.en.utf8 M docs/manual/mod/mod_proxy_balancer.html.fr.utf8 M docs/manual/mod/mod_proxy_balancer.html.ja.utf8 M docs/manual/mod/mod_proxy_connect.html.en.utf8 M docs/manual/mod/mod_proxy_connect.html.fr.utf8 M docs/manual/mod/mod_proxy_connect.html.ja.utf8 M docs/manual/mod/mod_proxy_express.html.en.utf8 M docs/manual/mod/mod_proxy_express.html.fr.utf8 M docs/manual/mod/mod_proxy_fcgi.html.en.utf8 M docs/manual/mod/mod_proxy_fcgi.html.fr.utf8 M docs/manual/mod/mod_proxy_fdpass.html.en.utf8 M docs/manual/mod/mod_proxy_fdpass.html.fr.utf8 M docs/manual/mod/mod_proxy_ftp.html.en.utf8 M docs/manual/mod/mod_proxy_ftp.html.fr.utf8 M docs/manual/mod/mod_proxy_hcheck.html.en.utf8 M docs/manual/mod/mod_proxy_hcheck.html.fr.utf8 M docs/manual/mod/mod_proxy_html.html.en.utf8 M docs/manual/mod/mod_proxy_html.html.fr.utf8 M docs/manual/mod/mod_proxy_http.html.en.utf8 M docs/manual/mod/mod_proxy_http.html.fr.utf8 M docs/manual/mod/mod_proxy_http2.html.en.utf8 M docs/manual/mod/mod_proxy_http2.html.fr.utf8 M docs/manual/mod/mod_proxy_scgi.html.en.utf8 M docs/manual/mod/mod_proxy_scgi.html.fr.utf8 M docs/manual/mod/mod_proxy_uwsgi.html.en.utf8 M docs/manual/mod/mod_proxy_uwsgi.html.fr.utf8 M docs/manual/mod/mod_proxy_wstunnel.html.en.utf8 M docs/manual/mod/mod_proxy_wstunnel.html.fr.utf8 M docs/manual/mod/mod_ratelimit.html.en.utf8 M docs/manual/mod/mod_ratelimit.html.fr.utf8 M docs/manual/mod/mod_reflector.html.en.utf8 M docs/manual/mod/mod_reflector.html.fr.utf8 M docs/manual/mod/mod_remoteip.html.en.utf8 M docs/manual/mod/mod_remoteip.html.fr.utf8 M docs/manual/mod/mod_reqtimeout.html.en.utf8 M docs/manual/mod/mod_reqtimeout.html.fr.utf8 M docs/manual/mod/mod_request.html.en.utf8 M docs/manual/mod/mod_request.html.fr.utf8 M docs/manual/mod/mod_request.html.tr.utf8 M docs/manual/mod/mod_rewrite.html.en.utf8 M docs/manual/mod/mod_rewrite.html.fr.utf8 M docs/manual/mod/mod_sed.html.en.utf8 M docs/manual/mod/mod_sed.html.fr.utf8 M docs/manual/mod/mod_session.html.en.utf8 M docs/manual/mod/mod_session.html.fr.utf8 M docs/manual/mod/mod_session_cookie.html.en.utf8 M docs/manual/mod/mod_session_cookie.html.fr.utf8 M docs/manual/mod/mod_session_crypto.html.en.utf8 M docs/manual/mod/mod_session_crypto.html.fr.utf8 M docs/manual/mod/mod_session_dbd.html.en.utf8 M docs/manual/mod/mod_session_dbd.html.fr.utf8 M docs/manual/mod/mod_setenvif.html.en.utf8 M docs/manual/mod/mod_setenvif.html.fr.utf8 M docs/manual/mod/mod_setenvif.html.ja.utf8 M docs/manual/mod/mod_setenvif.html.ko.euc-kr M docs/manual/mod/mod_setenvif.html.tr.utf8 M docs/manual/mod/mod_slotmem_plain.html.en.utf8 M docs/manual/mod/mod_slotmem_plain.html.fr.utf8 M docs/manual/mod/mod_slotmem_shm.html.en.utf8 M docs/manual/mod/mod_slotmem_shm.html.fr.utf8 M docs/manual/mod/mod_so.html.en.utf8 M docs/manual/mod/mod_so.html.fr.utf8 M docs/manual/mod/mod_so.html.ja.utf8 M docs/manual/mod/mod_so.html.ko.euc-kr M docs/manual/mod/mod_so.html.tr.utf8 M docs/manual/mod/mod_socache_dbm.html.en.utf8 M docs/manual/mod/mod_socache_dbm.html.fr.utf8 M docs/manual/mod/mod_socache_dc.html.en.utf8 M docs/manual/mod/mod_socache_dc.html.fr.utf8 M docs/manual/mod/mod_socache_memcache.html.en.utf8 M docs/manual/mod/mod_socache_memcache.html.fr.utf8 M docs/manual/mod/mod_socache_redis.html.en.utf8 M docs/manual/mod/mod_socache_redis.html.fr.utf8 M docs/manual/mod/mod_socache_shmcb.html.en.utf8 M docs/manual/mod/mod_socache_shmcb.html.fr.utf8 M docs/manual/mod/mod_speling.html.en.utf8 M docs/manual/mod/mod_speling.html.fr.utf8 M docs/manual/mod/mod_speling.html.ja.utf8 M docs/manual/mod/mod_speling.html.ko.euc-kr M docs/manual/mod/mod_ssl.html.en.utf8 M docs/manual/mod/mod_ssl.html.es.utf8 M docs/manual/mod/mod_ssl.html.fr.utf8 M docs/manual/mod/mod_ssl_ct.html.en.utf8 M docs/manual/mod/mod_ssl_ct.html.fr.utf8 M docs/manual/mod/mod_status.html.en.utf8 M docs/manual/mod/mod_status.html.es.utf8 M docs/manual/mod/mod_status.html.fr.utf8 M docs/manual/mod/mod_status.html.ja.utf8 M docs/manual/mod/mod_status.html.ko.euc-kr M docs/manual/mod/mod_status.html.tr.utf8 M docs/manual/mod/mod_substitute.html.en.utf8 M docs/manual/mod/mod_substitute.html.fr.utf8 M docs/manual/mod/mod_suexec.html.en.utf8 M docs/manual/mod/mod_suexec.html.fr.utf8 M docs/manual/mod/mod_suexec.html.ja.utf8 M docs/manual/mod/mod_suexec.html.ko.euc-kr M docs/manual/mod/mod_suexec.html.tr.utf8 M docs/manual/mod/mod_syslog.html.en.utf8 M docs/manual/mod/mod_syslog.html.fr.utf8 M docs/manual/mod/mod_systemd.html.en.utf8 M docs/manual/mod/mod_systemd.html.fr.utf8 M docs/manual/mod/mod_unique_id.html.en.utf8 M docs/manual/mod/mod_unique_id.html.fr.utf8 M docs/manual/mod/mod_unique_id.html.ja.utf8 M docs/manual/mod/mod_unique_id.html.ko.euc-kr M docs/manual/mod/mod_unixd.html.en.utf8 M docs/manual/mod/mod_unixd.html.fr.utf8 M docs/manual/mod/mod_unixd.html.tr.utf8 M docs/manual/mod/mod_userdir.html.en.utf8 M docs/manual/mod/mod_userdir.html.fr.utf8 M docs/manual/mod/mod_userdir.html.ja.utf8 M docs/manual/mod/mod_userdir.html.ko.euc-kr M docs/manual/mod/mod_userdir.html.tr.utf8 M docs/manual/mod/mod_usertrack.html.en.utf8 M docs/manual/mod/mod_usertrack.html.fr.utf8 M docs/manual/mod/mod_version.html.en.utf8 M docs/manual/mod/mod_version.html.fr.utf8 M docs/manual/mod/mod_version.html.ja.utf8 M docs/manual/mod/mod_version.html.ko.euc-kr M docs/manual/mod/mod_vhost_alias.html.en.utf8 M docs/manual/mod/mod_vhost_alias.html.fr.utf8 M docs/manual/mod/mod_vhost_alias.html.tr.utf8 M docs/manual/mod/mod_watchdog.html.en.utf8 M docs/manual/mod/mod_watchdog.html.fr.utf8 M docs/manual/mod/mod_xml2enc.html.en.utf8 M docs/manual/mod/mod_xml2enc.html.fr.utf8 M docs/manual/mod/module-dict.html.en.utf8 M docs/manual/mod/module-dict.html.fr.utf8 M docs/manual/mod/module-dict.html.ja.utf8 M docs/manual/mod/module-dict.html.ko.euc-kr M docs/manual/mod/module-dict.html.tr.utf8 M docs/manual/mod/mpm_common.html.de M docs/manual/mod/mpm_common.html.en.utf8 M docs/manual/mod/mpm_common.html.fr.utf8 M docs/manual/mod/mpm_common.html.ja.utf8 M docs/manual/mod/mpm_common.html.tr.utf8 M docs/manual/mod/mpm_common.xml.de M docs/manual/mod/mpm_common.xml.fr M docs/manual/mod/mpm_common.xml.ja M docs/manual/mod/mpm_common.xml.meta M docs/manual/mod/mpm_common.xml.tr M docs/manual/mod/mpm_netware.html.en.utf8 M docs/manual/mod/mpm_netware.html.fr.utf8 M docs/manual/mod/mpm_winnt.html.de M docs/manual/mod/mpm_winnt.html.en.utf8 M docs/manual/mod/mpm_winnt.html.fr.utf8 M docs/manual/mod/mpm_winnt.html.ja.utf8 M docs/manual/mod/mpmt_os2.html.en.utf8 M docs/manual/mod/mpmt_os2.html.fr.utf8 M docs/manual/mod/overrides.html.en.utf8 M docs/manual/mod/overrides.html.fr.utf8 M docs/manual/mod/prefork.html.de M docs/manual/mod/prefork.html.en.utf8 M docs/manual/mod/prefork.html.fr.utf8 M docs/manual/mod/prefork.html.ja.utf8 M docs/manual/mod/prefork.html.tr.utf8 M docs/manual/mod/quickreference.html.de M docs/manual/mod/quickreference.html.en.utf8 M docs/manual/mod/quickreference.html.es.utf8 M docs/manual/mod/quickreference.html.fr.utf8 M docs/manual/mod/quickreference.html.ja.utf8 M docs/manual/mod/quickreference.html.ko.euc-kr M docs/manual/mod/quickreference.html.tr.utf8 M docs/manual/mod/quickreference.html.zh-cn.utf8 M docs/manual/mod/worker.html.de M docs/manual/mod/worker.html.en.utf8 M docs/manual/mod/worker.html.fr.utf8 M docs/manual/mod/worker.html.ja.utf8 M docs/manual/mod/worker.html.tr.utf8 M docs/manual/mpm.html.de M docs/manual/mpm.html.en.utf8 M docs/manual/mpm.html.es.utf8 M docs/manual/mpm.html.fr.utf8 M docs/manual/mpm.html.ja.utf8 M docs/manual/mpm.html.ko.euc-kr M docs/manual/mpm.html.tr.utf8 M docs/manual/mpm.html.zh-cn.utf8 M docs/manual/new_features_2_0.html.de M docs/manual/new_features_2_0.html.en.utf8 M docs/manual/new_features_2_0.html.fr.utf8 M docs/manual/new_features_2_0.html.ja.utf8 M docs/manual/new_features_2_0.html.ko.euc-kr M docs/manual/new_features_2_0.html.pt-br M docs/manual/new_features_2_0.html.tr.utf8 M docs/manual/new_features_2_2.html.en.utf8 M docs/manual/new_features_2_2.html.es.utf8 M docs/manual/new_features_2_2.html.fr.utf8 M docs/manual/new_features_2_2.html.ko.euc-kr M docs/manual/new_features_2_2.html.pt-br M docs/manual/new_features_2_2.html.tr.utf8 M docs/manual/new_features_2_4.html.en.utf8 M docs/manual/new_features_2_4.html.es.utf8 M docs/manual/new_features_2_4.html.fr.utf8 M docs/manual/new_features_2_4.html.tr.utf8 M docs/manual/new_features_2_6.html.en.utf8 M docs/manual/platform/index.html.en.utf8 M docs/manual/platform/index.html.fr.utf8 M docs/manual/platform/index.html.ko.euc-kr M docs/manual/platform/index.html.zh-cn.utf8 M docs/manual/platform/netware.html.en.utf8 M docs/manual/platform/netware.html.fr.utf8 M docs/manual/platform/netware.html.ko.euc-kr M docs/manual/platform/netware.xml.fr M docs/manual/platform/netware.xml.ko M docs/manual/platform/rpm.html.en.utf8 M docs/manual/platform/rpm.html.fr.utf8 M docs/manual/platform/win_compiling.html.en.utf8 M docs/manual/platform/win_compiling.html.fr.utf8 M docs/manual/platform/win_compiling.html.ko.euc-kr M docs/manual/platform/windows.html.en.utf8 M docs/manual/platform/windows.html.fr.utf8 M docs/manual/platform/windows.html.ko.euc-kr M docs/manual/programs/ab.html.en.utf8 M docs/manual/programs/ab.html.fr.utf8 M docs/manual/programs/ab.html.ko.euc-kr M docs/manual/programs/ab.html.tr.utf8 M docs/manual/programs/apachectl.html.en.utf8 M docs/manual/programs/apachectl.html.fr.utf8 M docs/manual/programs/apachectl.html.ko.euc-kr M docs/manual/programs/apachectl.html.tr.utf8 M docs/manual/programs/apxs.html.en.utf8 M docs/manual/programs/apxs.html.fr.utf8 M docs/manual/programs/apxs.html.ko.euc-kr M docs/manual/programs/apxs.html.tr.utf8 M docs/manual/programs/configure.html.en.utf8 M docs/manual/programs/configure.html.fr.utf8 M docs/manual/programs/configure.html.ko.euc-kr M docs/manual/programs/configure.html.tr.utf8 M docs/manual/programs/ctlogconfig.html.en.utf8 M docs/manual/programs/ctlogconfig.html.fr.utf8 M docs/manual/programs/dbmmanage.html.en.utf8 M docs/manual/programs/dbmmanage.html.fr.utf8 M docs/manual/programs/dbmmanage.html.ko.euc-kr M docs/manual/programs/dbmmanage.html.tr.utf8 M docs/manual/programs/fcgistarter.html.en.utf8 M docs/manual/programs/fcgistarter.html.fr.utf8 M docs/manual/programs/fcgistarter.html.tr.utf8 M docs/manual/programs/firehose.html.en.utf8 M docs/manual/programs/firehose.html.fr.utf8 M docs/manual/programs/htcacheclean.html.en.utf8 M docs/manual/programs/htcacheclean.html.fr.utf8 M docs/manual/programs/htcacheclean.html.ko.euc-kr M docs/manual/programs/htcacheclean.html.tr.utf8 M docs/manual/programs/htdbm.html.en.utf8 M docs/manual/programs/htdbm.html.fr.utf8 M docs/manual/programs/htdbm.html.tr.utf8 M docs/manual/programs/htdigest.html.en.utf8 M docs/manual/programs/htdigest.html.fr.utf8 M docs/manual/programs/htdigest.html.ko.euc-kr M docs/manual/programs/htdigest.html.tr.utf8 M docs/manual/programs/htpasswd.html.en.utf8 M docs/manual/programs/htpasswd.html.fr.utf8 M docs/manual/programs/htpasswd.html.ko.euc-kr M docs/manual/programs/htpasswd.html.tr.utf8 M docs/manual/programs/httpd.html.en.utf8 M docs/manual/programs/httpd.html.fr.utf8 M docs/manual/programs/httpd.html.ko.euc-kr M docs/manual/programs/httpd.html.tr.utf8 M docs/manual/programs/httxt2dbm.html.en.utf8 M docs/manual/programs/httxt2dbm.html.fr.utf8 M docs/manual/programs/httxt2dbm.html.tr.utf8 M docs/manual/programs/index.html.en.utf8 M docs/manual/programs/index.html.es.utf8 M docs/manual/programs/index.html.fr.utf8 M docs/manual/programs/index.html.ko.euc-kr M docs/manual/programs/index.html.tr.utf8 M docs/manual/programs/index.html.zh-cn.utf8 M docs/manual/programs/log_server_status.html.en.utf8 M docs/manual/programs/log_server_status.html.fr.utf8 M docs/manual/programs/logresolve.html.en.utf8 M docs/manual/programs/logresolve.html.fr.utf8 M docs/manual/programs/logresolve.html.ko.euc-kr M docs/manual/programs/logresolve.html.tr.utf8 M docs/manual/programs/other.html.en.utf8 M docs/manual/programs/other.html.fr.utf8 M docs/manual/programs/other.html.ko.euc-kr M docs/manual/programs/other.html.tr.utf8 M docs/manual/programs/rotatelogs.html.en.utf8 M docs/manual/programs/rotatelogs.html.fr.utf8 M docs/manual/programs/rotatelogs.html.ko.euc-kr M docs/manual/programs/rotatelogs.html.tr.utf8 M docs/manual/programs/split-logfile.html.en.utf8 M docs/manual/programs/split-logfile.html.fr.utf8 M docs/manual/programs/suexec.html.en.utf8 M docs/manual/programs/suexec.html.fr.utf8 M docs/manual/programs/suexec.html.ko.euc-kr M docs/manual/programs/suexec.html.tr.utf8 M docs/manual/rewrite/access.html.en.utf8 M docs/manual/rewrite/access.html.fr.utf8 M docs/manual/rewrite/advanced.html.en.utf8 M docs/manual/rewrite/advanced.html.fr.utf8 M docs/manual/rewrite/avoid.html.en.utf8 M docs/manual/rewrite/avoid.html.fr.utf8 M docs/manual/rewrite/flags.html.en.utf8 M docs/manual/rewrite/flags.html.fr.utf8 M docs/manual/rewrite/htaccess.html.en.utf8 M docs/manual/rewrite/htaccess.html.fr.utf8 M docs/manual/rewrite/index.html.en.utf8 M docs/manual/rewrite/index.html.fr.utf8 M docs/manual/rewrite/index.html.tr.utf8 M docs/manual/rewrite/index.html.zh-cn.utf8 M docs/manual/rewrite/index.xml.fr M docs/manual/rewrite/index.xml.tr M docs/manual/rewrite/index.xml.zh-cn M docs/manual/rewrite/intro.html.en.utf8 M docs/manual/rewrite/intro.html.fr.utf8 M docs/manual/rewrite/proxy.html.en.utf8 M docs/manual/rewrite/proxy.html.fr.utf8 M docs/manual/rewrite/remapping.html.en.utf8 M docs/manual/rewrite/remapping.html.fr.utf8 M docs/manual/rewrite/rewritemap.html.en.utf8 M docs/manual/rewrite/rewritemap.html.fr.utf8 M docs/manual/rewrite/tech.html.en.utf8 M docs/manual/rewrite/tech.html.fr.utf8 M docs/manual/rewrite/tech.xml.fr M docs/manual/rewrite/tech.xml.meta M docs/manual/rewrite/vhosts.html.en.utf8 M docs/manual/rewrite/vhosts.html.fr.utf8 M docs/manual/sections.html.en.utf8 M docs/manual/sections.html.fr.utf8 M docs/manual/sections.html.ja.utf8 M docs/manual/sections.html.ko.euc-kr M docs/manual/sections.html.tr.utf8 M docs/manual/server-wide.html.en.utf8 M docs/manual/server-wide.html.fr.utf8 M docs/manual/server-wide.html.ja.utf8 M docs/manual/server-wide.html.ko.euc-kr M docs/manual/server-wide.html.tr.utf8 M docs/manual/sitemap.html.de M docs/manual/sitemap.html.en.utf8 M docs/manual/sitemap.html.es.utf8 M docs/manual/sitemap.html.fr.utf8 M docs/manual/sitemap.html.ja.utf8 M docs/manual/sitemap.html.ko.euc-kr M docs/manual/sitemap.html.tr.utf8 M docs/manual/sitemap.html.zh-cn.utf8 M docs/manual/sitemap.xml.de M docs/manual/sitemap.xml.es M docs/manual/sitemap.xml.fr M docs/manual/sitemap.xml.ja M docs/manual/sitemap.xml.ko M docs/manual/sitemap.xml.meta M docs/manual/sitemap.xml.tr M docs/manual/sitemap.xml.zh-cn M docs/manual/socache.html.en.utf8 M docs/manual/socache.html.fr.utf8 M docs/manual/ssl/index.html.en.utf8 M docs/manual/ssl/index.html.es.utf8 M docs/manual/ssl/index.html.fr.utf8 M docs/manual/ssl/index.html.ja.utf8 M docs/manual/ssl/index.html.tr.utf8 M docs/manual/ssl/index.html.zh-cn.utf8 M docs/manual/ssl/ssl_compat.html.en.utf8 M docs/manual/ssl/ssl_compat.html.es.utf8 M docs/manual/ssl/ssl_compat.html.fr.utf8 M docs/manual/ssl/ssl_faq.html.en.utf8 M docs/manual/ssl/ssl_faq.html.fr.utf8 M docs/manual/ssl/ssl_howto.html.en.utf8 M docs/manual/ssl/ssl_howto.html.fr.utf8 M docs/manual/ssl/ssl_intro.html.en.utf8 M docs/manual/ssl/ssl_intro.html.fr.utf8 M docs/manual/ssl/ssl_intro.html.ja.utf8 M docs/manual/stopping.html.de M docs/manual/stopping.html.en.utf8 M docs/manual/stopping.html.es.utf8 M docs/manual/stopping.html.fr.utf8 M docs/manual/stopping.html.ja.utf8 M docs/manual/stopping.html.ko.euc-kr M docs/manual/stopping.html.tr.utf8 M docs/manual/suexec.html.en.utf8 M docs/manual/suexec.html.fr.utf8 M docs/manual/suexec.html.ja.utf8 M docs/manual/suexec.html.ko.euc-kr M docs/manual/suexec.html.tr.utf8 M docs/manual/upgrading.html.en.utf8 M docs/manual/upgrading.html.fr.utf8 M docs/manual/urlmapping.html.en.utf8 M docs/manual/urlmapping.html.fr.utf8 M docs/manual/urlmapping.html.ja.utf8 M docs/manual/urlmapping.html.ko.euc-kr M docs/manual/urlmapping.html.tr.utf8 M docs/manual/vhosts/details.html.en.utf8 M docs/manual/vhosts/details.html.fr.utf8 M docs/manual/vhosts/details.html.ko.euc-kr M docs/manual/vhosts/details.html.tr.utf8 M docs/manual/vhosts/examples.html.en.utf8 M docs/manual/vhosts/examples.html.fr.utf8 M docs/manual/vhosts/examples.html.ja.utf8 M docs/manual/vhosts/examples.html.ko.euc-kr M docs/manual/vhosts/examples.html.tr.utf8 M docs/manual/vhosts/fd-limits.html.en.utf8 M docs/manual/vhosts/fd-limits.html.fr.utf8 M docs/manual/vhosts/fd-limits.html.ja.utf8 M docs/manual/vhosts/fd-limits.html.ko.euc-kr M docs/manual/vhosts/fd-limits.html.tr.utf8 M docs/manual/vhosts/index.html.de M docs/manual/vhosts/index.html.en.utf8 M docs/manual/vhosts/index.html.fr.utf8 M docs/manual/vhosts/index.html.ja.utf8 M docs/manual/vhosts/index.html.ko.euc-kr M docs/manual/vhosts/index.html.tr.utf8 M docs/manual/vhosts/index.html.zh-cn.utf8 M docs/manual/vhosts/ip-based.html.en.utf8 M docs/manual/vhosts/ip-based.html.fr.utf8 M docs/manual/vhosts/ip-based.html.ja.utf8 M docs/manual/vhosts/ip-based.html.ko.euc-kr M docs/manual/vhosts/ip-based.html.tr.utf8 M docs/manual/vhosts/mass.html.en.utf8 M docs/manual/vhosts/mass.html.fr.utf8 M docs/manual/vhosts/mass.html.ko.euc-kr M docs/manual/vhosts/mass.html.tr.utf8 M docs/manual/vhosts/name-based.html.de M docs/manual/vhosts/name-based.html.en.utf8 M docs/manual/vhosts/name-based.html.fr.utf8 M docs/manual/vhosts/name-based.html.ja.utf8 M docs/manual/vhosts/name-based.html.ko.euc-kr M docs/manual/vhosts/name-based.html.tr.utf8 ____________________________________________________________________________________________________________ Commit: 4bc8de13b8cf013123d5c8f4c08edb9ae6c600fa URL: https://git.catflap.org/apache-httpd/commit/?id=4bc8de13b8cf013123d5c8f4c08edb9ae6c600fa Author: Rich Bowen (Tue 28 Apr 2026 17:06:48 BST) Committer: Rich Bowen (Tue 28 Apr 2026 17:06:48 BST) Bulk replacement of old wiki.apache.org URLs with the new cwiki.apache.org URLs. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933438 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/bind.xml M docs/manual/bind.xml.de M docs/manual/bind.xml.es M docs/manual/bind.xml.fr M docs/manual/bind.xml.ja M docs/manual/bind.xml.tr M docs/manual/faq/index.xml M docs/manual/faq/index.xml.es M docs/manual/faq/index.xml.fr M docs/manual/faq/index.xml.ko M docs/manual/faq/index.xml.tr M docs/manual/faq/index.xml.zh-cn M docs/manual/getting-started.xml M docs/manual/getting-started.xml.es M docs/manual/getting-started.xml.fr M docs/manual/getting-started.xml.ru M docs/manual/index.xml M docs/manual/index.xml.da M docs/manual/index.xml.de M docs/manual/index.xml.es M docs/manual/index.xml.fr M docs/manual/index.xml.ja M docs/manual/index.xml.ru M docs/manual/index.xml.tr M docs/manual/index.xml.zh-cn M docs/manual/install.xml M docs/manual/install.xml.es M docs/manual/install.xml.fr M docs/manual/install.xml.tr M docs/manual/invoking.xml M docs/manual/invoking.xml.es M docs/manual/invoking.xml.fr M docs/manual/invoking.xml.ja M docs/manual/misc/perf-scaling.xml M docs/manual/misc/perf-scaling.xml.es M docs/manual/misc/perf-scaling.xml.fr M docs/manual/mod/core.xml M docs/manual/mod/core.xml.fr M docs/manual/mod/mpm_common.xml M docs/manual/mod/mpm_common.xml.fr M docs/manual/mod/mpm_common.xml.tr M docs/manual/platform/netware.xml M docs/manual/platform/netware.xml.fr M docs/manual/rewrite/index.xml M docs/manual/rewrite/index.xml.fr M docs/manual/rewrite/index.xml.tr M docs/manual/rewrite/index.xml.zh-cn M docs/manual/rewrite/tech.xml M docs/manual/rewrite/tech.xml.fr M docs/manual/sitemap.xml M docs/manual/sitemap.xml.de M docs/manual/sitemap.xml.es M docs/manual/sitemap.xml.fr M docs/manual/sitemap.xml.tr M docs/manual/sitemap.xml.zh-cn M docs/manual/style/xsl/common.xsl ____________________________________________________________________________________________________________ Commit: 035316f9ac9c8fc04a2584d2f0957b448447f3e3 URL: https://git.catflap.org/apache-httpd/commit/?id=035316f9ac9c8fc04a2584d2f0957b448447f3e3 Author: Giovanni Bechis (Tue 28 Apr 2026 16:50:40 BST) Committer: Giovanni Bechis (Tue 28 Apr 2026 16:50:40 BST) fix support for rfc4291 (ipv6 mapped ipv4 addresses) bz #69672 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933436 13f79535-47bb-0310-9956-ffa450edef68 M modules/metadata/mod_remoteip.c ____________________________________________________________________________________________________________ Commit: e5ea091028b89f0d3fd197320c52de4405a8d976 URL: https://git.catflap.org/apache-httpd/commit/?id=e5ea091028b89f0d3fd197320c52de4405a8d976 Author: Rich Bowen (Tue 28 Apr 2026 16:30:30 BST) Committer: Rich Bowen (Tue 28 Apr 2026 16:30:30 BST) rebuild git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933433 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/developer/documenting.html.en.utf8 M docs/manual/developer/documenting.xml.zh-cn M docs/manual/developer/thread_safety.html.en.utf8 M docs/manual/env.html.en.utf8 M docs/manual/env.xml.fr M docs/manual/env.xml.ja M docs/manual/env.xml.ko M docs/manual/env.xml.tr M docs/manual/glossary.html.fr.utf8 M docs/manual/glossary.xml.meta M docs/manual/misc/security_tips.html.en.utf8 M docs/manual/misc/security_tips.html.fr.utf8 M docs/manual/misc/security_tips.xml.es M docs/manual/misc/security_tips.xml.fr M docs/manual/misc/security_tips.xml.ko M docs/manual/misc/security_tips.xml.meta M docs/manual/misc/security_tips.xml.tr M docs/manual/mod/mod_authnz_ldap.xml.fr M docs/manual/mod/mod_privileges.html.en.utf8 M docs/manual/mod/mod_privileges.html.fr.utf8 M docs/manual/mod/mod_privileges.xml.fr M docs/manual/mod/mod_privileges.xml.meta M docs/manual/mod/mod_remoteip.html.en.utf8 M docs/manual/mod/mod_remoteip.html.fr.utf8 M docs/manual/mod/mod_remoteip.xml.fr M docs/manual/mod/mod_remoteip.xml.meta M docs/manual/platform/windows.html.fr.utf8 M docs/manual/platform/windows.xml.meta M docs/manual/programs/apxs.html.fr.utf8 M docs/manual/programs/apxs.xml.meta M docs/manual/programs/configure.html.fr.utf8 M docs/manual/programs/configure.xml.meta M docs/manual/programs/htdigest.html.fr.utf8 M docs/manual/programs/htdigest.xml.meta M docs/manual/programs/logresolve.html.fr.utf8 M docs/manual/programs/logresolve.xml.meta M docs/manual/rewrite/access.html.fr.utf8 M docs/manual/rewrite/access.xml.meta M docs/manual/rewrite/advanced.html.fr.utf8 M docs/manual/rewrite/advanced.xml.meta M docs/manual/rewrite/flags.html.fr.utf8 M docs/manual/rewrite/flags.xml.meta M docs/manual/rewrite/htaccess.html.fr.utf8 M docs/manual/rewrite/htaccess.xml.meta M docs/manual/rewrite/index.html.fr.utf8 M docs/manual/rewrite/intro.html.en.utf8 M docs/manual/rewrite/intro.xml.fr M docs/manual/rewrite/proxy.html.fr.utf8 M docs/manual/rewrite/proxy.xml.meta M docs/manual/rewrite/remapping.html.fr.utf8 M docs/manual/rewrite/remapping.xml.meta M docs/manual/rewrite/rewritemap.html.fr.utf8 M docs/manual/rewrite/rewritemap.xml.meta M docs/manual/rewrite/tech.html.fr.utf8 M docs/manual/rewrite/tech.xml.meta M docs/manual/rewrite/vhosts.html.fr.utf8 M docs/manual/rewrite/vhosts.xml.meta M docs/manual/ssl/ssl_intro.html.en.utf8 M docs/manual/ssl/ssl_intro.html.fr.utf8 M docs/manual/ssl/ssl_intro.xml.ja M docs/manual/ssl/ssl_intro.xml.meta M docs/manual/upgrading.html.fr.utf8 M docs/manual/upgrading.xml.meta ____________________________________________________________________________________________________________ Commit: 6260784c99485ce46e0f02985d4a7da4c8e2a004 URL: https://git.catflap.org/apache-httpd/commit/?id=6260784c99485ce46e0f02985d4a7da4c8e2a004 Author: Lucien Gentis (Tue 28 Apr 2026 16:17:22 BST) Committer: Lucien Gentis (Tue 28 Apr 2026 16:17:22 BST) fr doc XML files updates. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933431 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/rewrite/access.xml.fr M docs/manual/rewrite/advanced.xml.fr M docs/manual/rewrite/index.xml.fr M docs/manual/rewrite/proxy.xml.fr M docs/manual/rewrite/rewritemap.xml.fr M docs/manual/ssl/ssl_intro.xml.fr M docs/manual/upgrading.xml.fr ____________________________________________________________________________________________________________ Commit: eab7ecc41af06504865983db7723d3f5c97fec52 URL: https://git.catflap.org/apache-httpd/commit/?id=eab7ecc41af06504865983db7723d3f5c97fec52 Author: Rich Bowen (Tue 28 Apr 2026 16:16:31 BST) Committer: Rich Bowen (Tue 28 Apr 2026 16:16:31 BST) mod_remoteip: Update PROXY Protocol links Replace the old HAProxy blog post URL (which now redirects to marketing content) and the outdated 1.8 spec link with the current PROXY Protocol specification (3.1). Both the summary and seealso now point to the canonical spec document. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933429 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_remoteip.xml ____________________________________________________________________________________________________________ Commit: 3328bbaf1c3b6ea9ecfb8982f93a3f9b99301fff URL: https://git.catflap.org/apache-httpd/commit/?id=3328bbaf1c3b6ea9ecfb8982f93a3f9b99301fff Author: Rich Bowen (Tue 28 Apr 2026 15:14:19 BST) Committer: Rich Bowen (Tue 28 Apr 2026 15:14:19 BST) Fix doxygen link git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933427 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/developer/documenting.xml ____________________________________________________________________________________________________________ Commit: e91a62138dff1f4b659b9b2add8d0f483f77c1ff URL: https://git.catflap.org/apache-httpd/commit/?id=e91a62138dff1f4b659b9b2add8d0f483f77c1ff Author: Rich Bowen (Tue 28 Apr 2026 14:55:23 BST) Committer: Rich Bowen (Tue 28 Apr 2026 14:55:23 BST) Fix link to book recommendation. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933423 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/rewrite/intro.xml ____________________________________________________________________________________________________________ Commit: 2dbcaef48ff7bf9b638e933cd5dcdc60056a258f URL: https://git.catflap.org/apache-httpd/commit/?id=2dbcaef48ff7bf9b638e933cd5dcdc60056a258f Author: Rich Bowen (Tue 28 Apr 2026 14:45:45 BST) Committer: Rich Bowen (Tue 28 Apr 2026 14:45:45 BST) Remove reference to a conference presentation from 2007 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933421 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/env.xml ____________________________________________________________________________________________________________ Commit: 8be6f4eabf5d75a84647c67be335e2b0396faa23 URL: https://git.catflap.org/apache-httpd/commit/?id=8be6f4eabf5d75a84647c67be335e2b0396faa23 Author: Rich Bowen (Tue 28 Apr 2026 14:19:04 BST) Committer: Rich Bowen (Tue 28 Apr 2026 14:19:04 BST) Replace an example using an attack from ancient history with something more timely. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933420 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/misc/security_tips.xml ____________________________________________________________________________________________________________ Commit: 459014fad4320777c7895736242d3c277b9d4892 URL: https://git.catflap.org/apache-httpd/commit/?id=459014fad4320777c7895736242d3c277b9d4892 Author: Rich Bowen (Tue 28 Apr 2026 14:05:24 BST) Committer: Rich Bowen (Tue 28 Apr 2026 14:05:24 BST) Replace some very dated content with more general advice. This doc is due for a pretty serious overhaul. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933417 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/misc/security_tips.xml ____________________________________________________________________________________________________________ Commit: 08d25538bccb463ce053d1de3f42763d97a67084 URL: https://git.catflap.org/apache-httpd/commit/?id=08d25538bccb463ce053d1de3f42763d97a67084 Author: Rich Bowen (Mon 27 Apr 2026 19:05:38 BST) Committer: Rich Bowen (Mon 27 Apr 2026 19:05:38 BST) Fix broken links, but this module seems abandoned. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933401 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_privileges.xml ____________________________________________________________________________________________________________ Commit: d4734d0420625796e9f3cdc53d495231ae6ee930 URL: https://git.catflap.org/apache-httpd/commit/?id=d4734d0420625796e9f3cdc53d495231ae6ee930 Author: Rich Bowen (Mon 27 Apr 2026 18:53:01 BST) Committer: Rich Bowen (Mon 27 Apr 2026 18:53:01 BST) Fix broken links in ssl_intro.xml git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933399 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/ssl/ssl_intro.xml ____________________________________________________________________________________________________________ Commit: c0d027ee5ea746aff2894b8753ad2dfaa7e30955 URL: https://git.catflap.org/apache-httpd/commit/?id=c0d027ee5ea746aff2894b8753ad2dfaa7e30955 Author: Rich Bowen (Mon 27 Apr 2026 18:42:23 BST) Committer: Rich Bowen (Mon 27 Apr 2026 18:42:23 BST) Fix broken links in thread_safety.xml git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933397 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/developer/thread_safety.xml ____________________________________________________________________________________________________________ Commit: 94c50fa1a0489b6fe0e1d00cdbffa8b879f6f08c URL: https://git.catflap.org/apache-httpd/commit/?id=94c50fa1a0489b6fe0e1d00cdbffa8b879f6f08c Author: Lucien Gentis (Mon 27 Apr 2026 16:57:08 BST) Committer: Lucien Gentis (Mon 27 Apr 2026 16:57:08 BST) fr doc XML files updates. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933392 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/rewrite/flags.xml.fr M docs/manual/rewrite/htaccess.xml.fr M docs/manual/rewrite/remapping.xml.fr M docs/manual/rewrite/tech.xml.fr ____________________________________________________________________________________________________________ Commit: 7f5de0aebf5c04796aa9c25153413b09d609763b URL: https://git.catflap.org/apache-httpd/commit/?id=7f5de0aebf5c04796aa9c25153413b09d609763b Author: Joe Orton (Mon 27 Apr 2026 13:54:48 BST) Committer: Joe Orton (Mon 27 Apr 2026 13:54:48 BST) Add ap_*_timingsafe() constant-time comparison functions: * include/httpd.h: Declare ap_memeq_timingsafe(), ap_streq_timingsafe(), ap_strneq_timingsafe(). * server/util.c: Implement, wrapping apr_*_timingsafe() if APR >= 1.8, with a fallback to copied-in versions. * modules/aaa/mod_auth_digest.c: Replace apr_crypto_equals() with ap_memeq_timingsafe(). Remove apr_crypto.h include. * modules/session/mod_session_crypto.c: Replace local ap_crypto_equals() with ap_memeq_timingsafe(). Remove the local implementation and macro alias. Github: closes #638 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933389 13f79535-47bb-0310-9956-ffa450edef68 M include/ap_mmn.h M include/httpd.h M modules/aaa/mod_auth_digest.c M modules/session/mod_session_crypto.c M server/util.c ____________________________________________________________________________________________________________ Commit: cfc11fcca357c1c1c0a92c2e0b2cb3f252e01038 URL: https://git.catflap.org/apache-httpd/commit/?id=cfc11fcca357c1c1c0a92c2e0b2cb3f252e01038 Author: Lucien Gentis (Mon 27 Apr 2026 13:30:57 BST) Committer: Lucien Gentis (Mon 27 Apr 2026 13:30:57 BST) fr doc XML files updates. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933384 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/glossary.xml.fr M docs/manual/platform/windows.xml.fr M docs/manual/programs/apxs.xml.fr M docs/manual/programs/configure.xml.fr M docs/manual/programs/htdigest.xml.fr M docs/manual/programs/logresolve.xml.fr M docs/manual/rewrite/vhosts.xml.fr ____________________________________________________________________________________________________________ Commit: 38809faac18bfc8e610b4196c6dad6f481aa1376 URL: https://git.catflap.org/apache-httpd/commit/?id=38809faac18bfc8e610b4196c6dad6f481aa1376 Author: Eric Covener (Sun 26 Apr 2026 17:30:43 BST) Committer: Eric Covener (Sun 26 Apr 2026 17:30:43 BST) scan outgoing status line for newlines and controls git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933359 13f79535-47bb-0310-9956-ffa450edef68 M modules/http/http_filters.c ____________________________________________________________________________________________________________ Commit: eecbbca65f3fd09cf0c1aee763bc26b46a46380e URL: https://git.catflap.org/apache-httpd/commit/?id=eecbbca65f3fd09cf0c1aee763bc26b46a46380e Author: Eric Covener (Sun 26 Apr 2026 17:28:47 BST) Committer: Eric Covener (Sun 26 Apr 2026 17:28:47 BST) mod_authn_socache: validate URL earlier git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933357 13f79535-47bb-0310-9956-ffa450edef68 M modules/aaa/mod_authn_socache.c ____________________________________________________________________________________________________________ Commit: cd414337011b47f43ede96ce1dd2bd9c869e031f URL: https://git.catflap.org/apache-httpd/commit/?id=cd414337011b47f43ede96ce1dd2bd9c869e031f Author: Eric Covener (Sun 26 Apr 2026 17:25:43 BST) Committer: Eric Covener (Sun 26 Apr 2026 17:25:43 BST) mod_auth_digest: use apr_crypto_equals git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933355 13f79535-47bb-0310-9956-ffa450edef68 M configure.in M modules/aaa/mod_auth_digest.c ____________________________________________________________________________________________________________ Commit: 73e7baaccf8ddf62d2b20e74b99b4c3fdd246f87 URL: https://git.catflap.org/apache-httpd/commit/?id=73e7baaccf8ddf62d2b20e74b99b4c3fdd246f87 Author: Eric Covener (Sun 26 Apr 2026 17:04:17 BST) Committer: Eric Covener (Sun 26 Apr 2026 17:04:17 BST) mod_dav_lock: use the right dav_lock_discovery git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933353 13f79535-47bb-0310-9956-ffa450edef68 M modules/dav/lock/locks.c ____________________________________________________________________________________________________________ Commit: 08b7b9765602093f05de7c91260076ab73099fc4 URL: https://git.catflap.org/apache-httpd/commit/?id=08b7b9765602093f05de7c91260076ab73099fc4 Author: Eric Covener (Sun 26 Apr 2026 17:01:59 BST) Committer: Eric Covener (Sun 26 Apr 2026 17:01:59 BST) ocsp limits git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933351 13f79535-47bb-0310-9956-ffa450edef68 M modules/md/md_ocsp.c ____________________________________________________________________________________________________________ Commit: cfb8882f04b1c986656f6b19c487ab27810071b9 URL: https://git.catflap.org/apache-httpd/commit/?id=cfb8882f04b1c986656f6b19c487ab27810071b9 Author: Eric Covener (Sun 26 Apr 2026 16:59:34 BST) Committer: Eric Covener (Sun 26 Apr 2026 16:59:34 BST) use AP_EXPR_FLAG_RESTRICTED in htaccess git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933349 13f79535-47bb-0310-9956-ffa450edef68 M modules/mappers/mod_rewrite.c M modules/metadata/mod_setenvif.c M modules/proxy/mod_proxy_fcgi.c ____________________________________________________________________________________________________________ Commit: 76dac5d445a36751f4b9f8c3abd8f10b07904528 URL: https://git.catflap.org/apache-httpd/commit/?id=76dac5d445a36751f4b9f8c3abd8f10b07904528 Author: Eric Covener (Sun 26 Apr 2026 16:57:15 BST) Committer: Eric Covener (Sun 26 Apr 2026 16:57:15 BST) fix ajp_msg_check_header check git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933347 13f79535-47bb-0310-9956-ffa450edef68 M modules/proxy/ajp_msg.c ____________________________________________________________________________________________________________ Commit: 4de144d2c7df628b27bb17b67bef65d9f8838390 URL: https://git.catflap.org/apache-httpd/commit/?id=4de144d2c7df628b27bb17b67bef65d9f8838390 Author: Eric Covener (Sun 26 Apr 2026 16:54:12 BST) Committer: Eric Covener (Sun 26 Apr 2026 16:54:12 BST) lognos for r1933344 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933345 13f79535-47bb-0310-9956-ffa450edef68 M docs/log-message-tags/next-number M modules/proxy/ajp_header.c ____________________________________________________________________________________________________________ Commit: 91d14cb926b1be8a53ebc334d6274027be99ac12 URL: https://git.catflap.org/apache-httpd/commit/?id=91d14cb926b1be8a53ebc334d6274027be99ac12 Author: Eric Covener (Sun 26 Apr 2026 16:53:19 BST) Committer: Eric Covener (Sun 26 Apr 2026 16:53:19 BST) fix ajp_parse_data message len check git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933344 13f79535-47bb-0310-9956-ffa450edef68 M modules/proxy/ajp_header.c ____________________________________________________________________________________________________________ Commit: 250fa4a42f43a6ddf99861dfa910971eff69eced URL: https://git.catflap.org/apache-httpd/commit/?id=250fa4a42f43a6ddf99861dfa910971eff69eced Author: Eric Covener (Sun 26 Apr 2026 16:50:18 BST) Committer: Eric Covener (Sun 26 Apr 2026 16:50:18 BST) fix ajp_msg_get_string buffer checks git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933342 13f79535-47bb-0310-9956-ffa450edef68 M modules/proxy/ajp_msg.c ____________________________________________________________________________________________________________ Commit: 17e874e2781c1bbbeb2213bd580d371a1091085b URL: https://git.catflap.org/apache-httpd/commit/?id=17e874e2781c1bbbeb2213bd580d371a1091085b Author: Eric Covener (Sun 26 Apr 2026 16:47:51 BST) Committer: Eric Covener (Sun 26 Apr 2026 16:47:51 BST) fix length checks in AJP msg_get functions git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933340 13f79535-47bb-0310-9956-ffa450edef68 M modules/proxy/ajp_msg.c ____________________________________________________________________________________________________________ Commit: ef11228fcd3f9d5b3e1ec7228b57cfd66127646f URL: https://git.catflap.org/apache-httpd/commit/?id=ef11228fcd3f9d5b3e1ec7228b57cfd66127646f Author: Rich Bowen (Fri 24 Apr 2026 16:57:20 BST) Committer: Rich Bowen (Fri 24 Apr 2026 16:57:20 BST) Rebuild html, meta files git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933312 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/bind.html.ja.utf8 M docs/manual/bind.html.ko.euc-kr M docs/manual/bind.html.tr.utf8 M docs/manual/bind.xml.ja M docs/manual/bind.xml.ko M docs/manual/bind.xml.meta M docs/manual/bind.xml.tr M docs/manual/developer/thread_safety.html.en.utf8 M docs/manual/howto/cgi.html.fr.utf8 M docs/manual/howto/cgi.xml.meta M docs/manual/misc/perf-scaling.html.en.utf8 M docs/manual/misc/perf-scaling.html.fr.utf8 M docs/manual/misc/perf-scaling.xml.es M docs/manual/misc/perf-scaling.xml.fr M docs/manual/misc/perf-scaling.xml.meta M docs/manual/mod/mod_authnz_ldap.html.en.utf8 M docs/manual/mod/mod_authnz_ldap.html.fr.utf8 M docs/manual/mod/mod_authnz_ldap.xml M docs/manual/mod/mod_authnz_ldap.xml.fr M docs/manual/mod/mod_authnz_ldap.xml.meta M docs/manual/mod/mod_cache.html.fr.utf8 M docs/manual/mod/mod_cache.xml.meta M docs/manual/mod/mod_dav.html.fr.utf8 M docs/manual/mod/mod_dav.xml.meta M docs/manual/mod/mod_ldap.html.en.utf8 M docs/manual/mod/mod_ldap.html.fr.utf8 M docs/manual/mod/mod_ldap.xml.fr M docs/manual/mod/mod_ldap.xml.meta M docs/manual/mod/mod_proxy_fcgi.html.en.utf8 M docs/manual/mod/mod_proxy_fcgi.xml.fr M docs/manual/mod/mod_unique_id.html.fr.utf8 M docs/manual/mod/mod_unique_id.xml.meta M docs/manual/mod/mpm_common.html.fr.utf8 M docs/manual/mod/mpm_common.xml.meta M docs/manual/platform/netware.html.en.utf8 M docs/manual/platform/netware.xml.fr M docs/manual/platform/netware.xml.ko M docs/manual/programs/ab.html.fr.utf8 M docs/manual/programs/ab.xml.meta M docs/manual/programs/apachectl.html.fr.utf8 M docs/manual/programs/apachectl.xml.meta M docs/manual/programs/ctlogconfig.html.fr.utf8 M docs/manual/programs/ctlogconfig.xml.meta M docs/manual/programs/dbmmanage.html.fr.utf8 M docs/manual/programs/dbmmanage.xml.meta M docs/manual/programs/htcacheclean.html.fr.utf8 M docs/manual/programs/htcacheclean.xml.meta M docs/manual/programs/htdbm.html.fr.utf8 M docs/manual/programs/htdbm.xml.meta M docs/manual/programs/htpasswd.html.fr.utf8 M docs/manual/programs/htpasswd.xml.meta M docs/manual/programs/httpd.html.fr.utf8 M docs/manual/programs/httpd.xml.meta M docs/manual/programs/httxt2dbm.html.fr.utf8 M docs/manual/programs/httxt2dbm.xml.meta M docs/manual/programs/rotatelogs.html.fr.utf8 M docs/manual/programs/rotatelogs.xml.meta M docs/manual/programs/suexec.html.fr.utf8 M docs/manual/programs/suexec.xml.meta M docs/manual/ssl/ssl_intro.html.en.utf8 M docs/manual/ssl/ssl_intro.xml.fr M docs/manual/ssl/ssl_intro.xml.ja ____________________________________________________________________________________________________________ Commit: d5f31a483684c0c40c008a398f18a44295ff9b7a URL: https://git.catflap.org/apache-httpd/commit/?id=d5f31a483684c0c40c008a398f18a44295ff9b7a Author: Rich Bowen (Fri 24 Apr 2026 16:54:41 BST) Committer: Rich Bowen (Fri 24 Apr 2026 16:54:41 BST) Correct link for Bruce Schneier's website git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933310 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/ssl/ssl_intro.xml ____________________________________________________________________________________________________________ Commit: c6b111a925b3b1faae5320990689568fcfac18fe URL: https://git.catflap.org/apache-httpd/commit/?id=c6b111a925b3b1faae5320990689568fcfac18fe Author: Rich Bowen (Fri 24 Apr 2026 16:38:28 BST) Committer: Rich Bowen (Fri 24 Apr 2026 16:38:28 BST) I changed my mind. Removed reference to abandoned mod_fastcgi entirely. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933308 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_proxy_fcgi.xml ____________________________________________________________________________________________________________ Commit: ff6d017f2982421b6932c68ffed7eebbb0676ee5 URL: https://git.catflap.org/apache-httpd/commit/?id=ff6d017f2982421b6932c68ffed7eebbb0676ee5 Author: Rich Bowen (Fri 24 Apr 2026 16:30:26 BST) Committer: Rich Bowen (Fri 24 Apr 2026 16:30:26 BST) Link to the archive of the fastcgi website, since the original has gone away git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933306 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_proxy_fcgi.xml ____________________________________________________________________________________________________________ Commit: a90ed67e8711e1def749e446aecf46c60b046da1 URL: https://git.catflap.org/apache-httpd/commit/?id=a90ed67e8711e1def749e446aecf46c60b046da1 Author: Rich Bowen (Fri 24 Apr 2026 16:23:32 BST) Committer: Rich Bowen (Fri 24 Apr 2026 16:23:32 BST) Remove references to the Novell SDK, which no longer exists git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933304 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_ldap.xml ____________________________________________________________________________________________________________ Commit: 29c2148819c01aad0d406005083222572b5dd6e4 URL: https://git.catflap.org/apache-httpd/commit/?id=29c2148819c01aad0d406005083222572b5dd6e4 Author: Rich Bowen (Fri 24 Apr 2026 16:18:17 BST) Committer: Rich Bowen (Fri 24 Apr 2026 16:18:17 BST) Remove link to Sablotron - Discontinued in 2006 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933302 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/developer/thread_safety.xml ____________________________________________________________________________________________________________ Commit: 3feb965a11853b3b5af4fc84fc5be17380efbeb3 URL: https://git.catflap.org/apache-httpd/commit/?id=3feb965a11853b3b5af4fc84fc5be17380efbeb3 Author: Rich Bowen (Fri 24 Apr 2026 16:16:50 BST) Committer: Rich Bowen (Fri 24 Apr 2026 16:16:50 BST) Remove references to retired/abandoned projects ... although to be honest I am skeptical that this page is useful at all, and would appreciate more eyes on it. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933301 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/misc/perf-scaling.xml ____________________________________________________________________________________________________________ Commit: 2662af2e872b6dec47cae1c08e1b474cf12f46cf URL: https://git.catflap.org/apache-httpd/commit/?id=2662af2e872b6dec47cae1c08e1b474cf12f46cf Author: Rich Bowen (Fri 24 Apr 2026 16:05:48 BST) Committer: Rich Bowen (Fri 24 Apr 2026 16:05:48 BST) Ming, and Flash in general, have been dead for years. Remove references. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933299 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/developer/thread_safety.xml ____________________________________________________________________________________________________________ Commit: 4c1a46b994dd1799ced05074efadfc5f0503e26a URL: https://git.catflap.org/apache-httpd/commit/?id=4c1a46b994dd1799ced05074efadfc5f0503e26a Author: Rich Bowen (Fri 24 Apr 2026 16:01:11 BST) Committer: Rich Bowen (Fri 24 Apr 2026 16:01:11 BST) Remove an ancient email from 1997 that links to no-longer-there FTP resources. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933297 13f79535-47bb-0310-9956-ffa450edef68 D docs/manual/platform/perf-hp.html D docs/manual/platform/perf-hp.html.en.utf8 D docs/manual/platform/perf-hp.html.fr.utf8 D docs/manual/platform/perf-hp.html.ko.euc-kr D docs/manual/platform/perf-hp.xml D docs/manual/platform/perf-hp.xml.fr D docs/manual/platform/perf-hp.xml.ko D docs/manual/platform/perf-hp.xml.meta ____________________________________________________________________________________________________________ Commit: 546196bbc98144a503f51917567937421970f706 URL: https://git.catflap.org/apache-httpd/commit/?id=546196bbc98144a503f51917567937421970f706 Author: Rich Bowen (Fri 24 Apr 2026 15:52:23 BST) Committer: Rich Bowen (Fri 24 Apr 2026 15:52:23 BST) Link to current source for PKCS docs. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933295 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/ssl/ssl_intro.xml ____________________________________________________________________________________________________________ Commit: 97c00471bc753fbdafa0cdd0025dc1d8b130cc2e URL: https://git.catflap.org/apache-httpd/commit/?id=97c00471bc753fbdafa0cdd0025dc1d8b130cc2e Author: Rich Bowen (Fri 24 Apr 2026 15:49:12 BST) Committer: Rich Bowen (Fri 24 Apr 2026 15:49:12 BST) Remove ancient historical artifact git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933294 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_authnz_ldap.xml ____________________________________________________________________________________________________________ Commit: ebf72d9861bf5b035a024305958b121c62942077 URL: https://git.catflap.org/apache-httpd/commit/?id=ebf72d9861bf5b035a024305958b121c62942077 Author: Lucien Gentis (Fri 24 Apr 2026 15:28:21 BST) Committer: Lucien Gentis (Fri 24 Apr 2026 15:28:21 BST) fr doc XML files updates. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933291 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/howto/cgi.xml.fr M docs/manual/mod/mod_unique_id.xml.fr M docs/manual/programs/ctlogconfig.xml.fr M docs/manual/programs/dbmmanage.xml.fr M docs/manual/programs/htpasswd.xml.fr M docs/manual/programs/rotatelogs.xml.fr ____________________________________________________________________________________________________________ Commit: 48e9e82540902966e953abb2fa07e7babaecc369 URL: https://git.catflap.org/apache-httpd/commit/?id=48e9e82540902966e953abb2fa07e7babaecc369 Author: Joe Orton (Thu 23 Apr 2026 17:08:21 BST) Committer: Joe Orton (Thu 23 Apr 2026 17:08:21 BST) Remove apreq from trunk per PMC vote: https://lists.apache.org/thread/hlvtnmg8qq1m10xlmgvyn12wrw4z3gp3 Revert \"Added apreq to NetWare build.\" r1201918 Revert \"add apreq in Win32\" r1825396 Remove references to apreq from CHANGES, httpd.spec.in. Partial revert of r1825400. Revert apreq support from cmake. GitHub: closes #637 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933271 13f79535-47bb-0310-9956-ffa450edef68 M Apache-apr2.dsw M Apache.dsw M CHANGES M CMakeLists.txt M Makefile.win M NWGNUmakefile M build/installwinconf.awk M build/make_nw_export.awk M build/nw_export.inc M build/rpm/httpd.spec.in D include/apreq.h D include/apreq_cookie.h D include/apreq_error.h D include/apreq_module.h D include/apreq_param.h D include/apreq_parser.h D include/apreq_util.h D libapreq.dsp M modules/NWGNUmakefile D modules/apreq/Makefile.in D modules/apreq/NWGNUmakefile D modules/apreq/apreq_module_apache2.h D modules/apreq/apreq_private_apache2.h D modules/apreq/config.m4 D modules/apreq/filter.c D modules/apreq/handle.c D modules/apreq/mod_apreq.dsp M os/win32/BaseAddr.ref M server/Makefile.in D server/apreq_cookie.c D server/apreq_error.c D server/apreq_module.c D server/apreq_module_cgi.c D server/apreq_module_custom.c D server/apreq_param.c D server/apreq_parser.c D server/apreq_parser_header.c D server/apreq_parser_multipart.c D server/apreq_parser_urlencoded.c D server/apreq_util.c ____________________________________________________________________________________________________________ Commit: d6d9801149a36bd136c6d2652a7d8a654ddaf444 URL: https://git.catflap.org/apache-httpd/commit/?id=d6d9801149a36bd136c6d2652a7d8a654ddaf444 Author: Lucien Gentis (Thu 23 Apr 2026 15:38:29 BST) Committer: Lucien Gentis (Thu 23 Apr 2026 15:38:29 BST) fr doc XML files updates. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933269 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_dav.xml.fr M docs/manual/mod/mpm_common.xml.fr M docs/manual/programs/ab.xml.fr M docs/manual/programs/htcacheclean.xml.fr M docs/manual/programs/httpd.xml.fr M docs/manual/programs/suexec.xml.fr ____________________________________________________________________________________________________________ Commit: d1805d572f31daf8611a5b5d514f333d07cf29c1 URL: https://git.catflap.org/apache-httpd/commit/?id=d1805d572f31daf8611a5b5d514f333d07cf29c1 Author: Daniel Ferradal (Wed 22 Apr 2026 16:51:53 BST) Committer: Daniel Ferradal (Wed 22 Apr 2026 16:51:53 BST) spanish translation stopping.xml.es was up to date, english version only corrected an errata git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933256 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/stopping.html.es.utf8 M docs/manual/stopping.xml.es M docs/manual/stopping.xml.meta ____________________________________________________________________________________________________________ Commit: 780aefd0c38376daedba71e1f18e6a93573a3f79 URL: https://git.catflap.org/apache-httpd/commit/?id=780aefd0c38376daedba71e1f18e6a93573a3f79 Author: Daniel Ferradal (Wed 22 Apr 2026 16:49:30 BST) Committer: Daniel Ferradal (Wed 22 Apr 2026 16:49:30 BST) Spanish translation was up to date, english revision only corrected an errata git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933255 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/new_features_2_2.html.es.utf8 M docs/manual/new_features_2_2.xml.es M docs/manual/new_features_2_2.xml.meta ____________________________________________________________________________________________________________ Commit: b96199c4883b8bcb68a9ec2bf6cee017654837b8 URL: https://git.catflap.org/apache-httpd/commit/?id=b96199c4883b8bcb68a9ec2bf6cee017654837b8 Author: Lucien Gentis (Wed 22 Apr 2026 16:16:41 BST) Committer: Lucien Gentis (Wed 22 Apr 2026 16:16:41 BST) fr doc XML files updates. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933252 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_cache.xml.fr M docs/manual/programs/apachectl.xml.fr M docs/manual/programs/htdbm.xml.fr M docs/manual/programs/httxt2dbm.xml.fr ____________________________________________________________________________________________________________ Commit: 9270fe1f35166ae1f98a85cecb408d583ca6c914 URL: https://git.catflap.org/apache-httpd/commit/?id=9270fe1f35166ae1f98a85cecb408d583ca6c914 Author: Rich Bowen (Wed 22 Apr 2026 15:09:59 BST) Committer: Rich Bowen (Wed 22 Apr 2026 15:09:59 BST) Note that the doc is for historical reference only, and unlink all of the netware.com links. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933248 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/platform/netware.xml ____________________________________________________________________________________________________________ Commit: add167adb431938320e3aeebe784678fdc8ced9a URL: https://git.catflap.org/apache-httpd/commit/?id=add167adb431938320e3aeebe784678fdc8ced9a Author: Daniel Ferradal (Wed 22 Apr 2026 13:36:59 BST) Committer: Daniel Ferradal (Wed 22 Apr 2026 13:36:59 BST) Updated and corrected glossary.xml.es git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933242 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/glossary.html.es.utf8 M docs/manual/glossary.xml.es M docs/manual/glossary.xml.meta ____________________________________________________________________________________________________________ Commit: 3421c897c51a3fe73b7a0ff1ebcacec9d678762d URL: https://git.catflap.org/apache-httpd/commit/?id=3421c897c51a3fe73b7a0ff1ebcacec9d678762d Author: Daniel Ferradal (Wed 22 Apr 2026 12:25:31 BST) Committer: Daniel Ferradal (Wed 22 Apr 2026 12:25:31 BST) Minor update to custom-error.xml.es to keep it current git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933241 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/custom-error.html.es.utf8 M docs/manual/custom-error.xml.es M docs/manual/custom-error.xml.meta ____________________________________________________________________________________________________________ Commit: 543adf74dcd72467ada287a36e1d0f87834eb451 URL: https://git.catflap.org/apache-httpd/commit/?id=543adf74dcd72467ada287a36e1d0f87834eb451 Author: Daniel Ferradal (Tue 21 Apr 2026 22:14:42 BST) Committer: Daniel Ferradal (Tue 21 Apr 2026 22:14:42 BST) Remaining Updates produced by running build.sh all git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933228 13f79535-47bb-0310-9956-ffa450edef68 M docs/man/ab.1 M docs/man/apachectl.8 M docs/man/apxs.1 M docs/man/ctlogconfig.8 M docs/man/dbmmanage.1 M docs/man/htcacheclean.8 M docs/man/htdbm.1 M docs/man/htdigest.1 M docs/man/htpasswd.1 M docs/man/httpd.8 M docs/man/httxt2dbm.1 M docs/man/logresolve.1 M docs/man/rotatelogs.8 M docs/man/suexec.8 M docs/manual/bind.html.de M docs/manual/bind.xml.meta M docs/manual/caching.html.en.utf8 M docs/manual/caching.html.fr.utf8 M docs/manual/caching.xml.fr M docs/manual/caching.xml.meta M docs/manual/caching.xml.tr M docs/manual/compliance.html.en.utf8 M docs/manual/compliance.html.fr.utf8 M docs/manual/compliance.xml.fr M docs/manual/compliance.xml.meta M docs/manual/content-negotiation.html.en.utf8 M docs/manual/content-negotiation.html.fr.utf8 M docs/manual/content-negotiation.xml.fr M docs/manual/content-negotiation.xml.ja M docs/manual/content-negotiation.xml.ko M docs/manual/content-negotiation.xml.meta M docs/manual/content-negotiation.xml.tr M docs/manual/custom-error.html.en.utf8 M docs/manual/custom-error.html.es.utf8 M docs/manual/custom-error.html.fr.utf8 M docs/manual/custom-error.xml.es M docs/manual/custom-error.xml.fr M docs/manual/custom-error.xml.ja M docs/manual/custom-error.xml.ko M docs/manual/custom-error.xml.meta M docs/manual/custom-error.xml.tr M docs/manual/developer/modules.html.en.utf8 M docs/manual/developer/modules.xml.ja M docs/manual/developer/new_api_2_4.html.en.utf8 M docs/manual/developer/output-filters.html.en.utf8 M docs/manual/dso.html.en.utf8 M docs/manual/dso.html.fr.utf8 M docs/manual/dso.html.tr.utf8 M docs/manual/dso.xml.fr M docs/manual/dso.xml.ja M docs/manual/dso.xml.ko M docs/manual/dso.xml.meta M docs/manual/dso.xml.tr M docs/manual/env.html.en.utf8 M docs/manual/env.html.fr.utf8 M docs/manual/env.xml.fr M docs/manual/env.xml.ja M docs/manual/env.xml.ko M docs/manual/env.xml.meta M docs/manual/env.xml.tr M docs/manual/glossary.html.en.utf8 M docs/manual/glossary.html.es.utf8 M docs/manual/glossary.html.fr.utf8 M docs/manual/glossary.xml.de M docs/manual/glossary.xml.es M docs/manual/glossary.xml.fr M docs/manual/glossary.xml.ja M docs/manual/glossary.xml.ko M docs/manual/glossary.xml.meta M docs/manual/glossary.xml.tr M docs/manual/howto/cgi.html.en.utf8 M docs/manual/howto/cgi.html.fr.utf8 M docs/manual/howto/cgi.xml.es M docs/manual/howto/cgi.xml.fr M docs/manual/howto/cgi.xml.ja M docs/manual/howto/cgi.xml.ko M docs/manual/howto/cgi.xml.meta M docs/manual/install.html.en.utf8 M docs/manual/install.html.fr.utf8 M docs/manual/install.xml.de M docs/manual/install.xml.fr M docs/manual/install.xml.ja M docs/manual/install.xml.ko M docs/manual/install.xml.meta M docs/manual/install.xml.tr M docs/manual/logs.html.en.utf8 M docs/manual/logs.html.fr.utf8 M docs/manual/logs.xml.fr M docs/manual/logs.xml.ja M docs/manual/logs.xml.ko M docs/manual/logs.xml.meta M docs/manual/logs.xml.tr M docs/manual/mod/core.html.en.utf8 M docs/manual/mod/core.html.fr.utf8 M docs/manual/mod/core.xml.de M docs/manual/mod/core.xml.es M docs/manual/mod/core.xml.fr M docs/manual/mod/core.xml.ja M docs/manual/mod/core.xml.tr M docs/manual/mod/mod_auth_bearer.html.en.utf8 M docs/manual/mod/mod_auth_form.html.en.utf8 M docs/manual/mod/mod_auth_form.html.fr.utf8 M docs/manual/mod/mod_auth_form.xml.fr M docs/manual/mod/mod_auth_form.xml.meta M docs/manual/mod/mod_authn_socache.html.en.utf8 M docs/manual/mod/mod_authn_socache.html.fr.utf8 M docs/manual/mod/mod_authn_socache.xml.fr M docs/manual/mod/mod_authn_socache.xml.meta M docs/manual/mod/mod_authnz_ldap.html.en.utf8 M docs/manual/mod/mod_authnz_ldap.html.fr.utf8 M docs/manual/mod/mod_autoindex.html.en.utf8 M docs/manual/mod/mod_autoindex.html.fr.utf8 M docs/manual/mod/mod_autoindex.xml.fr M docs/manual/mod/mod_autoindex.xml.ja M docs/manual/mod/mod_autoindex.xml.ko M docs/manual/mod/mod_autoindex.xml.tr M docs/manual/mod/mod_cache.html.en.utf8 M docs/manual/mod/mod_cache.xml.fr M docs/manual/mod/mod_cache.xml.ja M docs/manual/mod/mod_cache.xml.ko M docs/manual/mod/mod_dbd.html.en.utf8 M docs/manual/mod/mod_dbd.html.fr.utf8 M docs/manual/mod/mod_dbd.xml.fr M docs/manual/mod/mod_dir.html.en.utf8 M docs/manual/mod/mod_dir.html.fr.utf8 M docs/manual/mod/mod_dir.xml.fr M docs/manual/mod/mod_dir.xml.ja M docs/manual/mod/mod_dir.xml.ko M docs/manual/mod/mod_dir.xml.meta M docs/manual/mod/mod_dir.xml.tr M docs/manual/mod/mod_filter.html.en.utf8 M docs/manual/mod/mod_filter.html.fr.utf8 M docs/manual/mod/mod_filter.xml.fr M docs/manual/mod/mod_filter.xml.meta M docs/manual/mod/mod_firehose.html.en.utf8 M docs/manual/mod/mod_firehose.html.fr.utf8 M docs/manual/mod/mod_firehose.xml.fr M docs/manual/mod/mod_firehose.xml.meta M docs/manual/mod/mod_http2.html.en.utf8 M docs/manual/mod/mod_http2.html.fr.utf8 M docs/manual/mod/mod_http2.xml.fr M docs/manual/mod/mod_http2.xml.meta M docs/manual/mod/mod_include.html.en.utf8 M docs/manual/mod/mod_include.html.fr.utf8 M docs/manual/mod/mod_include.xml.fr M docs/manual/mod/mod_include.xml.ja M docs/manual/mod/mod_include.xml.meta M docs/manual/mod/mod_log_config.html.fr.utf8 M docs/manual/mod/mod_log_config.xml.meta M docs/manual/mod/mod_logio.html.fr.utf8 M docs/manual/mod/mod_logio.xml.meta M docs/manual/mod/mod_lua.html.fr.utf8 M docs/manual/mod/mod_md.html.en.utf8 M docs/manual/mod/mod_md.html.fr.utf8 M docs/manual/mod/mod_md.xml.fr M docs/manual/mod/mod_md.xml.meta M docs/manual/mod/mod_mime.html.fr.utf8 M docs/manual/mod/mod_mime.xml.meta M docs/manual/mod/mod_mime_magic.html.fr.utf8 M docs/manual/mod/mod_mime_magic.xml.meta M docs/manual/mod/mod_policy.html.en.utf8 M docs/manual/mod/mod_policy.html.fr.utf8 M docs/manual/mod/mod_policy.xml.fr M docs/manual/mod/mod_policy.xml.meta M docs/manual/mod/mod_proxy.html.fr.utf8 M docs/manual/mod/mod_proxy.xml.meta M docs/manual/mod/mod_proxy_fcgi.html.en.utf8 M docs/manual/mod/mod_proxy_fcgi.html.fr.utf8 M docs/manual/mod/mod_proxy_fcgi.xml.fr M docs/manual/mod/mod_proxy_fcgi.xml.meta M docs/manual/mod/mod_proxy_html.html.en.utf8 M docs/manual/mod/mod_proxy_html.html.fr.utf8 M docs/manual/mod/mod_proxy_html.xml.fr M docs/manual/mod/mod_proxy_http.html.en.utf8 M docs/manual/mod/mod_proxy_http.html.fr.utf8 M docs/manual/mod/mod_proxy_http.xml.fr M docs/manual/mod/mod_proxy_http.xml.meta M docs/manual/mod/mod_proxy_scgi.html.en.utf8 M docs/manual/mod/mod_proxy_scgi.html.fr.utf8 M docs/manual/mod/mod_proxy_scgi.xml.fr M docs/manual/mod/mod_proxy_scgi.xml.meta M docs/manual/mod/mod_session.html.en.utf8 M docs/manual/mod/mod_session.html.fr.utf8 M docs/manual/mod/mod_session.xml.fr M docs/manual/mod/mod_session.xml.meta M docs/manual/mod/mod_socache_memcache.html.en.utf8 M docs/manual/mod/mod_socache_memcache.html.fr.utf8 M docs/manual/mod/mod_socache_memcache.xml.fr M docs/manual/mod/mod_socache_memcache.xml.meta M docs/manual/mod/mod_ssl.html.en.utf8 M docs/manual/mod/mod_ssl.html.es.utf8 M docs/manual/mod/mod_ssl.html.fr.utf8 M docs/manual/mod/mod_ssl.xml.es M docs/manual/mod/mod_ssl.xml.fr M docs/manual/mod/mod_substitute.html.en.utf8 M docs/manual/mod/mod_substitute.html.fr.utf8 M docs/manual/mod/mod_substitute.xml.fr M docs/manual/mod/mod_substitute.xml.meta M docs/manual/mod/mod_xml2enc.html.en.utf8 M docs/manual/mod/mod_xml2enc.html.fr.utf8 M docs/manual/mod/mod_xml2enc.xml.fr M docs/manual/mod/mod_xml2enc.xml.meta M docs/manual/mod/mpm_common.html.en.utf8 M docs/manual/mod/mpm_common.xml.de M docs/manual/mod/mpm_common.xml.fr M docs/manual/mod/mpm_common.xml.ja M docs/manual/mod/mpm_common.xml.tr M docs/manual/mod/overrides.html.en.utf8 M docs/manual/mod/overrides.html.fr.utf8 M docs/manual/mod/quickreference.html.de M docs/manual/mod/quickreference.html.en.utf8 M docs/manual/mod/quickreference.html.es.utf8 M docs/manual/mod/quickreference.html.fr.utf8 M docs/manual/mod/quickreference.html.ja.utf8 M docs/manual/mod/quickreference.html.ko.euc-kr M docs/manual/mod/quickreference.html.tr.utf8 M docs/manual/mod/quickreference.html.zh-cn.utf8 M docs/manual/new_features_2_2.html.en.utf8 M docs/manual/new_features_2_2.html.es.utf8 M docs/manual/new_features_2_2.html.fr.utf8 M docs/manual/new_features_2_2.xml.es M docs/manual/new_features_2_2.xml.fr M docs/manual/new_features_2_2.xml.ko M docs/manual/new_features_2_2.xml.meta M docs/manual/new_features_2_2.xml.pt-br M docs/manual/new_features_2_2.xml.tr M docs/manual/new_features_2_4.html.en.utf8 M docs/manual/new_features_2_4.html.fr.utf8 M docs/manual/new_features_2_4.xml.fr M docs/manual/new_features_2_4.xml.meta M docs/manual/new_features_2_4.xml.tr M docs/manual/platform/netware.html.en.utf8 M docs/manual/platform/netware.html.fr.utf8 M docs/manual/platform/netware.xml.fr M docs/manual/platform/netware.xml.ko M docs/manual/platform/netware.xml.meta M docs/manual/platform/windows.html.en.utf8 M docs/manual/platform/windows.html.fr.utf8 M docs/manual/platform/windows.xml.fr M docs/manual/platform/windows.xml.ko M docs/manual/platform/windows.xml.meta M docs/manual/programs/ab.html.en.utf8 M docs/manual/programs/ab.html.fr.utf8 M docs/manual/programs/ab.xml.fr M docs/manual/programs/ab.xml.ko M docs/manual/programs/ab.xml.meta M docs/manual/programs/ab.xml.tr M docs/manual/programs/apachectl.html.en.utf8 M docs/manual/programs/apachectl.html.fr.utf8 M docs/manual/programs/apachectl.html.tr.utf8 M docs/manual/programs/apachectl.xml.fr M docs/manual/programs/apachectl.xml.ko M docs/manual/programs/apachectl.xml.meta M docs/manual/programs/apachectl.xml.tr M docs/manual/programs/apxs.html.en.utf8 M docs/manual/programs/apxs.html.fr.utf8 M docs/manual/programs/apxs.xml.fr M docs/manual/programs/apxs.xml.ko M docs/manual/programs/apxs.xml.meta M docs/manual/programs/apxs.xml.tr M docs/manual/programs/configure.html.en.utf8 M docs/manual/programs/configure.html.fr.utf8 M docs/manual/programs/configure.xml.fr M docs/manual/programs/configure.xml.ko M docs/manual/programs/configure.xml.meta M docs/manual/programs/configure.xml.tr M docs/manual/programs/ctlogconfig.html.fr.utf8 M docs/manual/programs/ctlogconfig.xml.fr M docs/manual/programs/ctlogconfig.xml.meta M docs/manual/programs/dbmmanage.html.en.utf8 M docs/manual/programs/dbmmanage.html.fr.utf8 M docs/manual/programs/dbmmanage.xml.fr M docs/manual/programs/dbmmanage.xml.ko M docs/manual/programs/dbmmanage.xml.meta M docs/manual/programs/dbmmanage.xml.tr M docs/manual/programs/htcacheclean.html.en.utf8 M docs/manual/programs/htcacheclean.html.fr.utf8 M docs/manual/programs/htcacheclean.xml.fr M docs/manual/programs/htcacheclean.xml.ko M docs/manual/programs/htcacheclean.xml.meta M docs/manual/programs/htcacheclean.xml.tr M docs/manual/programs/htdbm.html.en.utf8 M docs/manual/programs/htdbm.html.fr.utf8 M docs/manual/programs/htdbm.xml.fr M docs/manual/programs/htdbm.xml.meta M docs/manual/programs/htdbm.xml.tr M docs/manual/programs/htdigest.html.en.utf8 M docs/manual/programs/htdigest.html.fr.utf8 M docs/manual/programs/htdigest.xml.fr M docs/manual/programs/htdigest.xml.ko M docs/manual/programs/htdigest.xml.meta M docs/manual/programs/htdigest.xml.tr M docs/manual/programs/htpasswd.html.en.utf8 M docs/manual/programs/htpasswd.html.fr.utf8 M docs/manual/programs/htpasswd.xml.fr M docs/manual/programs/htpasswd.xml.ko M docs/manual/programs/htpasswd.xml.meta M docs/manual/programs/htpasswd.xml.tr M docs/manual/programs/httpd.html.en.utf8 M docs/manual/programs/httpd.html.fr.utf8 M docs/manual/programs/httpd.xml.fr M docs/manual/programs/httpd.xml.ko M docs/manual/programs/httpd.xml.meta M docs/manual/programs/httpd.xml.tr M docs/manual/programs/httxt2dbm.html.en.utf8 M docs/manual/programs/httxt2dbm.html.fr.utf8 M docs/manual/programs/httxt2dbm.xml.fr M docs/manual/programs/httxt2dbm.xml.meta M docs/manual/programs/httxt2dbm.xml.tr M docs/manual/programs/logresolve.html.en.utf8 M docs/manual/programs/logresolve.html.fr.utf8 M docs/manual/programs/logresolve.html.tr.utf8 M docs/manual/programs/logresolve.xml.fr M docs/manual/programs/logresolve.xml.ko M docs/manual/programs/logresolve.xml.meta M docs/manual/programs/logresolve.xml.tr M docs/manual/programs/rotatelogs.html.en.utf8 M docs/manual/programs/rotatelogs.html.fr.utf8 M docs/manual/programs/rotatelogs.xml.fr M docs/manual/programs/rotatelogs.xml.ko M docs/manual/programs/rotatelogs.xml.meta M docs/manual/programs/rotatelogs.xml.tr M docs/manual/programs/suexec.html.en.utf8 M docs/manual/programs/suexec.html.fr.utf8 M docs/manual/programs/suexec.xml.fr M docs/manual/programs/suexec.xml.ko M docs/manual/programs/suexec.xml.meta M docs/manual/programs/suexec.xml.tr M docs/manual/stopping.html.en.utf8 M docs/manual/stopping.html.es.utf8 M docs/manual/stopping.html.fr.utf8 M docs/manual/stopping.html.ja.utf8 M docs/manual/stopping.html.tr.utf8 M docs/manual/stopping.xml.de M docs/manual/stopping.xml.es M docs/manual/stopping.xml.fr M docs/manual/stopping.xml.ja M docs/manual/stopping.xml.ko M docs/manual/stopping.xml.meta M docs/manual/stopping.xml.tr M docs/manual/suexec.html.en.utf8 M docs/manual/suexec.html.fr.utf8 M docs/manual/suexec.xml.fr M docs/manual/suexec.xml.ja M docs/manual/suexec.xml.ko M docs/manual/suexec.xml.meta M docs/manual/suexec.xml.tr M docs/manual/upgrading.html.en.utf8 M docs/manual/upgrading.xml.fr M docs/manual/vhosts/mass.html.en.utf8 M docs/manual/vhosts/mass.html.fr.utf8 M docs/manual/vhosts/mass.xml.fr M docs/manual/vhosts/mass.xml.ko M docs/manual/vhosts/mass.xml.meta M docs/manual/vhosts/mass.xml.tr ____________________________________________________________________________________________________________ Commit: fbdd926f25402f03efe8bd3fdac3cca1adb48d23 URL: https://git.catflap.org/apache-httpd/commit/?id=fbdd926f25402f03efe8bd3fdac3cca1adb48d23 Author: Daniel Ferradal (Tue 21 Apr 2026 22:10:21 BST) Committer: Daniel Ferradal (Tue 21 Apr 2026 22:10:21 BST) Translation up to date for new_features_2_4.xml.es git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933227 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/new_features_2_4.html.es.utf8 M docs/manual/new_features_2_4.xml.es ____________________________________________________________________________________________________________ Commit: 4a0b74488a571e08311f10ea150297d1378e4275 URL: https://git.catflap.org/apache-httpd/commit/?id=4a0b74488a571e08311f10ea150297d1378e4275 Author: Lucien Gentis (Tue 21 Apr 2026 16:07:24 BST) Committer: Lucien Gentis (Tue 21 Apr 2026 16:07:24 BST) fr doc XML files updates. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933208 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/core.xml.fr M docs/manual/mod/mod_dbd.xml.fr M docs/manual/mod/mod_log_config.xml.fr M docs/manual/mod/mod_logio.xml.fr M docs/manual/mod/mod_proxy.xml.fr ____________________________________________________________________________________________________________ Commit: 15046913c5a7061f47c8a186a06bddbd9f0f5e1e URL: https://git.catflap.org/apache-httpd/commit/?id=15046913c5a7061f47c8a186a06bddbd9f0f5e1e Author: Rich Bowen (Mon 20 Apr 2026 20:31:26 BST) Committer: Rich Bowen (Mon 20 Apr 2026 20:31:26 BST) Use rather than embedding HTML in blocks (style guide) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933189 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/compliance.xml M docs/manual/content-negotiation.xml M docs/manual/custom-error.xml M docs/manual/dso.xml M docs/manual/install.xml ____________________________________________________________________________________________________________ Commit: 05d4cd4e29526672ac128a9d8afe2c0ac1147e73 URL: https://git.catflap.org/apache-httpd/commit/?id=05d4cd4e29526672ac128a9d8afe2c0ac1147e73 Author: Lucien Gentis (Mon 20 Apr 2026 15:57:26 BST) Committer: Lucien Gentis (Mon 20 Apr 2026 15:57:26 BST) fr doc XML files updates. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933183 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_mime.xml.fr M docs/manual/mod/mod_mime_magic.xml.fr M docs/manual/mod/mod_proxy_html.xml.fr ____________________________________________________________________________________________________________ Commit: 0803dfe482cb2b02a71bda999f1017b5b2d1150b URL: https://git.catflap.org/apache-httpd/commit/?id=0803dfe482cb2b02a71bda999f1017b5b2d1150b Author: Rich Bowen (Mon 20 Apr 2026 13:45:42 BST) Committer: Rich Bowen (Mon 20 Apr 2026 13:45:42 BST) docs: normalize British spellings to American English per style guide git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933179 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/caching.xml M docs/manual/developer/modules.xml M docs/manual/developer/new_api_2_4.xml M docs/manual/developer/output-filters.xml M docs/manual/env.xml M docs/manual/logs.xml M docs/manual/mod/core.xml M docs/manual/mod/mod_auth_bearer.xml M docs/manual/mod/mod_auth_form.xml M docs/manual/mod/mod_authn_socache.xml M docs/manual/mod/mod_autoindex.xml M docs/manual/mod/mod_cache.xml M docs/manual/mod/mod_dbd.xml M docs/manual/mod/mod_dir.xml M docs/manual/mod/mod_filter.xml M docs/manual/mod/mod_firehose.xml M docs/manual/mod/mod_http2.xml M docs/manual/mod/mod_include.xml M docs/manual/mod/mod_md.xml M docs/manual/mod/mod_policy.xml M docs/manual/mod/mod_proxy_fcgi.xml M docs/manual/mod/mod_proxy_html.xml M docs/manual/mod/mod_proxy_http.xml M docs/manual/mod/mod_proxy_scgi.xml M docs/manual/mod/mod_session.xml M docs/manual/mod/mod_socache_memcache.xml M docs/manual/mod/mod_ssl.xml M docs/manual/mod/mod_substitute.xml M docs/manual/mod/mod_xml2enc.xml M docs/manual/mod/mpm_common.xml M docs/manual/new_features_2_2.xml M docs/manual/new_features_2_4.xml M docs/manual/programs/htcacheclean.xml M docs/manual/stopping.xml M docs/manual/suexec.xml M docs/manual/upgrading.xml M docs/manual/vhosts/mass.xml ____________________________________________________________________________________________________________ Commit: 18bde54f347bb62a65cfbaae69668962afb9c9f4 URL: https://git.catflap.org/apache-httpd/commit/?id=18bde54f347bb62a65cfbaae69668962afb9c9f4 Author: Lucien Gentis (Mon 20 Apr 2026 13:25:13 BST) Committer: Lucien Gentis (Mon 20 Apr 2026 13:25:13 BST) fr doc XML files updates. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933176 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_http2.xml.fr M docs/manual/mod/mod_include.xml.fr ____________________________________________________________________________________________________________ Commit: a0ca9ccfe6498a2ca3f85fb8582ff157e28d0ba5 URL: https://git.catflap.org/apache-httpd/commit/?id=a0ca9ccfe6498a2ca3f85fb8582ff157e28d0ba5 Author: Lucien Gentis (Mon 20 Apr 2026 12:08:06 BST) Committer: Lucien Gentis (Mon 20 Apr 2026 12:08:06 BST) fr doc XML file update. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933173 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_lua.xml.fr ____________________________________________________________________________________________________________ Commit: 8c3cfd8ab904b4bc696d5967550141c2faf0bebc URL: https://git.catflap.org/apache-httpd/commit/?id=8c3cfd8ab904b4bc696d5967550141c2faf0bebc Author: Lucien Gentis (Sun 19 Apr 2026 15:44:10 BST) Committer: Lucien Gentis (Sun 19 Apr 2026 15:44:10 BST) fr doc XML file update. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933163 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_ssl.xml.fr ____________________________________________________________________________________________________________ Commit: 647654245220dcac4de782e362b5833639788a04 URL: https://git.catflap.org/apache-httpd/commit/?id=647654245220dcac4de782e362b5833639788a04 Author: Lucien Gentis (Sat 18 Apr 2026 16:41:16 BST) Committer: Lucien Gentis (Sat 18 Apr 2026 16:41:16 BST) fr doc XML files updates. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933148 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_authnz_ldap.xml.fr M docs/manual/mod/mod_autoindex.xml.fr ____________________________________________________________________________________________________________ Commit: 67878bd95797d2da0e6e11f74c5febd1c504c8dd URL: https://git.catflap.org/apache-httpd/commit/?id=67878bd95797d2da0e6e11f74c5febd1c504c8dd Author: Rich Bowen (Fri 17 Apr 2026 16:55:03 BST) Committer: Rich Bowen (Fri 17 Apr 2026 16:55:03 BST) Style guide: use rather than for httpd programs. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933136 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/programs/ab.xml M docs/manual/programs/apachectl.xml M docs/manual/programs/apxs.xml M docs/manual/programs/dbmmanage.xml M docs/manual/programs/htcacheclean.xml M docs/manual/programs/htdbm.xml M docs/manual/programs/htdigest.xml M docs/manual/programs/htpasswd.xml M docs/manual/programs/httpd.xml M docs/manual/programs/httxt2dbm.xml M docs/manual/programs/logresolve.xml M docs/manual/programs/rotatelogs.xml M docs/manual/programs/suexec.xml ____________________________________________________________________________________________________________ Commit: b552303aced18aba6be4642561233d75abf1bc2d URL: https://git.catflap.org/apache-httpd/commit/?id=b552303aced18aba6be4642561233d75abf1bc2d Author: Rich Bowen (Thu 16 Apr 2026 15:59:32 BST) Committer: Rich Bowen (Thu 16 Apr 2026 15:59:32 BST) Style guide: use to reference programs/scripts. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933119 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/programs/configure.xml ____________________________________________________________________________________________________________ Commit: 24ff4e4e6d02a840da104f14e987a850c9077035 URL: https://git.catflap.org/apache-httpd/commit/?id=24ff4e4e6d02a840da104f14e987a850c9077035 Author: Rich Bowen (Thu 16 Apr 2026 15:50:25 BST) Committer: Rich Bowen (Thu 16 Apr 2026 15:50:25 BST) Style guide: Fixes authnz_ldap doc markup git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933116 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_authnz_ldap.xml ____________________________________________________________________________________________________________ Commit: d11e440c7eeca1ae06e34a912f48ee7f014f0501 URL: https://git.catflap.org/apache-httpd/commit/?id=d11e440c7eeca1ae06e34a912f48ee7f014f0501 Author: Joe Orton (Thu 16 Apr 2026 08:49:22 BST) Committer: Joe Orton (Thu 16 Apr 2026 08:49:22 BST) * server/util.c (ap_escape_shell_cmd, ap_escape_path_segment, ap_os_escape_path, ap_escape_urlencoded): Add integer overflow checks before apr_palloc buffer size calculations. Compute strlen into a local variable and assert that the multiplied size does not exceed APR_SIZE_MAX. Submitted by: Koda Reef Github: closes #615 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933099 13f79535-47bb-0310-9956-ffa450edef68 M server/util.c ____________________________________________________________________________________________________________ Commit: 5c27d74d7c58bc68bcb4d0921da71e1816a923e2 URL: https://git.catflap.org/apache-httpd/commit/?id=5c27d74d7c58bc68bcb4d0921da71e1816a923e2 Author: Joe Orton (Thu 16 Apr 2026 08:30:49 BST) Committer: Joe Orton (Thu 16 Apr 2026 08:30:49 BST) docs(mod_ssl): fix SSL_CLIENTHELLO env var typo Submitted by: Pavan Shinde Github: closes #634 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933097 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_ssl.xml ____________________________________________________________________________________________________________ Commit: 65090db04e6abc7d23ae8a5e8644a65b3654cfe4 URL: https://git.catflap.org/apache-httpd/commit/?id=65090db04e6abc7d23ae8a5e8644a65b3654cfe4 Author: Joe Orton (Thu 16 Apr 2026 08:30:19 BST) Committer: Joe Orton (Thu 16 Apr 2026 08:30:19 BST) mpm/event: fix 'occured' -> 'occurred' in event.c comment Comment in server/mpm/event/event.c line 919 read 'unrecoverable error occured'. Fixed to 'occurred'. Comment-only change. Signed-off-by: SAY-5 Submitted by: SAY-5 Github: closes #635 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933096 13f79535-47bb-0310-9956-ffa450edef68 M server/mpm/event/event.c ____________________________________________________________________________________________________________ Commit: 3252ffac8241dcc7fef894a6148885e1a533e0f8 URL: https://git.catflap.org/apache-httpd/commit/?id=3252ffac8241dcc7fef894a6148885e1a533e0f8 Author: Rich Bowen (Wed 15 Apr 2026 15:03:46 BST) Committer: Rich Bowen (Wed 15 Apr 2026 15:03:46 BST) Style guide: Replace "Apache" with "httpd" or other terms as appropriate to context. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933086 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/glossary.xml ____________________________________________________________________________________________________________ Commit: 981bc16be94f4388e85f401e77e8ed77b0515aa6 URL: https://git.catflap.org/apache-httpd/commit/?id=981bc16be94f4388e85f401e77e8ed77b0515aa6 Author: Rich Bowen (Wed 15 Apr 2026 14:27:23 BST) Committer: Rich Bowen (Wed 15 Apr 2026 14:27:23 BST) Style guide: Replace 'Apache' with 'Apache HTTP Server', 'Apache httpd', or 'httpd', depending on context. Note, however, that this guide is grossly out of date, and needs a major revision. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933084 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/howto/cgi.xml ____________________________________________________________________________________________________________ Commit: be5700f94e1dd8a2bf94b1a2bfa85b8e4df0d370 URL: https://git.catflap.org/apache-httpd/commit/?id=be5700f94e1dd8a2bf94b1a2bfa85b8e4df0d370 Author: Rich Bowen (Wed 15 Apr 2026 14:14:47 BST) Committer: Rich Bowen (Wed 15 Apr 2026 14:14:47 BST) Replaces bare mentions of 'Apache' with Apache HTTP Server, Apache httpd, and httpd, depending on context. NOTE: I don't think this doc is relevant any more git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933083 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/platform/netware.xml ____________________________________________________________________________________________________________ Commit: 344a41a2ce7d2198e76c1b24cad3e9fd149c1a30 URL: https://git.catflap.org/apache-httpd/commit/?id=344a41a2ce7d2198e76c1b24cad3e9fd149c1a30 Author: Rich Bowen (Tue 14 Apr 2026 21:41:23 BST) Committer: Rich Bowen (Tue 14 Apr 2026 21:41:23 BST) Replace uses of "Apache" with "Apache HTTP Server", "Apache httpd" or just "httpd", depending on context. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933076 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/platform/windows.xml ____________________________________________________________________________________________________________ Commit: c32f8586cf0f65eeb09123ca381f7a0ddbcf1842 URL: https://git.catflap.org/apache-httpd/commit/?id=c32f8586cf0f65eeb09123ca381f7a0ddbcf1842 Author: Rich Bowen (Tue 14 Apr 2026 21:09:16 BST) Committer: Rich Bowen (Tue 14 Apr 2026 21:09:16 BST) Rebuild html, meta files git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933074 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/rewrite/advanced.html.en.utf8 M docs/manual/rewrite/advanced.html.fr.utf8 M docs/manual/rewrite/advanced.xml.fr M docs/manual/rewrite/advanced.xml.meta M docs/manual/rewrite/avoid.html.en.utf8 M docs/manual/rewrite/avoid.xml.fr M docs/manual/rewrite/htaccess.html.en.utf8 M docs/manual/rewrite/htaccess.html.fr.utf8 M docs/manual/rewrite/htaccess.xml.fr M docs/manual/rewrite/htaccess.xml.meta M docs/manual/rewrite/proxy.html.en.utf8 M docs/manual/rewrite/proxy.html.fr.utf8 M docs/manual/rewrite/proxy.xml.fr M docs/manual/rewrite/proxy.xml.meta M docs/manual/rewrite/remapping.html.en.utf8 M docs/manual/rewrite/remapping.html.fr.utf8 M docs/manual/rewrite/remapping.xml.fr M docs/manual/rewrite/remapping.xml.meta M docs/manual/rewrite/tech.html.en.utf8 M docs/manual/rewrite/tech.html.fr.utf8 M docs/manual/rewrite/tech.xml.fr M docs/manual/rewrite/tech.xml.meta M docs/manual/rewrite/vhosts.html.en.utf8 M docs/manual/rewrite/vhosts.html.fr.utf8 M docs/manual/rewrite/vhosts.xml.fr M docs/manual/rewrite/vhosts.xml.meta ____________________________________________________________________________________________________________ Commit: 6a3df26a31062398508d7dcf67d5802da7eb4602 URL: https://git.catflap.org/apache-httpd/commit/?id=6a3df26a31062398508d7dcf67d5802da7eb4602 Author: Rich Bowen (Tue 14 Apr 2026 21:06:32 BST) Committer: Rich Bowen (Tue 14 Apr 2026 21:06:32 BST) Should never use inside an existing tag, as that leads to double/nested tags in the generated HTML. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933071 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/rewrite/avoid.xml M docs/manual/rewrite/vhosts.xml ____________________________________________________________________________________________________________ Commit: 811e237626b3e5d6da8fac9be89187fd0542df8d URL: https://git.catflap.org/apache-httpd/commit/?id=811e237626b3e5d6da8fac9be89187fd0542df8d Author: Rich Bowen (Tue 14 Apr 2026 21:02:12 BST) Committer: Rich Bowen (Tue 14 Apr 2026 21:02:12 BST) Wrap module name in git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933070 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/rewrite/vhosts.xml ____________________________________________________________________________________________________________ Commit: b8f0cb5aff61eb81b9e5669a5a3b73379fd7dd9f URL: https://git.catflap.org/apache-httpd/commit/?id=b8f0cb5aff61eb81b9e5669a5a3b73379fd7dd9f Author: Rich Bowen (Tue 14 Apr 2026 20:56:54 BST) Committer: Rich Bowen (Tue 14 Apr 2026 20:56:54 BST) Wrap modules in git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933069 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/rewrite/tech.xml ____________________________________________________________________________________________________________ Commit: 303b78a97bef7490603a4892642de8004ccd60ec URL: https://git.catflap.org/apache-httpd/commit/?id=303b78a97bef7490603a4892642de8004ccd60ec Author: Rich Bowen (Tue 14 Apr 2026 20:54:59 BST) Committer: Rich Bowen (Tue 14 Apr 2026 20:54:59 BST) Modules names in git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933068 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/rewrite/remapping.xml ____________________________________________________________________________________________________________ Commit: b00417a321eae0c0f5a9d8750b28d71cf5d3fbec URL: https://git.catflap.org/apache-httpd/commit/?id=b00417a321eae0c0f5a9d8750b28d71cf5d3fbec Author: Rich Bowen (Tue 14 Apr 2026 20:45:20 BST) Committer: Rich Bowen (Tue 14 Apr 2026 20:45:20 BST) Wrap module names in git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933067 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/rewrite/advanced.xml M docs/manual/rewrite/htaccess.xml M docs/manual/rewrite/proxy.xml ____________________________________________________________________________________________________________ Commit: 55fa222ebfb3450c5bbb630e4449c168b9bd13ed URL: https://git.catflap.org/apache-httpd/commit/?id=55fa222ebfb3450c5bbb630e4449c168b9bd13ed Author: Rich Bowen (Tue 14 Apr 2026 20:34:16 BST) Committer: Rich Bowen (Tue 14 Apr 2026 20:34:16 BST) Batch up all xml -> html conversions. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933065 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/rewrite/access.html.en.utf8 M docs/manual/rewrite/access.html.fr.utf8 M docs/manual/rewrite/access.xml.fr M docs/manual/rewrite/access.xml.meta M docs/manual/rewrite/avoid.html.en.utf8 M docs/manual/rewrite/avoid.html.fr.utf8 M docs/manual/rewrite/avoid.xml.fr M docs/manual/rewrite/avoid.xml.meta M docs/manual/rewrite/flags.html.en.utf8 M docs/manual/rewrite/flags.xml.fr M docs/manual/rewrite/index.html.en.utf8 M docs/manual/rewrite/index.html.fr.utf8 M docs/manual/rewrite/index.xml.fr M docs/manual/rewrite/index.xml.meta M docs/manual/rewrite/index.xml.tr M docs/manual/rewrite/index.xml.zh-cn ____________________________________________________________________________________________________________ Commit: cfeb2541f74aa137f1b4a17d0875e6ac86521672 URL: https://git.catflap.org/apache-httpd/commit/?id=cfeb2541f74aa137f1b4a17d0875e6ac86521672 Author: Rich Bowen (Tue 14 Apr 2026 20:30:14 BST) Committer: Rich Bowen (Tue 14 Apr 2026 20:30:14 BST) Wrap module mentions in git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933062 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/rewrite/flags.xml ____________________________________________________________________________________________________________ Commit: eddc2be2a070118344446cc1e4279ebb957f0e11 URL: https://git.catflap.org/apache-httpd/commit/?id=eddc2be2a070118344446cc1e4279ebb957f0e11 Author: Rich Bowen (Tue 14 Apr 2026 20:23:12 BST) Committer: Rich Bowen (Tue 14 Apr 2026 20:23:12 BST) Wrap module names in git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933060 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/rewrite/access.xml M docs/manual/rewrite/avoid.xml M docs/manual/rewrite/index.xml ____________________________________________________________________________________________________________ Commit: e9f8e50e9e5c2005e651e916365f85958504a7bf URL: https://git.catflap.org/apache-httpd/commit/?id=e9f8e50e9e5c2005e651e916365f85958504a7bf Author: Rich Bowen (Tue 14 Apr 2026 20:08:26 BST) Committer: Rich Bowen (Tue 14 Apr 2026 20:08:26 BST) Mentions of a module name should use not or just a bareword. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933058 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_lua.html.en.utf8 M docs/manual/mod/mod_lua.xml ____________________________________________________________________________________________________________ Commit: 9d1a33a26de45e4495784f64b7a2ca801121b87f URL: https://git.catflap.org/apache-httpd/commit/?id=9d1a33a26de45e4495784f64b7a2ca801121b87f Author: Rich Bowen (Tue 14 Apr 2026 19:17:29 BST) Committer: Rich Bowen (Tue 14 Apr 2026 19:17:29 BST) rather than for argument placeholders (style guide) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933057 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_http2.html.en.utf8 M docs/manual/mod/mod_http2.xml ____________________________________________________________________________________________________________ Commit: 47896abdf13c98ffca2cdc919ae06d8740c94799 URL: https://git.catflap.org/apache-httpd/commit/?id=47896abdf13c98ffca2cdc919ae06d8740c94799 Author: Rich Bowen (Tue 14 Apr 2026 18:54:05 BST) Committer: Rich Bowen (Tue 14 Apr 2026 18:54:05 BST) Use syntax highlight example style. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933054 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/programs/ctlogconfig.html.en.utf8 M docs/manual/programs/ctlogconfig.xml M docs/manual/programs/httxt2dbm.html.en.utf8 M docs/manual/programs/httxt2dbm.xml ____________________________________________________________________________________________________________ Commit: 497b560e4c48b87ddd50061b8d190624c0b260f5 URL: https://git.catflap.org/apache-httpd/commit/?id=497b560e4c48b87ddd50061b8d190624c0b260f5 Author: Rich Bowen (Tue 14 Apr 2026 18:31:41 BST) Committer: Rich Bowen (Tue 14 Apr 2026 18:31:41 BST) Use syntax-highlighted example blocks git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933052 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/programs/apxs.html.en.utf8 M docs/manual/programs/apxs.xml ____________________________________________________________________________________________________________ Commit: f128cfda118a6d5ada37ec291507c7e24151f9ee URL: https://git.catflap.org/apache-httpd/commit/?id=f128cfda118a6d5ada37ec291507c7e24151f9ee Author: Rich Bowen (Tue 14 Apr 2026 18:15:12 BST) Committer: Rich Bowen (Tue 14 Apr 2026 18:15:12 BST) Uses highlight syntax for example blocks. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933050 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_include.html.en.utf8 M docs/manual/mod/mod_include.xml ____________________________________________________________________________________________________________ Commit: fc8e3a28b55f004a98a2dcf031f7d2aea00415e5 URL: https://git.catflap.org/apache-httpd/commit/?id=fc8e3a28b55f004a98a2dcf031f7d2aea00415e5 Author: Rich Bowen (Tue 14 Apr 2026 17:47:13 BST) Committer: Rich Bowen (Tue 14 Apr 2026 17:47:13 BST) Bring markup into compliance with style guide. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933048 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_ssl.xml ____________________________________________________________________________________________________________ Commit: 15cc845c259bfedbcd5d1f8ae34910c87eb17839 URL: https://git.catflap.org/apache-httpd/commit/?id=15cc845c259bfedbcd5d1f8ae34910c87eb17839 Author: Rich Bowen (Tue 14 Apr 2026 16:15:22 BST) Committer: Rich Bowen (Tue 14 Apr 2026 16:15:22 BST) Adds an AGENTS.md file to guide agentic contributions to the documentation. Based on the (proposed) style guide that will land in httpd.apache.org/docs-project git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933046 13f79535-47bb-0310-9956-ffa450edef68 A docs/manual/AGENTS.md ____________________________________________________________________________________________________________ Commit: 85723526a1d094c19991a2daf07596a1826a3cf0 URL: https://git.catflap.org/apache-httpd/commit/?id=85723526a1d094c19991a2daf07596a1826a3cf0 Author: Rich Bowen (Tue 14 Apr 2026 13:01:15 BST) Committer: Rich Bowen (Tue 14 Apr 2026 13:01:15 BST) Update German translation. (Assisted by Amazon Kiro) Reviewed by André Malo. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933044 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/bind.xml.de ____________________________________________________________________________________________________________ Commit: 88e3893ddae60091ae1d988262ee3fbe3d4069bc URL: https://git.catflap.org/apache-httpd/commit/?id=88e3893ddae60091ae1d988262ee3fbe3d4069bc Author: Stefan Eissing (Mon 13 Apr 2026 10:05:23 BST) Committer: Stefan Eissing (Mon 13 Apr 2026 10:05:23 BST) *) mod_md: update to version 2.6.10 - Fix issue #420 by ignoring job.json files that claim to have completely finished a certificate renewal, but have not produced the necessary result files. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933015 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/md_v2.6.10.txt M modules/md/md_status.c M modules/md/md_store.c M modules/md/md_store.h M modules/md/md_version.h ____________________________________________________________________________________________________________ Commit: fb98618698057434d5e0f731f5c478058d84da2b URL: https://git.catflap.org/apache-httpd/commit/?id=fb98618698057434d5e0f731f5c478058d84da2b Author: Daniel Ferradal (Sun 12 Apr 2026 21:55:03 BST) Committer: Daniel Ferradal (Sun 12 Apr 2026 21:55:03 BST) Update mpm.xml.es to level it with english translation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933004 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mpm.html.es.utf8 M docs/manual/mpm.xml.es M docs/manual/mpm.xml.meta ____________________________________________________________________________________________________________ Commit: 482664486c4e9eef255feb38ba3b9cf403863495 URL: https://git.catflap.org/apache-httpd/commit/?id=482664486c4e9eef255feb38ba3b9cf403863495 Author: Daniel Ferradal (Sun 12 Apr 2026 20:47:39 BST) Committer: Daniel Ferradal (Sun 12 Apr 2026 20:47:39 BST) Minor update to install.xml.es to level it with english translation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933003 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/install.html.es.utf8 M docs/manual/install.xml.es M docs/manual/install.xml.meta ____________________________________________________________________________________________________________ Commit: a62c08dd334f5827124963435272c278ce5c58b7 URL: https://git.catflap.org/apache-httpd/commit/?id=a62c08dd334f5827124963435272c278ce5c58b7 Author: Vincent Deffontaines (Fri 10 Apr 2026 14:35:48 BST) Committer: Vincent Deffontaines (Fri 10 Apr 2026 14:35:48 BST) heap buffer over-read in ms_wdv.c (reported both by San Zhang and Merih Mengisteab) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932965 13f79535-47bb-0310-9956-ffa450edef68 M modules/dav/main/ms_wdv.c ____________________________________________________________________________________________________________ Commit: 7e06b0218094c91b82402a8f1d93648654722a16 URL: https://git.catflap.org/apache-httpd/commit/?id=7e06b0218094c91b82402a8f1d93648654722a16 Author: Stefan Eissing (Fri 10 Apr 2026 10:50:18 BST) Committer: Stefan Eissing (Fri 10 Apr 2026 10:50:18 BST) mod_md: fix vesion number format git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932953 13f79535-47bb-0310-9956-ffa450edef68 M modules/md/md_version.h ____________________________________________________________________________________________________________ Commit: b85ec65b9015832142a0a8b51b96cf72b0a1bd78 URL: https://git.catflap.org/apache-httpd/commit/?id=b85ec65b9015832142a0a8b51b96cf72b0a1bd78 Author: Stefan Eissing (Fri 10 Apr 2026 09:44:53 BST) Committer: Stefan Eissing (Fri 10 Apr 2026 09:44:53 BST) update to mod_md v2.6.9 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932945 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/md_v2.6.9.txt M modules/md/md_acme.c M modules/md/md_version.h ____________________________________________________________________________________________________________ Commit: f85258e3802a743099fecfb751e6a4589761c95f URL: https://git.catflap.org/apache-httpd/commit/?id=f85258e3802a743099fecfb751e6a4589761c95f Author: Daniel Ferradal (Thu 9 Apr 2026 22:05:10 BST) Committer: Daniel Ferradal (Thu 9 Apr 2026 22:05:10 BST) Include modified files from build.sh all execution git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932936 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/directives.html.de M docs/manual/mod/directives.html.en.utf8 M docs/manual/mod/directives.html.es.utf8 M docs/manual/mod/directives.html.fr.utf8 M docs/manual/mod/directives.html.ja.utf8 M docs/manual/mod/directives.html.ko.euc-kr M docs/manual/mod/directives.html.tr.utf8 M docs/manual/mod/directives.html.zh-cn.utf8 M docs/manual/mod/mod_autoindex.html.en.utf8 M docs/manual/mod/mod_autoindex.xml.fr M docs/manual/mod/mod_autoindex.xml.ja M docs/manual/mod/mod_autoindex.xml.ko M docs/manual/mod/mod_autoindex.xml.tr M docs/manual/mod/mod_mime_magic.html.en.utf8 M docs/manual/mod/mod_mime_magic.html.fr.utf8 M docs/manual/mod/mod_mime_magic.xml.fr M docs/manual/mod/mod_mime_magic.xml.meta M docs/manual/mod/quickreference.html.de M docs/manual/mod/quickreference.html.en.utf8 M docs/manual/mod/quickreference.html.es.utf8 M docs/manual/mod/quickreference.html.fr.utf8 M docs/manual/mod/quickreference.html.ja.utf8 M docs/manual/mod/quickreference.html.ko.euc-kr M docs/manual/mod/quickreference.html.tr.utf8 M docs/manual/mod/quickreference.html.zh-cn.utf8 M docs/manual/rewrite/flags.html.en.utf8 M docs/manual/rewrite/flags.html.fr.utf8 M docs/manual/rewrite/flags.xml.fr M docs/manual/rewrite/flags.xml.meta ____________________________________________________________________________________________________________ Commit: 0b2b170ea74da5fe980c3aeed135285b08b55655 URL: https://git.catflap.org/apache-httpd/commit/?id=0b2b170ea74da5fe980c3aeed135285b08b55655 Author: Daniel Ferradal (Thu 9 Apr 2026 21:33:00 BST) Committer: Daniel Ferradal (Thu 9 Apr 2026 21:33:00 BST) This time really update filter.xml.es on par with latest english revision git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932935 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/filter.html.es.utf8 M docs/manual/filter.xml.es M docs/manual/filter.xml.meta ____________________________________________________________________________________________________________ Commit: 2d7b9d6080e934ef001ecf3343cfeeb542842dba URL: https://git.catflap.org/apache-httpd/commit/?id=2d7b9d6080e934ef001ecf3343cfeeb542842dba Author: Daniel Ferradal (Thu 9 Apr 2026 21:03:18 BST) Committer: Daniel Ferradal (Thu 9 Apr 2026 21:03:18 BST) Update filter.xml.es to the english revision git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932934 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/filter.html.es.utf8 M docs/manual/filter.xml.es ____________________________________________________________________________________________________________ Commit: 6034b5b7a87df9119c123edc98626d04590ee68f URL: https://git.catflap.org/apache-httpd/commit/?id=6034b5b7a87df9119c123edc98626d04590ee68f Author: Joe Orton (Wed 8 Apr 2026 15:15:36 BST) Committer: Joe Orton (Wed 8 Apr 2026 15:15:36 BST) * modules/filters/mod_deflate.c (consume_buffer, flush_libz_buffer): Refactor to use flags parameter instead of int for controlling CRC updates and bucket type. Add TRANSIENT flag to create transient buckets when buffer content will be immediately sent down the filter chain. (deflate_out_filter, inflate_out_filter): Use transient buckets when flushing full output buffers. Github: closes #622 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932904 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/deflate-transient.txt M modules/filters/mod_deflate.c ____________________________________________________________________________________________________________ Commit: 10232a0180a85f97d47b2d38436196397c3ccc5b URL: https://git.catflap.org/apache-httpd/commit/?id=10232a0180a85f97d47b2d38436196397c3ccc5b Author: Joe Orton (Wed 8 Apr 2026 15:08:31 BST) Committer: Joe Orton (Wed 8 Apr 2026 15:08:31 BST) mod_mime_magic: Disable decompression by default, add config option to enable it. * modules/metadata/mod_mime_magic.c (magic_server_config_rec): Add decompression_enabled field. (create_magic_server_config, merge_magic_server_config): Initialize and merge decompression_enabled. (set_decompression): New function. (magic_cmds): Add MimeMagicDecompression directive. (tryit): Only decompress files when decompression is enabled. * docs/manual/mod/mod_mime_magic.xml: Document MimeMagicDecompression directive. PR: 69985 Submitted by: Gordon Messmer Github: closes #625 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932902 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/pr69985.txt M docs/manual/mod/mod_mime_magic.xml M modules/metadata/mod_mime_magic.c ____________________________________________________________________________________________________________ Commit: 140c0bce6583c7c7048276f64bf32558e193fe32 URL: https://git.catflap.org/apache-httpd/commit/?id=140c0bce6583c7c7048276f64bf32558e193fe32 Author: Rich Bowen (Fri 3 Apr 2026 21:19:53 BST) Committer: Rich Bowen (Fri 3 Apr 2026 21:19:53 BST) Addresses bz64307 and 64607 - Correctly identifies which characters are and are not escaped, and which behavior using NE changes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932831 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/rewrite/flags.xml ____________________________________________________________________________________________________________ Commit: 6d80c33be10809a97323c645c30cd0c10193892f URL: https://git.catflap.org/apache-httpd/commit/?id=6d80c33be10809a97323c645c30cd0c10193892f Author: Rich Bowen (Fri 3 Apr 2026 20:54:30 BST) Committer: Rich Bowen (Fri 3 Apr 2026 20:54:30 BST) Resolves bz66405: Clarifies that IgnoreIndex is not equivalent to a unix glob-style matching. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932827 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_autoindex.xml ____________________________________________________________________________________________________________ Commit: 31e6d5d69fd6980a0ad0090cf081ebd53372647f URL: https://git.catflap.org/apache-httpd/commit/?id=31e6d5d69fd6980a0ad0090cf081ebd53372647f Author: Rich Bowen (Fri 3 Apr 2026 20:39:54 BST) Committer: Rich Bowen (Fri 3 Apr 2026 20:39:54 BST) Add TLS1.3 to ssl_intro git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932825 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/ssl/ssl_intro.html.en.utf8 M docs/manual/ssl/ssl_intro.html.fr.utf8 M docs/manual/ssl/ssl_intro.xml.fr M docs/manual/ssl/ssl_intro.xml.ja M docs/manual/ssl/ssl_intro.xml.meta ____________________________________________________________________________________________________________ Commit: 8ef84ce33a9edca087c49606bf0afabd510e9f44 URL: https://git.catflap.org/apache-httpd/commit/?id=8ef84ce33a9edca087c49606bf0afabd510e9f44 Author: Rich Bowen (Fri 3 Apr 2026 20:38:29 BST) Committer: Rich Bowen (Fri 3 Apr 2026 20:38:29 BST) Resolves bz69854 - Adds TLS1.3 to Table 4: Versions of the SSL protocol git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932824 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/ssl/ssl_intro.xml ____________________________________________________________________________________________________________ Commit: 3c23d006243a46875df87ab74af82f435dfe8bfa URL: https://git.catflap.org/apache-httpd/commit/?id=3c23d006243a46875df87ab74af82f435dfe8bfa Author: Rich Bowen (Fri 3 Apr 2026 20:33:48 BST) Committer: Rich Bowen (Fri 3 Apr 2026 20:33:48 BST) rebuild html, translation metadata git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932821 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_proxy_html.html.en.utf8 M docs/manual/mod/mod_proxy_html.html.fr.utf8 M docs/manual/mod/mod_proxy_html.xml.fr M docs/manual/mod/mod_proxy_html.xml.meta M docs/manual/mod/quickreference.html.de M docs/manual/mod/quickreference.html.en.utf8 M docs/manual/mod/quickreference.html.es.utf8 M docs/manual/mod/quickreference.html.ja.utf8 M docs/manual/mod/quickreference.html.ko.euc-kr M docs/manual/mod/quickreference.html.tr.utf8 M docs/manual/mod/quickreference.html.zh-cn.utf8 M docs/manual/rewrite/rewritemap.html.en.utf8 M docs/manual/rewrite/rewritemap.html.fr.utf8 M docs/manual/rewrite/rewritemap.xml.fr M docs/manual/rewrite/rewritemap.xml.meta ____________________________________________________________________________________________________________ Commit: a418da6da3fdbac11d0ce3dbc9f347e95f8ca798 URL: https://git.catflap.org/apache-httpd/commit/?id=a418da6da3fdbac11d0ce3dbc9f347e95f8ca798 Author: Rich Bowen (Fri 3 Apr 2026 20:31:59 BST) Committer: Rich Bowen (Fri 3 Apr 2026 20:31:59 BST) addresses bz69256: * Replaced example rewritemap in Perl with one in Python, since it's 2026 now * Clarifies that keys must be newline-terminated, and that keys cannot contain newlines. * Adds note about what happens if the program terminates, and when the server is shutdown/restarted. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932819 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/rewrite/rewritemap.xml ____________________________________________________________________________________________________________ Commit: 1c95a30e7a337d8c006d868c264802a345c984e3 URL: https://git.catflap.org/apache-httpd/commit/?id=1c95a30e7a337d8c006d868c264802a345c984e3 Author: Rich Bowen (Fri 3 Apr 2026 20:17:42 BST) Committer: Rich Bowen (Fri 3 Apr 2026 20:17:42 BST) Addresses remaining comments in bz54269 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932817 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_proxy_html.xml ____________________________________________________________________________________________________________ Commit: 312ede560700f6d3effdec77fc753a220454a6d3 URL: https://git.catflap.org/apache-httpd/commit/?id=312ede560700f6d3effdec77fc753a220454a6d3 Author: Rich Bowen (Fri 3 Apr 2026 20:01:25 BST) Committer: Rich Bowen (Fri 3 Apr 2026 20:01:25 BST) Rebuild html, metadata git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932815 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/core.html.en.utf8 M docs/manual/mod/core.xml.de M docs/manual/mod/core.xml.es M docs/manual/mod/core.xml.fr M docs/manual/mod/core.xml.ja M docs/manual/mod/core.xml.tr M docs/manual/mod/mod_log_config.html.en.utf8 M docs/manual/mod/mod_log_config.xml.fr M docs/manual/mod/mod_log_config.xml.ja M docs/manual/mod/mod_log_config.xml.ko M docs/manual/mod/mod_log_config.xml.tr M docs/manual/mod/mod_mime.html.en.utf8 M docs/manual/mod/mod_mime.html.fr.utf8 M docs/manual/mod/mod_mime.xml.fr M docs/manual/mod/mod_mime.xml.ja M docs/manual/mod/mod_mime.xml.meta M docs/manual/mod/mod_ssl.html.en.utf8 M docs/manual/mod/mod_ssl.xml.es M docs/manual/mod/mod_ssl.xml.fr ____________________________________________________________________________________________________________ Commit: 7d93978082cc1e3685936b4b0692feecea0d579b URL: https://git.catflap.org/apache-httpd/commit/?id=7d93978082cc1e3685936b4b0692feecea0d579b Author: Rich Bowen (Fri 3 Apr 2026 19:59:58 BST) Committer: Rich Bowen (Fri 3 Apr 2026 19:59:58 BST) Resolves bz57777 - Use an example other than cgi-script for AddHandler docs. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932814 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_mime.xml ____________________________________________________________________________________________________________ Commit: 81f1ce61318e67e48ff7619779046a04ff124a5e URL: https://git.catflap.org/apache-httpd/commit/?id=81f1ce61318e67e48ff7619779046a04ff124a5e Author: Rich Bowen (Fri 3 Apr 2026 16:22:50 BST) Committer: Rich Bowen (Fri 3 Apr 2026 16:22:50 BST) Resolves bz64880 - Note that AllowOverrideList None cannot be combined with other listed values. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932811 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/core.xml ____________________________________________________________________________________________________________ Commit: 7853c35922165e1d7e0904b26bb4217179859400 URL: https://git.catflap.org/apache-httpd/commit/?id=7853c35922165e1d7e0904b26bb4217179859400 Author: Rich Bowen (Fri 3 Apr 2026 16:03:33 BST) Committer: Rich Bowen (Fri 3 Apr 2026 16:03:33 BST) Resolves bz65121 - Note which format strings respect MergeSlashes, and which do not. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932809 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_log_config.xml ____________________________________________________________________________________________________________ Commit: 7f47e6581c7d70512bf04c530aa6ab9725dec01c URL: https://git.catflap.org/apache-httpd/commit/?id=7f47e6581c7d70512bf04c530aa6ab9725dec01c Author: Rich Bowen (Fri 3 Apr 2026 15:41:40 BST) Committer: Rich Bowen (Fri 3 Apr 2026 15:41:40 BST) Resolves bz64094 - note that `all` includes TLSv1.3 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932807 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_ssl.xml ____________________________________________________________________________________________________________ Commit: 75d78af9b0a2c97811b99dc67b95a84f19b05235 URL: https://git.catflap.org/apache-httpd/commit/?id=75d78af9b0a2c97811b99dc67b95a84f19b05235 Author: Rich Bowen (Fri 3 Apr 2026 15:06:44 BST) Committer: Rich Bowen (Fri 3 Apr 2026 15:06:44 BST) Rebuild HTML, metadata for last few patches git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932805 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/core.html.en.utf8 M docs/manual/mod/core.xml.de M docs/manual/mod/core.xml.es M docs/manual/mod/core.xml.fr M docs/manual/mod/core.xml.ja M docs/manual/mod/core.xml.tr M docs/manual/mod/mod_autoindex.html.en.utf8 M docs/manual/mod/mod_autoindex.html.fr.utf8 M docs/manual/mod/mod_autoindex.xml.fr M docs/manual/mod/mod_autoindex.xml.ja M docs/manual/mod/mod_autoindex.xml.ko M docs/manual/mod/mod_autoindex.xml.meta M docs/manual/mod/mod_autoindex.xml.tr M docs/manual/mod/mod_log_config.html.en.utf8 M docs/manual/mod/mod_log_config.html.fr.utf8 M docs/manual/mod/mod_log_config.xml.fr M docs/manual/mod/mod_log_config.xml.ja M docs/manual/mod/mod_log_config.xml.ko M docs/manual/mod/mod_log_config.xml.meta M docs/manual/mod/mod_log_config.xml.tr M docs/manual/mod/mod_logio.html.en.utf8 M docs/manual/mod/mod_logio.html.fr.utf8 M docs/manual/mod/mod_logio.xml.fr M docs/manual/mod/mod_logio.xml.ja M docs/manual/mod/mod_logio.xml.ko M docs/manual/mod/mod_logio.xml.meta M docs/manual/mod/mod_logio.xml.tr M docs/manual/rewrite/intro.html.en.utf8 M docs/manual/rewrite/intro.html.fr.utf8 M docs/manual/rewrite/intro.xml.fr M docs/manual/rewrite/intro.xml.meta ____________________________________________________________________________________________________________ Commit: 8196231a9dcc50cf3ae929ab838b399e6593222d URL: https://git.catflap.org/apache-httpd/commit/?id=8196231a9dcc50cf3ae929ab838b399e6593222d Author: Rich Bowen (Fri 3 Apr 2026 15:05:50 BST) Committer: Rich Bowen (Fri 3 Apr 2026 15:05:50 BST) Fixes XML error git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932803 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_log_config.xml ____________________________________________________________________________________________________________ Commit: 906a8987d8c437d594e98f6df50e38a1717fdacd URL: https://git.catflap.org/apache-httpd/commit/?id=906a8987d8c437d594e98f6df50e38a1717fdacd Author: Rich Bowen (Fri 3 Apr 2026 15:03:46 BST) Committer: Rich Bowen (Fri 3 Apr 2026 15:03:46 BST) resolves bz65123 - Document which format strings are escaped, and which are not. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932802 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_log_config.xml ____________________________________________________________________________________________________________ Commit: 4ae7b53c48aa847a89e75a219b1a0228b84fd156 URL: https://git.catflap.org/apache-httpd/commit/?id=4ae7b53c48aa847a89e75a219b1a0228b84fd156 Author: Rich Bowen (Fri 3 Apr 2026 14:20:47 BST) Committer: Rich Bowen (Fri 3 Apr 2026 14:20:47 BST) Document the 'None' IndexOptions argument. Resolves bz64892 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932800 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_autoindex.xml ____________________________________________________________________________________________________________ Commit: a335ebe7ff379c7fdb93d87861b76b0eb0aa7e25 URL: https://git.catflap.org/apache-httpd/commit/?id=a335ebe7ff379c7fdb93d87861b76b0eb0aa7e25 Author: Rich Bowen (Fri 3 Apr 2026 14:10:49 BST) Committer: Rich Bowen (Fri 3 Apr 2026 14:10:49 BST) Remove warning for EOL'ed browser which linked to 404'ed article git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932797 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/core.xml ____________________________________________________________________________________________________________ Commit: 1f7420eb43679bed11698ac3dcd69f50beb56551 URL: https://git.catflap.org/apache-httpd/commit/?id=1f7420eb43679bed11698ac3dcd69f50beb56551 Author: Rich Bowen (Fri 3 Apr 2026 14:01:40 BST) Committer: Rich Bowen (Fri 3 Apr 2026 14:01:40 BST) Resolves bz65122 - %O can be zero sometimes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932796 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_logio.xml ____________________________________________________________________________________________________________ Commit: 6a3e00629f6e35c8f4bb42722282fdd1ea7b1c15 URL: https://git.catflap.org/apache-httpd/commit/?id=6a3e00629f6e35c8f4bb42722282fdd1ea7b1c15 Author: Rich Bowen (Fri 3 Apr 2026 13:47:42 BST) Committer: Rich Bowen (Fri 3 Apr 2026 13:47:42 BST) bz66477 - Tweak phrasing for better clarity. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932793 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/rewrite/intro.xml ____________________________________________________________________________________________________________ Commit: aef49b1b97323b046b3cca8a7cf6e3acf28242b2 URL: https://git.catflap.org/apache-httpd/commit/?id=aef49b1b97323b046b3cca8a7cf6e3acf28242b2 Author: Rich Bowen (Fri 3 Apr 2026 13:25:38 BST) Committer: Rich Bowen (Fri 3 Apr 2026 13:25:38 BST) rebuild html, metadata git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932790 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_cache.html.en.utf8 M docs/manual/mod/mod_cache.html.fr.utf8 M docs/manual/mod/mod_cache.xml.fr M docs/manual/mod/mod_cache.xml.ja M docs/manual/mod/mod_cache.xml.ko M docs/manual/mod/mod_cache.xml.meta M docs/manual/mod/mod_dbd.html.en.utf8 M docs/manual/mod/mod_dbd.html.fr.utf8 M docs/manual/mod/mod_dbd.xml.fr M docs/manual/mod/mod_dbd.xml.meta ____________________________________________________________________________________________________________ Commit: 027d308cf21c62da45b0d1ae8c8ba816e78560c5 URL: https://git.catflap.org/apache-httpd/commit/?id=027d308cf21c62da45b0d1ae8c8ba816e78560c5 Author: Rich Bowen (Fri 3 Apr 2026 13:23:40 BST) Committer: Rich Bowen (Fri 3 Apr 2026 13:23:40 BST) Removing link to 404 resource git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932788 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_dbd.xml ____________________________________________________________________________________________________________ Commit: 6479731e8d1be322a9de5c81d0f69250382caf14 URL: https://git.catflap.org/apache-httpd/commit/?id=6479731e8d1be322a9de5c81d0f69250382caf14 Author: Rich Bowen (Fri 3 Apr 2026 13:16:47 BST) Committer: Rich Bowen (Fri 3 Apr 2026 13:16:47 BST) Resolves bz59658 - Bring CacheIgnoreNoLastMod doc in line with actual behavior. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932786 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_cache.xml ____________________________________________________________________________________________________________ Commit: b37bfdf5dce202aaf2c4b4999bac69b51e598a9d URL: https://git.catflap.org/apache-httpd/commit/?id=b37bfdf5dce202aaf2c4b4999bac69b51e598a9d Author: Rich Bowen (Thu 2 Apr 2026 21:45:10 BST) Committer: Rich Bowen (Thu 2 Apr 2026 21:45:10 BST) rebuild html, metadata git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932770 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_proxy.html.en.utf8 M docs/manual/mod/mod_proxy.html.fr.utf8 M docs/manual/mod/mod_proxy.xml.fr M docs/manual/mod/mod_proxy.xml.ja M docs/manual/mod/mod_proxy.xml.meta M docs/manual/upgrading.html.en.utf8 M docs/manual/upgrading.html.fr.utf8 M docs/manual/upgrading.xml.fr M docs/manual/upgrading.xml.meta ____________________________________________________________________________________________________________ Commit: 1f01c3b8a7c6b347b10bd6d574078385e169b5d4 URL: https://git.catflap.org/apache-httpd/commit/?id=1f01c3b8a7c6b347b10bd6d574078385e169b5d4 Author: Rich Bowen (Thu 2 Apr 2026 21:43:40 BST) Committer: Rich Bowen (Thu 2 Apr 2026 21:43:40 BST) Resolves bz64899 - clarify default valud of ProxyUIBufferSize git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932769 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_proxy.xml ____________________________________________________________________________________________________________ Commit: 3ad6cba4b484b166fd3b1c6272e383052bc95624 URL: https://git.catflap.org/apache-httpd/commit/?id=3ad6cba4b484b166fd3b1c6272e383052bc95624 Author: Rich Bowen (Thu 2 Apr 2026 20:46:13 BST) Committer: Rich Bowen (Thu 2 Apr 2026 20:46:13 BST) Patch from bz62450 - Change to treatment of entity decoding in mod_include's treatment of '!'=0 '#'=0 '$'=3042 '*'=( ) -=0459DEJNRSTUWXhils 0=/bin/zsh '?'=0 @=( ) ARGC=0 BRAZIL_CMD=/Users/rcbowen/.toolbox/bin/brazil BRAZIL_DIR=/Users/rcbowen/.toolbox/tools/brazilcli/2.0.215793.0/bin CDPATH=.:..:/Users/rcbowen:/Users/rcbowen/devel:/Users/rcbowen/devel/apache COLORFGBG='7;0' COLORTERM=truecolor COLUMNS=130 COMMAND_MODE=unix2003 CPUTYPE=arm64 CURRENT_VERSION_JSON='"CurrentVersion":{"Version":"2.0.215793.0","Channel":"stable","Time":"0001-01-01T00:00:00Z","InstallTime":"2026-03-31T17:46:14.318416Z","PublishTime":"2026-03-24T21:11:07.532161447Z"}' EDITOR=vim EGID=20 END_PROMPT=$'\C-[]697;EndPrompt\C-G' EUID=504 FIGNORE='' FPATH=/Users/rcbowen/.zsh/completion:/opt/homebrew/share/zsh/site-functions:/usr/local/share/zsh/site-functions:/usr/share/zsh/site-functions:/usr/share/zsh/5.9/functions FUNCNEST=700 GID=20 GITHUB_TOKEN=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 HISTCHARS='!^#' HISTCMD=1368 HISTFILE=/Users/rcbowen/.zhistory HISTSIZE=1000 HOME=/Users/rcbowen HOMEBREW_CELLAR=/opt/homebrew/Cellar HOMEBREW_PREFIX=/opt/homebrew HOMEBREW_REPOSITORY=/opt/homebrew HOST=603e5f41fe51 HOSTNAME=kallisti IFS=$' \t\n\C-@' INFOPATH=/opt/homebrew/share/info: INFO_JSON=/Users/rcbowen/.toolbox/tools/brazilcli/info.json ITERM_PROFILE=Default ITERM_SESSION_ID=w9t0p0:BFF30B18-0122-419B-871B-505202AE8C1D JAVA_HOME=/Library/Java/JavaVirtualMachines/amazon-corretto-21.jdk/Contents/Home KEYBOARD_HACK='' KEYTIMEOUT=40 KIRO_CLI_AUTOSUGGEST_ACCEPT_WIDGETS=( forward-char end-of-line vi-forward-char vi-end-of-line vi-add-eol ) KIRO_CLI_AUTOSUGGEST_CLEAR_WIDGETS=( history-search-forward history-search-backward history-beginning-search-forward history-beginning-search-backward history-substring-search-up history-substring-search-down up-line-or-beginning-search down-line-or-beginning-search up-line-or-history down-line-or-history accept-line copy-earlier-word ) KIRO_CLI_AUTOSUGGEST_COMPLETIONS_PTY_NAME=q_autosuggest_completion_pty KIRO_CLI_AUTOSUGGEST_EXECUTE_WIDGETS=( ) KIRO_CLI_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=8' KIRO_CLI_AUTOSUGGEST_IGNORE_WIDGETS=( 'orig-*' beep run-help set-local-history which-command yank yank-pop 'zle-*' ) KIRO_CLI_AUTOSUGGEST_ORIGINAL_WIDGET_PREFIX=autosuggest-orig- KIRO_CLI_AUTOSUGGEST_PARTIAL_ACCEPT_WIDGETS=( forward-word emacs-forward-word vi-forward-word vi-forward-word-end vi-forward-blank-word vi-forward-blank-word-end vi-find-next-char vi-find-next-char-skip ) KIRO_CLI_AUTOSUGGEST_STRATEGY=( inline_shell_completion ) KIRO_CLI_AUTOSUGGEST_USE_ASYNC='' LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 LC_CTYPE=C LC_TERMINAL=iTerm2 LC_TERMINAL_VERSION=3.6.9 LINENO=38 LINES=52 LISTMAX=100 LISTPROMPT='%SAt %p: Hit TAB for more, or the character to insert%s' LOGNAME=rcbowen LaunchInstanceID=B7FAE7E0-2242-45B3-8E4E-0C044641E8E8 MACHTYPE=x86_64 MAILCHECK=60 MAILPATH='' MANPATH='' MENUPROMPT='%SScrolling active: current selection at %p%s' MENUSELECT=1 MODULE_PATH=/usr/lib/zsh/5.9 MUTT_EDITOR=emacsclient.emacs-snapshot NEW_CMD=$'\C-[]697;NewCmd=61adaa417de740e19269217ef6ac9986\C-G' NULLCMD=cat OLDPWD=/Users/rcbowen/devel/apache/httpd/httpd-trunk/docs/manual/mod OPTARG=args OPTIND=1 OSLogRateLimit=64 OSTYPE=darwin25.0 PAGER=less PATH=/Users/rcbowen/.toolbox/bin:/Users/rcbowen/perl5/bin:/Users/rcbowen/bin:/usr/local/bin:/usr/local/sbin/:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/opt/pkg/env/active/bin:/opt/pmk/env/global/bin:/Library/TeX/texbin:/Applications/iTerm.app/Contents/Resources/utilities:/Users/rcbowen/.local/bin PERL5LIB=/Users/rcbowen/perl5/lib/perl5 PERL_LOCAL_LIB_ROOT=/Users/rcbowen/perl5 PERL_MB_OPT='--install_base "/Users/rcbowen/perl5"' PERL_MM_OPT='INSTALL_BASE=/Users/rcbowen/perl5' PPID=2924 PROMPT=$'%{\C-[[1m\C-[[34m%}%n%{\C-[[1m\C-[[37m%}@%{\C-[[1m\C-[[32m%}%Urocinante%u%{\C-[(B\C-[[m%}:%{\C-[[1m\C-[[31m%}%2c%{\C-[(B\C-[[m%} %(!.#.$) ' PROMPT2='%_> ' PROMPT3='?# ' PROMPT4='+%N:%i> ' PR_BLUE=$'%{\C-[[1m\C-[[34m%}' PR_CYAN=$'%{\C-[[1m\C-[[36m%}' PR_GREEN=$'%{\C-[[1m\C-[[32m%}' PR_LIGHT_BLUE=$'%{\C-[[34m%}' PR_LIGHT_CYAN=$'%{\C-[[36m%}' PR_LIGHT_GREEN=$'%{\C-[[32m%}' PR_LIGHT_MAGENTA=$'%{\C-[[35m%}' PR_LIGHT_RED=$'%{\C-[[31m%}' PR_LIGHT_WHITE=$'%{\C-[[37m%}' PR_LIGHT_YELLOW=$'%{\C-[[33m%}' PR_MAGENTA=$'%{\C-[[1m\C-[[35m%}' PR_NO_COLOR=$'%{\C-[(B\C-[[m%}' PR_RED=$'%{\C-[[1m\C-[[31m%}' PR_WHITE=$'%{\C-[[1m\C-[[37m%}' PR_YELLOW=$'%{\C-[[1m\C-[[33m%}' PS1=$'%{\C-[[1m\C-[[34m%}%n%{\C-[[1m\C-[[37m%}@%{\C-[[1m\C-[[32m%}%Urocinante%u%{\C-[(B\C-[[m%}:%{\C-[[1m\C-[[31m%}%2c%{\C-[(B\C-[[m%} %(!.#.$) ' PS2='%_> ' PS3='?# ' PS4='+%N:%i> ' PSVAR='' PWD=/Users/rcbowen/devel/apache/httpd/httpd-trunk/docs/manual QTERM_SESSION_ID=61adaa417de740e19269217ef6ac9986 Q_DOTFILES_SOURCED=1 Q_HAS_SET_PROMPT=0 Q_SET_PARENT_CHECK=1 Q_SHELL=/bin/zsh Q_TERM=1.28.3 Q_USER_PROMPT=$'%{\C-[[1m\C-[[34m%}%n%{\C-[[1m\C-[[37m%}@%{\C-[[1m\C-[[32m%}%Urocinante%u%{\C-[(B\C-[[m%}:%{\C-[[1m\C-[[31m%}%2c%{\C-[(B\C-[[m%} %(!.#.$) ' Q_USER_PROMPT2='%_> ' Q_USER_PROMPT3='?# ' Q_USER_PROMPT4='+%N:%i> ' Q_USER_PS1=$'%{\C-[[1m\C-[[34m%}%n%{\C-[[1m\C-[[37m%}@%{\C-[[1m\C-[[32m%}%Urocinante%u%{\C-[(B\C-[[m%}:%{\C-[[1m\C-[[31m%}%2c%{\C-[(B\C-[[m%} %(!.#.$) ' Q_USER_PS2='%_> ' Q_USER_PS3='?# ' Q_USER_PS4='+%N:%i> ' Q_USER_RPROMPT='' Q_USER_RPROMPT2='' Q_USER_RPS1=$'%{\C-[[33m%}(%D{%m-%d %H:%M})%{\C-[(B\C-[[m%}' Q_USER_RPS2='' Q_USER_prompt=$'%{\C-[[1m\C-[[34m%}%n%{\C-[[1m\C-[[37m%}@%{\C-[[1m\C-[[32m%}%Urocinante%u%{\C-[(B\C-[[m%}:%{\C-[[1m\C-[[31m%}%2c%{\C-[(B\C-[[m%} %(!.#.$) ' RANDOM=28126 READNULLCMD=more RPS1=$'%{\C-[[33m%}(%D{%m-%d %H:%M})%{\C-[(B\C-[[m%}' RPS2='' SAVEHIST=1000 SECONDS=25801 SECURITYSESSIONID=186b0 SHELL=/bin/zsh SHELL_PID=3042 SHELL_TYPE=zsh SHLVL=1 SHOULD_QTERM_LAUNCH=2 SPROMPT='zsh: correct ''%R'' to ''%r'' [nyae]? ' SSH_AUTH_SOCK=/var/run/com.apple.launchd.PwI4Z8Fc2C/Listeners START_PROMPT=$'\C-[]697;StartPrompt\C-G' TARGET_SOURCE=/Users/rcbowen/.toolbox/tools/brazilcli/2.0.215793.0/bin/brazil_completion.zsh TERM=xterm-256color TERMINFO_DIRS=/Applications/iTerm.app/Contents/Resources/terminfo:/usr/share/terminfo TERM_FEATURES=T3LrMSc7UUw9Ts3BFGsSyHNoSxFP TERM_PROGRAM=iTerm.app TERM_PROGRAM_VERSION=3.6.9 TERM_SESSION_ID=w9t0p0:BFF30B18-0122-419B-871B-505202AE8C1D TIMEFMT='%J %U user %S system %P cpu %*E total' TMPDIR=/var/folders/c7/w_cdfsbx5z9_xrvcbcljl9wc0000gr/T/ TMPPREFIX=/tmp/zsh TRY_BLOCK_ERROR=-1 TRY_BLOCK_INTERRUPT=-1 TTY=/dev/ttys019 TTYIDLE=0 TZ=America/New_York UID=504 USER=rcbowen USERNAME=rcbowen VENDOR=apple VERSION=2.0.215793.0 WATCH WORDCHARS='*?_-.[]~=/&;!#$%^(){}<>' XPC_FLAGS=0x0 XPC_SERVICE_NAME=0 ZSH_ARGZERO=/bin/zsh ZSH_EVAL_CONTEXT=toplevel:cmdsubst ZSH_NAME=zsh ZSH_PATCHLEVEL=zsh-5.9-0-g73d3173 ZSH_SUBSHELL=1 ZSH_VERSION=5.9 _=set _KIRO_CLI_AUTOSUGGEST_ASYNC_FD=12 _KIRO_CLI_AUTOSUGGEST_BIND_COUNTS=( [accept-and-hold]=1 [accept-and-infer-next-history]=1 [accept-and-menu-complete]=1 [accept-line]=1 [accept-line-and-down-history]=1 [accept-search]=1 [argument-base]=1 [auto-suffix-remove]=1 [auto-suffix-retain]=1 [autosuggest-capture-completion]=1 [backward-char]=1 [backward-delete-char]=1 [backward-delete-word]=1 [backward-kill-line]=1 [backward-kill-word]=1 [backward-word]=1 [beginning-of-buffer-or-history]=1 [beginning-of-history]=1 [beginning-of-line]=1 [beginning-of-line-hist]=1 [bracketed-paste]=1 [capitalize-word]=1 [clear-screen]=1 [complete-word]=1 [copy-prev-shell-word]=1 [copy-prev-word]=1 [copy-region-as-kill]=1 [deactivate-region]=1 [delete-char]=1 [delete-char-or-list]=1 [delete-word]=1 [describe-key-briefly]=1 [digit-argument]=1 [down-case-word]=1 [down-history]=1 [down-line]=1 [down-line-or-history]=1 [down-line-or-search]=1 [emacs-backward-word]=1 [emacs-forward-word]=1 [end-of-buffer-or-history]=1 [end-of-history]=1 [end-of-line]=1 [end-of-line-hist]=1 [end-of-list]=1 [exchange-point-and-mark]=1 [execute-last-named-cmd]=1 [execute-named-cmd]=1 [expand-cmd-path]=1 [expand-history]=1 [expand-or-complete]=1 [expand-or-complete-prefix]=1 [expand-word]=1 [forward-char]=1 [forward-word]=1 [get-line]=1 [gosmacs-transpose-chars]=1 [history-beginning-search-backward]=1 [history-beginning-search-forward]=1 [history-incremental-pattern-search-backward]=1 [history-incremental-pattern-search-forward]=1 [history-incremental-search-backward]=1 [history-incremental-search-forward]=1 [history-search-backward]=1 [history-search-forward]=1 [infer-next-history]=1 [insert-last-word]=1 [kill-buffer]=1 [kill-line]=1 [kill-region]=1 [kill-whole-line]=1 [kill-word]=1 [list-choices]=1 [list-expand]=1 [magic-space]=1 [menu-complete]=1 [menu-expand-or-complete]=1 [menu-select]=1 [neg-argument]=1 [overwrite-mode]=1 [pound-insert]=1 [push-input]=1 [push-line]=1 [push-line-or-edit]=1 [put-replace-selection]=1 [quote-line]=1 [quote-region]=1 [quoted-insert]=1 [read-command]=1 [recursive-edit]=1 [redisplay]=1 [redo]=1 [reset-prompt]=1 [reverse-menu-complete]=1 [select-a-blank-word]=1 [select-a-shell-word]=1 [select-a-word]=1 [select-in-blank-word]=1 [select-in-shell-word]=1 [select-in-word]=1 [self-insert]=1 [self-insert-unmeta]=1 [send-break]=1 [set-mark-command]=1 [spell-word]=1 [split-undo]=1 [transpose-chars]=1 [transpose-words]=1 [undefined-key]=1 [undo]=1 [universal-argument]=1 [up-case-word]=1 [up-history]=1 [up-line]=1 [up-line-or-history]=1 [up-line-or-search]=1 [vi-add-eol]=1 [vi-add-next]=1 [vi-backward-blank-word]=1 [vi-backward-blank-word-end]=1 [vi-backward-char]=1 [vi-backward-delete-char]=1 [vi-backward-kill-word]=1 [vi-backward-word]=1 [vi-backward-word-end]=1 [vi-beginning-of-line]=1 [vi-caps-lock-panic]=1 [vi-change]=1 [vi-change-eol]=1 [vi-change-whole-line]=1 [vi-cmd-mode]=1 [vi-delete]=1 [vi-delete-char]=1 [vi-digit-or-beginning-of-line]=1 [vi-down-case]=1 [vi-down-line-or-history]=1 [vi-end-of-line]=1 [vi-fetch-history]=1 [vi-find-next-char]=1 [vi-find-next-char-skip]=1 [vi-find-prev-char]=1 [vi-find-prev-char-skip]=1 [vi-first-non-blank]=1 [vi-forward-blank-word]=1 [vi-forward-blank-word-end]=1 [vi-forward-char]=1 [vi-forward-word]=1 [vi-forward-word-end]=1 [vi-goto-column]=1 [vi-goto-mark]=1 [vi-goto-mark-line]=1 [vi-history-search-backward]=1 [vi-history-search-forward]=1 [vi-indent]=1 [vi-insert]=1 [vi-insert-bol]=1 [vi-join]=1 [vi-kill-eol]=1 [vi-kill-line]=1 [vi-match-bracket]=1 [vi-open-line-above]=1 [vi-open-line-below]=1 [vi-oper-swap-case]=1 [vi-pound-insert]=1 [vi-put-after]=1 [vi-put-before]=1 [vi-quoted-insert]=1 [vi-repeat-change]=1 [vi-repeat-find]=1 [vi-repeat-search]=1 [vi-replace]=1 [vi-replace-chars]=1 [vi-rev-repeat-find]=1 [vi-rev-repeat-search]=1 [vi-set-buffer]=1 [vi-set-mark]=1 [vi-substitute]=1 [vi-swap-case]=1 [vi-undo-change]=1 [vi-unindent]=1 [vi-up-case]=1 [vi-up-line-or-history]=1 [vi-yank]=1 [vi-yank-eol]=1 [vi-yank-whole-line]=1 [visual-line-mode]=1 [visual-mode]=1 [what-cursor-position]=1 [where-is]=1 ) _KIRO_CLI_AUTOSUGGEST_BUILTIN_ACTIONS=( clear fetch suggest accept execute enable disable toggle ) _KIRO_CLI_AUTOSUGGEST_CHILD_PID=9667 __CFBundleIdentifier=com.googlecode.iterm2 __CF_USER_TEXT_ENCODING=0x1F8:0x0:0x0 _cmd_variant=( [diff]=unix ) _comp_assocs=( '' ) _comp_dumpfile=/Users/rcbowen/.zcompdump _comp_options _comp_setup _compautos _comps _lastcomp _patch_args=( -s '(--backup)-b[backup original]' '(-c -e -u --context --ed --normal --unified)-n[interpret normal diff]' '(-)-v[print version]' '(-c -e -n --context --ed --normal --unified)-u[interpret unified diff]' '(--check)-C[only check that the patch would apply cleanly]' '(--remove-empty-files)-E[remove empty files]' '(-f --force --batch)-t[batch mode]' '(--prefix)-B+[specify backup prefix]:backup prefix:' '( --quiet --silent)-s[silent mode]' '(--reverse)-R[reverse mode]' '*-i+[specify input patch file]:patch file:_files' '( -t --force --batch)-f[force mode]' '(--ignore-whitespace)-l[ignore white space changes]' '(--output)-o+[output file]:output file:_files' '( -e -n -u --context --ed --normal --unified)-c[interpret context diff]' '(--reject-file)-r+[reject file]:reject file:_files' '--posix[POSIX mode]' '(-c -n -u --context --ed --normal --unified)-e[interpret ed script]' '(--suffix)-z+[specify backup suffix]:backup suffix [.orig]:(.bak)' '(--fuzz)-F+[specify the maximum fuzz factor]:maximum fuzz factor:' '(--ifdef)-D+[cpp symbol]:symbol:' '(--directory)-d+[change the working directory]:chdir to:_files -/' '(--strip)-p+[number of path prefix components to strip]:number of path prefix components to strip:{compadd "$expl[@]" -S0 -r "1-9" - ""}' '(--forward)-N[ignore reverse patches]' ) _patcomps _postpatcomps _services _svn_cmds aliases argv=( ) bg bg_bold bg_no_bold bold_color builtins cdpath=( . .. /Users/rcbowen /Users/rcbowen/devel /Users/rcbowen/devel/apache ) color=WHITE colour=( [00]=none [01]=bold [02]=faint [03]=italic [04]=underline [05]=blink [07]=reverse [08]=conceal [22]=normal [23]=no-italic [24]=no-underline [25]=no-blink [27]=no-reverse [28]=no-conceal [30]=black [31]=red [32]=green [33]=yellow [34]=blue [35]=magenta [36]=cyan [37]=white [39]=default [40]=bg-black [41]=bg-red [42]=bg-green [43]=bg-yellow [44]=bg-blue [45]=bg-magenta [46]=bg-cyan [47]=bg-white [49]=bg-default [bg-black]=40 [bg-blue]=44 [bg-cyan]=46 [bg-default]=49 [bg-gray]=40 [bg-green]=42 [bg-grey]=40 [bg-magenta]=45 [bg-red]=41 [bg-white]=47 [bg-yellow]=43 [black]=30 [blink]=05 [blue]=34 [bold]=01 [conceal]=08 [cyan]=36 [default]=39 [faint]=02 [fg-black]=30 [fg-blue]=34 [fg-cyan]=36 [fg-default]=39 [fg-gray]=30 [fg-green]=32 [fg-grey]=30 [fg-magenta]=35 [fg-red]=31 [fg-white]=37 [fg-yellow]=33 [gray]=30 [green]=32 [grey]=30 [italic]=03 [magenta]=35 [no-blink]=25 [no-conceal]=28 [no-italic]=23 [no-reverse]=27 [no-underline]=24 [none]=00 [normal]=22 [red]=31 [reverse]=07 [underline]=04 [white]=37 [yellow]=33 ) commands comppostfuncs=( ) compprefuncs=( ) count=7 dirstack dis_aliases dis_builtins dis_functions dis_functions_source dis_galiases dis_patchars dis_reswords dis_saliases errnos fg fg_bold fg_no_bold fignore=( ) fpath=( /Users/rcbowen/.zsh/completion /opt/homebrew/share/zsh/site-functions /usr/local/share/zsh/site-functions /usr/share/zsh/site-functions /usr/share/zsh/5.9/functions ) funcfiletrace funcsourcetrace funcstack functions functions_source functrace galiases histchars='!^#' history historywords jobdirs jobstates jobtexts key=( [Backspace]=$'\C-H' [Delete]=$'\C-[[3~' [Down]=$'\C-[OB' [End]=$'\C-[OF' [F1]=$'\C-[OP' [F10]=$'\C-[[21~' [F11]=$'\C-[[23~' [F12]=$'\C-[[24~' [F13]=$'\C-[[1;2P' [F14]=$'\C-[[1;2Q' [F15]=$'\C-[[1;2R' [F16]=$'\C-[[1;2S' [F17]=$'\C-[[15;2~' [F18]=$'\C-[[17;2~' [F19]=$'\C-[[18;2~' [F2]=$'\C-[OQ' [F20]=$'\C-[[19;2~' [F3]=$'\C-[OR' [F4]=$'\C-[OS' [F5]=$'\C-[[15~' [F6]=$'\C-[[17~' [F7]=$'\C-[[18~' [F8]=$'\C-[[19~' [F9]=$'\C-[[20~' [Home]=$'\C-[OH' [Insert]=$'\C-[[2~' [Left]=$'\C-[OD' [PageDown]=$'\C-[[6~' [PageUp]=$'\C-[[5~' [Right]=$'\C-[OC' [Up]=$'\C-[OA' ) keymaps knownhosts=( grenache.rcbowen.com git.atlas.oreilly.com '[review.openstack.org]:29418' git.corp.redhat.com sancho nuc2 git.centos.org people.centos.org nuc1 venus kermit.rcbowen.com scrooge.rcbowen.com marley '[192.168.0.134]:2222' daisy elise daisy-wifi '[review.opendev.org]:29418' git.centos.org git.centos.org remarkable rocinante maria maria maria www.rcbowen.com ineluki ineluki ineluki amerasu ssh.gitlab.aws.dev github.com github.com github.com twist.rcbowen.com people.apache.org avistetto avistetto avistetto pickwick pickwick pickwick daisy binabik kallisti kallisti kallisti tm3.org minecraft minecraft minecraft home.apache.org eli fagin.rcbowen.com fagin.rcbowen.com fagin.rcbowen.com fagin rcbowen.com ansi.rya.nc projects.apache.org matrim matrim matrim ssh.gitlab.aws.dev ssh.gitlab.aws.dev ) mailpath=( ) manpath=( ) mapfile mbegin=( 1 ) mend=( 13 ) module_path=( /usr/lib/zsh/5.9 ) modules nameddirs options parameters patchars path=( /Users/rcbowen/.toolbox/bin /Users/rcbowen/perl5/bin /Users/rcbowen/bin /usr/local/bin /usr/local/sbin/ /opt/homebrew/bin /opt/homebrew/sbin /usr/local/bin /System/Cryptexes/App/usr/bin /usr/bin /bin /usr/sbin /sbin /var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin /var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin /var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin /opt/pkg/env/active/bin /opt/pmk/env/global/bin /Library/TeX/texbin /Applications/iTerm.app/Contents/Resources/utilities /Users/rcbowen/.local/bin ) pipestatus=( 0 ) precmd_functions=( _kiro_cli_autosuggest_start fig_precmd ) preexec_functions=( fig_preexec ) prompt=$'%{\C-[[1m\C-[[34m%}%n%{\C-[[1m\C-[[37m%}@%{\C-[[1m\C-[[32m%}%Urocinante%u%{\C-[(B\C-[[m%}:%{\C-[[1m\C-[[31m%}%2c%{\C-[(B\C-[[m%} %(!.#.$) ' psvar=( ) reset_color reswords saliases signals=( EXIT HUP INT QUIT ILL TRAP ABRT EMT FPE KILL BUS SEGV SYS PIPE ALRM TERM URG STOP TSTP CONT CHLD TTIN TTOU IO XCPU XFSZ VTALRM PROF WINCH INFO USR1 USR2 ZERR DEBUG ) status=0 sysparams termcap terminfo urls='' userdirs usergroups watch widgets zle_bracketed_paste=( $'\C-[[?2004h' $'\C-[[?2004l' ) zsh_eval_context=( toplevel cmdsubst ) zsh_scheduled_events values git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932765 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/upgrading.xml ____________________________________________________________________________________________________________ Commit: 7d1d3ac724eef3169d4861d3a7ed6dbc3c1b1c89 URL: https://git.catflap.org/apache-httpd/commit/?id=7d1d3ac724eef3169d4861d3a7ed6dbc3c1b1c89 Author: Rich Bowen (Thu 2 Apr 2026 20:24:21 BST) Committer: Rich Bowen (Thu 2 Apr 2026 20:24:21 BST) rebuild html, metadata git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932764 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mpm_common.html.en.utf8 M docs/manual/mod/mpm_common.xml.de M docs/manual/mod/mpm_common.xml.fr M docs/manual/mod/mpm_common.xml.ja M docs/manual/mod/mpm_common.xml.tr ____________________________________________________________________________________________________________ Commit: 94096a775bb815c2925387beb853c32b7f9ef3ad URL: https://git.catflap.org/apache-httpd/commit/?id=94096a775bb815c2925387beb853c32b7f9ef3ad Author: Rich Bowen (Thu 2 Apr 2026 20:20:12 BST) Committer: Rich Bowen (Thu 2 Apr 2026 20:20:12 BST) Resolves bz64903 - Clarifies lower limit for various directives. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932762 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mpm_common.xml ____________________________________________________________________________________________________________ Commit: 973a4455b8ba65bcb72a5ae83761f247f3be4f74 URL: https://git.catflap.org/apache-httpd/commit/?id=973a4455b8ba65bcb72a5ae83761f247f3be4f74 Author: Rich Bowen (Thu 2 Apr 2026 20:03:35 BST) Committer: Rich Bowen (Thu 2 Apr 2026 20:03:35 BST) rebuild html, metadata git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932759 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mpm_common.html.en.utf8 M docs/manual/mod/mpm_common.html.fr.utf8 M docs/manual/mod/mpm_common.xml.de M docs/manual/mod/mpm_common.xml.fr M docs/manual/mod/mpm_common.xml.ja M docs/manual/mod/mpm_common.xml.meta M docs/manual/mod/mpm_common.xml.tr ____________________________________________________________________________________________________________ Commit: 3d9472b59131d18b9652f6caf98eda17a2f5d018 URL: https://git.catflap.org/apache-httpd/commit/?id=3d9472b59131d18b9652f6caf98eda17a2f5d018 Author: Rich Bowen (Thu 2 Apr 2026 19:59:29 BST) Committer: Rich Bowen (Thu 2 Apr 2026 19:59:29 BST) Resolves bz64901 and 64902 - Document the lower limit of SendBufferSize and ReceiveBufferSize git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932756 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mpm_common.xml ____________________________________________________________________________________________________________ Commit: c753826635c4be52740e4a4050b5021d05f988a5 URL: https://git.catflap.org/apache-httpd/commit/?id=c753826635c4be52740e4a4050b5021d05f988a5 Author: Rich Bowen (Thu 2 Apr 2026 19:50:17 BST) Committer: Rich Bowen (Thu 2 Apr 2026 19:50:17 BST) rebuild html, metadata git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932755 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/core.html.en.utf8 M docs/manual/mod/core.html.fr.utf8 M docs/manual/mod/core.xml.de M docs/manual/mod/core.xml.es M docs/manual/mod/core.xml.fr M docs/manual/mod/core.xml.ja M docs/manual/mod/core.xml.meta M docs/manual/mod/core.xml.tr ____________________________________________________________________________________________________________ Commit: f35a656cc1a2e9dab4d7ddd633a238da947d7618 URL: https://git.catflap.org/apache-httpd/commit/?id=f35a656cc1a2e9dab4d7ddd633a238da947d7618 Author: Rich Bowen (Thu 2 Apr 2026 19:45:58 BST) Committer: Rich Bowen (Thu 2 Apr 2026 19:45:58 BST) Resolves bz64896 - Clarify usage of +/- in conjunction with None and All in Options. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932752 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/core.xml ____________________________________________________________________________________________________________ Commit: 34b4950043436879d7b7808df66b91ca6d1104bf URL: https://git.catflap.org/apache-httpd/commit/?id=34b4950043436879d7b7808df66b91ca6d1104bf Author: Rich Bowen (Thu 2 Apr 2026 19:39:37 BST) Committer: Rich Bowen (Thu 2 Apr 2026 19:39:37 BST) rebuild html, metadata git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932751 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_ssl.html.en.utf8 M docs/manual/mod/mod_ssl.html.fr.utf8 M docs/manual/mod/mod_ssl.xml.es M docs/manual/mod/mod_ssl.xml.fr M docs/manual/mod/mod_ssl.xml.meta ____________________________________________________________________________________________________________ Commit: 57127285e5f66a8f12dd1ec0b0703ebb4a1e4f05 URL: https://git.catflap.org/apache-httpd/commit/?id=57127285e5f66a8f12dd1ec0b0703ebb4a1e4f05 Author: Rich Bowen (Thu 2 Apr 2026 19:31:21 BST) Committer: Rich Bowen (Thu 2 Apr 2026 19:31:21 BST) Resolves bz53037 - clarify what permissions should be on various mod_ssl-related files. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932748 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_ssl.xml ____________________________________________________________________________________________________________ Commit: d7b8373e15df05d433e62f014afaca5850b97368 URL: https://git.catflap.org/apache-httpd/commit/?id=d7b8373e15df05d433e62f014afaca5850b97368 Author: Rich Bowen (Thu 2 Apr 2026 16:10:41 BST) Committer: Rich Bowen (Thu 2 Apr 2026 16:10:41 BST) rebuild docs and metadata git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932740 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_dav.html.en.utf8 M docs/manual/mod/mod_dav.html.fr.utf8 M docs/manual/mod/mod_dav.xml.fr M docs/manual/mod/mod_dav.xml.ja M docs/manual/mod/mod_dav.xml.ko M docs/manual/mod/mod_dav.xml.meta ____________________________________________________________________________________________________________ Commit: 482f3e6f8e345bb234f8f87dbbaf3c74ca0d538a URL: https://git.catflap.org/apache-httpd/commit/?id=482f3e6f8e345bb234f8f87dbbaf3c74ca0d538a Author: Rich Bowen (Thu 2 Apr 2026 16:06:29 BST) Committer: Rich Bowen (Thu 2 Apr 2026 16:06:29 BST) Addresses bz66652. Comment now corresponds to the example. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932739 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_dav.xml ____________________________________________________________________________________________________________ Commit: 871fabe9cd7e914c9971f7a410550e95e2050216 URL: https://git.catflap.org/apache-httpd/commit/?id=871fabe9cd7e914c9971f7a410550e95e2050216 Author: Rich Bowen (Mon 30 Mar 2026 19:24:50 BST) Committer: Rich Bowen (Mon 30 Mar 2026 19:24:50 BST) rebuild git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932667 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_unique_id.html.en.utf8 M docs/manual/mod/mod_unique_id.html.fr.utf8 M docs/manual/mod/mod_unique_id.xml.fr M docs/manual/mod/mod_unique_id.xml.ja M docs/manual/mod/mod_unique_id.xml.ko M docs/manual/mod/mod_unique_id.xml.meta ____________________________________________________________________________________________________________ Commit: d98886e18cfd9d433ba0d59883b6f7e52c54eec4 URL: https://git.catflap.org/apache-httpd/commit/?id=d98886e18cfd9d433ba0d59883b6f7e52c54eec4 Author: Rich Bowen (Mon 30 Mar 2026 19:20:09 BST) Committer: Rich Bowen (Mon 30 Mar 2026 19:20:09 BST) Resolves bz66812 - update mod_unique_id construction. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932664 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_unique_id.xml ____________________________________________________________________________________________________________ Commit: 19d67eda732c0e25f5f5f91cfef9f28676870119 URL: https://git.catflap.org/apache-httpd/commit/?id=19d67eda732c0e25f5f5f91cfef9f28676870119 Author: Lucien Gentis (Sat 28 Mar 2026 12:46:11 GMT) Committer: Lucien Gentis (Sat 28 Mar 2026 12:46:11 GMT) fr doc rebuild. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932626 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_include.html.fr.utf8 M docs/manual/mod/mod_include.xml.meta ____________________________________________________________________________________________________________ Commit: b16711b609329005c8d1c0fe26c3bb09c25b6ad9 URL: https://git.catflap.org/apache-httpd/commit/?id=b16711b609329005c8d1c0fe26c3bb09c25b6ad9 Author: Lucien Gentis (Sat 28 Mar 2026 12:45:07 GMT) Committer: Lucien Gentis (Sat 28 Mar 2026 12:45:07 GMT) fr doc XML file update. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932623 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_include.xml.fr ____________________________________________________________________________________________________________ Commit: e26ed1f16bb444aaf525079d11050d39b10e245e URL: https://git.catflap.org/apache-httpd/commit/?id=e26ed1f16bb444aaf525079d11050d39b10e245e Author: Ruediger Pluem (Tue 24 Mar 2026 09:39:55 GMT) Committer: Ruediger Pluem (Tue 24 Mar 2026 09:39:55 GMT) * Compare the source buffers usage with the destination buffers size. This is just hardening as the code is currently not used. Submitted by: Elhanan Haenel Reviewed by: rpluem git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932498 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/mod_proxy_ajp_msg_copy.txt M modules/proxy/ajp_msg.c ____________________________________________________________________________________________________________ Commit: cd8dda5a142e555a79b0f1c262a2c30e77cdbde0 URL: https://git.catflap.org/apache-httpd/commit/?id=cd8dda5a142e555a79b0f1c262a2c30e77cdbde0 Author: Rich Bowen (Mon 23 Mar 2026 16:44:55 GMT) Committer: Rich Bowen (Mon 23 Mar 2026 16:44:55 GMT) Rebuild html, metadata git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932485 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_include.html.en.utf8 M docs/manual/mod/mod_include.html.fr.utf8 M docs/manual/mod/mod_include.xml.fr M docs/manual/mod/mod_include.xml.ja M docs/manual/mod/mod_include.xml.meta ____________________________________________________________________________________________________________ Commit: fcf6dbaf106d9e6fb8c15bcfbdfd149888789a87 URL: https://git.catflap.org/apache-httpd/commit/?id=fcf6dbaf106d9e6fb8c15bcfbdfd149888789a87 Author: Rich Bowen (Mon 23 Mar 2026 16:43:10 GMT) Committer: Rich Bowen (Mon 23 Mar 2026 16:43:10 GMT) bz64905 Specify that SSIStartTag/SSIEndTag may not contain whitespace. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932483 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_include.xml ____________________________________________________________________________________________________________ Commit: 3b3af440ea7789c2be36a5fc6da13b9767cc942a URL: https://git.catflap.org/apache-httpd/commit/?id=3b3af440ea7789c2be36a5fc6da13b9767cc942a Author: Rich Bowen (Sat 21 Mar 2026 20:45:37 GMT) Committer: Rich Bowen (Sat 21 Mar 2026 20:45:37 GMT) Moves the example source files from people.a.o personal website space into the documentation. Resolves bz69638 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932439 13f79535-47bb-0310-9956-ffa450edef68 A docs/manual/developer/mod_example_1.c A docs/manual/developer/mod_example_2.c M docs/manual/developer/modguide.html.en.utf8 M docs/manual/developer/modguide.xml ____________________________________________________________________________________________________________ Commit: c3b359ac400ed54799a07c4577997abbb8f3741f URL: https://git.catflap.org/apache-httpd/commit/?id=c3b359ac400ed54799a07c4577997abbb8f3741f Author: Lucien Gentis (Sat 21 Mar 2026 16:48:15 GMT) Committer: Lucien Gentis (Sat 21 Mar 2026 16:48:15 GMT) fr doc rebuild. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932435 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/content-negotiation.html.fr.utf8 M docs/manual/content-negotiation.xml.meta M docs/manual/env.html.fr.utf8 M docs/manual/env.xml.meta M docs/manual/logs.html.fr.utf8 M docs/manual/logs.xml.meta M docs/manual/mod/core.html.fr.utf8 M docs/manual/mod/core.xml.meta M docs/manual/mod/mod_brotli.html.fr.utf8 M docs/manual/mod/mod_brotli.xml.meta M docs/manual/mod/mod_dav.html.fr.utf8 M docs/manual/mod/mod_dav.xml.meta M docs/manual/mod/mod_md.html.fr.utf8 M docs/manual/mod/mod_md.xml.meta M docs/manual/mod/mod_proxy.html.fr.utf8 M docs/manual/mod/mod_proxy.xml.meta M docs/manual/mod/mod_proxy_connect.html.fr.utf8 M docs/manual/mod/mod_proxy_connect.xml.meta M docs/manual/mod/mod_rewrite.html.fr.utf8 M docs/manual/mod/mod_rewrite.xml.meta M docs/manual/mod/mod_ssl.html.fr.utf8 M docs/manual/mod/mod_ssl.xml.meta M docs/manual/mod/quickreference.html.fr.utf8 M docs/manual/platform/windows.html.fr.utf8 M docs/manual/platform/windows.xml.meta M docs/manual/rewrite/flags.html.fr.utf8 M docs/manual/rewrite/flags.xml.meta M docs/manual/rewrite/remapping.html.fr.utf8 M docs/manual/rewrite/remapping.xml.meta ____________________________________________________________________________________________________________ Commit: ff1fb56962ad84583dc7a85a94c28d0857edf862 URL: https://git.catflap.org/apache-httpd/commit/?id=ff1fb56962ad84583dc7a85a94c28d0857edf862 Author: Lucien Gentis (Sat 21 Mar 2026 16:46:10 GMT) Committer: Lucien Gentis (Sat 21 Mar 2026 16:46:10 GMT) fr doc XML files updates. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932434 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/content-negotiation.xml.fr M docs/manual/env.xml.fr M docs/manual/logs.xml.fr M docs/manual/mod/core.xml.fr M docs/manual/mod/mod_brotli.xml.fr M docs/manual/mod/mod_dav.xml.fr M docs/manual/mod/mod_md.xml.fr M docs/manual/mod/mod_proxy.xml.fr M docs/manual/mod/mod_proxy_connect.xml.fr M docs/manual/mod/mod_rewrite.xml.fr M docs/manual/mod/mod_ssl.xml.fr M docs/manual/platform/windows.xml.fr M docs/manual/rewrite/flags.xml.fr M docs/manual/rewrite/remapping.xml.fr ____________________________________________________________________________________________________________ Commit: 7de11e585773954f0df82868c2543df0bcb8fb9c URL: https://git.catflap.org/apache-httpd/commit/?id=7de11e585773954f0df82868c2543df0bcb8fb9c Author: Rich Bowen (Thu 19 Mar 2026 10:11:03 GMT) Committer: Rich Bowen (Thu 19 Mar 2026 10:11:03 GMT) rebuild html and meta files git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932388 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/env.html.en.utf8 M docs/manual/env.html.fr.utf8 M docs/manual/env.xml.fr M docs/manual/env.xml.ja M docs/manual/env.xml.ko M docs/manual/env.xml.meta M docs/manual/env.xml.tr M docs/manual/mod/mod_dav.html.en.utf8 M docs/manual/mod/mod_dav.html.fr.utf8 M docs/manual/mod/mod_dav.xml.fr M docs/manual/mod/mod_dav.xml.ja M docs/manual/mod/mod_dav.xml.ko M docs/manual/mod/mod_dav.xml.meta M docs/manual/mod/mod_rewrite.html.en.utf8 M docs/manual/mod/mod_rewrite.html.fr.utf8 M docs/manual/mod/mod_rewrite.xml.fr M docs/manual/mod/mod_rewrite.xml.meta ____________________________________________________________________________________________________________ Commit: e3f33e8aa757ed0df5f0cb4b27a959e94cb500ca URL: https://git.catflap.org/apache-httpd/commit/?id=e3f33e8aa757ed0df5f0cb4b27a959e94cb500ca Author: Rich Bowen (Thu 19 Mar 2026 10:07:20 GMT) Committer: Rich Bowen (Thu 19 Mar 2026 10:07:20 GMT) Fix broken HTML git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932387 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_rewrite.xml ____________________________________________________________________________________________________________ Commit: 74d7294e29645a58f44a43e30643ed620f51f891 URL: https://git.catflap.org/apache-httpd/commit/?id=74d7294e29645a58f44a43e30643ed620f51f891 Author: Rich Bowen (Thu 19 Mar 2026 10:05:47 GMT) Committer: Rich Bowen (Thu 19 Mar 2026 10:05:47 GMT) Adds a brief discussion of PATH_INFO and QUERY_STRING in env.html, and links to it from the mod_rewrite manual. This addresses bz62322 and also serves as a place to discuss other CGI/env vars as the need arises. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932384 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/env.xml M docs/manual/mod/mod_rewrite.xml ____________________________________________________________________________________________________________ Commit: e8b5fdc083f38f0395c992e9e9c6a4749674acc5 URL: https://git.catflap.org/apache-httpd/commit/?id=e8b5fdc083f38f0395c992e9e9c6a4749674acc5 Author: Rich Bowen (Wed 18 Mar 2026 20:46:00 GMT) Committer: Rich Bowen (Wed 18 Mar 2026 20:46:00 GMT) bz69840 - Improve security posture of mod_dav example, and update to 2.4 syntax. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932374 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_dav.xml ____________________________________________________________________________________________________________ Commit: 130af54a33f7449432b209a0384280211aed0ba5 URL: https://git.catflap.org/apache-httpd/commit/?id=130af54a33f7449432b209a0384280211aed0ba5 Author: Rich Bowen (Wed 18 Mar 2026 16:39:36 GMT) Committer: Rich Bowen (Wed 18 Mar 2026 16:39:36 GMT) rebuild HTML and various meta files git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932369 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_brotli.html.fr.utf8 M docs/manual/mod/mod_brotli.xml.fr M docs/manual/mod/mod_brotli.xml.meta M docs/manual/mod/mod_md.html.fr.utf8 M docs/manual/mod/mod_md.xml.fr M docs/manual/mod/mod_md.xml.meta M docs/manual/mod/mod_proxy.html.en.utf8 M docs/manual/mod/mod_proxy.html.fr.utf8 M docs/manual/mod/mod_proxy.xml.fr M docs/manual/mod/mod_proxy.xml.ja M docs/manual/mod/mod_proxy.xml.meta M docs/manual/mod/mod_proxy_connect.html.fr.utf8 M docs/manual/mod/mod_proxy_connect.xml.fr M docs/manual/mod/mod_proxy_connect.xml.ja M docs/manual/mod/mod_proxy_connect.xml.meta M docs/manual/rewrite/flags.html.en.utf8 M docs/manual/rewrite/flags.html.fr.utf8 M docs/manual/rewrite/flags.xml.fr M docs/manual/rewrite/flags.xml.meta ____________________________________________________________________________________________________________ Commit: 81e2f771fef89803c43c68e7debd5edb7b4a625f URL: https://git.catflap.org/apache-httpd/commit/?id=81e2f771fef89803c43c68e7debd5edb7b4a625f Author: Rich Bowen (Wed 18 Mar 2026 16:27:43 GMT) Committer: Rich Bowen (Wed 18 Mar 2026 16:27:43 GMT) bz64372 Fixes mod_brotli compressed file example syntax. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932367 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_brotli.html.en.utf8 M docs/manual/mod/mod_brotli.xml ____________________________________________________________________________________________________________ Commit: 236c428ebd497abacbb39435a889c64ba206813d URL: https://git.catflap.org/apache-httpd/commit/?id=236c428ebd497abacbb39435a889c64ba206813d Author: Rich Bowen (Wed 18 Mar 2026 16:25:07 GMT) Committer: Rich Bowen (Wed 18 Mar 2026 16:25:07 GMT) bz69981 - Update to new LetsEncrypt policies. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932365 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_md.html.en.utf8 M docs/manual/mod/mod_md.html.fr.utf8 M docs/manual/mod/mod_md.xml M docs/manual/mod/mod_md.xml.fr ____________________________________________________________________________________________________________ Commit: 95366e8472bdc875fdf2c7adf7567b7a84c5f8f6 URL: https://git.catflap.org/apache-httpd/commit/?id=95366e8472bdc875fdf2c7adf7567b7a84c5f8f6 Author: Rich Bowen (Tue 17 Mar 2026 22:50:51 GMT) Committer: Rich Bowen (Tue 17 Mar 2026 22:50:51 GMT) bz58984 Unrecognized HTTP status codes will cause errors git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932362 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/rewrite/flags.xml ____________________________________________________________________________________________________________ Commit: ce6fcf76c3a4e68d70d049fc0b2f138ccb0869b6 URL: https://git.catflap.org/apache-httpd/commit/?id=ce6fcf76c3a4e68d70d049fc0b2f138ccb0869b6 Author: Rich Bowen (Mon 16 Mar 2026 13:39:37 GMT) Committer: Rich Bowen (Mon 16 Mar 2026 13:39:37 GMT) bz64898 Specify that domain must start with . in ProxyDomain git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932339 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_proxy.xml ____________________________________________________________________________________________________________ Commit: 994a4f4ef43ff0f627943500c1e563164bc42419 URL: https://git.catflap.org/apache-httpd/commit/?id=994a4f4ef43ff0f627943500c1e563164bc42419 Author: Rich Bowen (Mon 16 Mar 2026 13:04:11 GMT) Committer: Rich Bowen (Mon 16 Mar 2026 13:04:11 GMT) Remove broken Comments section git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932337 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/bind.html.de M docs/manual/bind.html.en.utf8 M docs/manual/bind.html.es.utf8 M docs/manual/bind.html.fr.utf8 M docs/manual/bind.html.ja.utf8 M docs/manual/bind.html.ko.euc-kr M docs/manual/bind.html.tr.utf8 M docs/manual/caching.html.en.utf8 M docs/manual/caching.html.fr.utf8 M docs/manual/caching.html.tr.utf8 M docs/manual/compliance.html.en.utf8 M docs/manual/compliance.html.fr.utf8 M docs/manual/configuring.html.de M docs/manual/configuring.html.en.utf8 M docs/manual/configuring.html.fr.utf8 M docs/manual/configuring.html.ja.utf8 M docs/manual/configuring.html.ko.euc-kr M docs/manual/configuring.html.tr.utf8 M docs/manual/content-negotiation.html.en.utf8 M docs/manual/content-negotiation.html.fr.utf8 M docs/manual/content-negotiation.html.ja.utf8 M docs/manual/content-negotiation.html.ko.euc-kr M docs/manual/content-negotiation.html.tr.utf8 M docs/manual/custom-error.html.en.utf8 M docs/manual/custom-error.html.es.utf8 M docs/manual/custom-error.html.fr.utf8 M docs/manual/custom-error.html.ja.utf8 M docs/manual/custom-error.html.ko.euc-kr M docs/manual/custom-error.html.tr.utf8 M docs/manual/developer/API.html.en.utf8 M docs/manual/developer/debugging.html.en.utf8 M docs/manual/developer/documenting.html.en.utf8 M docs/manual/developer/documenting.html.zh-cn.utf8 M docs/manual/developer/filters.html.en.utf8 M docs/manual/developer/hooks.html.en.utf8 M docs/manual/developer/index.html.en.utf8 M docs/manual/developer/index.html.zh-cn.utf8 M docs/manual/developer/lua.html.en.utf8 M docs/manual/developer/modguide.html.en.utf8 M docs/manual/developer/modules.html.en.utf8 M docs/manual/developer/modules.html.ja.utf8 M docs/manual/developer/new_api_2_4.html.en.utf8 M docs/manual/developer/new_api_2_6.html.en.utf8 M docs/manual/developer/output-filters.html.en.utf8 M docs/manual/developer/request.html.en.utf8 M docs/manual/developer/thread_safety.html.en.utf8 M docs/manual/dns-caveats.html.en.utf8 M docs/manual/dns-caveats.html.fr.utf8 M docs/manual/dns-caveats.html.ja.utf8 M docs/manual/dns-caveats.html.ko.euc-kr M docs/manual/dns-caveats.html.tr.utf8 M docs/manual/dso.html.en.utf8 M docs/manual/dso.html.es.utf8 M docs/manual/dso.html.fr.utf8 M docs/manual/dso.html.ja.utf8 M docs/manual/dso.html.ko.euc-kr M docs/manual/dso.html.tr.utf8 M docs/manual/env.html.en.utf8 M docs/manual/env.html.fr.utf8 M docs/manual/env.html.ja.utf8 M docs/manual/env.html.ko.euc-kr M docs/manual/env.html.tr.utf8 M docs/manual/expr.html.en.utf8 M docs/manual/expr.html.fr.utf8 M docs/manual/faq/index.html.en.utf8 M docs/manual/faq/index.html.es.utf8 M docs/manual/faq/index.html.ko.euc-kr M docs/manual/faq/index.html.tr.utf8 M docs/manual/faq/index.html.zh-cn.utf8 M docs/manual/filter.html.en.utf8 M docs/manual/filter.html.es.utf8 M docs/manual/filter.html.fr.utf8 M docs/manual/filter.html.ja.utf8 M docs/manual/filter.html.ko.euc-kr M docs/manual/filter.html.tr.utf8 M docs/manual/getting-started.html.en.utf8 M docs/manual/getting-started.html.es.utf8 M docs/manual/getting-started.html.fr.utf8 M docs/manual/getting-started.html.ru.utf8 M docs/manual/glossary.html.de M docs/manual/glossary.html.en.utf8 M docs/manual/glossary.html.es.utf8 M docs/manual/glossary.html.fr.utf8 M docs/manual/glossary.html.ja.utf8 M docs/manual/glossary.html.ko.euc-kr M docs/manual/glossary.html.tr.utf8 M docs/manual/handler.html.en.utf8 M docs/manual/handler.html.es.utf8 M docs/manual/handler.html.fr.utf8 M docs/manual/handler.html.ja.utf8 M docs/manual/handler.html.ko.euc-kr M docs/manual/handler.html.tr.utf8 M docs/manual/handler.html.zh-cn.utf8 M docs/manual/howto/access.html.en.utf8 M docs/manual/howto/access.html.es.utf8 M docs/manual/howto/access.html.fr.utf8 M docs/manual/howto/auth.html.en.utf8 M docs/manual/howto/auth.html.es.utf8 M docs/manual/howto/auth.html.fr.utf8 M docs/manual/howto/auth.html.ja.utf8 M docs/manual/howto/auth.html.ko.euc-kr M docs/manual/howto/auth.html.tr.utf8 M docs/manual/howto/cgi.html.en.utf8 M docs/manual/howto/cgi.html.es.utf8 M docs/manual/howto/cgi.html.fr.utf8 M docs/manual/howto/cgi.html.ja.utf8 M docs/manual/howto/cgi.html.ko.euc-kr M docs/manual/howto/encrypt.html.en.utf8 M docs/manual/howto/encrypt.html.es.utf8 M docs/manual/howto/encrypt.html.fr.utf8 M docs/manual/howto/htaccess.html.en.utf8 M docs/manual/howto/htaccess.html.es.utf8 M docs/manual/howto/htaccess.html.fr.utf8 M docs/manual/howto/htaccess.html.ja.utf8 M docs/manual/howto/htaccess.html.ko.euc-kr M docs/manual/howto/htaccess.html.pt-br M docs/manual/howto/http2.html.en.utf8 M docs/manual/howto/http2.html.es.utf8 M docs/manual/howto/http2.html.fr.utf8 M docs/manual/howto/index.html.en.utf8 M docs/manual/howto/index.html.es.utf8 M docs/manual/howto/index.html.ja.utf8 M docs/manual/howto/index.html.ko.euc-kr M docs/manual/howto/index.html.zh-cn.utf8 M docs/manual/howto/public_html.html.en.utf8 M docs/manual/howto/public_html.html.es.utf8 M docs/manual/howto/public_html.html.fr.utf8 M docs/manual/howto/public_html.html.ja.utf8 M docs/manual/howto/public_html.html.ko.euc-kr M docs/manual/howto/public_html.html.tr.utf8 M docs/manual/howto/reverse_proxy.html.en.utf8 M docs/manual/howto/reverse_proxy.html.es.utf8 M docs/manual/howto/reverse_proxy.html.fr.utf8 M docs/manual/howto/ssi.html.en.utf8 M docs/manual/howto/ssi.html.es.utf8 M docs/manual/howto/ssi.html.fr.utf8 M docs/manual/howto/ssi.html.ja.utf8 M docs/manual/howto/ssi.html.ko.euc-kr M docs/manual/index.html.da M docs/manual/index.html.de M docs/manual/index.html.en.utf8 M docs/manual/index.html.es.utf8 M docs/manual/index.html.ja.utf8 M docs/manual/index.html.ko.euc-kr M docs/manual/index.html.pt-br M docs/manual/index.html.ru.utf8 M docs/manual/index.html.tr.utf8 M docs/manual/index.html.zh-cn.utf8 M docs/manual/install.html.de M docs/manual/install.html.en.utf8 M docs/manual/install.html.es.utf8 M docs/manual/install.html.fr.utf8 M docs/manual/install.html.ja.utf8 M docs/manual/install.html.ko.euc-kr M docs/manual/install.html.tr.utf8 M docs/manual/invoking.html.de M docs/manual/invoking.html.en.utf8 M docs/manual/invoking.html.es.utf8 M docs/manual/invoking.html.fr.utf8 M docs/manual/invoking.html.ja.utf8 M docs/manual/invoking.html.ko.euc-kr M docs/manual/invoking.html.tr.utf8 M docs/manual/license.html.en.utf8 M docs/manual/logs.html.en.utf8 M docs/manual/logs.html.fr.utf8 M docs/manual/logs.html.ja.utf8 M docs/manual/logs.html.ko.euc-kr M docs/manual/logs.html.tr.utf8 M docs/manual/misc/index.html.en.utf8 M docs/manual/misc/index.html.es.utf8 M docs/manual/misc/index.html.ko.euc-kr M docs/manual/misc/index.html.tr.utf8 M docs/manual/misc/index.html.zh-cn.utf8 M docs/manual/misc/password_encryptions.html.en.utf8 M docs/manual/misc/password_encryptions.html.es.utf8 M docs/manual/misc/password_encryptions.html.fr.utf8 M docs/manual/misc/perf-scaling.html.en.utf8 M docs/manual/misc/perf-scaling.html.es.utf8 M docs/manual/misc/perf-scaling.html.fr.utf8 M docs/manual/misc/perf-tuning.html.en.utf8 M docs/manual/misc/perf-tuning.html.fr.utf8 M docs/manual/misc/perf-tuning.html.ko.euc-kr M docs/manual/misc/perf-tuning.html.tr.utf8 M docs/manual/misc/relevant_standards.html.en.utf8 M docs/manual/misc/relevant_standards.html.fr.utf8 M docs/manual/misc/relevant_standards.html.ko.euc-kr M docs/manual/misc/security_tips.html.en.utf8 M docs/manual/misc/security_tips.html.es.utf8 M docs/manual/misc/security_tips.html.fr.utf8 M docs/manual/misc/security_tips.html.ko.euc-kr M docs/manual/misc/security_tips.html.tr.utf8 M docs/manual/mod/core.html.de M docs/manual/mod/core.html.en.utf8 M docs/manual/mod/core.html.es.utf8 M docs/manual/mod/core.html.fr.utf8 M docs/manual/mod/core.html.ja.utf8 M docs/manual/mod/core.html.tr.utf8 M docs/manual/mod/directive-dict.html.en.utf8 M docs/manual/mod/directive-dict.html.es.utf8 M docs/manual/mod/directive-dict.html.fr.utf8 M docs/manual/mod/directive-dict.html.ja.utf8 M docs/manual/mod/directive-dict.html.ko.euc-kr M docs/manual/mod/directive-dict.html.tr.utf8 M docs/manual/mod/directives.html.de M docs/manual/mod/directives.html.en.utf8 M docs/manual/mod/directives.html.es.utf8 M docs/manual/mod/directives.html.fr.utf8 M docs/manual/mod/directives.html.ja.utf8 M docs/manual/mod/directives.html.ko.euc-kr M docs/manual/mod/directives.html.tr.utf8 M docs/manual/mod/directives.html.zh-cn.utf8 M docs/manual/mod/event.html.en.utf8 M docs/manual/mod/event.html.es.utf8 M docs/manual/mod/event.html.fr.utf8 M docs/manual/mod/index.html.de M docs/manual/mod/index.html.en.utf8 M docs/manual/mod/index.html.es.utf8 M docs/manual/mod/index.html.ja.utf8 M docs/manual/mod/index.html.ko.euc-kr M docs/manual/mod/index.html.tr.utf8 M docs/manual/mod/index.html.zh-cn.utf8 M docs/manual/mod/mod_access_compat.html.en.utf8 M docs/manual/mod/mod_access_compat.html.es.utf8 M docs/manual/mod/mod_access_compat.html.fr.utf8 M docs/manual/mod/mod_access_compat.html.ja.utf8 M docs/manual/mod/mod_actions.html.de M docs/manual/mod/mod_actions.html.en.utf8 M docs/manual/mod/mod_actions.html.es.utf8 M docs/manual/mod/mod_actions.html.fr.utf8 M docs/manual/mod/mod_actions.html.ja.utf8 M docs/manual/mod/mod_actions.html.ko.euc-kr M docs/manual/mod/mod_alias.html.en.utf8 M docs/manual/mod/mod_alias.html.es.utf8 M docs/manual/mod/mod_alias.html.fr.utf8 M docs/manual/mod/mod_alias.html.ja.utf8 M docs/manual/mod/mod_alias.html.ko.euc-kr M docs/manual/mod/mod_alias.html.tr.utf8 M docs/manual/mod/mod_allowhandlers.html.en.utf8 M docs/manual/mod/mod_allowhandlers.html.es.utf8 M docs/manual/mod/mod_allowhandlers.html.fr.utf8 M docs/manual/mod/mod_allowmethods.html.en.utf8 M docs/manual/mod/mod_allowmethods.html.es.utf8 M docs/manual/mod/mod_allowmethods.html.fr.utf8 M docs/manual/mod/mod_asis.html.en.utf8 M docs/manual/mod/mod_asis.html.es.utf8 M docs/manual/mod/mod_asis.html.fr.utf8 M docs/manual/mod/mod_asis.html.ja.utf8 M docs/manual/mod/mod_asis.html.ko.euc-kr M docs/manual/mod/mod_auth_basic.html.en.utf8 M docs/manual/mod/mod_auth_basic.html.es.utf8 M docs/manual/mod/mod_auth_basic.html.fr.utf8 M docs/manual/mod/mod_auth_basic.html.ja.utf8 M docs/manual/mod/mod_auth_basic.html.ko.euc-kr M docs/manual/mod/mod_auth_bearer.html.en.utf8 M docs/manual/mod/mod_auth_bearer.html.fr.utf8 M docs/manual/mod/mod_auth_digest.html.en.utf8 M docs/manual/mod/mod_auth_digest.html.fr.utf8 M docs/manual/mod/mod_auth_digest.html.ko.euc-kr M docs/manual/mod/mod_auth_form.html.en.utf8 M docs/manual/mod/mod_auth_form.html.fr.utf8 M docs/manual/mod/mod_authn_anon.html.en.utf8 M docs/manual/mod/mod_authn_anon.html.fr.utf8 M docs/manual/mod/mod_authn_anon.html.ja.utf8 M docs/manual/mod/mod_authn_anon.html.ko.euc-kr M docs/manual/mod/mod_authn_core.html.en.utf8 M docs/manual/mod/mod_authn_core.html.fr.utf8 M docs/manual/mod/mod_authn_dbd.html.en.utf8 M docs/manual/mod/mod_authn_dbd.html.fr.utf8 M docs/manual/mod/mod_authn_dbm.html.en.utf8 M docs/manual/mod/mod_authn_dbm.html.fr.utf8 M docs/manual/mod/mod_authn_dbm.html.ja.utf8 M docs/manual/mod/mod_authn_dbm.html.ko.euc-kr M docs/manual/mod/mod_authn_file.html.en.utf8 M docs/manual/mod/mod_authn_file.html.fr.utf8 M docs/manual/mod/mod_authn_file.html.ja.utf8 M docs/manual/mod/mod_authn_file.html.ko.euc-kr M docs/manual/mod/mod_authn_socache.html.en.utf8 M docs/manual/mod/mod_authn_socache.html.fr.utf8 M docs/manual/mod/mod_authnz_fcgi.html.en.utf8 M docs/manual/mod/mod_authnz_fcgi.html.fr.utf8 M docs/manual/mod/mod_authnz_ldap.html.en.utf8 M docs/manual/mod/mod_authnz_ldap.html.fr.utf8 M docs/manual/mod/mod_autht_core.html.en.utf8 M docs/manual/mod/mod_autht_core.html.fr.utf8 M docs/manual/mod/mod_autht_jwt.html.en.utf8 M docs/manual/mod/mod_autht_jwt.html.fr.utf8 M docs/manual/mod/mod_authz_core.html.en.utf8 M docs/manual/mod/mod_authz_core.html.fr.utf8 M docs/manual/mod/mod_authz_dbd.html.en.utf8 M docs/manual/mod/mod_authz_dbd.html.fr.utf8 M docs/manual/mod/mod_authz_dbm.html.en.utf8 M docs/manual/mod/mod_authz_dbm.html.fr.utf8 M docs/manual/mod/mod_authz_dbm.html.ko.euc-kr M docs/manual/mod/mod_authz_groupfile.html.en.utf8 M docs/manual/mod/mod_authz_groupfile.html.fr.utf8 M docs/manual/mod/mod_authz_groupfile.html.ja.utf8 M docs/manual/mod/mod_authz_groupfile.html.ko.euc-kr M docs/manual/mod/mod_authz_host.html.en.utf8 M docs/manual/mod/mod_authz_host.html.fr.utf8 M docs/manual/mod/mod_authz_owner.html.en.utf8 M docs/manual/mod/mod_authz_owner.html.fr.utf8 M docs/manual/mod/mod_authz_owner.html.ja.utf8 M docs/manual/mod/mod_authz_owner.html.ko.euc-kr M docs/manual/mod/mod_authz_user.html.en.utf8 M docs/manual/mod/mod_authz_user.html.fr.utf8 M docs/manual/mod/mod_authz_user.html.ja.utf8 M docs/manual/mod/mod_authz_user.html.ko.euc-kr M docs/manual/mod/mod_autoindex.html.en.utf8 M docs/manual/mod/mod_autoindex.html.fr.utf8 M docs/manual/mod/mod_autoindex.html.ja.utf8 M docs/manual/mod/mod_autoindex.html.ko.euc-kr M docs/manual/mod/mod_autoindex.html.tr.utf8 M docs/manual/mod/mod_brotli.html.en.utf8 M docs/manual/mod/mod_brotli.html.fr.utf8 M docs/manual/mod/mod_buffer.html.en.utf8 M docs/manual/mod/mod_buffer.html.fr.utf8 M docs/manual/mod/mod_cache.html.en.utf8 M docs/manual/mod/mod_cache.html.fr.utf8 M docs/manual/mod/mod_cache.html.ja.utf8 M docs/manual/mod/mod_cache.html.ko.euc-kr M docs/manual/mod/mod_cache_disk.html.en.utf8 M docs/manual/mod/mod_cache_disk.html.fr.utf8 M docs/manual/mod/mod_cache_disk.html.ja.utf8 M docs/manual/mod/mod_cache_disk.html.ko.euc-kr M docs/manual/mod/mod_cache_socache.html.en.utf8 M docs/manual/mod/mod_cache_socache.html.fr.utf8 M docs/manual/mod/mod_cern_meta.html.en.utf8 M docs/manual/mod/mod_cern_meta.html.fr.utf8 M docs/manual/mod/mod_cern_meta.html.ko.euc-kr M docs/manual/mod/mod_cgi.html.en.utf8 M docs/manual/mod/mod_cgi.html.fr.utf8 M docs/manual/mod/mod_cgi.html.ja.utf8 M docs/manual/mod/mod_cgi.html.ko.euc-kr M docs/manual/mod/mod_cgid.html.en.utf8 M docs/manual/mod/mod_cgid.html.fr.utf8 M docs/manual/mod/mod_cgid.html.ja.utf8 M docs/manual/mod/mod_cgid.html.ko.euc-kr M docs/manual/mod/mod_charset_lite.html.en.utf8 M docs/manual/mod/mod_charset_lite.html.fr.utf8 M docs/manual/mod/mod_charset_lite.html.ko.euc-kr M docs/manual/mod/mod_crypto.html.en.utf8 M docs/manual/mod/mod_crypto.html.fr.utf8 M docs/manual/mod/mod_data.html.en.utf8 M docs/manual/mod/mod_data.html.fr.utf8 M docs/manual/mod/mod_dav.html.en.utf8 M docs/manual/mod/mod_dav.html.fr.utf8 M docs/manual/mod/mod_dav.html.ja.utf8 M docs/manual/mod/mod_dav.html.ko.euc-kr M docs/manual/mod/mod_dav_fs.html.en.utf8 M docs/manual/mod/mod_dav_fs.html.fr.utf8 M docs/manual/mod/mod_dav_fs.html.ja.utf8 M docs/manual/mod/mod_dav_fs.html.ko.euc-kr M docs/manual/mod/mod_dav_lock.html.en.utf8 M docs/manual/mod/mod_dav_lock.html.fr.utf8 M docs/manual/mod/mod_dav_lock.html.ja.utf8 M docs/manual/mod/mod_dbd.html.en.utf8 M docs/manual/mod/mod_dbd.html.fr.utf8 M docs/manual/mod/mod_deflate.html.en.utf8 M docs/manual/mod/mod_deflate.html.fr.utf8 M docs/manual/mod/mod_deflate.html.ja.utf8 M docs/manual/mod/mod_deflate.html.ko.euc-kr M docs/manual/mod/mod_dialup.html.en.utf8 M docs/manual/mod/mod_dialup.html.fr.utf8 M docs/manual/mod/mod_dir.html.en.utf8 M docs/manual/mod/mod_dir.html.fr.utf8 M docs/manual/mod/mod_dir.html.ja.utf8 M docs/manual/mod/mod_dir.html.ko.euc-kr M docs/manual/mod/mod_dir.html.tr.utf8 M docs/manual/mod/mod_dumpio.html.en.utf8 M docs/manual/mod/mod_dumpio.html.fr.utf8 M docs/manual/mod/mod_dumpio.html.ja.utf8 M docs/manual/mod/mod_echo.html.en.utf8 M docs/manual/mod/mod_echo.html.fr.utf8 M docs/manual/mod/mod_echo.html.ja.utf8 M docs/manual/mod/mod_echo.html.ko.euc-kr M docs/manual/mod/mod_env.html.en.utf8 M docs/manual/mod/mod_env.html.fr.utf8 M docs/manual/mod/mod_env.html.ja.utf8 M docs/manual/mod/mod_env.html.ko.euc-kr M docs/manual/mod/mod_env.html.tr.utf8 M docs/manual/mod/mod_example_hooks.html.en.utf8 M docs/manual/mod/mod_example_hooks.html.fr.utf8 M docs/manual/mod/mod_example_hooks.html.ko.euc-kr M docs/manual/mod/mod_expires.html.en.utf8 M docs/manual/mod/mod_expires.html.fr.utf8 M docs/manual/mod/mod_expires.html.ja.utf8 M docs/manual/mod/mod_expires.html.ko.euc-kr M docs/manual/mod/mod_ext_filter.html.en.utf8 M docs/manual/mod/mod_ext_filter.html.fr.utf8 M docs/manual/mod/mod_ext_filter.html.ja.utf8 M docs/manual/mod/mod_ext_filter.html.ko.euc-kr M docs/manual/mod/mod_file_cache.html.en.utf8 M docs/manual/mod/mod_file_cache.html.fr.utf8 M docs/manual/mod/mod_file_cache.html.ko.euc-kr M docs/manual/mod/mod_filter.html.en.utf8 M docs/manual/mod/mod_filter.html.fr.utf8 M docs/manual/mod/mod_firehose.html.en.utf8 M docs/manual/mod/mod_firehose.html.fr.utf8 M docs/manual/mod/mod_headers.html.en.utf8 M docs/manual/mod/mod_headers.html.fr.utf8 M docs/manual/mod/mod_headers.html.ja.utf8 M docs/manual/mod/mod_headers.html.ko.euc-kr M docs/manual/mod/mod_heartbeat.html.en.utf8 M docs/manual/mod/mod_heartbeat.html.fr.utf8 M docs/manual/mod/mod_heartmonitor.html.en.utf8 M docs/manual/mod/mod_heartmonitor.html.fr.utf8 M docs/manual/mod/mod_http2.html.en.utf8 M docs/manual/mod/mod_http2.html.fr.utf8 M docs/manual/mod/mod_ident.html.en.utf8 M docs/manual/mod/mod_ident.html.fr.utf8 M docs/manual/mod/mod_ident.html.ja.utf8 M docs/manual/mod/mod_ident.html.ko.euc-kr M docs/manual/mod/mod_imagemap.html.en.utf8 M docs/manual/mod/mod_imagemap.html.fr.utf8 M docs/manual/mod/mod_imagemap.html.ko.euc-kr M docs/manual/mod/mod_include.html.en.utf8 M docs/manual/mod/mod_include.html.fr.utf8 M docs/manual/mod/mod_include.html.ja.utf8 M docs/manual/mod/mod_info.html.en.utf8 M docs/manual/mod/mod_info.html.fr.utf8 M docs/manual/mod/mod_info.html.ja.utf8 M docs/manual/mod/mod_info.html.ko.euc-kr M docs/manual/mod/mod_isapi.html.en.utf8 M docs/manual/mod/mod_isapi.html.fr.utf8 M docs/manual/mod/mod_isapi.html.ko.euc-kr M docs/manual/mod/mod_journald.html.en.utf8 M docs/manual/mod/mod_journald.html.fr.utf8 M docs/manual/mod/mod_lbmethod_bybusyness.html.en.utf8 M docs/manual/mod/mod_lbmethod_bybusyness.html.fr.utf8 M docs/manual/mod/mod_lbmethod_byrequests.html.en.utf8 M docs/manual/mod/mod_lbmethod_byrequests.html.fr.utf8 M docs/manual/mod/mod_lbmethod_bytraffic.html.en.utf8 M docs/manual/mod/mod_lbmethod_bytraffic.html.fr.utf8 M docs/manual/mod/mod_lbmethod_heartbeat.html.en.utf8 M docs/manual/mod/mod_lbmethod_heartbeat.html.fr.utf8 M docs/manual/mod/mod_ldap.html.en.utf8 M docs/manual/mod/mod_ldap.html.fr.utf8 M docs/manual/mod/mod_log_config.html.en.utf8 M docs/manual/mod/mod_log_config.html.fr.utf8 M docs/manual/mod/mod_log_config.html.ja.utf8 M docs/manual/mod/mod_log_config.html.ko.euc-kr M docs/manual/mod/mod_log_config.html.tr.utf8 M docs/manual/mod/mod_log_debug.html.en.utf8 M docs/manual/mod/mod_log_debug.html.fr.utf8 M docs/manual/mod/mod_log_forensic.html.en.utf8 M docs/manual/mod/mod_log_forensic.html.fr.utf8 M docs/manual/mod/mod_log_forensic.html.ja.utf8 M docs/manual/mod/mod_log_forensic.html.tr.utf8 M docs/manual/mod/mod_logio.html.en.utf8 M docs/manual/mod/mod_logio.html.fr.utf8 M docs/manual/mod/mod_logio.html.ja.utf8 M docs/manual/mod/mod_logio.html.ko.euc-kr M docs/manual/mod/mod_logio.html.tr.utf8 M docs/manual/mod/mod_lua.html.en.utf8 M docs/manual/mod/mod_lua.html.fr.utf8 M docs/manual/mod/mod_macro.html.en.utf8 M docs/manual/mod/mod_macro.html.fr.utf8 M docs/manual/mod/mod_md.html.en.utf8 M docs/manual/mod/mod_md.html.fr.utf8 M docs/manual/mod/mod_mime.html.en.utf8 M docs/manual/mod/mod_mime.html.fr.utf8 M docs/manual/mod/mod_mime.html.ja.utf8 M docs/manual/mod/mod_mime_magic.html.en.utf8 M docs/manual/mod/mod_mime_magic.html.fr.utf8 M docs/manual/mod/mod_negotiation.html.en.utf8 M docs/manual/mod/mod_negotiation.html.fr.utf8 M docs/manual/mod/mod_negotiation.html.ja.utf8 M docs/manual/mod/mod_nw_ssl.html.en.utf8 M docs/manual/mod/mod_nw_ssl.html.fr.utf8 M docs/manual/mod/mod_policy.html.en.utf8 M docs/manual/mod/mod_policy.html.fr.utf8 M docs/manual/mod/mod_privileges.html.en.utf8 M docs/manual/mod/mod_privileges.html.fr.utf8 M docs/manual/mod/mod_proxy.html.en.utf8 M docs/manual/mod/mod_proxy.html.fr.utf8 M docs/manual/mod/mod_proxy.html.ja.utf8 M docs/manual/mod/mod_proxy_ajp.html.en.utf8 M docs/manual/mod/mod_proxy_ajp.html.fr.utf8 M docs/manual/mod/mod_proxy_ajp.html.ja.utf8 M docs/manual/mod/mod_proxy_balancer.html.en.utf8 M docs/manual/mod/mod_proxy_balancer.html.fr.utf8 M docs/manual/mod/mod_proxy_balancer.html.ja.utf8 M docs/manual/mod/mod_proxy_connect.html.en.utf8 M docs/manual/mod/mod_proxy_connect.html.fr.utf8 M docs/manual/mod/mod_proxy_connect.html.ja.utf8 M docs/manual/mod/mod_proxy_connect.xml M docs/manual/mod/mod_proxy_express.html.en.utf8 M docs/manual/mod/mod_proxy_express.html.fr.utf8 M docs/manual/mod/mod_proxy_fcgi.html.en.utf8 M docs/manual/mod/mod_proxy_fcgi.html.fr.utf8 M docs/manual/mod/mod_proxy_fdpass.html.en.utf8 M docs/manual/mod/mod_proxy_fdpass.html.fr.utf8 M docs/manual/mod/mod_proxy_ftp.html.en.utf8 M docs/manual/mod/mod_proxy_ftp.html.fr.utf8 M docs/manual/mod/mod_proxy_hcheck.html.en.utf8 M docs/manual/mod/mod_proxy_hcheck.html.fr.utf8 M docs/manual/mod/mod_proxy_html.html.en.utf8 M docs/manual/mod/mod_proxy_html.html.fr.utf8 M docs/manual/mod/mod_proxy_http.html.en.utf8 M docs/manual/mod/mod_proxy_http.html.fr.utf8 M docs/manual/mod/mod_proxy_http2.html.en.utf8 M docs/manual/mod/mod_proxy_http2.html.fr.utf8 M docs/manual/mod/mod_proxy_scgi.html.en.utf8 M docs/manual/mod/mod_proxy_scgi.html.fr.utf8 M docs/manual/mod/mod_proxy_uwsgi.html.en.utf8 M docs/manual/mod/mod_proxy_uwsgi.html.fr.utf8 M docs/manual/mod/mod_proxy_wstunnel.html.en.utf8 M docs/manual/mod/mod_proxy_wstunnel.html.fr.utf8 M docs/manual/mod/mod_ratelimit.html.en.utf8 M docs/manual/mod/mod_ratelimit.html.fr.utf8 M docs/manual/mod/mod_reflector.html.en.utf8 M docs/manual/mod/mod_reflector.html.fr.utf8 M docs/manual/mod/mod_remoteip.html.en.utf8 M docs/manual/mod/mod_remoteip.html.fr.utf8 M docs/manual/mod/mod_reqtimeout.html.en.utf8 M docs/manual/mod/mod_reqtimeout.html.fr.utf8 M docs/manual/mod/mod_request.html.en.utf8 M docs/manual/mod/mod_request.html.fr.utf8 M docs/manual/mod/mod_request.html.tr.utf8 M docs/manual/mod/mod_rewrite.html.en.utf8 M docs/manual/mod/mod_rewrite.html.fr.utf8 M docs/manual/mod/mod_sed.html.en.utf8 M docs/manual/mod/mod_sed.html.fr.utf8 M docs/manual/mod/mod_session.html.en.utf8 M docs/manual/mod/mod_session.html.fr.utf8 M docs/manual/mod/mod_session_cookie.html.en.utf8 M docs/manual/mod/mod_session_cookie.html.fr.utf8 M docs/manual/mod/mod_session_crypto.html.en.utf8 M docs/manual/mod/mod_session_crypto.html.fr.utf8 M docs/manual/mod/mod_session_dbd.html.en.utf8 M docs/manual/mod/mod_session_dbd.html.fr.utf8 M docs/manual/mod/mod_setenvif.html.en.utf8 M docs/manual/mod/mod_setenvif.html.fr.utf8 M docs/manual/mod/mod_setenvif.html.ja.utf8 M docs/manual/mod/mod_setenvif.html.ko.euc-kr M docs/manual/mod/mod_setenvif.html.tr.utf8 M docs/manual/mod/mod_slotmem_plain.html.en.utf8 M docs/manual/mod/mod_slotmem_plain.html.fr.utf8 M docs/manual/mod/mod_slotmem_shm.html.en.utf8 M docs/manual/mod/mod_slotmem_shm.html.fr.utf8 M docs/manual/mod/mod_so.html.en.utf8 M docs/manual/mod/mod_so.html.fr.utf8 M docs/manual/mod/mod_so.html.ja.utf8 M docs/manual/mod/mod_so.html.ko.euc-kr M docs/manual/mod/mod_so.html.tr.utf8 M docs/manual/mod/mod_socache_dbm.html.en.utf8 M docs/manual/mod/mod_socache_dbm.html.fr.utf8 M docs/manual/mod/mod_socache_dc.html.en.utf8 M docs/manual/mod/mod_socache_dc.html.fr.utf8 M docs/manual/mod/mod_socache_memcache.html.en.utf8 M docs/manual/mod/mod_socache_memcache.html.fr.utf8 M docs/manual/mod/mod_socache_redis.html.en.utf8 M docs/manual/mod/mod_socache_redis.html.fr.utf8 M docs/manual/mod/mod_socache_shmcb.html.en.utf8 M docs/manual/mod/mod_socache_shmcb.html.fr.utf8 M docs/manual/mod/mod_speling.html.en.utf8 M docs/manual/mod/mod_speling.html.fr.utf8 M docs/manual/mod/mod_speling.html.ja.utf8 M docs/manual/mod/mod_speling.html.ko.euc-kr M docs/manual/mod/mod_ssl.html.en.utf8 M docs/manual/mod/mod_ssl.html.es.utf8 M docs/manual/mod/mod_ssl.html.fr.utf8 M docs/manual/mod/mod_ssl_ct.html.en.utf8 M docs/manual/mod/mod_ssl_ct.html.fr.utf8 M docs/manual/mod/mod_status.html.en.utf8 M docs/manual/mod/mod_status.html.es.utf8 M docs/manual/mod/mod_status.html.fr.utf8 M docs/manual/mod/mod_status.html.ja.utf8 M docs/manual/mod/mod_status.html.ko.euc-kr M docs/manual/mod/mod_status.html.tr.utf8 M docs/manual/mod/mod_substitute.html.en.utf8 M docs/manual/mod/mod_substitute.html.fr.utf8 M docs/manual/mod/mod_suexec.html.en.utf8 M docs/manual/mod/mod_suexec.html.fr.utf8 M docs/manual/mod/mod_suexec.html.ja.utf8 M docs/manual/mod/mod_suexec.html.ko.euc-kr M docs/manual/mod/mod_suexec.html.tr.utf8 M docs/manual/mod/mod_syslog.html.en.utf8 M docs/manual/mod/mod_syslog.html.fr.utf8 M docs/manual/mod/mod_systemd.html.en.utf8 M docs/manual/mod/mod_systemd.html.fr.utf8 M docs/manual/mod/mod_unique_id.html.en.utf8 M docs/manual/mod/mod_unique_id.html.fr.utf8 M docs/manual/mod/mod_unique_id.html.ja.utf8 M docs/manual/mod/mod_unique_id.html.ko.euc-kr M docs/manual/mod/mod_unixd.html.en.utf8 M docs/manual/mod/mod_unixd.html.fr.utf8 M docs/manual/mod/mod_unixd.html.tr.utf8 M docs/manual/mod/mod_userdir.html.en.utf8 M docs/manual/mod/mod_userdir.html.fr.utf8 M docs/manual/mod/mod_userdir.html.ja.utf8 M docs/manual/mod/mod_userdir.html.ko.euc-kr M docs/manual/mod/mod_userdir.html.tr.utf8 M docs/manual/mod/mod_usertrack.html.en.utf8 M docs/manual/mod/mod_usertrack.html.fr.utf8 M docs/manual/mod/mod_version.html.en.utf8 M docs/manual/mod/mod_version.html.fr.utf8 M docs/manual/mod/mod_version.html.ja.utf8 M docs/manual/mod/mod_version.html.ko.euc-kr M docs/manual/mod/mod_vhost_alias.html.en.utf8 M docs/manual/mod/mod_vhost_alias.html.fr.utf8 M docs/manual/mod/mod_vhost_alias.html.tr.utf8 M docs/manual/mod/mod_watchdog.html.en.utf8 M docs/manual/mod/mod_watchdog.html.fr.utf8 M docs/manual/mod/mod_xml2enc.html.en.utf8 M docs/manual/mod/mod_xml2enc.html.fr.utf8 M docs/manual/mod/module-dict.html.en.utf8 M docs/manual/mod/module-dict.html.fr.utf8 M docs/manual/mod/module-dict.html.ja.utf8 M docs/manual/mod/module-dict.html.ko.euc-kr M docs/manual/mod/module-dict.html.tr.utf8 M docs/manual/mod/mpm_common.html.de M docs/manual/mod/mpm_common.html.en.utf8 M docs/manual/mod/mpm_common.html.fr.utf8 M docs/manual/mod/mpm_common.html.ja.utf8 M docs/manual/mod/mpm_common.html.tr.utf8 M docs/manual/mod/mpm_netware.html.en.utf8 M docs/manual/mod/mpm_netware.html.fr.utf8 M docs/manual/mod/mpm_winnt.html.de M docs/manual/mod/mpm_winnt.html.en.utf8 M docs/manual/mod/mpm_winnt.html.fr.utf8 M docs/manual/mod/mpm_winnt.html.ja.utf8 M docs/manual/mod/mpmt_os2.html.en.utf8 M docs/manual/mod/mpmt_os2.html.fr.utf8 M docs/manual/mod/overrides.html.en.utf8 M docs/manual/mod/overrides.html.fr.utf8 M docs/manual/mod/prefork.html.de M docs/manual/mod/prefork.html.en.utf8 M docs/manual/mod/prefork.html.fr.utf8 M docs/manual/mod/prefork.html.ja.utf8 M docs/manual/mod/prefork.html.tr.utf8 M docs/manual/mod/quickreference.html.de M docs/manual/mod/quickreference.html.en.utf8 M docs/manual/mod/quickreference.html.es.utf8 M docs/manual/mod/quickreference.html.fr.utf8 M docs/manual/mod/quickreference.html.ja.utf8 M docs/manual/mod/quickreference.html.ko.euc-kr M docs/manual/mod/quickreference.html.tr.utf8 M docs/manual/mod/quickreference.html.zh-cn.utf8 M docs/manual/mod/worker.html.de M docs/manual/mod/worker.html.en.utf8 M docs/manual/mod/worker.html.fr.utf8 M docs/manual/mod/worker.html.ja.utf8 M docs/manual/mod/worker.html.tr.utf8 M docs/manual/mpm.html.de M docs/manual/mpm.html.en.utf8 M docs/manual/mpm.html.es.utf8 M docs/manual/mpm.html.fr.utf8 M docs/manual/mpm.html.ja.utf8 M docs/manual/mpm.html.ko.euc-kr M docs/manual/mpm.html.tr.utf8 M docs/manual/mpm.html.zh-cn.utf8 M docs/manual/new_features_2_0.html.de M docs/manual/new_features_2_0.html.en.utf8 M docs/manual/new_features_2_0.html.fr.utf8 M docs/manual/new_features_2_0.html.ja.utf8 M docs/manual/new_features_2_0.html.ko.euc-kr M docs/manual/new_features_2_0.html.pt-br M docs/manual/new_features_2_0.html.tr.utf8 M docs/manual/new_features_2_2.html.en.utf8 M docs/manual/new_features_2_2.html.es.utf8 M docs/manual/new_features_2_2.html.fr.utf8 M docs/manual/new_features_2_2.html.ko.euc-kr M docs/manual/new_features_2_2.html.pt-br M docs/manual/new_features_2_2.html.tr.utf8 M docs/manual/new_features_2_4.html.en.utf8 M docs/manual/new_features_2_4.html.es.utf8 M docs/manual/new_features_2_4.html.fr.utf8 M docs/manual/new_features_2_4.html.tr.utf8 M docs/manual/new_features_2_6.html.en.utf8 M docs/manual/platform/index.html.en.utf8 M docs/manual/platform/index.html.ko.euc-kr M docs/manual/platform/index.html.zh-cn.utf8 M docs/manual/platform/netware.html.en.utf8 M docs/manual/platform/netware.html.fr.utf8 M docs/manual/platform/netware.html.ko.euc-kr M docs/manual/platform/perf-hp.html.en.utf8 M docs/manual/platform/perf-hp.html.fr.utf8 M docs/manual/platform/perf-hp.html.ko.euc-kr M docs/manual/platform/rpm.html.en.utf8 M docs/manual/platform/rpm.html.fr.utf8 M docs/manual/platform/win_compiling.html.en.utf8 M docs/manual/platform/win_compiling.html.fr.utf8 M docs/manual/platform/win_compiling.html.ko.euc-kr M docs/manual/platform/windows.html.en.utf8 M docs/manual/platform/windows.html.fr.utf8 M docs/manual/platform/windows.html.ko.euc-kr M docs/manual/platform/windows.xml.fr M docs/manual/platform/windows.xml.ko M docs/manual/platform/windows.xml.meta M docs/manual/programs/ab.html.en.utf8 M docs/manual/programs/ab.html.fr.utf8 M docs/manual/programs/ab.html.ko.euc-kr M docs/manual/programs/ab.html.tr.utf8 M docs/manual/programs/apachectl.html.en.utf8 M docs/manual/programs/apachectl.html.fr.utf8 M docs/manual/programs/apachectl.html.ko.euc-kr M docs/manual/programs/apachectl.html.tr.utf8 M docs/manual/programs/apxs.html.en.utf8 M docs/manual/programs/apxs.html.fr.utf8 M docs/manual/programs/apxs.html.ko.euc-kr M docs/manual/programs/apxs.html.tr.utf8 M docs/manual/programs/configure.html.en.utf8 M docs/manual/programs/configure.html.fr.utf8 M docs/manual/programs/configure.html.ko.euc-kr M docs/manual/programs/configure.html.tr.utf8 M docs/manual/programs/ctlogconfig.html.en.utf8 M docs/manual/programs/ctlogconfig.html.fr.utf8 M docs/manual/programs/dbmmanage.html.en.utf8 M docs/manual/programs/dbmmanage.html.fr.utf8 M docs/manual/programs/dbmmanage.html.ko.euc-kr M docs/manual/programs/dbmmanage.html.tr.utf8 M docs/manual/programs/fcgistarter.html.en.utf8 M docs/manual/programs/fcgistarter.html.fr.utf8 M docs/manual/programs/fcgistarter.html.tr.utf8 M docs/manual/programs/firehose.html.en.utf8 M docs/manual/programs/firehose.html.fr.utf8 M docs/manual/programs/htcacheclean.html.en.utf8 M docs/manual/programs/htcacheclean.html.fr.utf8 M docs/manual/programs/htcacheclean.html.ko.euc-kr M docs/manual/programs/htcacheclean.html.tr.utf8 M docs/manual/programs/htdbm.html.en.utf8 M docs/manual/programs/htdbm.html.fr.utf8 M docs/manual/programs/htdbm.html.tr.utf8 M docs/manual/programs/htdigest.html.en.utf8 M docs/manual/programs/htdigest.html.fr.utf8 M docs/manual/programs/htdigest.html.ko.euc-kr M docs/manual/programs/htdigest.html.tr.utf8 M docs/manual/programs/htpasswd.html.en.utf8 M docs/manual/programs/htpasswd.html.fr.utf8 M docs/manual/programs/htpasswd.html.ko.euc-kr M docs/manual/programs/htpasswd.html.tr.utf8 M docs/manual/programs/httpd.html.en.utf8 M docs/manual/programs/httpd.html.fr.utf8 M docs/manual/programs/httpd.html.ko.euc-kr M docs/manual/programs/httpd.html.tr.utf8 M docs/manual/programs/httxt2dbm.html.en.utf8 M docs/manual/programs/httxt2dbm.html.fr.utf8 M docs/manual/programs/httxt2dbm.html.tr.utf8 M docs/manual/programs/index.html.en.utf8 M docs/manual/programs/index.html.es.utf8 M docs/manual/programs/index.html.ko.euc-kr M docs/manual/programs/index.html.tr.utf8 M docs/manual/programs/index.html.zh-cn.utf8 M docs/manual/programs/log_server_status.html.en.utf8 M docs/manual/programs/log_server_status.html.fr.utf8 M docs/manual/programs/logresolve.html.en.utf8 M docs/manual/programs/logresolve.html.fr.utf8 M docs/manual/programs/logresolve.html.ko.euc-kr M docs/manual/programs/logresolve.html.tr.utf8 M docs/manual/programs/other.html.en.utf8 M docs/manual/programs/other.html.fr.utf8 M docs/manual/programs/other.html.ko.euc-kr M docs/manual/programs/other.html.tr.utf8 M docs/manual/programs/rotatelogs.html.en.utf8 M docs/manual/programs/rotatelogs.html.fr.utf8 M docs/manual/programs/rotatelogs.html.ko.euc-kr M docs/manual/programs/rotatelogs.html.tr.utf8 M docs/manual/programs/split-logfile.html.en.utf8 M docs/manual/programs/split-logfile.html.fr.utf8 M docs/manual/programs/suexec.html.en.utf8 M docs/manual/programs/suexec.html.fr.utf8 M docs/manual/programs/suexec.html.ko.euc-kr M docs/manual/programs/suexec.html.tr.utf8 M docs/manual/rewrite/access.html.en.utf8 M docs/manual/rewrite/access.html.fr.utf8 M docs/manual/rewrite/advanced.html.en.utf8 M docs/manual/rewrite/advanced.html.fr.utf8 M docs/manual/rewrite/avoid.html.en.utf8 M docs/manual/rewrite/avoid.html.fr.utf8 M docs/manual/rewrite/flags.html.en.utf8 M docs/manual/rewrite/flags.html.fr.utf8 M docs/manual/rewrite/htaccess.html.en.utf8 M docs/manual/rewrite/htaccess.html.fr.utf8 M docs/manual/rewrite/intro.html.en.utf8 M docs/manual/rewrite/intro.html.fr.utf8 M docs/manual/rewrite/proxy.html.en.utf8 M docs/manual/rewrite/proxy.html.fr.utf8 M docs/manual/rewrite/remapping.html.en.utf8 M docs/manual/rewrite/remapping.html.fr.utf8 M docs/manual/rewrite/rewritemap.html.en.utf8 M docs/manual/rewrite/rewritemap.html.fr.utf8 M docs/manual/rewrite/tech.html.en.utf8 M docs/manual/rewrite/tech.html.fr.utf8 M docs/manual/rewrite/vhosts.html.en.utf8 M docs/manual/rewrite/vhosts.html.fr.utf8 M docs/manual/sections.html.en.utf8 M docs/manual/sections.html.fr.utf8 M docs/manual/sections.html.ja.utf8 M docs/manual/sections.html.ko.euc-kr M docs/manual/sections.html.tr.utf8 M docs/manual/server-wide.html.en.utf8 M docs/manual/server-wide.html.fr.utf8 M docs/manual/server-wide.html.ja.utf8 M docs/manual/server-wide.html.ko.euc-kr M docs/manual/server-wide.html.tr.utf8 M docs/manual/sitemap.html.de M docs/manual/sitemap.html.en.utf8 M docs/manual/sitemap.html.es.utf8 M docs/manual/sitemap.html.fr.utf8 M docs/manual/sitemap.html.ja.utf8 M docs/manual/sitemap.html.ko.euc-kr M docs/manual/sitemap.html.tr.utf8 M docs/manual/sitemap.html.zh-cn.utf8 M docs/manual/socache.html.en.utf8 M docs/manual/socache.html.fr.utf8 M docs/manual/ssl/index.html.en.utf8 M docs/manual/ssl/index.html.es.utf8 M docs/manual/ssl/index.html.ja.utf8 M docs/manual/ssl/index.html.tr.utf8 M docs/manual/ssl/index.html.zh-cn.utf8 M docs/manual/ssl/ssl_compat.html.en.utf8 M docs/manual/ssl/ssl_compat.html.es.utf8 M docs/manual/ssl/ssl_compat.html.fr.utf8 M docs/manual/ssl/ssl_faq.html.en.utf8 M docs/manual/ssl/ssl_faq.html.fr.utf8 M docs/manual/ssl/ssl_howto.html.en.utf8 M docs/manual/ssl/ssl_howto.html.fr.utf8 M docs/manual/ssl/ssl_intro.html.en.utf8 M docs/manual/ssl/ssl_intro.html.fr.utf8 M docs/manual/ssl/ssl_intro.html.ja.utf8 M docs/manual/stopping.html.de M docs/manual/stopping.html.en.utf8 M docs/manual/stopping.html.es.utf8 M docs/manual/stopping.html.fr.utf8 M docs/manual/stopping.html.ja.utf8 M docs/manual/stopping.html.ko.euc-kr M docs/manual/stopping.html.tr.utf8 M docs/manual/suexec.html.en.utf8 M docs/manual/suexec.html.fr.utf8 M docs/manual/suexec.html.ja.utf8 M docs/manual/suexec.html.ko.euc-kr M docs/manual/suexec.html.tr.utf8 M docs/manual/upgrading.html.en.utf8 M docs/manual/upgrading.html.fr.utf8 M docs/manual/urlmapping.html.en.utf8 M docs/manual/urlmapping.html.fr.utf8 M docs/manual/urlmapping.html.ja.utf8 M docs/manual/urlmapping.html.ko.euc-kr M docs/manual/urlmapping.html.tr.utf8 M docs/manual/vhosts/details.html.en.utf8 M docs/manual/vhosts/details.html.fr.utf8 M docs/manual/vhosts/details.html.ko.euc-kr M docs/manual/vhosts/details.html.tr.utf8 M docs/manual/vhosts/examples.html.en.utf8 M docs/manual/vhosts/examples.html.fr.utf8 M docs/manual/vhosts/examples.html.ja.utf8 M docs/manual/vhosts/examples.html.ko.euc-kr M docs/manual/vhosts/examples.html.tr.utf8 M docs/manual/vhosts/fd-limits.html.en.utf8 M docs/manual/vhosts/fd-limits.html.fr.utf8 M docs/manual/vhosts/fd-limits.html.ja.utf8 M docs/manual/vhosts/fd-limits.html.ko.euc-kr M docs/manual/vhosts/fd-limits.html.tr.utf8 M docs/manual/vhosts/index.html.de M docs/manual/vhosts/index.html.en.utf8 M docs/manual/vhosts/index.html.ja.utf8 M docs/manual/vhosts/index.html.ko.euc-kr M docs/manual/vhosts/index.html.tr.utf8 M docs/manual/vhosts/index.html.zh-cn.utf8 M docs/manual/vhosts/ip-based.html.en.utf8 M docs/manual/vhosts/ip-based.html.fr.utf8 M docs/manual/vhosts/ip-based.html.ja.utf8 M docs/manual/vhosts/ip-based.html.ko.euc-kr M docs/manual/vhosts/ip-based.html.tr.utf8 M docs/manual/vhosts/mass.html.en.utf8 M docs/manual/vhosts/mass.html.fr.utf8 M docs/manual/vhosts/mass.html.ko.euc-kr M docs/manual/vhosts/mass.html.tr.utf8 M docs/manual/vhosts/name-based.html.de M docs/manual/vhosts/name-based.html.en.utf8 M docs/manual/vhosts/name-based.html.fr.utf8 M docs/manual/vhosts/name-based.html.ja.utf8 M docs/manual/vhosts/name-based.html.ko.euc-kr M docs/manual/vhosts/name-based.html.tr.utf8 ____________________________________________________________________________________________________________ Commit: 44a837475e414a01b7a39d83735540690ee7e1b6 URL: https://git.catflap.org/apache-httpd/commit/?id=44a837475e414a01b7a39d83735540690ee7e1b6 Author: Rich Bowen (Mon 16 Mar 2026 12:58:09 GMT) Committer: Rich Bowen (Mon 16 Mar 2026 12:58:09 GMT) Removes the Comments section which has been broken for 8 years. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932335 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/style/xsl/common.xsl ____________________________________________________________________________________________________________ Commit: 7db3684103f070d9baf96c8c2b6f0d92cc0bb63a URL: https://git.catflap.org/apache-httpd/commit/?id=7db3684103f070d9baf96c8c2b6f0d92cc0bb63a Author: Rich Bowen (Mon 16 Mar 2026 08:03:39 GMT) Committer: Rich Bowen (Mon 16 Mar 2026 08:03:39 GMT) Remove obsolete Windows download sources git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932328 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/platform/windows.html.en.utf8 M docs/manual/platform/windows.xml ____________________________________________________________________________________________________________ Commit: 3ac7565a363d27d1afa9b149086442efff864983 URL: https://git.catflap.org/apache-httpd/commit/?id=3ac7565a363d27d1afa9b149086442efff864983 Author: Rich Bowen (Mon 16 Mar 2026 06:19:12 GMT) Committer: Rich Bowen (Mon 16 Mar 2026 06:19:12 GMT) bz69851 repeated word git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932325 13f79535-47bb-0310-9956-ffa450edef68 M docs/conf/httpd.conf.in ____________________________________________________________________________________________________________ Commit: 714f397658c165d532d6cf201d15369125bea8f3 URL: https://git.catflap.org/apache-httpd/commit/?id=714f397658c165d532d6cf201d15369125bea8f3 Author: Rich Bowen (Mon 16 Mar 2026 03:55:47 GMT) Committer: Rich Bowen (Mon 16 Mar 2026 03:55:47 GMT) Rebuild docs, metadata git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932322 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/rewrite/access.html.en.utf8 M docs/manual/rewrite/advanced.html.en.utf8 M docs/manual/rewrite/avoid.html.en.utf8 M docs/manual/rewrite/flags.html.en.utf8 M docs/manual/rewrite/htaccess.html.en.utf8 M docs/manual/rewrite/index.html.en.utf8 M docs/manual/rewrite/index.html.tr.utf8 M docs/manual/rewrite/index.html.zh-cn.utf8 M docs/manual/rewrite/intro.html.en.utf8 M docs/manual/rewrite/proxy.html.en.utf8 M docs/manual/rewrite/remapping.html.en.utf8 M docs/manual/rewrite/remapping.html.fr.utf8 M docs/manual/rewrite/remapping.xml.fr M docs/manual/rewrite/remapping.xml.meta M docs/manual/rewrite/rewritemap.html.en.utf8 M docs/manual/rewrite/tech.html.en.utf8 M docs/manual/rewrite/vhosts.html.en.utf8 ____________________________________________________________________________________________________________ Commit: 8e82180b720af91af464df21975a681819ba4471 URL: https://git.catflap.org/apache-httpd/commit/?id=8e82180b720af91af464df21975a681819ba4471 Author: Rich Bowen (Mon 16 Mar 2026 03:54:28 GMT) Committer: Rich Bowen (Mon 16 Mar 2026 03:54:28 GMT) bz63716 Clarify sequence of steps in remapping git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932321 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/rewrite/remapping.xml ____________________________________________________________________________________________________________ Commit: 171f014c3015008f8dd85a87aefed207f2d7dc3b URL: https://git.catflap.org/apache-httpd/commit/?id=171f014c3015008f8dd85a87aefed207f2d7dc3b Author: Rich Bowen (Mon 16 Mar 2026 03:45:27 GMT) Committer: Rich Bowen (Mon 16 Mar 2026 03:45:27 GMT) Rebuild docs and metadata. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932318 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/logs.html.en.utf8 M docs/manual/logs.html.fr.utf8 M docs/manual/logs.html.ja.utf8 M docs/manual/logs.html.ko.euc-kr M docs/manual/logs.html.tr.utf8 M docs/manual/logs.xml.fr M docs/manual/logs.xml.ja M docs/manual/logs.xml.ko M docs/manual/logs.xml.meta M docs/manual/logs.xml.tr M docs/manual/mod/core.html.de M docs/manual/mod/core.html.en.utf8 M docs/manual/mod/core.html.es.utf8 M docs/manual/mod/core.html.fr.utf8 M docs/manual/mod/core.html.ja.utf8 M docs/manual/mod/core.html.tr.utf8 M docs/manual/mod/core.xml.de M docs/manual/mod/core.xml.es M docs/manual/mod/core.xml.fr M docs/manual/mod/core.xml.ja M docs/manual/mod/core.xml.meta M docs/manual/mod/core.xml.tr ____________________________________________________________________________________________________________ Commit: 9782b28dd82ad1df9f33467c32fb8141c0d74fae URL: https://git.catflap.org/apache-httpd/commit/?id=9782b28dd82ad1df9f33467c32fb8141c0d74fae Author: Rich Bowen (Mon 16 Mar 2026 03:43:10 GMT) Committer: Rich Bowen (Mon 16 Mar 2026 03:43:10 GMT) bz60247 Updates to new log levels and error messages git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932317 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/logs.xml M docs/manual/mod/core.xml ____________________________________________________________________________________________________________ Commit: 80dd611de1158e02e14342e16655a7c28c116193 URL: https://git.catflap.org/apache-httpd/commit/?id=80dd611de1158e02e14342e16655a7c28c116193 Author: Rich Bowen (Mon 16 Mar 2026 03:32:07 GMT) Committer: Rich Bowen (Mon 16 Mar 2026 03:32:07 GMT) rebuild docs and metadata git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932314 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_ssl.html.en.utf8 M docs/manual/mod/mod_ssl.html.es.utf8 M docs/manual/mod/mod_ssl.html.fr.utf8 M docs/manual/mod/mod_ssl.xml.es M docs/manual/mod/mod_ssl.xml.fr M docs/manual/mod/mod_ssl.xml.meta M docs/manual/mod/mod_ssl_ct.html.en.utf8 ____________________________________________________________________________________________________________ Commit: 924b23d886de83c39928220b4934f495f36409b8 URL: https://git.catflap.org/apache-httpd/commit/?id=924b23d886de83c39928220b4934f495f36409b8 Author: Rich Bowen (Mon 16 Mar 2026 03:27:06 GMT) Committer: Rich Bowen (Mon 16 Mar 2026 03:27:06 GMT) bz52670 - clarify SSLStrictSNIVHostCheck scope git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932312 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_ssl.xml ____________________________________________________________________________________________________________ Commit: 714d9c48693494b0a6b8cb0e25b4a7a41b0f7c5b URL: https://git.catflap.org/apache-httpd/commit/?id=714d9c48693494b0a6b8cb0e25b4a7a41b0f7c5b Author: Rich Bowen (Mon 16 Mar 2026 03:21:16 GMT) Committer: Rich Bowen (Mon 16 Mar 2026 03:21:16 GMT) Rebuild translation metadata git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932311 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/content-negotiation.html.en.utf8 M docs/manual/content-negotiation.html.fr.utf8 M docs/manual/content-negotiation.html.ja.utf8 M docs/manual/content-negotiation.html.ko.euc-kr M docs/manual/content-negotiation.html.tr.utf8 M docs/manual/content-negotiation.xml.fr M docs/manual/content-negotiation.xml.ja M docs/manual/content-negotiation.xml.ko M docs/manual/content-negotiation.xml.meta M docs/manual/content-negotiation.xml.tr ____________________________________________________________________________________________________________ Commit: 21919230cae9b3362a4f8e6d186322b020b1aafe URL: https://git.catflap.org/apache-httpd/commit/?id=21919230cae9b3362a4f8e6d186322b020b1aafe Author: Rich Bowen (Mon 16 Mar 2026 03:10:50 GMT) Committer: Rich Bowen (Mon 16 Mar 2026 03:10:50 GMT) Additional clarity around type map precedence. Fixes bz 50848 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932308 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/content-negotiation.xml ____________________________________________________________________________________________________________ Commit: 3ad624eb01d91a3b60645048cd03c0396e92003b URL: https://git.catflap.org/apache-httpd/commit/?id=3ad624eb01d91a3b60645048cd03c0396e92003b Author: Joe Orton (Mon 2 Mar 2026 11:43:05 GMT) Committer: Joe Orton (Mon 2 Mar 2026 11:43:05 GMT) Clarify this is a Y2038 issue. [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932108 13f79535-47bb-0310-9956-ffa450edef68 M changes-entries/ssl-sess-y2k.txt ____________________________________________________________________________________________________________ Commit: 17ee196fbb6c6d900631b5eb94d5371a0235a2ea URL: https://git.catflap.org/apache-httpd/commit/?id=17ee196fbb6c6d900631b5eb94d5371a0235a2ea Author: Joe Orton (Mon 2 Mar 2026 11:17:51 GMT) Committer: Joe Orton (Mon 2 Mar 2026 11:17:51 GMT) Prevent Y2038 bug by using SSL_SESSION_get_time_ex The previous function is deprecated, see: * https://github.com/openssl/openssl/commit/00a6d0743a38e179f5f9b5de4b73be9fcec0bb4c * https://github.com/openssl/openssl/issues/23648 * https://github.com/openssl/openssl/pull/21206 Implement check for the OpenSSL version Submitted by: Daniel Ruf Github: closes #607 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932104 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/ssl-sess-y2k.txt M modules/ssl/ssl_engine_kernel.c ____________________________________________________________________________________________________________ Commit: e8c82bbb457e9b0daa77e6e412643e98e6036fa6 URL: https://git.catflap.org/apache-httpd/commit/?id=e8c82bbb457e9b0daa77e6e412643e98e6036fa6 Author: Joe Orton (Mon 2 Mar 2026 11:13:46 GMT) Committer: Joe Orton (Mon 2 Mar 2026 11:13:46 GMT) * modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl_cert_remain): Revert workaround for OpenSSL feature/ech branch, which is now updated. Also refresh the CI cache for the feature/ech OpenSSL build. Github: closes #608 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932103 13f79535-47bb-0310-9956-ffa450edef68 M .github/workflows/linux.yml M modules/ssl/ssl_engine_vars.c ____________________________________________________________________________________________________________ Commit: b7bd90fc2a5e5a9874b29f542f95abb9d46158cc URL: https://git.catflap.org/apache-httpd/commit/?id=b7bd90fc2a5e5a9874b29f542f95abb9d46158cc Author: Joe Orton (Sat 28 Feb 2026 13:22:38 GMT) Committer: Joe Orton (Sat 28 Feb 2026 13:22:38 GMT) Have "make check" run all of the libcheck-based unit tests, pytest-based tests, and perl-framework-based tests if available. * test/pyhttpd/env.py (HttpdTestEnv.__init__): Use config.ini from $PYHTTPD_CONFIG if set. * configure.in: Check for pytest-3, add check-pytest to $CHECK_TARGETS if found. Add check-unittests to $CHECK_TARGETS if test/httpdunit is generated. Add check-test-framework to $CHECK_TARGETS if the Perl test framework is present. Stop generating WITH_TEST_SUITE. * Makefile.in (check): Depend on $CHECK_TARGETS. (check-tree, check/bin/apachectl, check/config.ini, check/modules/stamp): New targets to fill out the check/ install tree for use with pyhttpd. (check-pytest): New target to run pytest-based tests. (check-unittests): New target to run libcheck-based tests. (check-test-framework): Renamed from "check-yes", runs Perl framework tests. Github: closes #598 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932079 13f79535-47bb-0310-9956-ffa450edef68 M Makefile.in M build/config_vars.sh.in M configure.in M test/pyhttpd/env.py ____________________________________________________________________________________________________________ Commit: c4e47bc0be33a4e9723bc895bcd2a9b460dc64c5 URL: https://git.catflap.org/apache-httpd/commit/?id=c4e47bc0be33a4e9723bc895bcd2a9b460dc64c5 Author: Joe Orton (Sat 28 Feb 2026 13:07:27 GMT) Committer: Joe Orton (Sat 28 Feb 2026 13:07:27 GMT) Add missing module_index in the APLOG_MARK note for ap_log_error Submitted by: Vladimír Chlup Github: closes #606 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932078 13f79535-47bb-0310-9956-ffa450edef68 M include/http_log.h ____________________________________________________________________________________________________________ Commit: 93db46921d32b60116730d53509682da00d3c515 URL: https://git.catflap.org/apache-httpd/commit/?id=93db46921d32b60116730d53509682da00d3c515 Author: Joe Orton (Mon 23 Feb 2026 11:50:48 GMT) Committer: Joe Orton (Mon 23 Feb 2026 11:50:48 GMT) CI: Add alternative path to build APR/APR-util releases from a tarball if TEST_APR_TARBALL is set. GitHub: part of #605 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932005 13f79535-47bb-0310-9956-ffa450edef68 M test/travis_before_linux.sh ____________________________________________________________________________________________________________ Commit: 7808644f0a321ed0d59927a09a000b74fbae8f78 URL: https://git.catflap.org/apache-httpd/commit/?id=7808644f0a321ed0d59927a09a000b74fbae8f78 Author: Giovanni Bechis (Fri 20 Feb 2026 14:26:51 GMT) Committer: Giovanni Bechis (Fri 20 Feb 2026 14:26:51 GMT) copy all the chars in ETag, included the last '"' bz #69957 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1931953 13f79535-47bb-0310-9956-ffa450edef68 M server/util_etag.c ____________________________________________________________________________________________________________ Commit: 56da8358b69773d36e47fcf1a9c77263c89a9b70 URL: https://git.catflap.org/apache-httpd/commit/?id=56da8358b69773d36e47fcf1a9c77263c89a9b70 Author: Stefan Eissing (Fri 20 Feb 2026 13:44:36 GMT) Committer: Stefan Eissing (Fri 20 Feb 2026 13:44:36 GMT) *) mod_md: update to version 2.6.8 - Fix the ARI related `replaces` property in ACME order creation to only be used when the CA supports ARI and it is enabled in the menu config. - Fix compatibility with APR versions before 1.6.0 which do not have `apr_cstr_casecmp` and should use `apr_strnatcasecmp` instead. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1931951 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/md_v2.6.8.txt M modules/md/md_acmev2_drive.c M modules/md/md_version.h ____________________________________________________________________________________________________________ Commit: c1f83ed182314fc9087aa904a5ed39a2de7a8b30 URL: https://git.catflap.org/apache-httpd/commit/?id=c1f83ed182314fc9087aa904a5ed39a2de7a8b30 Author: Stefan Eissing (Fri 20 Feb 2026 13:26:35 GMT) Committer: Stefan Eissing (Fri 20 Feb 2026 13:26:35 GMT) *) mod_http2: update to version 2.0.39 Remove streams own memory allocator after reports of memory problems with third party modules. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1931949 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/h2_v2.0.39.txt M modules/http2/h2_session.c M modules/http2/h2_version.h ____________________________________________________________________________________________________________ Commit: d8db1f875514d47e7830471f2aae9d21671811c8 URL: https://git.catflap.org/apache-httpd/commit/?id=d8db1f875514d47e7830471f2aae9d21671811c8 Author: Ruediger Pluem (Tue 17 Feb 2026 19:37:17 GMT) Committer: Ruediger Pluem (Tue 17 Feb 2026 19:37:17 GMT) * Use correct function name when compiling against APR < 1.6.0 PR: 69954 Submitted by: Tần Quảng Reviewed by: rpluem git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1931911 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/pr69954.txt M modules/md/md_util.h ____________________________________________________________________________________________________________ Commit: 51912a22e4b80889aa45bedb154e2dd0152bf208 URL: https://git.catflap.org/apache-httpd/commit/?id=51912a22e4b80889aa45bedb154e2dd0152bf208 Author: Ruediger Pluem (Wed 4 Feb 2026 17:16:14 GMT) Committer: Ruediger Pluem (Wed 4 Feb 2026 17:16:14 GMT) Set a security relevant release showstopper git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1931712 13f79535-47bb-0310-9956-ffa450edef68 M STATUS ____________________________________________________________________________________________________________ Commit: c764e0c409e2a594963e5ccde59aedd51fc9d67a URL: https://git.catflap.org/apache-httpd/commit/?id=c764e0c409e2a594963e5ccde59aedd51fc9d67a Author: Stefan Eissing (Wed 4 Feb 2026 13:19:25 GMT) Committer: Stefan Eissing (Wed 4 Feb 2026 13:19:25 GMT) *) mod_http2: update to version 2.0.38 Source sync with mod_h2 github repository. No functional change. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1931709 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/h2_v2.0.38.txt M modules/http2/h2_c1.c M modules/http2/h2_session.c M modules/http2/h2_version.h ____________________________________________________________________________________________________________ Commit: 3e100a96c4e79cf06e16a0fb141786ab48410fca URL: https://git.catflap.org/apache-httpd/commit/?id=3e100a96c4e79cf06e16a0fb141786ab48410fca Author: Joe Orton (Mon 2 Feb 2026 11:44:09 GMT) Committer: Joe Orton (Mon 2 Feb 2026 11:44:09 GMT) * modules/dav/fs/quota.c (dav_fs_quota_precondition): Fix operator-precedence bug which disabled quota enforcement for COPY/MOVE. PR: 69795 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1931654 13f79535-47bb-0310-9956-ffa450edef68 M modules/dav/fs/quota.c ____________________________________________________________________________________________________________ Commit: 70bb2a8434021f3e306a36865abd5a349d84a935 URL: https://git.catflap.org/apache-httpd/commit/?id=70bb2a8434021f3e306a36865abd5a349d84a935 Author: Joe Orton (Thu 29 Jan 2026 11:02:07 GMT) Committer: Joe Orton (Thu 29 Jan 2026 11:02:07 GMT) CI: Bump OpenSSL versions for new releases. Github: closes #600 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1931591 13f79535-47bb-0310-9956-ffa450edef68 M .github/workflows/linux.yml ____________________________________________________________________________________________________________ Commit: 097f276d63a13700f30c0c8ede876102f8761bd9 URL: https://git.catflap.org/apache-httpd/commit/?id=097f276d63a13700f30c0c8ede876102f8761bd9 Author: Lucien Gentis (Sat 24 Jan 2026 12:31:31 GMT) Committer: Lucien Gentis (Sat 24 Jan 2026 12:31:31 GMT) fr doc rebuild. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1931502 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/core.html.fr.utf8 M docs/manual/mod/core.xml.de M docs/manual/mod/core.xml.es M docs/manual/mod/core.xml.ja M docs/manual/mod/core.xml.tr ____________________________________________________________________________________________________________ Commit: 1b1b6031f6aab6c0f4cacff1bd7087451d9098a7 URL: https://git.catflap.org/apache-httpd/commit/?id=1b1b6031f6aab6c0f4cacff1bd7087451d9098a7 Author: Lucien Gentis (Sat 24 Jan 2026 12:30:18 GMT) Committer: Lucien Gentis (Sat 24 Jan 2026 12:30:18 GMT) fr doc XML file update. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1931501 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/core.xml.fr ____________________________________________________________________________________________________________ Commit: c68a031691950bf5eeb7394656ec448c8f6e5a47 URL: https://git.catflap.org/apache-httpd/commit/?id=c68a031691950bf5eeb7394656ec448c8f6e5a47 Author: Joe Orton (Wed 21 Jan 2026 11:09:55 GMT) Committer: Joe Orton (Wed 21 Jan 2026 11:09:55 GMT) * server/log.c (log_ctime): Fix syntax error in r1931452 (added by me when tweaking whitespace, not from the PR author). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1931453 13f79535-47bb-0310-9956-ffa450edef68 M server/log.c ____________________________________________________________________________________________________________ Commit: d56527579e6a56ebfc265f3a059694a58e7e8c71 URL: https://git.catflap.org/apache-httpd/commit/?id=d56527579e6a56ebfc265f3a059694a58e7e8c71 Author: Joe Orton (Wed 21 Jan 2026 11:05:12 GMT) Committer: Joe Orton (Wed 21 Jan 2026 11:05:12 GMT) core: Add millisecond support to ErrorLogFormat time specifiers %{m} prints the timestamp in millisecond-resolution. * include/util_time.h: Define new AP_CTIME_OPTION_MSEC option for printing time in milliseconds format. * server/util_time.c (ap_recent_ctime_ex): Handle AP_CTIME_OPTION_MSEC to print time in a millisecond format. * server/log.c (log_ctime): Recognize the m time option in both fast-path and composite %{...}t formats. Submitted by: Luboš Uhliarik Github: closes #597 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1931452 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/log-msec.txt M docs/manual/mod/core.xml M include/util_time.h M server/log.c M server/util_time.c ____________________________________________________________________________________________________________ Commit: 6ab19469cc43b3dc75e4b041d6a199822655c00f URL: https://git.catflap.org/apache-httpd/commit/?id=6ab19469cc43b3dc75e4b041d6a199822655c00f Author: Giovanni Bechis (Wed 21 Jan 2026 08:57:27 GMT) Committer: Giovanni Bechis (Wed 21 Jan 2026 08:57:27 GMT) add charset in the document if specified in IndexOptions bz #69930 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1931451 13f79535-47bb-0310-9956-ffa450edef68 M modules/generators/mod_autoindex.c ____________________________________________________________________________________________________________ Commit: 07f8d6c1525cfce9b347dd6bf985dc5773c02f54 URL: https://git.catflap.org/apache-httpd/commit/?id=07f8d6c1525cfce9b347dd6bf985dc5773c02f54 Author: Joe Orton (Mon 19 Jan 2026 16:38:04 GMT) Committer: Joe Orton (Mon 19 Jan 2026 16:38:04 GMT) * test/modules/core: Adds test for disabled note option in RequestHeader Submitted by: Giannis Christodoulou Github: closes #594 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1931424 13f79535-47bb-0310-9956-ffa450edef68 M test/modules/core/env.py A test/modules/core/htdocs/userdir/testuser/public_html/cgi-bin/.htaccess A test/modules/core/htdocs/userdir/testuser/public_html/cgi-bin/test.cgi A test/modules/core/test_005_userdir_headers.py ____________________________________________________________________________________________________________ Commit: a261a61a11b1d85ed004fe47c35dbe34642cac44 URL: https://git.catflap.org/apache-httpd/commit/?id=a261a61a11b1d85ed004fe47c35dbe34642cac44 Author: Joe Orton (Mon 19 Jan 2026 14:25:20 GMT) Committer: Joe Orton (Mon 19 Jan 2026 14:25:20 GMT) Adds test for SSI query string injection Submitted by: Giannis Christodoulou Github: closes #591 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1931423 13f79535-47bb-0310-9956-ffa450edef68 M test/modules/core/env.py A test/modules/core/htdocs/ssi/exec.shtml A test/modules/core/test_004_ssi.py ____________________________________________________________________________________________________________ Commit: bdea725e483c16e1a6db99d5a4207220018beb1c URL: https://git.catflap.org/apache-httpd/commit/?id=bdea725e483c16e1a6db99d5a4207220018beb1c Author: Joe Orton (Mon 19 Jan 2026 12:43:36 GMT) Committer: Joe Orton (Mon 19 Jan 2026 12:43:36 GMT) * modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl_cert): Use ASN1_TIME_diff() if available to avoid parsing the ASN1_TIME. Temporarily disable the new ASN1_TIME_diff() code for the feature/ech branch build since that branch has a regression, once https://github.com/openssl/openssl/commit/9fb44b527ee3717795609fb876a7a81f8898c623 is merged this workaround should be reverted. Github: closes #596 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1931421 13f79535-47bb-0310-9956-ffa450edef68 M modules/ssl/ssl_engine_vars.c ____________________________________________________________________________________________________________ Commit: b8236d1973831c9d829a6baa064ea9824aaba827 URL: https://git.catflap.org/apache-httpd/commit/?id=b8236d1973831c9d829a6baa064ea9824aaba827 Author: Joe Orton (Mon 19 Jan 2026 12:41:30 GMT) Committer: Joe Orton (Mon 19 Jan 2026 12:41:30 GMT) * modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl_cert_remain): Fix off-by-one in tm_mday calculation, identified by Gemini. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1931420 13f79535-47bb-0310-9956-ffa450edef68 M modules/ssl/ssl_engine_vars.c ____________________________________________________________________________________________________________ Commit: c8a53d147cb834fce06f88b055a4bb6ba3219df2 URL: https://git.catflap.org/apache-httpd/commit/?id=c8a53d147cb834fce06f88b055a4bb6ba3219df2 Author: Joe Orton (Mon 19 Jan 2026 11:05:38 GMT) Committer: Joe Orton (Mon 19 Jan 2026 11:05:38 GMT) Add --enable-sigusr2 to use SIGUSR2 rather than SIGWINCH for graceful stop, which requires APR 1.7+. * configure.in: Add --enable-sigusr2; define AP_SIG_GRACEFUL_STOP* in ap_config.h. * include/mpm_common.h: Define AP_SIG_GRACEFUL_STOP* conditionally. * server/mpm/prefork/prefork.c (child_main): Don't mention SIGWINCH. PR: 50669 Github: closes #595 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1931418 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/pr50669.txt M configure.in M include/mpm_common.h M server/mpm/prefork/prefork.c ____________________________________________________________________________________________________________ Commit: 954d76b9029e06296ec425c4d2e0c6a14600becd URL: https://git.catflap.org/apache-httpd/commit/?id=954d76b9029e06296ec425c4d2e0c6a14600becd Author: Lucien Gentis (Sat 17 Jan 2026 13:08:58 GMT) Committer: Lucien Gentis (Sat 17 Jan 2026 13:08:58 GMT) fr doc rebuild : env.html.fr.utf8 update and change from 2025 to 2026 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1931388 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/bind.html.fr.utf8 M docs/manual/caching.html.fr.utf8 M docs/manual/compliance.html.fr.utf8 M docs/manual/configuring.html.fr.utf8 M docs/manual/content-negotiation.html.fr.utf8 M docs/manual/custom-error.html.fr.utf8 M docs/manual/dns-caveats.html.fr.utf8 M docs/manual/dso.html.fr.utf8 M docs/manual/env.html.fr.utf8 M docs/manual/env.xml.ja M docs/manual/env.xml.ko M docs/manual/env.xml.tr M docs/manual/expr.html.fr.utf8 M docs/manual/faq/index.html.fr.utf8 M docs/manual/filter.html.fr.utf8 M docs/manual/getting-started.html.fr.utf8 M docs/manual/glossary.html.fr.utf8 M docs/manual/handler.html.fr.utf8 M docs/manual/howto/access.html.fr.utf8 M docs/manual/howto/auth.html.fr.utf8 M docs/manual/howto/cgi.html.fr.utf8 M docs/manual/howto/encrypt.html.fr.utf8 M docs/manual/howto/htaccess.html.fr.utf8 M docs/manual/howto/http2.html.fr.utf8 M docs/manual/howto/index.html.fr.utf8 M docs/manual/howto/public_html.html.fr.utf8 M docs/manual/howto/reverse_proxy.html.fr.utf8 M docs/manual/howto/ssi.html.fr.utf8 M docs/manual/index.html.fr.utf8 M docs/manual/install.html.fr.utf8 M docs/manual/invoking.html.fr.utf8 M docs/manual/logs.html.fr.utf8 M docs/manual/misc/index.html.fr.utf8 M docs/manual/misc/password_encryptions.html.fr.utf8 M docs/manual/misc/perf-scaling.html.fr.utf8 M docs/manual/misc/perf-tuning.html.fr.utf8 M docs/manual/misc/relevant_standards.html.fr.utf8 M docs/manual/misc/security_tips.html.fr.utf8 M docs/manual/mod/core.html.fr.utf8 M docs/manual/mod/directive-dict.html.fr.utf8 M docs/manual/mod/directives.html.fr.utf8 M docs/manual/mod/event.html.fr.utf8 M docs/manual/mod/index.html.fr.utf8 M docs/manual/mod/mod_access_compat.html.fr.utf8 M docs/manual/mod/mod_actions.html.fr.utf8 M docs/manual/mod/mod_alias.html.fr.utf8 M docs/manual/mod/mod_allowhandlers.html.fr.utf8 M docs/manual/mod/mod_allowmethods.html.fr.utf8 M docs/manual/mod/mod_asis.html.fr.utf8 M docs/manual/mod/mod_auth_basic.html.fr.utf8 M docs/manual/mod/mod_auth_bearer.html.fr.utf8 M docs/manual/mod/mod_auth_digest.html.fr.utf8 M docs/manual/mod/mod_auth_form.html.fr.utf8 M docs/manual/mod/mod_authn_anon.html.fr.utf8 M docs/manual/mod/mod_authn_core.html.fr.utf8 M docs/manual/mod/mod_authn_dbd.html.fr.utf8 M docs/manual/mod/mod_authn_dbm.html.fr.utf8 M docs/manual/mod/mod_authn_file.html.fr.utf8 M docs/manual/mod/mod_authn_socache.html.fr.utf8 M docs/manual/mod/mod_authnz_fcgi.html.fr.utf8 M docs/manual/mod/mod_authnz_ldap.html.fr.utf8 M docs/manual/mod/mod_autht_core.html.fr.utf8 M docs/manual/mod/mod_autht_jwt.html.fr.utf8 M docs/manual/mod/mod_authz_core.html.fr.utf8 M docs/manual/mod/mod_authz_dbd.html.fr.utf8 M docs/manual/mod/mod_authz_dbm.html.fr.utf8 M docs/manual/mod/mod_authz_groupfile.html.fr.utf8 M docs/manual/mod/mod_authz_host.html.fr.utf8 M docs/manual/mod/mod_authz_owner.html.fr.utf8 M docs/manual/mod/mod_authz_user.html.fr.utf8 M docs/manual/mod/mod_autoindex.html.fr.utf8 M docs/manual/mod/mod_brotli.html.fr.utf8 M docs/manual/mod/mod_buffer.html.fr.utf8 M docs/manual/mod/mod_cache.html.fr.utf8 M docs/manual/mod/mod_cache_disk.html.fr.utf8 M docs/manual/mod/mod_cache_socache.html.fr.utf8 M docs/manual/mod/mod_cern_meta.html.fr.utf8 M docs/manual/mod/mod_cgi.html.fr.utf8 M docs/manual/mod/mod_cgid.html.fr.utf8 M docs/manual/mod/mod_charset_lite.html.fr.utf8 M docs/manual/mod/mod_crypto.html.fr.utf8 M docs/manual/mod/mod_data.html.fr.utf8 M docs/manual/mod/mod_dav.html.fr.utf8 M docs/manual/mod/mod_dav_fs.html.fr.utf8 M docs/manual/mod/mod_dav_lock.html.fr.utf8 M docs/manual/mod/mod_dbd.html.fr.utf8 M docs/manual/mod/mod_deflate.html.fr.utf8 M docs/manual/mod/mod_dialup.html.fr.utf8 M docs/manual/mod/mod_dir.html.fr.utf8 M docs/manual/mod/mod_dumpio.html.fr.utf8 M docs/manual/mod/mod_echo.html.fr.utf8 M docs/manual/mod/mod_env.html.fr.utf8 M docs/manual/mod/mod_example_hooks.html.fr.utf8 M docs/manual/mod/mod_expires.html.fr.utf8 M docs/manual/mod/mod_ext_filter.html.fr.utf8 M docs/manual/mod/mod_file_cache.html.fr.utf8 M docs/manual/mod/mod_filter.html.fr.utf8 M docs/manual/mod/mod_firehose.html.fr.utf8 M docs/manual/mod/mod_headers.html.fr.utf8 M docs/manual/mod/mod_heartbeat.html.fr.utf8 M docs/manual/mod/mod_heartmonitor.html.fr.utf8 M docs/manual/mod/mod_http2.html.fr.utf8 M docs/manual/mod/mod_ident.html.fr.utf8 M docs/manual/mod/mod_imagemap.html.fr.utf8 M docs/manual/mod/mod_include.html.fr.utf8 M docs/manual/mod/mod_info.html.fr.utf8 M docs/manual/mod/mod_isapi.html.fr.utf8 M docs/manual/mod/mod_journald.html.fr.utf8 M docs/manual/mod/mod_lbmethod_bybusyness.html.fr.utf8 M docs/manual/mod/mod_lbmethod_byrequests.html.fr.utf8 M docs/manual/mod/mod_lbmethod_bytraffic.html.fr.utf8 M docs/manual/mod/mod_lbmethod_heartbeat.html.fr.utf8 M docs/manual/mod/mod_ldap.html.fr.utf8 M docs/manual/mod/mod_log_config.html.fr.utf8 M docs/manual/mod/mod_log_debug.html.fr.utf8 M docs/manual/mod/mod_log_forensic.html.fr.utf8 M docs/manual/mod/mod_logio.html.fr.utf8 M docs/manual/mod/mod_lua.html.fr.utf8 M docs/manual/mod/mod_macro.html.fr.utf8 M docs/manual/mod/mod_md.html.fr.utf8 M docs/manual/mod/mod_mime.html.fr.utf8 M docs/manual/mod/mod_mime_magic.html.fr.utf8 M docs/manual/mod/mod_negotiation.html.fr.utf8 M docs/manual/mod/mod_nw_ssl.html.fr.utf8 M docs/manual/mod/mod_policy.html.fr.utf8 M docs/manual/mod/mod_privileges.html.fr.utf8 M docs/manual/mod/mod_proxy.html.fr.utf8 M docs/manual/mod/mod_proxy_ajp.html.fr.utf8 M docs/manual/mod/mod_proxy_balancer.html.fr.utf8 M docs/manual/mod/mod_proxy_connect.html.fr.utf8 M docs/manual/mod/mod_proxy_express.html.fr.utf8 M docs/manual/mod/mod_proxy_fcgi.html.fr.utf8 M docs/manual/mod/mod_proxy_fdpass.html.fr.utf8 M docs/manual/mod/mod_proxy_ftp.html.fr.utf8 M docs/manual/mod/mod_proxy_hcheck.html.fr.utf8 M docs/manual/mod/mod_proxy_html.html.fr.utf8 M docs/manual/mod/mod_proxy_http.html.fr.utf8 M docs/manual/mod/mod_proxy_http2.html.fr.utf8 M docs/manual/mod/mod_proxy_scgi.html.fr.utf8 M docs/manual/mod/mod_proxy_uwsgi.html.fr.utf8 M docs/manual/mod/mod_proxy_wstunnel.html.fr.utf8 M docs/manual/mod/mod_ratelimit.html.fr.utf8 M docs/manual/mod/mod_reflector.html.fr.utf8 M docs/manual/mod/mod_remoteip.html.fr.utf8 M docs/manual/mod/mod_reqtimeout.html.fr.utf8 M docs/manual/mod/mod_request.html.fr.utf8 M docs/manual/mod/mod_rewrite.html.fr.utf8 M docs/manual/mod/mod_sed.html.fr.utf8 M docs/manual/mod/mod_session.html.fr.utf8 M docs/manual/mod/mod_session_cookie.html.fr.utf8 M docs/manual/mod/mod_session_crypto.html.fr.utf8 M docs/manual/mod/mod_session_dbd.html.fr.utf8 M docs/manual/mod/mod_setenvif.html.fr.utf8 M docs/manual/mod/mod_slotmem_plain.html.fr.utf8 M docs/manual/mod/mod_slotmem_shm.html.fr.utf8 M docs/manual/mod/mod_so.html.fr.utf8 M docs/manual/mod/mod_socache_dbm.html.fr.utf8 M docs/manual/mod/mod_socache_dc.html.fr.utf8 M docs/manual/mod/mod_socache_memcache.html.fr.utf8 M docs/manual/mod/mod_socache_redis.html.fr.utf8 M docs/manual/mod/mod_socache_shmcb.html.fr.utf8 M docs/manual/mod/mod_speling.html.fr.utf8 M docs/manual/mod/mod_ssl.html.fr.utf8 M docs/manual/mod/mod_ssl_ct.html.fr.utf8 M docs/manual/mod/mod_status.html.fr.utf8 M docs/manual/mod/mod_substitute.html.fr.utf8 M docs/manual/mod/mod_suexec.html.fr.utf8 M docs/manual/mod/mod_syslog.html.fr.utf8 M docs/manual/mod/mod_systemd.html.fr.utf8 M docs/manual/mod/mod_unique_id.html.fr.utf8 M docs/manual/mod/mod_unixd.html.fr.utf8 M docs/manual/mod/mod_userdir.html.fr.utf8 M docs/manual/mod/mod_usertrack.html.fr.utf8 M docs/manual/mod/mod_version.html.fr.utf8 M docs/manual/mod/mod_vhost_alias.html.fr.utf8 M docs/manual/mod/mod_watchdog.html.fr.utf8 M docs/manual/mod/mod_xml2enc.html.fr.utf8 M docs/manual/mod/module-dict.html.fr.utf8 M docs/manual/mod/mpm_common.html.fr.utf8 M docs/manual/mod/mpm_netware.html.fr.utf8 M docs/manual/mod/mpm_winnt.html.fr.utf8 M docs/manual/mod/mpmt_os2.html.fr.utf8 M docs/manual/mod/overrides.html.fr.utf8 M docs/manual/mod/prefork.html.fr.utf8 M docs/manual/mod/quickreference.html.fr.utf8 M docs/manual/mod/worker.html.fr.utf8 M docs/manual/mpm.html.fr.utf8 M docs/manual/new_features_2_0.html.fr.utf8 M docs/manual/new_features_2_2.html.fr.utf8 M docs/manual/new_features_2_4.html.fr.utf8 M docs/manual/platform/index.html.fr.utf8 M docs/manual/platform/netware.html.fr.utf8 M docs/manual/platform/perf-hp.html.fr.utf8 M docs/manual/platform/rpm.html.fr.utf8 M docs/manual/platform/win_compiling.html.fr.utf8 M docs/manual/platform/windows.html.fr.utf8 M docs/manual/programs/ab.html.fr.utf8 M docs/manual/programs/apachectl.html.fr.utf8 M docs/manual/programs/apxs.html.fr.utf8 M docs/manual/programs/configure.html.fr.utf8 M docs/manual/programs/ctlogconfig.html.fr.utf8 M docs/manual/programs/dbmmanage.html.fr.utf8 M docs/manual/programs/fcgistarter.html.fr.utf8 M docs/manual/programs/firehose.html.fr.utf8 M docs/manual/programs/htcacheclean.html.fr.utf8 M docs/manual/programs/htdbm.html.fr.utf8 M docs/manual/programs/htdigest.html.fr.utf8 M docs/manual/programs/htpasswd.html.fr.utf8 M docs/manual/programs/httpd.html.fr.utf8 M docs/manual/programs/httxt2dbm.html.fr.utf8 M docs/manual/programs/index.html.fr.utf8 M docs/manual/programs/log_server_status.html.fr.utf8 M docs/manual/programs/logresolve.html.fr.utf8 M docs/manual/programs/other.html.fr.utf8 M docs/manual/programs/rotatelogs.html.fr.utf8 M docs/manual/programs/split-logfile.html.fr.utf8 M docs/manual/programs/suexec.html.fr.utf8 M docs/manual/rewrite/access.html.fr.utf8 M docs/manual/rewrite/advanced.html.fr.utf8 M docs/manual/rewrite/avoid.html.fr.utf8 M docs/manual/rewrite/flags.html.fr.utf8 M docs/manual/rewrite/htaccess.html.fr.utf8 M docs/manual/rewrite/index.html.fr.utf8 M docs/manual/rewrite/intro.html.fr.utf8 M docs/manual/rewrite/proxy.html.fr.utf8 M docs/manual/rewrite/remapping.html.fr.utf8 M docs/manual/rewrite/rewritemap.html.fr.utf8 M docs/manual/rewrite/tech.html.fr.utf8 M docs/manual/rewrite/vhosts.html.fr.utf8 M docs/manual/sections.html.fr.utf8 M docs/manual/server-wide.html.fr.utf8 M docs/manual/sitemap.html.fr.utf8 M docs/manual/socache.html.fr.utf8 M docs/manual/ssl/index.html.fr.utf8 M docs/manual/ssl/ssl_compat.html.fr.utf8 M docs/manual/ssl/ssl_faq.html.fr.utf8 M docs/manual/ssl/ssl_howto.html.fr.utf8 M docs/manual/ssl/ssl_intro.html.fr.utf8 M docs/manual/stopping.html.fr.utf8 M docs/manual/suexec.html.fr.utf8 M docs/manual/upgrading.html.fr.utf8 M docs/manual/urlmapping.html.fr.utf8 M docs/manual/vhosts/details.html.fr.utf8 M docs/manual/vhosts/examples.html.fr.utf8 M docs/manual/vhosts/fd-limits.html.fr.utf8 M docs/manual/vhosts/index.html.fr.utf8 M docs/manual/vhosts/ip-based.html.fr.utf8 M docs/manual/vhosts/mass.html.fr.utf8 M docs/manual/vhosts/name-based.html.fr.utf8 ____________________________________________________________________________________________________________ Commit: 53b1c343f323563116a22fc56974676631cb16f8 URL: https://git.catflap.org/apache-httpd/commit/?id=53b1c343f323563116a22fc56974676631cb16f8 Author: Lucien Gentis (Sat 17 Jan 2026 12:59:59 GMT) Committer: Lucien Gentis (Sat 17 Jan 2026 12:59:59 GMT) fr doc XML file update. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1931387 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/env.xml.fr ____________________________________________________________________________________________________________ Commit: 876cbbf5f72660d6a6ecfad5b85aff599bb5bb7f URL: https://git.catflap.org/apache-httpd/commit/?id=876cbbf5f72660d6a6ecfad5b85aff599bb5bb7f Author: Rich Bowen (Fri 16 Jan 2026 14:12:22 GMT) Committer: Rich Bowen (Fri 16 Jan 2026 14:12:22 GMT) s/it's/its/ rebuild git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1931361 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/env.html.en.utf8 ____________________________________________________________________________________________________________ Commit: 43df4d9292ea9b6c4e107bf23721f744bcd3eb34 URL: https://git.catflap.org/apache-httpd/commit/?id=43df4d9292ea9b6c4e107bf23721f744bcd3eb34 Author: Rich Bowen (Fri 16 Jan 2026 14:08:10 GMT) Committer: Rich Bowen (Fri 16 Jan 2026 14:08:10 GMT) s/it's/its/ correction. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1931360 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/env.xml ____________________________________________________________________________________________________________ Commit: 5bf7c9c34e5091894993b43a42639a3fd10d1418 URL: https://git.catflap.org/apache-httpd/commit/?id=5bf7c9c34e5091894993b43a42639a3fd10d1418 Author: Joe Orton (Thu 8 Jan 2026 13:26:41 GMT) Committer: Joe Orton (Thu 8 Jan 2026 13:26:41 GMT) * modules/dav/main/ms_wdv.c (mswdv_combined_proppatch): Drop redundant check of proppatch_len against APR_SIZE_MAX, update comment. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1931184 13f79535-47bb-0310-9956-ffa450edef68 M modules/dav/main/ms_wdv.c ____________________________________________________________________________________________________________ Commit: bd61fb9492465e7702eac6036b33466495a01cf9 URL: https://git.catflap.org/apache-httpd/commit/?id=bd61fb9492465e7702eac6036b33466495a01cf9 Author: Joe Orton (Tue 6 Jan 2026 11:02:20 GMT) Committer: Joe Orton (Tue 6 Jan 2026 11:02:20 GMT) mod_dav: Fix security issue in unreleased MS-WDV support: * modules/dav/main/ms_wdv.c (mswdv_combined_proppatch): The MS-WDV combined PROPPATCH handler reads a 16-byte hex length prefix from the request body and uses it directly for memory allocation without bounds checking. An attacker can specify an extremely large value to trigger OOM and crash the worker process. This patch validates the parsed length against LimitXMLRequestBody and APR_SIZE_MAX before allocation. Reported by: Pavel Kohout, Aisle Research, www.aisle.com Submitted by: Pavel Kohout, jorton Github: closes #592 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1931148 13f79535-47bb-0310-9956-ffa450edef68 M modules/dav/main/ms_wdv.c ____________________________________________________________________________________________________________ Commit: 9d749066e2da7222208bcbeb992a2de324d6bc27 URL: https://git.catflap.org/apache-httpd/commit/?id=9d749066e2da7222208bcbeb992a2de324d6bc27 Author: Rainer Jung (Sun 4 Jan 2026 15:14:52 GMT) Committer: Rainer Jung (Sun 4 Jan 2026 15:14:52 GMT) Happy New Year 2026 - part 2 Consensus in the release branch seems to be to update the year in NOTICE. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1931105 13f79535-47bb-0310-9956-ffa450edef68 M NOTICE ____________________________________________________________________________________________________________ Commit: f65e13b890e7d72cce5830b4aa4aa6981a6162d6 URL: https://git.catflap.org/apache-httpd/commit/?id=f65e13b890e7d72cce5830b4aa4aa6981a6162d6 Author: Rainer Jung (Sun 4 Jan 2026 15:11:13 GMT) Committer: Rainer Jung (Sun 4 Jan 2026 15:11:13 GMT) Happy New Year 2026 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1931104 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/style/xsl/common.xsl M include/ap_release.h ____________________________________________________________________________________________________________ Commit: 806e1f383c1601358c29c70c308c6bf3e2c2f4d5 URL: https://git.catflap.org/apache-httpd/commit/?id=806e1f383c1601358c29c70c308c6bf3e2c2f4d5 Author: Joe Orton (Mon 22 Dec 2025 11:59:10 GMT) Committer: Joe Orton (Mon 22 Dec 2025 11:59:10 GMT) CI: Build and run the libcheck-based tests. Github: closes #590 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1930795 13f79535-47bb-0310-9956-ffa450edef68 M .github/workflows/linux.yml M test/README.ci M test/travis_run_linux.sh ____________________________________________________________________________________________________________ Commit: f718bc37e86fc6f65d64e367d5c1103a1e520687 URL: https://git.catflap.org/apache-httpd/commit/?id=f718bc37e86fc6f65d64e367d5c1103a1e520687 Author: Joe Orton (Mon 22 Dec 2025 11:14:06 GMT) Committer: Joe Orton (Mon 22 Dec 2025 11:14:06 GMT) * test/modules/core: Adds regression test for CGI env var override Submitted by: Giannis Christodoulou Github: closes #589 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1930794 13f79535-47bb-0310-9956-ffa450edef68 A test/modules/core/htdocs/cgi/env_parameters.py A test/modules/core/test_003_cgi_env_vars.py ____________________________________________________________________________________________________________ Commit: befb52370cf75df77751393d7c3b06146c99d8a3 URL: https://git.catflap.org/apache-httpd/commit/?id=befb52370cf75df77751393d7c3b06146c99d8a3 Author: Joe Orton (Fri 19 Dec 2025 12:49:53 GMT) Committer: Joe Orton (Fri 19 Dec 2025 12:49:53 GMT) Regenerate docs. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1930727 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/directives.html.en.utf8 M docs/manual/mod/mod_md.html.en.utf8 M docs/manual/mod/mod_ssl.html.en.utf8 M docs/manual/mod/quickreference.html.en.utf8 ____________________________________________________________________________________________________________ Commit: d5b2934e37b625ac6781172bffcd1c33ba0e2406 URL: https://git.catflap.org/apache-httpd/commit/?id=d5b2934e37b625ac6781172bffcd1c33ba0e2406 Author: Joe Orton (Thu 18 Dec 2025 15:52:11 GMT) Committer: Joe Orton (Thu 18 Dec 2025 15:52:11 GMT) * modules/proxy/mod_proxy_balancer.c (balancer_handler): Restore logging in XSS protection failure path to match 2.4.x. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1930712 13f79535-47bb-0310-9956-ffa450edef68 M modules/proxy/mod_proxy_balancer.c ____________________________________________________________________________________________________________ Commit: b6f3d786f660be49d035998b41a9f93b27751cd9 URL: https://git.catflap.org/apache-httpd/commit/?id=b6f3d786f660be49d035998b41a9f93b27751cd9 Author: Joe Orton (Thu 18 Dec 2025 12:50:42 GMT) Committer: Joe Orton (Thu 18 Dec 2025 12:50:42 GMT) mod_md: change types of fields of ocsp_summary_ctx_t The number of members in ostat_by_id may be up to UINT_MAX and there are no guarantees that all types of members (good, revoked or unknown) are present. An integer overflow may also occur in md_ocsp_get_summary() when they are summed as ints. Change types of good, revoked and unknown to unsigned. Found by Linux Verification Center (linuxtesting.org) with SVACE. Submitted by: Anastasia Belova Github: closes #534 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1930710 13f79535-47bb-0310-9956-ffa450edef68 M modules/md/md_ocsp.c ____________________________________________________________________________________________________________ Commit: 8169261a0981889ade2ab6f05143562ed7dd6fc8 URL: https://git.catflap.org/apache-httpd/commit/?id=8169261a0981889ade2ab6f05143562ed7dd6fc8 Author: Joe Orton (Thu 18 Dec 2025 12:47:05 GMT) Committer: Joe Orton (Thu 18 Dec 2025 12:47:05 GMT) CI: Update OpenSSL versions: test 3.0 (LTS) branch, latest 3.4/3.5, reset/clear cache to refresh the feature/ech branch. Github: closes #586 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1930709 13f79535-47bb-0310-9956-ffa450edef68 M .github/workflows/linux.yml ____________________________________________________________________________________________________________ Commit: 7dc7cd7f01231f54d9cca71a1e385aa3934dc887 URL: https://git.catflap.org/apache-httpd/commit/?id=7dc7cd7f01231f54d9cca71a1e385aa3934dc887 Author: Joe Orton (Thu 18 Dec 2025 10:09:34 GMT) Committer: Joe Orton (Thu 18 Dec 2025 10:09:34 GMT) Steal 2x lognos. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1930704 13f79535-47bb-0310-9956-ffa450edef68 M docs/log-message-tags/next-number ____________________________________________________________________________________________________________ Commit: 6859a96df8897ed98743b53d05dda11c8c512c13 URL: https://git.catflap.org/apache-httpd/commit/?id=6859a96df8897ed98743b53d05dda11c8c512c13 Author: Joe Orton (Thu 18 Dec 2025 09:54:28 GMT) Committer: Joe Orton (Thu 18 Dec 2025 09:54:28 GMT) * acinclude.m4 (APACHE_CHECK_SYSTEMD): Define AP_SYSTEMD_VERSION if the version of libsystemd is available from pkg-config. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1930703 13f79535-47bb-0310-9956-ffa450edef68 M acinclude.m4 ____________________________________________________________________________________________________________ Commit: efd77789fccf65cf37c4f940b3637aac7b5e27d9 URL: https://git.catflap.org/apache-httpd/commit/?id=efd77789fccf65cf37c4f940b3637aac7b5e27d9 Author: Joe Orton (Tue 16 Dec 2025 16:11:24 GMT) Committer: Joe Orton (Tue 16 Dec 2025 16:11:24 GMT) Follow up to r1930632 - * modules/cache/mod_file_cache.c (mmap_handler): Remove unused variable. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1930633 13f79535-47bb-0310-9956-ffa450edef68 M modules/cache/mod_file_cache.c ____________________________________________________________________________________________________________ Commit: 59c3f0e23106c70de8085d0404cd266486de8fd9 URL: https://git.catflap.org/apache-httpd/commit/?id=59c3f0e23106c70de8085d0404cd266486de8fd9 Author: Joe Orton (Tue 16 Dec 2025 16:05:10 GMT) Committer: Joe Orton (Tue 16 Dec 2025 16:05:10 GMT) mod_file_cache: Fix crashes for mmap'ed files under threaded MPM. * modules/cache/mod_file_cache.c (mmap_handler): fix file getting unmapped erroneously when server is under load in multi-thread multi-core configuration PR: 69901 Submitted by: barr.israel Github: closes #582 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1930632 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/pr69901.txt M modules/cache/mod_file_cache.c ____________________________________________________________________________________________________________ Commit: 040c577fdd854822a8ae2c7cd4b7989a9da853b8 URL: https://git.catflap.org/apache-httpd/commit/?id=040c577fdd854822a8ae2c7cd4b7989a9da853b8 Author: Lucien Gentis (Sat 13 Dec 2025 14:03:53 GMT) Committer: Lucien Gentis (Sat 13 Dec 2025 14:03:53 GMT) fr doc rebuild. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1930511 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/directives.html.fr.utf8 M docs/manual/mod/mod_md.html.fr.utf8 M docs/manual/mod/quickreference.html.fr.utf8 ____________________________________________________________________________________________________________ Commit: 8ac5787325f48d31c8fdf5d04eade69bfd0ea1b4 URL: https://git.catflap.org/apache-httpd/commit/?id=8ac5787325f48d31c8fdf5d04eade69bfd0ea1b4 Author: Lucien Gentis (Sat 13 Dec 2025 14:01:53 GMT) Committer: Lucien Gentis (Sat 13 Dec 2025 14:01:53 GMT) fr doc XML file update. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1930510 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_md.xml.fr ____________________________________________________________________________________________________________ Commit: 542e0da07048d3934ef18c22b44cf8d62e64067f URL: https://git.catflap.org/apache-httpd/commit/?id=542e0da07048d3934ef18c22b44cf8d62e64067f Author: Stefan Eissing (Thu 11 Dec 2025 08:45:15 GMT) Committer: Stefan Eissing (Thu 11 Dec 2025 08:45:15 GMT) *) mod_http2: update to version 2.0.37 Prevent double purge of a stream, resulting in a double free. Fixes PR 69899. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1930444 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/h2_v2.0.37.txt M modules/http2/h2_mplx.c M modules/http2/h2_version.h ____________________________________________________________________________________________________________ Commit: 0245037281fdd4b6c77236ffbb3632e770c4ad13 URL: https://git.catflap.org/apache-httpd/commit/?id=0245037281fdd4b6c77236ffbb3632e770c4ad13 Author: Stefan Eissing (Tue 9 Dec 2025 09:04:36 GMT) Committer: Stefan Eissing (Tue 9 Dec 2025 09:04:36 GMT) mod_md: document the forgotten MDCACertificateFile directive. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1930379 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_md.xml ____________________________________________________________________________________________________________ Commit: d9a2baffabdca2448907b9fdf55017c9a9572906 URL: https://git.catflap.org/apache-httpd/commit/?id=d9a2baffabdca2448907b9fdf55017c9a9572906 Author: Stefan Eissing (Mon 8 Dec 2025 12:54:34 GMT) Committer: Stefan Eissing (Mon 8 Dec 2025 12:54:34 GMT) *) mod_md: update to version 2.6.7 - Fix a regression in `MDStapleOthers` which broke in v2.6.0 and no longer applied, no matter the configuration. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1930363 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/md_v2.6.7.txt M modules/md/md_version.h M modules/md/mod_md_config.c M modules/md/mod_md_ocsp.c ____________________________________________________________________________________________________________ Commit: c024d5d79eeec6c26386bdb9b814370ef092f62b URL: https://git.catflap.org/apache-httpd/commit/?id=c024d5d79eeec6c26386bdb9b814370ef092f62b Author: Joe Orton (Tue 2 Dec 2025 16:10:37 GMT) Committer: Joe Orton (Tue 2 Dec 2025 16:10:37 GMT) feat: add HEIC, HEIF and related mime types See https://en.wikipedia.org/wiki/High_Efficiency_Image_File_Format Submitted by: Alexandru Mărășteanu Github: closes #580 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1930199 13f79535-47bb-0310-9956-ffa450edef68 M modules/ssl/ssl_ct_sct.c ____________________________________________________________________________________________________________ Commit: 9d26b95787b229a3f6195d7beead774d131eeda1 URL: https://git.catflap.org/apache-httpd/commit/?id=9d26b95787b229a3f6195d7beead774d131eeda1 Author: Eric Covener (Mon 1 Dec 2025 12:04:29 GMT) Committer: Eric Covener (Mon 1 Dec 2025 12:04:29 GMT) don't use request notes for suexec also, stop accepting the obscure "note" option in RequestHeader, it is only documented/described as being meant for Header (output filter). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1930164 13f79535-47bb-0310-9956-ffa450edef68 M modules/mappers/mod_userdir.c M modules/metadata/mod_headers.c ____________________________________________________________________________________________________________ Commit: e4f00c5eb71d8a7aa1f52b5279832986f669d463 URL: https://git.catflap.org/apache-httpd/commit/?id=e4f00c5eb71d8a7aa1f52b5279832986f669d463 Author: Eric Covener (Mon 1 Dec 2025 12:03:12 GMT) Committer: Eric Covener (Mon 1 Dec 2025 12:03:12 GMT) envvars from HTTP headers low precedence git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1930163 13f79535-47bb-0310-9956-ffa450edef68 M server/util_script.c ____________________________________________________________________________________________________________ Commit: 6aa64b2f2d4a00148a58164ddc99b6d10ee87d32 URL: https://git.catflap.org/apache-httpd/commit/?id=6aa64b2f2d4a00148a58164ddc99b6d10ee87d32 Author: Eric Covener (Mon 1 Dec 2025 12:01:44 GMT) Committer: Eric Covener (Mon 1 Dec 2025 12:01:44 GMT) cover mixed slashes, simplify git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1930162 13f79535-47bb-0310-9956-ffa450edef68 M server/core.c ____________________________________________________________________________________________________________ Commit: ecc1b8f3817e3dcab9c1f24f905752d3c0a279af URL: https://git.catflap.org/apache-httpd/commit/?id=ecc1b8f3817e3dcab9c1f24f905752d3c0a279af Author: Eric Covener (Mon 1 Dec 2025 12:00:14 GMT) Committer: Eric Covener (Mon 1 Dec 2025 12:00:14 GMT) don't pass args for SSI request git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1930161 13f79535-47bb-0310-9956-ffa450edef68 M modules/generators/mod_cgid.c ____________________________________________________________________________________________________________ Commit: 6393e628c004c52e13da3a1dab3a6670f8888e7e URL: https://git.catflap.org/apache-httpd/commit/?id=6393e628c004c52e13da3a1dab3a6670f8888e7e Author: Joe Orton (Wed 26 Nov 2025 11:30:42 GMT) Committer: Joe Orton (Wed 26 Nov 2025 11:30:42 GMT) feat: add HEIC, HEIF and related mime types See https://en.wikipedia.org/wiki/High_Efficiency_Image_File_Format Submitted by: Alexandru Mărășteanu Github: closes #580 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1930012 13f79535-47bb-0310-9956-ffa450edef68 M docs/conf/mime.types M test/pyhttpd/conf/mime.types ____________________________________________________________________________________________________________ Commit: 4edb3e2dc15cac22bfdbaeb664b9be1daacc7472 URL: https://git.catflap.org/apache-httpd/commit/?id=4edb3e2dc15cac22bfdbaeb664b9be1daacc7472 Author: Yann Ylavic (Tue 25 Nov 2025 11:43:03 GMT) Committer: Yann Ylavic (Tue 25 Nov 2025 11:43:03 GMT) Follow up to r1929972: CHANGES entry. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1929973 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/proxy_heathcheck_updated.txt ____________________________________________________________________________________________________________ Commit: e0e27574e57baf47bad2ce59d258d39256c1c81c URL: https://git.catflap.org/apache-httpd/commit/?id=e0e27574e57baf47bad2ce59d258d39256c1c81c Author: Yann Ylavic (Tue 25 Nov 2025 11:39:28 GMT) Committer: Yann Ylavic (Tue 25 Nov 2025 11:39:28 GMT) mod_proxy_hcheck: Fix healthcheck disabled due to child restart while updating When a child gets restarted while the healthcheck watchdog running for a worker, the healcheck will be disabled for that worker indefinitively because its ->updated time remains zero. Fix all zero ->updated time at startup. * mod_proxy_hcheck.c(hc_watchdog_callback): Have AP_WATCHDOG_STATE_STARTING set the ->updated time of all the workers to "now" (if zero). Move up scoped variables common to AP_WATCHDOG_STATE_{STARTING,RUNNING} loops. Reported by: Lubos Uhliarik git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1929972 13f79535-47bb-0310-9956-ffa450edef68 M modules/proxy/mod_proxy_hcheck.c ____________________________________________________________________________________________________________ Commit: d7dec4f6765c2bcb25ba7fbcc5cc4d151accebde URL: https://git.catflap.org/apache-httpd/commit/?id=d7dec4f6765c2bcb25ba7fbcc5cc4d151accebde Author: Joe Orton (Fri 21 Nov 2025 09:38:42 GMT) Committer: Joe Orton (Fri 21 Nov 2025 09:38:42 GMT) CI: Try to fix ab failures during OpenSSL ech job, set RPATH via LDFLAGS CI: For OpenSSL branch builds, always build a fresh version of the OpenSSL branch and cache the commit hash to allow checking for freshness. Also clone with --depth=1 to save time+bandwidth. Github: closes #579 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1929891 13f79535-47bb-0310-9956-ffa450edef68 M test/travis_before_linux.sh M test/travis_run_linux.sh ____________________________________________________________________________________________________________ Commit: 99b02bf7f0fcf34505fddf83cb7a7b709defb98b URL: https://git.catflap.org/apache-httpd/commit/?id=99b02bf7f0fcf34505fddf83cb7a7b709defb98b Author: Stefan Eissing (Thu 20 Nov 2025 12:52:24 GMT) Committer: Stefan Eissing (Thu 20 Nov 2025 12:52:24 GMT) *) mod_md: update to version 2.6.6 - Fix a small memory leak when using OpenSSL's BIGNUMs. [Theo Buehler] - Fix reuse of curl easy handles by resetting them. [Michael Kaufmann] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1929883 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/md_v2.6.6.txt M modules/md/md_crypt.c M modules/md/md_curl.c M modules/md/md_ocsp.c M modules/md/md_version.h ____________________________________________________________________________________________________________ Commit: 3122c0aed43b07fc85679e8676b241b8f436e4aa URL: https://git.catflap.org/apache-httpd/commit/?id=3122c0aed43b07fc85679e8676b241b8f436e4aa Author: Joe Orton (Thu 13 Nov 2025 09:43:43 GMT) Committer: Joe Orton (Thu 13 Nov 2025 09:43:43 GMT) feat: add vnd.sqlite3 mime type and extensions Submitted by: Alexandru Mărășteanu Github: closes #563 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1929706 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/mime-types.txt M docs/conf/mime.types M test/pyhttpd/conf/mime.types ____________________________________________________________________________________________________________ Commit: 3d782af5f2245b9fce61ddda2ba0d9df59effc15 URL: https://git.catflap.org/apache-httpd/commit/?id=3d782af5f2245b9fce61ddda2ba0d9df59effc15 Author: Joe Orton (Thu 13 Nov 2025 08:49:10 GMT) Committer: Joe Orton (Thu 13 Nov 2025 08:49:10 GMT) Update credit and bump next-number after r1929581. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1929705 13f79535-47bb-0310-9956-ffa450edef68 M changes-entries/dav-mtime.txt M docs/log-message-tags/next-number ____________________________________________________________________________________________________________ Commit: 2c0400df47b2128d4905fd1251e63e5d0fc03b4e URL: https://git.catflap.org/apache-httpd/commit/?id=2c0400df47b2128d4905fd1251e63e5d0fc03b4e Author: Joe Orton (Thu 13 Nov 2025 08:46:23 GMT) Committer: Joe Orton (Thu 13 Nov 2025 08:46:23 GMT) * modules/ssl/ssl_engine_kernel.c (ssl_hook_ReadReq): Adjust comments to line up with the current code better; no functional change. [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1929704 13f79535-47bb-0310-9956-ffa450edef68 M modules/ssl/ssl_engine_kernel.c ____________________________________________________________________________________________________________ Commit: 5f4b4bfcd4243aab20190f09dde3cbf375df624d URL: https://git.catflap.org/apache-httpd/commit/?id=5f4b4bfcd4243aab20190f09dde3cbf375df624d Author: Joe Orton (Mon 10 Nov 2025 15:30:46 GMT) Committer: Joe Orton (Mon 10 Nov 2025 15:30:46 GMT) * modules/ssl/ssl_engine_kernel.c (ssl_check_vhost_sni_policy): Fix handling of STRICT mode. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1929631 13f79535-47bb-0310-9956-ffa450edef68 M modules/ssl/ssl_engine_kernel.c ____________________________________________________________________________________________________________ Commit: 824174ad5f7a7bc546e512b519e44e922dc70ae3 URL: https://git.catflap.org/apache-httpd/commit/?id=824174ad5f7a7bc546e512b519e44e922dc70ae3 Author: Lucien Gentis (Sat 8 Nov 2025 14:19:56 GMT) Committer: Lucien Gentis (Sat 8 Nov 2025 14:19:56 GMT) fr doc rebuild. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1929599 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/directives.html.fr.utf8 M docs/manual/mod/mod_md.html.fr.utf8 M docs/manual/mod/mod_ssl.html.fr.utf8 M docs/manual/mod/mod_ssl.xml.es M docs/manual/mod/quickreference.html.fr.utf8 ____________________________________________________________________________________________________________ Commit: 4a33b78ca76f53e4932c9908f9c14bce9005f018 URL: https://git.catflap.org/apache-httpd/commit/?id=4a33b78ca76f53e4932c9908f9c14bce9005f018 Author: Lucien Gentis (Sat 8 Nov 2025 14:15:15 GMT) Committer: Lucien Gentis (Sat 8 Nov 2025 14:15:15 GMT) fr doc XML file updates. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1929598 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_md.xml.fr M docs/manual/mod/mod_ssl.xml.fr ____________________________________________________________________________________________________________ Commit: 37c60486dc0883a6599ffd15232029a935e9041b URL: https://git.catflap.org/apache-httpd/commit/?id=37c60486dc0883a6599ffd15232029a935e9041b Author: Joe Orton (Fri 7 Nov 2025 13:58:34 GMT) Committer: Joe Orton (Fri 7 Nov 2025 13:58:34 GMT) docs: Update compatibility note for SSLVHostSNIPolicy git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1929582 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_ssl.xml ____________________________________________________________________________________________________________ Commit: 2d92bae1277bb3fd84237c7465b1d1cb83346834 URL: https://git.catflap.org/apache-httpd/commit/?id=2d92bae1277bb3fd84237c7465b1d1cb83346834 Author: Joe Orton (Fri 7 Nov 2025 12:57:48 GMT) Committer: Joe Orton (Fri 7 Nov 2025 12:57:48 GMT) mod_dav, mod_dav_fs: Add opt-in support for controlling resource modification times via the X-Oc-Mtime header in the PUT and MKCOL method implementations. * modules/dav/fs/mod_dav.h: Extend dav_hooks_repository struct with set_mtime function pointer. * modules/dav/fs/repos.c (dav_fs_set_mtime): New function. * modules/dav/main/mod_dav.c (dav_cmd_davhonormtimeheader, dav_parse_mtime): New functions. (dav_method_put, dav_method_mkcol): Add X-Oc-Mtime handling. (dav_cmds): Add DAVHonorMtimeHeader directive. Submitted by: Leo Github: closes #556 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1929581 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/dav-mtime.txt M modules/dav/fs/repos.c M modules/dav/main/mod_dav.c M modules/dav/main/mod_dav.h ____________________________________________________________________________________________________________ Commit: 606656ef2938341cf10c548642dfb146856e503e URL: https://git.catflap.org/apache-httpd/commit/?id=606656ef2938341cf10c548642dfb146856e503e Author: Joe Orton (Fri 7 Nov 2025 12:39:45 GMT) Committer: Joe Orton (Fri 7 Nov 2025 12:39:45 GMT) mod_ssl: Keep existing flags when calling SSL_set_shutdown() Preserve existing flags (SSL_RECEIVED_SHUTDOWN or SSL_SENT_SHUTDOWN) when calling SSL_set_shutdown(). For abortive or unclean shutdowns, additionally call SSL_set_quiet_shutdown(). Submitted by: Michael Kaufmann Github: closes #560 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1929580 13f79535-47bb-0310-9956-ffa450edef68 M modules/ssl/ssl_engine_io.c ____________________________________________________________________________________________________________ Commit: 148c6b52dcb8653a7741953fdbb3cda45014f384 URL: https://git.catflap.org/apache-httpd/commit/?id=148c6b52dcb8653a7741953fdbb3cda45014f384 Author: Stefan Eissing (Tue 4 Nov 2025 16:54:07 GMT) Committer: Stefan Eissing (Tue 4 Nov 2025 16:54:07 GMT) mod_http2: use ap_cstr_casecmpn for check header names git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1929527 13f79535-47bb-0310-9956-ffa450edef68 M modules/http2/h2_util.c ____________________________________________________________________________________________________________ Commit: fe33bd5637aa7a5e0390db263ecf68d49764c33e URL: https://git.catflap.org/apache-httpd/commit/?id=fe33bd5637aa7a5e0390db263ecf68d49764c33e Author: Stefan Eissing (Tue 4 Nov 2025 15:49:44 GMT) Committer: Stefan Eissing (Tue 4 Nov 2025 15:49:44 GMT) mod_http2: use length supplied by nghttp2 to check trailers. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1929517 13f79535-47bb-0310-9956-ffa450edef68 M modules/http2/h2_util.c ____________________________________________________________________________________________________________ Commit: 7afd53dde8189452ceccb64539f7a7c77be4706e URL: https://git.catflap.org/apache-httpd/commit/?id=7afd53dde8189452ceccb64539f7a7c77be4706e Author: Stefan Eissing (Tue 4 Nov 2025 14:30:49 GMT) Committer: Stefan Eissing (Tue 4 Nov 2025 14:30:49 GMT) mod_md, update tp v2.6.5 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1929514 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/md_v2.6.5.txt M docs/manual/mod/mod_md.xml M modules/md/md_crypt.c M modules/md/md_ocsp.c M modules/md/md_version.h M modules/md/mod_md_config.c M modules/md/mod_md_config.h M modules/md/mod_md_drive.c ____________________________________________________________________________________________________________ Commit: 09c247059a41058de1fc7d2c87b24dab047c11cc URL: https://git.catflap.org/apache-httpd/commit/?id=09c247059a41058de1fc7d2c87b24dab047c11cc Author: Joe Orton (Tue 4 Nov 2025 08:25:02 GMT) Committer: Joe Orton (Tue 4 Nov 2025 08:25:02 GMT) Improve grammar. Submitted by: rpluem git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1929503 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_ssl.xml ____________________________________________________________________________________________________________ Commit: d2bdf0018ebde99393f7c46e523eea4c1b295ac7 URL: https://git.catflap.org/apache-httpd/commit/?id=d2bdf0018ebde99393f7c46e523eea4c1b295ac7 Author: Lucien Gentis (Sat 1 Nov 2025 13:40:58 GMT) Committer: Lucien Gentis (Sat 1 Nov 2025 13:40:58 GMT) fr doc rebuild. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1929460 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_ssl.html.fr.utf8 M docs/manual/mod/mod_ssl.xml.es ____________________________________________________________________________________________________________ Commit: 6481cca3b41afa2e52e147ad153cba43db54f5df URL: https://git.catflap.org/apache-httpd/commit/?id=6481cca3b41afa2e52e147ad153cba43db54f5df Author: Lucien Gentis (Sat 1 Nov 2025 13:37:42 GMT) Committer: Lucien Gentis (Sat 1 Nov 2025 13:37:42 GMT) fr doc XML file update. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1929459 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_ssl.xml.fr ____________________________________________________________________________________________________________ Commit: 76b525f25ee2043dc50c9c10eb21337807e260e7 URL: https://git.catflap.org/apache-httpd/commit/?id=76b525f25ee2043dc50c9c10eb21337807e260e7 Author: Joe Orton (Tue 28 Oct 2025 13:42:07 GMT) Committer: Joe Orton (Tue 28 Oct 2025 13:42:07 GMT) Add missing ) in the writelog message. Submitted by: Jean-Frederic Clere Github: closes #543 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1929393 13f79535-47bb-0310-9956-ffa450edef68 M modules/mappers/mod_rewrite.c ____________________________________________________________________________________________________________ Commit: 29e63f2abeb480d7acec5809880f21b5b9cc12b6 URL: https://git.catflap.org/apache-httpd/commit/?id=29e63f2abeb480d7acec5809880f21b5b9cc12b6 Author: Joe Orton (Mon 27 Oct 2025 10:30:41 GMT) Committer: Joe Orton (Mon 27 Oct 2025 10:30:41 GMT) Update docs on SSLVhostSNIPolicy to cover the impact on non-SNI connections. Reorder the table for clarity. Submitted by: Aaron Ogburn , jorton git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1929361 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_ssl.xml ____________________________________________________________________________________________________________ Commit: ec66d1c24b34e0a557736c7c1a997a15488ebac0 URL: https://git.catflap.org/apache-httpd/commit/?id=ec66d1c24b34e0a557736c7c1a997a15488ebac0 Author: Lucien Gentis (Sat 25 Oct 2025 13:23:32 BST) Committer: Lucien Gentis (Sat 25 Oct 2025 13:23:32 BST) fr doc rebuild. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1929335 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/bind.html.fr.utf8 M docs/manual/caching.html.fr.utf8 M docs/manual/compliance.html.fr.utf8 M docs/manual/configuring.html.fr.utf8 M docs/manual/content-negotiation.html.fr.utf8 M docs/manual/custom-error.html.fr.utf8 M docs/manual/dns-caveats.html.fr.utf8 M docs/manual/dso.html.fr.utf8 M docs/manual/env.html.fr.utf8 M docs/manual/expr.html.fr.utf8 M docs/manual/faq/index.html.fr.utf8 M docs/manual/filter.html.fr.utf8 M docs/manual/getting-started.html.fr.utf8 M docs/manual/glossary.html.fr.utf8 M docs/manual/handler.html.fr.utf8 M docs/manual/howto/access.html.fr.utf8 M docs/manual/howto/auth.html.fr.utf8 M docs/manual/howto/cgi.html.fr.utf8 M docs/manual/howto/encrypt.html.fr.utf8 M docs/manual/howto/htaccess.html.fr.utf8 M docs/manual/howto/http2.html.fr.utf8 M docs/manual/howto/index.html.fr.utf8 M docs/manual/howto/public_html.html.fr.utf8 M docs/manual/howto/reverse_proxy.html.fr.utf8 M docs/manual/howto/ssi.html.fr.utf8 M docs/manual/index.html.fr.utf8 M docs/manual/install.html.fr.utf8 M docs/manual/invoking.html.fr.utf8 M docs/manual/logs.html.fr.utf8 M docs/manual/misc/index.html.fr.utf8 M docs/manual/misc/password_encryptions.html.fr.utf8 M docs/manual/misc/perf-scaling.html.fr.utf8 M docs/manual/misc/perf-tuning.html.fr.utf8 M docs/manual/misc/relevant_standards.html.fr.utf8 M docs/manual/misc/security_tips.html.fr.utf8 M docs/manual/mod/core.html.fr.utf8 M docs/manual/mod/directive-dict.html.fr.utf8 M docs/manual/mod/directives.html.fr.utf8 M docs/manual/mod/event.html.fr.utf8 M docs/manual/mod/index.html.fr.utf8 M docs/manual/mod/mod_access_compat.html.fr.utf8 M docs/manual/mod/mod_actions.html.fr.utf8 M docs/manual/mod/mod_alias.html.fr.utf8 M docs/manual/mod/mod_allowhandlers.html.fr.utf8 M docs/manual/mod/mod_allowmethods.html.fr.utf8 M docs/manual/mod/mod_asis.html.fr.utf8 M docs/manual/mod/mod_auth_basic.html.fr.utf8 M docs/manual/mod/mod_auth_bearer.html.fr.utf8 M docs/manual/mod/mod_auth_digest.html.fr.utf8 M docs/manual/mod/mod_auth_form.html.fr.utf8 M docs/manual/mod/mod_authn_anon.html.fr.utf8 M docs/manual/mod/mod_authn_core.html.fr.utf8 M docs/manual/mod/mod_authn_dbd.html.fr.utf8 M docs/manual/mod/mod_authn_dbm.html.fr.utf8 M docs/manual/mod/mod_authn_file.html.fr.utf8 M docs/manual/mod/mod_authn_socache.html.fr.utf8 M docs/manual/mod/mod_authnz_fcgi.html.fr.utf8 M docs/manual/mod/mod_authnz_ldap.html.fr.utf8 M docs/manual/mod/mod_autht_core.html.fr.utf8 M docs/manual/mod/mod_autht_jwt.html.fr.utf8 M docs/manual/mod/mod_authz_core.html.fr.utf8 M docs/manual/mod/mod_authz_dbd.html.fr.utf8 M docs/manual/mod/mod_authz_dbm.html.fr.utf8 M docs/manual/mod/mod_authz_groupfile.html.fr.utf8 M docs/manual/mod/mod_authz_host.html.fr.utf8 M docs/manual/mod/mod_authz_owner.html.fr.utf8 M docs/manual/mod/mod_authz_user.html.fr.utf8 M docs/manual/mod/mod_autoindex.html.fr.utf8 M docs/manual/mod/mod_brotli.html.fr.utf8 M docs/manual/mod/mod_buffer.html.fr.utf8 M docs/manual/mod/mod_cache.html.fr.utf8 M docs/manual/mod/mod_cache_disk.html.fr.utf8 M docs/manual/mod/mod_cache_socache.html.fr.utf8 M docs/manual/mod/mod_cern_meta.html.fr.utf8 M docs/manual/mod/mod_cgi.html.fr.utf8 M docs/manual/mod/mod_cgid.html.fr.utf8 M docs/manual/mod/mod_charset_lite.html.fr.utf8 M docs/manual/mod/mod_crypto.html.fr.utf8 M docs/manual/mod/mod_data.html.fr.utf8 M docs/manual/mod/mod_dav.html.fr.utf8 M docs/manual/mod/mod_dav_fs.html.fr.utf8 M docs/manual/mod/mod_dav_lock.html.fr.utf8 M docs/manual/mod/mod_dbd.html.fr.utf8 M docs/manual/mod/mod_deflate.html.fr.utf8 M docs/manual/mod/mod_dialup.html.fr.utf8 M docs/manual/mod/mod_dir.html.fr.utf8 M docs/manual/mod/mod_dumpio.html.fr.utf8 M docs/manual/mod/mod_echo.html.fr.utf8 M docs/manual/mod/mod_env.html.fr.utf8 M docs/manual/mod/mod_example_hooks.html.fr.utf8 M docs/manual/mod/mod_expires.html.fr.utf8 M docs/manual/mod/mod_ext_filter.html.fr.utf8 M docs/manual/mod/mod_file_cache.html.fr.utf8 M docs/manual/mod/mod_filter.html.fr.utf8 M docs/manual/mod/mod_firehose.html.fr.utf8 M docs/manual/mod/mod_headers.html.fr.utf8 M docs/manual/mod/mod_heartbeat.html.fr.utf8 M docs/manual/mod/mod_heartmonitor.html.fr.utf8 M docs/manual/mod/mod_http2.html.fr.utf8 M docs/manual/mod/mod_ident.html.fr.utf8 M docs/manual/mod/mod_imagemap.html.fr.utf8 M docs/manual/mod/mod_include.html.fr.utf8 M docs/manual/mod/mod_info.html.fr.utf8 M docs/manual/mod/mod_isapi.html.fr.utf8 M docs/manual/mod/mod_journald.html.fr.utf8 M docs/manual/mod/mod_lbmethod_bybusyness.html.fr.utf8 M docs/manual/mod/mod_lbmethod_byrequests.html.fr.utf8 M docs/manual/mod/mod_lbmethod_bytraffic.html.fr.utf8 M docs/manual/mod/mod_lbmethod_heartbeat.html.fr.utf8 M docs/manual/mod/mod_ldap.html.fr.utf8 M docs/manual/mod/mod_log_config.html.fr.utf8 M docs/manual/mod/mod_log_debug.html.fr.utf8 M docs/manual/mod/mod_log_forensic.html.fr.utf8 M docs/manual/mod/mod_logio.html.fr.utf8 M docs/manual/mod/mod_lua.html.fr.utf8 M docs/manual/mod/mod_macro.html.fr.utf8 M docs/manual/mod/mod_md.html.fr.utf8 M docs/manual/mod/mod_mime.html.fr.utf8 M docs/manual/mod/mod_mime_magic.html.fr.utf8 M docs/manual/mod/mod_negotiation.html.fr.utf8 M docs/manual/mod/mod_nw_ssl.html.fr.utf8 M docs/manual/mod/mod_policy.html.fr.utf8 M docs/manual/mod/mod_privileges.html.fr.utf8 M docs/manual/mod/mod_proxy.html.fr.utf8 M docs/manual/mod/mod_proxy_ajp.html.fr.utf8 M docs/manual/mod/mod_proxy_balancer.html.fr.utf8 M docs/manual/mod/mod_proxy_connect.html.fr.utf8 M docs/manual/mod/mod_proxy_express.html.fr.utf8 M docs/manual/mod/mod_proxy_fcgi.html.fr.utf8 M docs/manual/mod/mod_proxy_fdpass.html.fr.utf8 M docs/manual/mod/mod_proxy_ftp.html.fr.utf8 M docs/manual/mod/mod_proxy_hcheck.html.fr.utf8 M docs/manual/mod/mod_proxy_html.html.fr.utf8 M docs/manual/mod/mod_proxy_http.html.fr.utf8 M docs/manual/mod/mod_proxy_http2.html.fr.utf8 M docs/manual/mod/mod_proxy_scgi.html.fr.utf8 M docs/manual/mod/mod_proxy_uwsgi.html.fr.utf8 M docs/manual/mod/mod_proxy_wstunnel.html.fr.utf8 M docs/manual/mod/mod_ratelimit.html.fr.utf8 M docs/manual/mod/mod_reflector.html.fr.utf8 M docs/manual/mod/mod_remoteip.html.fr.utf8 M docs/manual/mod/mod_reqtimeout.html.fr.utf8 M docs/manual/mod/mod_request.html.fr.utf8 M docs/manual/mod/mod_rewrite.html.fr.utf8 M docs/manual/mod/mod_sed.html.fr.utf8 M docs/manual/mod/mod_session.html.fr.utf8 M docs/manual/mod/mod_session_cookie.html.fr.utf8 M docs/manual/mod/mod_session_crypto.html.fr.utf8 M docs/manual/mod/mod_session_dbd.html.fr.utf8 M docs/manual/mod/mod_setenvif.html.fr.utf8 M docs/manual/mod/mod_slotmem_plain.html.fr.utf8 M docs/manual/mod/mod_slotmem_shm.html.fr.utf8 M docs/manual/mod/mod_so.html.fr.utf8 M docs/manual/mod/mod_socache_dbm.html.fr.utf8 M docs/manual/mod/mod_socache_dc.html.fr.utf8 M docs/manual/mod/mod_socache_memcache.html.fr.utf8 M docs/manual/mod/mod_socache_redis.html.fr.utf8 M docs/manual/mod/mod_socache_shmcb.html.fr.utf8 M docs/manual/mod/mod_speling.html.fr.utf8 M docs/manual/mod/mod_ssl.html.fr.utf8 M docs/manual/mod/mod_ssl.xml.es M docs/manual/mod/mod_ssl.xml.meta M docs/manual/mod/mod_ssl_ct.html.fr.utf8 M docs/manual/mod/mod_status.html.fr.utf8 M docs/manual/mod/mod_substitute.html.fr.utf8 M docs/manual/mod/mod_suexec.html.fr.utf8 M docs/manual/mod/mod_syslog.html.fr.utf8 M docs/manual/mod/mod_systemd.html.fr.utf8 M docs/manual/mod/mod_unique_id.html.fr.utf8 M docs/manual/mod/mod_unixd.html.fr.utf8 M docs/manual/mod/mod_userdir.html.fr.utf8 M docs/manual/mod/mod_usertrack.html.fr.utf8 M docs/manual/mod/mod_version.html.fr.utf8 M docs/manual/mod/mod_vhost_alias.html.fr.utf8 M docs/manual/mod/mod_watchdog.html.fr.utf8 M docs/manual/mod/mod_xml2enc.html.fr.utf8 M docs/manual/mod/module-dict.html.fr.utf8 M docs/manual/mod/mpm_common.html.fr.utf8 M docs/manual/mod/mpm_netware.html.fr.utf8 M docs/manual/mod/mpm_winnt.html.fr.utf8 M docs/manual/mod/mpmt_os2.html.fr.utf8 M docs/manual/mod/overrides.html.fr.utf8 M docs/manual/mod/prefork.html.fr.utf8 M docs/manual/mod/quickreference.html.fr.utf8 M docs/manual/mod/worker.html.fr.utf8 M docs/manual/mpm.html.fr.utf8 M docs/manual/new_features_2_0.html.fr.utf8 M docs/manual/new_features_2_2.html.fr.utf8 M docs/manual/new_features_2_4.html.fr.utf8 M docs/manual/platform/index.html.fr.utf8 M docs/manual/platform/netware.html.fr.utf8 M docs/manual/platform/perf-hp.html.fr.utf8 M docs/manual/platform/rpm.html.fr.utf8 M docs/manual/platform/win_compiling.html.fr.utf8 M docs/manual/platform/windows.html.fr.utf8 M docs/manual/programs/ab.html.fr.utf8 M docs/manual/programs/apachectl.html.fr.utf8 M docs/manual/programs/apxs.html.fr.utf8 M docs/manual/programs/configure.html.fr.utf8 M docs/manual/programs/ctlogconfig.html.fr.utf8 M docs/manual/programs/dbmmanage.html.fr.utf8 M docs/manual/programs/fcgistarter.html.fr.utf8 M docs/manual/programs/firehose.html.fr.utf8 M docs/manual/programs/htcacheclean.html.fr.utf8 M docs/manual/programs/htdbm.html.fr.utf8 M docs/manual/programs/htdigest.html.fr.utf8 M docs/manual/programs/htpasswd.html.fr.utf8 M docs/manual/programs/httpd.html.fr.utf8 M docs/manual/programs/httxt2dbm.html.fr.utf8 M docs/manual/programs/index.html.fr.utf8 M docs/manual/programs/log_server_status.html.fr.utf8 M docs/manual/programs/logresolve.html.fr.utf8 M docs/manual/programs/other.html.fr.utf8 M docs/manual/programs/rotatelogs.html.fr.utf8 M docs/manual/programs/split-logfile.html.fr.utf8 M docs/manual/programs/suexec.html.fr.utf8 M docs/manual/rewrite/access.html.fr.utf8 M docs/manual/rewrite/advanced.html.fr.utf8 M docs/manual/rewrite/avoid.html.fr.utf8 M docs/manual/rewrite/flags.html.fr.utf8 M docs/manual/rewrite/htaccess.html.fr.utf8 M docs/manual/rewrite/index.html.fr.utf8 M docs/manual/rewrite/intro.html.fr.utf8 M docs/manual/rewrite/proxy.html.fr.utf8 M docs/manual/rewrite/remapping.html.fr.utf8 M docs/manual/rewrite/rewritemap.html.fr.utf8 M docs/manual/rewrite/tech.html.fr.utf8 M docs/manual/rewrite/vhosts.html.fr.utf8 M docs/manual/sections.html.fr.utf8 M docs/manual/server-wide.html.fr.utf8 M docs/manual/sitemap.html.fr.utf8 M docs/manual/socache.html.fr.utf8 M docs/manual/ssl/index.html.fr.utf8 M docs/manual/ssl/ssl_compat.html.fr.utf8 M docs/manual/ssl/ssl_faq.html.fr.utf8 M docs/manual/ssl/ssl_howto.html.fr.utf8 M docs/manual/ssl/ssl_intro.html.fr.utf8 M docs/manual/stopping.html.fr.utf8 M docs/manual/suexec.html.fr.utf8 M docs/manual/upgrading.html.fr.utf8 M docs/manual/urlmapping.html.fr.utf8 M docs/manual/vhosts/details.html.fr.utf8 M docs/manual/vhosts/examples.html.fr.utf8 M docs/manual/vhosts/fd-limits.html.fr.utf8 M docs/manual/vhosts/index.html.fr.utf8 M docs/manual/vhosts/ip-based.html.fr.utf8 M docs/manual/vhosts/mass.html.fr.utf8 M docs/manual/vhosts/name-based.html.fr.utf8 ____________________________________________________________________________________________________________ Commit: d3658cf0528993cece350f5faf2baaef73e77db1 URL: https://git.catflap.org/apache-httpd/commit/?id=d3658cf0528993cece350f5faf2baaef73e77db1 Author: Lucien Gentis (Sat 25 Oct 2025 13:04:12 BST) Committer: Lucien Gentis (Sat 25 Oct 2025 13:04:12 BST) fr doc XML file update. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1929334 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_ssl.xml.fr ____________________________________________________________________________________________________________ Commit: 41375114286f9cc647e67dd305919ca670dd78d9 URL: https://git.catflap.org/apache-httpd/commit/?id=41375114286f9cc647e67dd305919ca670dd78d9 Author: Lucien Gentis (Sat 25 Oct 2025 12:58:42 BST) Committer: Lucien Gentis (Sat 25 Oct 2025 12:58:42 BST) misplaced tags in english version and fr doc XML file update. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1929333 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_ssl.xml M docs/manual/mod/mod_ssl.xml.fr ____________________________________________________________________________________________________________ Commit: decce8f7d73b2ff2af01f57f7c1486234ec09515 URL: https://git.catflap.org/apache-httpd/commit/?id=decce8f7d73b2ff2af01f57f7c1486234ec09515 Author: Joe Orton (Thu 23 Oct 2025 12:52:43 BST) Committer: Joe Orton (Thu 23 Oct 2025 12:52:43 BST) Regenerate docs. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1929309 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/bind.html.en.utf8 M docs/manual/caching.html.en.utf8 M docs/manual/compliance.html.en.utf8 M docs/manual/configuring.html.en.utf8 M docs/manual/content-negotiation.html.en.utf8 M docs/manual/custom-error.html.en.utf8 M docs/manual/developer/API.html.en.utf8 M docs/manual/developer/debugging.html.en.utf8 M docs/manual/developer/documenting.html.en.utf8 M docs/manual/developer/filters.html.en.utf8 M docs/manual/developer/hooks.html.en.utf8 M docs/manual/developer/index.html.en.utf8 M docs/manual/developer/lua.html.en.utf8 M docs/manual/developer/modguide.html.en.utf8 M docs/manual/developer/modules.html.en.utf8 M docs/manual/developer/new_api_2_4.html.en.utf8 M docs/manual/developer/new_api_2_6.html.en.utf8 M docs/manual/developer/output-filters.html.en.utf8 M docs/manual/developer/request.html.en.utf8 M docs/manual/developer/thread_safety.html.en.utf8 M docs/manual/dns-caveats.html.en.utf8 M docs/manual/dso.html.en.utf8 M docs/manual/env.html.en.utf8 M docs/manual/expr.html.en.utf8 M docs/manual/faq/index.html.en.utf8 M docs/manual/filter.html.en.utf8 M docs/manual/getting-started.html.en.utf8 M docs/manual/glossary.html.en.utf8 M docs/manual/handler.html.en.utf8 M docs/manual/howto/access.html.en.utf8 M docs/manual/howto/auth.html.en.utf8 M docs/manual/howto/cgi.html.en.utf8 M docs/manual/howto/encrypt.html.en.utf8 M docs/manual/howto/htaccess.html.en.utf8 M docs/manual/howto/http2.html.en.utf8 M docs/manual/howto/index.html.en.utf8 M docs/manual/howto/public_html.html.en.utf8 M docs/manual/howto/reverse_proxy.html.en.utf8 M docs/manual/howto/ssi.html.en.utf8 M docs/manual/index.html.en.utf8 M docs/manual/install.html.en.utf8 M docs/manual/invoking.html.en.utf8 M docs/manual/license.html.en.utf8 M docs/manual/logs.html.en.utf8 M docs/manual/misc/index.html.en.utf8 M docs/manual/misc/password_encryptions.html.en.utf8 M docs/manual/misc/perf-scaling.html.en.utf8 M docs/manual/misc/perf-tuning.html.en.utf8 M docs/manual/misc/relevant_standards.html.en.utf8 M docs/manual/misc/security_tips.html.en.utf8 M docs/manual/mod/core.html.en.utf8 M docs/manual/mod/directive-dict.html.en.utf8 M docs/manual/mod/directives.html.en.utf8 M docs/manual/mod/event.html.en.utf8 M docs/manual/mod/index.html.en.utf8 M docs/manual/mod/mod_access_compat.html.en.utf8 M docs/manual/mod/mod_actions.html.en.utf8 M docs/manual/mod/mod_alias.html.en.utf8 M docs/manual/mod/mod_allowhandlers.html.en.utf8 M docs/manual/mod/mod_allowmethods.html.en.utf8 M docs/manual/mod/mod_asis.html.en.utf8 M docs/manual/mod/mod_auth_basic.html.en.utf8 M docs/manual/mod/mod_auth_bearer.html.en.utf8 M docs/manual/mod/mod_auth_digest.html.en.utf8 M docs/manual/mod/mod_auth_form.html.en.utf8 M docs/manual/mod/mod_authn_anon.html.en.utf8 M docs/manual/mod/mod_authn_core.html.en.utf8 M docs/manual/mod/mod_authn_dbd.html.en.utf8 M docs/manual/mod/mod_authn_dbm.html.en.utf8 M docs/manual/mod/mod_authn_file.html.en.utf8 M docs/manual/mod/mod_authn_socache.html.en.utf8 M docs/manual/mod/mod_authnz_fcgi.html.en.utf8 M docs/manual/mod/mod_authnz_ldap.html.en.utf8 M docs/manual/mod/mod_autht_core.html.en.utf8 M docs/manual/mod/mod_autht_jwt.html.en.utf8 M docs/manual/mod/mod_authz_core.html.en.utf8 M docs/manual/mod/mod_authz_dbd.html.en.utf8 M docs/manual/mod/mod_authz_dbm.html.en.utf8 M docs/manual/mod/mod_authz_groupfile.html.en.utf8 M docs/manual/mod/mod_authz_host.html.en.utf8 M docs/manual/mod/mod_authz_owner.html.en.utf8 M docs/manual/mod/mod_authz_user.html.en.utf8 M docs/manual/mod/mod_autoindex.html.en.utf8 M docs/manual/mod/mod_brotli.html.en.utf8 M docs/manual/mod/mod_buffer.html.en.utf8 M docs/manual/mod/mod_cache.html.en.utf8 M docs/manual/mod/mod_cache_disk.html.en.utf8 M docs/manual/mod/mod_cache_socache.html.en.utf8 M docs/manual/mod/mod_cern_meta.html.en.utf8 M docs/manual/mod/mod_cgi.html.en.utf8 M docs/manual/mod/mod_cgid.html.en.utf8 M docs/manual/mod/mod_charset_lite.html.en.utf8 M docs/manual/mod/mod_crypto.html.en.utf8 M docs/manual/mod/mod_data.html.en.utf8 M docs/manual/mod/mod_dav.html.en.utf8 M docs/manual/mod/mod_dav_fs.html.en.utf8 M docs/manual/mod/mod_dav_lock.html.en.utf8 M docs/manual/mod/mod_dbd.html.en.utf8 M docs/manual/mod/mod_deflate.html.en.utf8 M docs/manual/mod/mod_dialup.html.en.utf8 M docs/manual/mod/mod_dir.html.en.utf8 M docs/manual/mod/mod_dumpio.html.en.utf8 M docs/manual/mod/mod_echo.html.en.utf8 M docs/manual/mod/mod_env.html.en.utf8 M docs/manual/mod/mod_example_hooks.html.en.utf8 M docs/manual/mod/mod_expires.html.en.utf8 M docs/manual/mod/mod_ext_filter.html.en.utf8 M docs/manual/mod/mod_file_cache.html.en.utf8 M docs/manual/mod/mod_filter.html.en.utf8 M docs/manual/mod/mod_firehose.html.en.utf8 M docs/manual/mod/mod_headers.html.en.utf8 M docs/manual/mod/mod_heartbeat.html.en.utf8 M docs/manual/mod/mod_heartmonitor.html.en.utf8 M docs/manual/mod/mod_http2.html.en.utf8 M docs/manual/mod/mod_ident.html.en.utf8 M docs/manual/mod/mod_imagemap.html.en.utf8 M docs/manual/mod/mod_include.html.en.utf8 M docs/manual/mod/mod_info.html.en.utf8 M docs/manual/mod/mod_isapi.html.en.utf8 M docs/manual/mod/mod_journald.html.en.utf8 M docs/manual/mod/mod_lbmethod_bybusyness.html.en.utf8 M docs/manual/mod/mod_lbmethod_byrequests.html.en.utf8 M docs/manual/mod/mod_lbmethod_bytraffic.html.en.utf8 M docs/manual/mod/mod_lbmethod_heartbeat.html.en.utf8 M docs/manual/mod/mod_ldap.html.en.utf8 M docs/manual/mod/mod_log_config.html.en.utf8 M docs/manual/mod/mod_log_debug.html.en.utf8 M docs/manual/mod/mod_log_forensic.html.en.utf8 M docs/manual/mod/mod_logio.html.en.utf8 M docs/manual/mod/mod_lua.html.en.utf8 M docs/manual/mod/mod_macro.html.en.utf8 M docs/manual/mod/mod_md.html.en.utf8 M docs/manual/mod/mod_mime.html.en.utf8 M docs/manual/mod/mod_mime_magic.html.en.utf8 M docs/manual/mod/mod_negotiation.html.en.utf8 M docs/manual/mod/mod_nw_ssl.html.en.utf8 M docs/manual/mod/mod_policy.html.en.utf8 M docs/manual/mod/mod_privileges.html.en.utf8 M docs/manual/mod/mod_proxy.html.en.utf8 M docs/manual/mod/mod_proxy_ajp.html.en.utf8 M docs/manual/mod/mod_proxy_balancer.html.en.utf8 M docs/manual/mod/mod_proxy_connect.html.en.utf8 M docs/manual/mod/mod_proxy_express.html.en.utf8 M docs/manual/mod/mod_proxy_fcgi.html.en.utf8 M docs/manual/mod/mod_proxy_fdpass.html.en.utf8 M docs/manual/mod/mod_proxy_ftp.html.en.utf8 M docs/manual/mod/mod_proxy_hcheck.html.en.utf8 M docs/manual/mod/mod_proxy_html.html.en.utf8 M docs/manual/mod/mod_proxy_http.html.en.utf8 M docs/manual/mod/mod_proxy_http2.html.en.utf8 M docs/manual/mod/mod_proxy_scgi.html.en.utf8 M docs/manual/mod/mod_proxy_uwsgi.html.en.utf8 M docs/manual/mod/mod_proxy_wstunnel.html.en.utf8 M docs/manual/mod/mod_ratelimit.html.en.utf8 M docs/manual/mod/mod_reflector.html.en.utf8 M docs/manual/mod/mod_remoteip.html.en.utf8 M docs/manual/mod/mod_reqtimeout.html.en.utf8 M docs/manual/mod/mod_request.html.en.utf8 M docs/manual/mod/mod_rewrite.html.en.utf8 M docs/manual/mod/mod_sed.html.en.utf8 M docs/manual/mod/mod_session.html.en.utf8 M docs/manual/mod/mod_session_cookie.html.en.utf8 M docs/manual/mod/mod_session_crypto.html.en.utf8 M docs/manual/mod/mod_session_dbd.html.en.utf8 M docs/manual/mod/mod_setenvif.html.en.utf8 M docs/manual/mod/mod_slotmem_plain.html.en.utf8 M docs/manual/mod/mod_slotmem_shm.html.en.utf8 M docs/manual/mod/mod_so.html.en.utf8 M docs/manual/mod/mod_socache_dbm.html.en.utf8 M docs/manual/mod/mod_socache_dc.html.en.utf8 M docs/manual/mod/mod_socache_memcache.html.en.utf8 M docs/manual/mod/mod_socache_redis.html.en.utf8 M docs/manual/mod/mod_socache_shmcb.html.en.utf8 M docs/manual/mod/mod_speling.html.en.utf8 M docs/manual/mod/mod_ssl.html.en.utf8 M docs/manual/mod/mod_ssl.xml.es M docs/manual/mod/mod_ssl.xml.fr M docs/manual/mod/mod_ssl.xml.meta M docs/manual/mod/mod_ssl_ct.html.en.utf8 M docs/manual/mod/mod_status.html.en.utf8 M docs/manual/mod/mod_substitute.html.en.utf8 M docs/manual/mod/mod_suexec.html.en.utf8 M docs/manual/mod/mod_syslog.html.en.utf8 M docs/manual/mod/mod_systemd.html.en.utf8 M docs/manual/mod/mod_unique_id.html.en.utf8 M docs/manual/mod/mod_unixd.html.en.utf8 M docs/manual/mod/mod_userdir.html.en.utf8 M docs/manual/mod/mod_usertrack.html.en.utf8 M docs/manual/mod/mod_version.html.en.utf8 M docs/manual/mod/mod_vhost_alias.html.en.utf8 M docs/manual/mod/mod_watchdog.html.en.utf8 M docs/manual/mod/mod_xml2enc.html.en.utf8 M docs/manual/mod/module-dict.html.en.utf8 M docs/manual/mod/mpm_common.html.en.utf8 M docs/manual/mod/mpm_netware.html.en.utf8 M docs/manual/mod/mpm_winnt.html.en.utf8 M docs/manual/mod/mpmt_os2.html.en.utf8 M docs/manual/mod/overrides.html.en.utf8 M docs/manual/mod/prefork.html.en.utf8 M docs/manual/mod/quickreference.html.en.utf8 M docs/manual/mod/worker.html.en.utf8 M docs/manual/mpm.html.en.utf8 M docs/manual/new_features_2_0.html.en.utf8 M docs/manual/new_features_2_2.html.en.utf8 M docs/manual/new_features_2_4.html.en.utf8 M docs/manual/new_features_2_6.html.en.utf8 M docs/manual/platform/index.html.en.utf8 M docs/manual/platform/netware.html.en.utf8 M docs/manual/platform/perf-hp.html.en.utf8 M docs/manual/platform/rpm.html.en.utf8 M docs/manual/platform/win_compiling.html.en.utf8 M docs/manual/platform/windows.html.en.utf8 M docs/manual/programs/ab.html.en.utf8 M docs/manual/programs/apachectl.html.en.utf8 M docs/manual/programs/apxs.html.en.utf8 M docs/manual/programs/configure.html.en.utf8 M docs/manual/programs/ctlogconfig.html.en.utf8 M docs/manual/programs/dbmmanage.html.en.utf8 M docs/manual/programs/fcgistarter.html.en.utf8 M docs/manual/programs/firehose.html.en.utf8 M docs/manual/programs/htcacheclean.html.en.utf8 M docs/manual/programs/htdbm.html.en.utf8 M docs/manual/programs/htdigest.html.en.utf8 M docs/manual/programs/htpasswd.html.en.utf8 M docs/manual/programs/httpd.html.en.utf8 M docs/manual/programs/httxt2dbm.html.en.utf8 M docs/manual/programs/index.html.en.utf8 M docs/manual/programs/log_server_status.html.en.utf8 M docs/manual/programs/logresolve.html.en.utf8 M docs/manual/programs/other.html.en.utf8 M docs/manual/programs/rotatelogs.html.en.utf8 M docs/manual/programs/split-logfile.html.en.utf8 M docs/manual/programs/suexec.html.en.utf8 M docs/manual/rewrite/access.html.en.utf8 M docs/manual/rewrite/advanced.html.en.utf8 M docs/manual/rewrite/avoid.html.en.utf8 M docs/manual/rewrite/flags.html.en.utf8 M docs/manual/rewrite/htaccess.html.en.utf8 M docs/manual/rewrite/index.html.en.utf8 M docs/manual/rewrite/intro.html.en.utf8 M docs/manual/rewrite/proxy.html.en.utf8 M docs/manual/rewrite/remapping.html.en.utf8 M docs/manual/rewrite/rewritemap.html.en.utf8 M docs/manual/rewrite/tech.html.en.utf8 M docs/manual/rewrite/vhosts.html.en.utf8 M docs/manual/sections.html.en.utf8 M docs/manual/server-wide.html.en.utf8 M docs/manual/sitemap.html.en.utf8 M docs/manual/socache.html.en.utf8 M docs/manual/ssl/index.html.en.utf8 M docs/manual/ssl/ssl_compat.html.en.utf8 M docs/manual/ssl/ssl_faq.html.en.utf8 M docs/manual/ssl/ssl_howto.html.en.utf8 M docs/manual/ssl/ssl_intro.html.en.utf8 M docs/manual/stopping.html.en.utf8 M docs/manual/suexec.html.en.utf8 M docs/manual/upgrading.html.en.utf8 M docs/manual/urlmapping.html.en.utf8 M docs/manual/vhosts/details.html.en.utf8 M docs/manual/vhosts/examples.html.en.utf8 M docs/manual/vhosts/fd-limits.html.en.utf8 M docs/manual/vhosts/index.html.en.utf8 M docs/manual/vhosts/ip-based.html.en.utf8 M docs/manual/vhosts/mass.html.en.utf8 M docs/manual/vhosts/name-based.html.en.utf8 ____________________________________________________________________________________________________________ Commit: 21491b21577c68858b3cc02c21e3db88f0a30bb1 URL: https://git.catflap.org/apache-httpd/commit/?id=21491b21577c68858b3cc02c21e3db88f0a30bb1 Author: Joe Orton (Thu 23 Oct 2025 12:51:28 BST) Committer: Joe Orton (Thu 23 Oct 2025 12:51:28 BST) mod_ssl: Add SSLVHostSNIPolicy directive to set the compatibility level required for VirtualHost matching. For "secure" and "authonly" modes, a hash of the policy-relevant vhost configuration is created and stored in the post_config hooks, reducing the runtime code complexity (and overhead). * modules/ssl/ssl_engine_kernel.c (ssl_check_vhost_sni_policy): New function, replacing ssl_server_compatible et al. * modules/ssl/ssl_engine_config.c (ssl_cmd_SSLVHostSNIPolicy): New function. * modules/ssl/ssl_engine_init.c (md5_strarray_cmp, md5_strarray_hash, hash_sni_policy_pk, hash_sni_policy_auth, create_sni_policy_hash): New functions. (ssl_init_Module): Invoke create_sni_policy_hash to store the hash for every SSLSrvConfigRec. * modules/ssl/ssl_private.h (SSLModConfigRec): Add snivh_policy field. (SSLSrvConfigRec): Add sni_policy_hash field. PR: 69743 GitHub: closes #561 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1929308 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_ssl.xml M modules/ssl/mod_ssl.c M modules/ssl/ssl_engine_config.c M modules/ssl/ssl_engine_init.c M modules/ssl/ssl_engine_kernel.c M modules/ssl/ssl_private.h ____________________________________________________________________________________________________________ Commit: e54735bf82e02278dc70eb80d931a748a81e8ce8 URL: https://git.catflap.org/apache-httpd/commit/?id=e54735bf82e02278dc70eb80d931a748a81e8ce8 Author: Ruediger Pluem (Sat 18 Oct 2025 11:34:37 BST) Committer: Ruediger Pluem (Sat 18 Oct 2025 11:34:37 BST) Remove duplicate config merging The removed ternary does the same as the following macro call to AP_CORE_MERGE_FLAG. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1929201 13f79535-47bb-0310-9956-ffa450edef68 M server/core.c ____________________________________________________________________________________________________________ Commit: 3dffb297e99839f06cb9e7ad59096aadd2ece9da URL: https://git.catflap.org/apache-httpd/commit/?id=3dffb297e99839f06cb9e7ad59096aadd2ece9da Author: Christophe Jaillet (Thu 2 Oct 2025 20:57:52 BST) Committer: Christophe Jaillet (Thu 2 Oct 2025 20:57:52 BST) Update the favicon in the doc to the new leaf logo. Take the one used on w.a.o which is a png file, instead of the previous ico file. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1928911 13f79535-47bb-0310-9956-ffa450edef68 A docs/manual/images/favicon.png M docs/manual/style/xsl/common.xsl ____________________________________________________________________________________________________________ Commit: 60ad836ff81839e22e508530522f0d4dbbe802cf URL: https://git.catflap.org/apache-httpd/commit/?id=60ad836ff81839e22e508530522f0d4dbbe802cf Author: Ruediger Pluem (Thu 2 Oct 2025 14:00:44 BST) Committer: Ruediger Pluem (Thu 2 Oct 2025 14:00:44 BST) Correctly parse Range headers with multiple ranges Correctly parse Range headers with multiple ranges that have whitespaces around the comma separating the ranges from each other by trimming the whitespace. PR: 69831 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1928901 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/pr69831.txt M modules/http/byterange_filter.c ____________________________________________________________________________________________________________ Commit: 1afebbe6ae892268fb5f9b348022ad6598cd31d6 URL: https://git.catflap.org/apache-httpd/commit/?id=1afebbe6ae892268fb5f9b348022ad6598cd31d6 Author: Joe Orton (Wed 1 Oct 2025 09:23:55 BST) Committer: Joe Orton (Wed 1 Oct 2025 09:23:55 BST) * modules/ssl/ssl_private.h (SSLModConfigRec): Make szCryptoDevice conditional on ENGINE API support. * modules/ssl/ssl_engine_config.c (ssl_cmd_SSLCryptoDevice): Log a warning if the directive is used in a non-ENGINE OpenSSL build; only touch szCryptoDevice for with-ENGINE builds. * modules/ssl/ssl_engine_init.c (ssl_init_server_certs): Only use szCryptoDevice for with-ENGINE builds. Submitted by: Joe Orton Github: closes #559 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1928874 13f79535-47bb-0310-9956-ffa450edef68 M modules/ssl/ssl_engine_config.c M modules/ssl/ssl_engine_init.c M modules/ssl/ssl_private.h ____________________________________________________________________________________________________________ Commit: def23ce1ac699d3dbe86cce59f233f5b00e14cb3 URL: https://git.catflap.org/apache-httpd/commit/?id=def23ce1ac699d3dbe86cce59f233f5b00e14cb3 Author: Joe Orton (Tue 30 Sep 2025 11:14:22 BST) Committer: Joe Orton (Tue 30 Sep 2025 11:14:22 BST) Steal a aplogno id [skip ci]. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1928862 13f79535-47bb-0310-9956-ffa450edef68 M docs/log-message-tags/next-number ____________________________________________________________________________________________________________ Commit: 49653cd6981fa5dc333b03ea7788b54d002570c6 URL: https://git.catflap.org/apache-httpd/commit/?id=49653cd6981fa5dc333b03ea7788b54d002570c6 Author: Joe Orton (Tue 30 Sep 2025 11:06:43 BST) Committer: Joe Orton (Tue 30 Sep 2025 11:06:43 BST) Revert part of r1928839 which stripped the APLOGNO() tags. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1928861 13f79535-47bb-0310-9956-ffa450edef68 M modules/md/mod_md_drive.c ____________________________________________________________________________________________________________ Commit: 8d1c300644314d5011b647d589a7f51814e9d8d7 URL: https://git.catflap.org/apache-httpd/commit/?id=8d1c300644314d5011b647d589a7f51814e9d8d7 Author: Stefan Eissing (Mon 29 Sep 2025 16:09:23 BST) Committer: Stefan Eissing (Mon 29 Sep 2025 16:09:23 BST) sync with mod_md github * src/md_util.h: Include for APR 1.6+, or else define apr_cstr_casecmp to apr_natcasecmp as previously. by notroj git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1928839 13f79535-47bb-0310-9956-ffa450edef68 M modules/md/md_acme.c M modules/md/md_acme_authz.c M modules/md/md_acmev2_drive.c M modules/md/md_core.c M modules/md/md_crypt.c M modules/md/md_curl.c M modules/md/md_reg.c M modules/md/md_store.c M modules/md/md_util.c M modules/md/md_util.h M modules/md/mod_md_config.c M modules/md/mod_md_drive.c ____________________________________________________________________________________________________________ Commit: 3adf32972a599aea09c7c9f1960d8c8c3f4a933e URL: https://git.catflap.org/apache-httpd/commit/?id=3adf32972a599aea09c7c9f1960d8c8c3f4a933e Author: Lucien Gentis (Sat 13 Sep 2025 14:34:03 BST) Committer: Lucien Gentis (Sat 13 Sep 2025 14:34:03 BST) fr doc rebuild. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1928430 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/directives.html.fr.utf8 M docs/manual/mod/mod_ssl.html.fr.utf8 M docs/manual/mod/mod_ssl.xml.es M docs/manual/mod/quickreference.html.fr.utf8 ____________________________________________________________________________________________________________ Commit: b9aad883f29ca092bcb58a22dbf6b59b74c6d282 URL: https://git.catflap.org/apache-httpd/commit/?id=b9aad883f29ca092bcb58a22dbf6b59b74c6d282 Author: Lucien Gentis (Sat 13 Sep 2025 14:32:52 BST) Committer: Lucien Gentis (Sat 13 Sep 2025 14:32:52 BST) fr doc XML file update. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1928429 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_ssl.xml.fr ____________________________________________________________________________________________________________ Commit: a9e10912e1d2e0bd9d83216412a8387b56f12bd4 URL: https://git.catflap.org/apache-httpd/commit/?id=a9e10912e1d2e0bd9d83216412a8387b56f12bd4 Author: Lucien Gentis (Sat 13 Sep 2025 14:31:23 BST) Committer: Lucien Gentis (Sat 13 Sep 2025 14:31:23 BST) typo correction. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1928428 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_ssl.xml ____________________________________________________________________________________________________________ Commit: 0c9cd095ce9081fd225f0da7787419e80de7c701 URL: https://git.catflap.org/apache-httpd/commit/?id=0c9cd095ce9081fd225f0da7787419e80de7c701 Author: Joe Orton (Fri 12 Sep 2025 09:05:11 BST) Committer: Joe Orton (Fri 12 Sep 2025 09:05:11 BST) mod_ssl: Add support for Encrypted Client Hello (ECH) based off proposed OpenSSL 4.0 API. Notes from PR #551: This build only supports ECH "shared-mode" where mod_ssl does the ECH decryption and also hosts both the ECH `public-name` and `backend` web sites. ## Build > [!NOTE] > ECH is not yet a part of an OpenSSL release, our current goal is that ECH be > part of an OpenSSL 4.0 release in spring 2026. There is client and server ECH code in the OpenSSL ECH feature branch at [https://github.com/openssl/openssl/tree/feature/ech](https://github.com/openssl/openssl/tree/feature/ech). At present, ECH-enabling apache2 therefore requires building from source, using the OpenSSL ECH feature branch. ## Code changes - All code changes are within `modules/ssl` and are protected via `#ifdef HAVE_OPENSSL_ECH`. That's defined in `ssl_private.h` if the included `ssl.h` defines `SSL_OP_ECH_GREASE`. - There're a bunch of changes to add the new `SSLECHKeyDir` directive that are mosly obvious. - We load the keys from `SSLECHKeyDir` using the `load_echkeys()` function in `ssl_engine_init.c`. That also ECH-enables the `SSL_CTX` when keys are loaded, which triggers ECH decryption as needed. > [!NOTE] > `load_echkeys()` will include the public component all loaded keys in the ECH > `retry-configs` in the fallback scenario. If desired, we could add a naming > convention or additional configuration setting to distinguish which to > include in `retry-configs` or not. For now, we assume that'd better be done > in a subsequent PR, if experience shows the feature is really useful/needed. > (We can envisage some odd deployments where that might be the case, but not > clear those'd really happen - it'd seem to need loads of key pairs or else > some that are never published in the DNS that we don't want to expose to > random clients - neither seems compelling.) - We add a callback to `SSL_CTX_ech_set_callback` also in `ssl_engine_init.c`. - We add calls to set the `SSL_ECH_STATUS` etc. variables to the environment (for PHP etc) in `ssl_engine_kernel.c` and also do the logging of ECH outcomes (to the error log). Submitted by: sftcd , rpluem Github: closes #551 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1928357 13f79535-47bb-0310-9956-ffa450edef68 M .github/workflows/linux.yml A changes-entries/ech.txt M docs/log-message-tags/next-number M docs/manual/mod/mod_ssl.xml M modules/ssl/mod_ssl.c M modules/ssl/ssl_engine_config.c M modules/ssl/ssl_engine_init.c M modules/ssl/ssl_engine_kernel.c M modules/ssl/ssl_engine_vars.c M modules/ssl/ssl_private.h M test/travis_before_linux.sh ____________________________________________________________________________________________________________ Commit: 9cd6c92c95a8049f418123f4759df1ae106a8f6e URL: https://git.catflap.org/apache-httpd/commit/?id=9cd6c92c95a8049f418123f4759df1ae106a8f6e Author: Joe Orton (Fri 12 Sep 2025 08:35:31 BST) Committer: Joe Orton (Fri 12 Sep 2025 08:35:31 BST) mod_systemd: add missing space Submitted by: Christian Hesse Github: closes #557 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1928356 13f79535-47bb-0310-9956-ffa450edef68 M modules/arch/unix/mod_systemd.c ____________________________________________________________________________________________________________ Commit: a6dcd191f4f168e06ccaac55edaeca5d02b4a791 URL: https://git.catflap.org/apache-httpd/commit/?id=a6dcd191f4f168e06ccaac55edaeca5d02b4a791 Author: Lucien Gentis (Sat 6 Sep 2025 15:10:03 BST) Committer: Lucien Gentis (Sat 6 Sep 2025 15:10:03 BST) fr doc rebuild. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1928268 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/configuring.html.fr.utf8 M docs/manual/configuring.xml.de M docs/manual/configuring.xml.ja M docs/manual/configuring.xml.ko M docs/manual/configuring.xml.meta M docs/manual/configuring.xml.tr M docs/manual/mod/directives.html.fr.utf8 M docs/manual/mod/mod_md.html.fr.utf8 M docs/manual/mod/mod_md.xml.meta M docs/manual/mod/mpm_common.html.fr.utf8 M docs/manual/mod/mpm_common.xml.meta M docs/manual/mod/quickreference.html.fr.utf8 ____________________________________________________________________________________________________________ Commit: e366dd5314aa4fdb587d87a3e8329c117cc1c881 URL: https://git.catflap.org/apache-httpd/commit/?id=e366dd5314aa4fdb587d87a3e8329c117cc1c881 Author: Lucien Gentis (Sat 6 Sep 2025 15:08:40 BST) Committer: Lucien Gentis (Sat 6 Sep 2025 15:08:40 BST) fr doc XML files updates. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1928267 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/configuring.xml.fr M docs/manual/mod/mod_md.xml.fr M docs/manual/mod/mpm_common.xml.fr ____________________________________________________________________________________________________________ Commit: d22f2b079fde3b58a7a5c420cad668c1fc3c8da2 URL: https://git.catflap.org/apache-httpd/commit/?id=d22f2b079fde3b58a7a5c420cad668c1fc3c8da2 Author: Lucien Gentis (Sat 6 Sep 2025 14:23:04 BST) Committer: Lucien Gentis (Sat 6 Sep 2025 14:23:04 BST) typo correction. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1928265 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/configuring.xml ____________________________________________________________________________________________________________ Commit: f04d0660b8fc039dcb1015cfb60d8609fe37ca85 URL: https://git.catflap.org/apache-httpd/commit/?id=f04d0660b8fc039dcb1015cfb60d8609fe37ca85 Author: Ruediger Pluem (Thu 4 Sep 2025 09:08:00 BST) Committer: Ruediger Pluem (Thu 4 Sep 2025 09:08:00 BST) * Revert r1928222 as we cannot handle transfer encoding chunked git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1928225 13f79535-47bb-0310-9956-ffa450edef68 M modules/ssl/ssl_util_ocsp.c ____________________________________________________________________________________________________________ Commit: 5cec2b41bdbb776b012eca4aed9ac8b2946beea9 URL: https://git.catflap.org/apache-httpd/commit/?id=5cec2b41bdbb776b012eca4aed9ac8b2946beea9 Author: Ruediger Pluem (Thu 4 Sep 2025 07:06:15 BST) Committer: Ruediger Pluem (Thu 4 Sep 2025 07:06:15 BST) Perform OCSP requests via HTTP/1.1 instead of HTTP/1.0 According to https://docs.digicert.com/en/whats-new/change-log/certcentral-change-log.html#digicert-ending-support-for-http-1-0-connections-for-ocsp-and-crl-certificate-status-verification-checks-619426 Digicert stops supporting HTTP/1.0 for their OCSP responder, but still supports HTTP/1.1. Hence switch to HTTP/1.1 to keep things working. It is assumed that other OCSP responders support HTTP/1.1 as well. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1928222 13f79535-47bb-0310-9956-ffa450edef68 M modules/ssl/ssl_util_ocsp.c ____________________________________________________________________________________________________________ Commit: e2057d122bbe435453c2b1ec4092aed276820ba3 URL: https://git.catflap.org/apache-httpd/commit/?id=e2057d122bbe435453c2b1ec4092aed276820ba3 Author: Eric Covener (Fri 29 Aug 2025 13:20:40 BST) Committer: Eric Covener (Fri 29 Aug 2025 13:20:40 BST) xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1928085 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/configuring.html.en.utf8 M docs/manual/configuring.xml.de M docs/manual/configuring.xml.fr M docs/manual/configuring.xml.ja M docs/manual/configuring.xml.ko M docs/manual/configuring.xml.meta M docs/manual/configuring.xml.tr ____________________________________________________________________________________________________________ Commit: 0bc520a0540327f3fdf9fa3ede8f3590a7d2d8e3 URL: https://git.catflap.org/apache-httpd/commit/?id=0bc520a0540327f3fdf9fa3ede8f3590a7d2d8e3 Author: Eric Covener (Fri 29 Aug 2025 13:20:29 BST) Committer: Eric Covener (Fri 29 Aug 2025 13:20:29 BST) helps to re-read the PR. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1928084 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/configuring.xml ____________________________________________________________________________________________________________ Commit: 3024cfb031cb004fc9de9339f81911d0335ef0c8 URL: https://git.catflap.org/apache-httpd/commit/?id=3024cfb031cb004fc9de9339f81911d0335ef0c8 Author: Eric Covener (Fri 29 Aug 2025 13:12:07 BST) Committer: Eric Covener (Fri 29 Aug 2025 13:12:07 BST) xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1928079 13f79535-47bb-0310-9956-ffa450edef68 M docs/man/httpd.8 M docs/manual/configuring.html.en.utf8 M docs/manual/expr.html.en.utf8 M docs/manual/mod/core.html.en.utf8 M docs/manual/mod/mod_http2.html.en.utf8 M docs/manual/mod/mod_md.html.en.utf8 M docs/manual/mod/mod_md.xml.fr M docs/manual/mod/mod_md.xml.meta M docs/manual/mod/mod_mime.html.en.utf8 M docs/manual/mod/mod_negotiation.html.en.utf8 M docs/manual/mod/mod_proxy.html.en.utf8 M docs/manual/mod/mpm_common.html.en.utf8 M docs/manual/mod/mpm_common.xml.de M docs/manual/mod/mpm_common.xml.fr M docs/manual/mod/mpm_common.xml.ja M docs/manual/mod/mpm_common.xml.meta M docs/manual/mod/mpm_common.xml.tr M docs/manual/programs/httpd.html.en.utf8 ____________________________________________________________________________________________________________ Commit: 471036b5fe0c39e21c172b31c7ae529959578d29 URL: https://git.catflap.org/apache-httpd/commit/?id=471036b5fe0c39e21c172b31c7ae529959578d29 Author: Eric Covener (Fri 29 Aug 2025 13:11:59 BST) Committer: Eric Covener (Fri 29 Aug 2025 13:11:59 BST) reorder, tweak wording help emphasize the moral of PR69698, that continued lines win out over comments. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1928078 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/configuring.xml ____________________________________________________________________________________________________________ Commit: d7bdb5c655647531d9e277c885dff4de12d8848a URL: https://git.catflap.org/apache-httpd/commit/?id=d7bdb5c655647531d9e277c885dff4de12d8848a Author: Stefan Eissing (Wed 27 Aug 2025 08:54:59 BST) Committer: Stefan Eissing (Wed 27 Aug 2025 08:54:59 BST) remove tailscale from mod_md documentation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1928039 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_md.xml ____________________________________________________________________________________________________________ Commit: 3690d63cb86e2cf0adfc4046b57446e61587bc04 URL: https://git.catflap.org/apache-httpd/commit/?id=3690d63cb86e2cf0adfc4046b57446e61587bc04 Author: Ruediger Pluem (Tue 26 Aug 2025 14:56:01 BST) Committer: Ruediger Pluem (Tue 26 Aug 2025 14:56:01 BST) * Follow up to r1927885: Changelog entry and documentation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1928022 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/listentcpdeferaccept.txt M docs/manual/mod/mpm_common.xml ____________________________________________________________________________________________________________ Commit: 8635cf3afb27eda2783d372974c428fa7aea7de7 URL: https://git.catflap.org/apache-httpd/commit/?id=8635cf3afb27eda2783d372974c428fa7aea7de7 Author: Lucien Gentis (Sat 23 Aug 2025 14:01:49 BST) Committer: Lucien Gentis (Sat 23 Aug 2025 14:01:49 BST) fr doc rebuild. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1927970 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/install.xml.de M docs/manual/install.xml.es M docs/manual/install.xml.ja M docs/manual/install.xml.ko M docs/manual/install.xml.tr ____________________________________________________________________________________________________________ Commit: 513b24691173c3b649b20246721cbeabafc57645 URL: https://git.catflap.org/apache-httpd/commit/?id=513b24691173c3b649b20246721cbeabafc57645 Author: Lucien Gentis (Sat 23 Aug 2025 13:59:34 BST) Committer: Lucien Gentis (Sat 23 Aug 2025 13:59:34 BST) fr doc XML file update. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1927969 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/install.xml.fr ____________________________________________________________________________________________________________ Commit: f09577aa96822cf2fee8b3e9f8829bd6eabfbe1d URL: https://git.catflap.org/apache-httpd/commit/?id=f09577aa96822cf2fee8b3e9f8829bd6eabfbe1d Author: Yann Ylavic (Thu 21 Aug 2025 15:46:09 BST) Committer: Yann Ylavic (Thu 21 Aug 2025 15:46:09 BST) trigger ci git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1927952 13f79535-47bb-0310-9956-ffa450edef68 M configure.in ____________________________________________________________________________________________________________ Commit: b917376bdb0a1fc749cab3f1b96ae1e1aea0e253 URL: https://git.catflap.org/apache-httpd/commit/?id=b917376bdb0a1fc749cab3f1b96ae1e1aea0e253 Author: Ruediger Pluem (Thu 21 Aug 2025 08:04:46 BST) Committer: Ruediger Pluem (Thu 21 Aug 2025 08:04:46 BST) * include/httpd.h: Define HTTP_EARLY_HINTS (103) per RFC 8297. * modules/http/http_protocol.c (status_lines): Add 103 response. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1927935 13f79535-47bb-0310-9956-ffa450edef68 M include/httpd.h M modules/http/http_protocol.c ____________________________________________________________________________________________________________ Commit: 078449eeeaaf55b79a673b38ed44da4c711c92a8 URL: https://git.catflap.org/apache-httpd/commit/?id=078449eeeaaf55b79a673b38ed44da4c711c92a8 Author: Ruediger Pluem (Wed 20 Aug 2025 14:39:03 BST) Committer: Ruediger Pluem (Wed 20 Aug 2025 14:39:03 BST) * Use correct configuration variable git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1927916 13f79535-47bb-0310-9956-ffa450edef68 M server/listen.c ____________________________________________________________________________________________________________ Commit: 713100ca6a88eaf270285f50e56af070bb9feed2 URL: https://git.catflap.org/apache-httpd/commit/?id=713100ca6a88eaf270285f50e56af070bb9feed2 Author: Ruediger Pluem (Tue 19 Aug 2025 13:45:15 BST) Committer: Ruediger Pluem (Tue 19 Aug 2025 13:45:15 BST) Make the value set for the socket option TCP_DEFER_ACCEPT configurable * include/ap_listen.h: - Add prototype for include/ap_listen.heraccept - Wire in new directive ListenTCPDeferAccept * include/mpm_common.h: Define the previous static value as default value via DEFAULT_TCP_DEFER_ACCEPT * server/listen.c: - Add static int ap_listentcpdeferaccept - ap_apply_accept_filter: Use value of ap_listenbacklog for setting TCP_DEFER_ACCEPT - ap_listen_pre_config: Set default value - Add ap_set_listentcpdeferaccept git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1927885 13f79535-47bb-0310-9956-ffa450edef68 M include/ap_listen.h M include/mpm_common.h M server/listen.c ____________________________________________________________________________________________________________ Commit: b83273006040db93e412f3f81497ecb4051872d8 URL: https://git.catflap.org/apache-httpd/commit/?id=b83273006040db93e412f3f81497ecb4051872d8 Author: Ruediger Pluem (Tue 19 Aug 2025 13:12:41 BST) Committer: Ruediger Pluem (Tue 19 Aug 2025 13:12:41 BST) Remove condition which is always false If sslconn->non_ssl_request is set to either NON_SSL_SEND_REQLINE or NON_SSL_SEND_HDR_SEP we cannot close the connection here. We handle NON_SSL_SEND_REQLINE and NON_SSL_SEND_HDR_SEP later again in the input filter and in ssl_hook_ReadReq to return an appropriate error message to the client. PR: 69773 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1927880 13f79535-47bb-0310-9956-ffa450edef68 M modules/ssl/mod_ssl.c ____________________________________________________________________________________________________________ Commit: 1ff81212d02a0b4cc76bc5238a618aa56f213a57 URL: https://git.catflap.org/apache-httpd/commit/?id=1ff81212d02a0b4cc76bc5238a618aa56f213a57 Author: Stefan Eissing (Tue 19 Aug 2025 10:36:21 BST) Committer: Stefan Eissing (Tue 19 Aug 2025 10:36:21 BST) *) mod_md: update to version 2.6.2 - Fix error retry delay calculation to not already doubling the wait on the first error. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1927874 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/md_v2.6.2.txt M modules/md/md_status.c M modules/md/md_version.h ____________________________________________________________________________________________________________ Commit: 948098207d31ad3bd9f2b04e65755e51a7de8f83 URL: https://git.catflap.org/apache-httpd/commit/?id=948098207d31ad3bd9f2b04e65755e51a7de8f83 Author: Rich Bowen (Mon 18 Aug 2025 20:20:15 BST) Committer: Rich Bowen (Mon 18 Aug 2025 20:20:15 BST) trivial typo correction git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1927862 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/install.html.en.utf8 ____________________________________________________________________________________________________________ Commit: 4c62d17adbf6e33a4b4a767347766cad26e680b8 URL: https://git.catflap.org/apache-httpd/commit/?id=4c62d17adbf6e33a4b4a767347766cad26e680b8 Author: Rich Bowen (Mon 18 Aug 2025 20:17:06 BST) Committer: Rich Bowen (Mon 18 Aug 2025 20:17:06 BST) trivial typo correction git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1927861 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/install.xml ____________________________________________________________________________________________________________ Commit: f39e335e28a59b5e4dc8f6fe815242662f3aa4a0 URL: https://git.catflap.org/apache-httpd/commit/?id=f39e335e28a59b5e4dc8f6fe815242662f3aa4a0 Author: Lucien Gentis (Sat 16 Aug 2025 14:05:16 BST) Committer: Lucien Gentis (Sat 16 Aug 2025 14:05:16 BST) fr doc rebuild. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1927818 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/directives.html.fr.utf8 M docs/manual/mod/mod_http2.html.fr.utf8 M docs/manual/mod/mod_md.html.fr.utf8 M docs/manual/mod/quickreference.html.fr.utf8 ____________________________________________________________________________________________________________ Commit: fdf6142822de3d6e25ffce647a133a879f5bf680 URL: https://git.catflap.org/apache-httpd/commit/?id=fdf6142822de3d6e25ffce647a133a879f5bf680 Author: Lucien Gentis (Sat 16 Aug 2025 13:54:03 BST) Committer: Lucien Gentis (Sat 16 Aug 2025 13:54:03 BST) fr doc XML files updates. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1927817 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_http2.xml.fr M docs/manual/mod/mod_md.xml.fr ____________________________________________________________________________________________________________ Commit: b5139d346fd6bee38f51dc7bc42c5fd013f65262 URL: https://git.catflap.org/apache-httpd/commit/?id=b5139d346fd6bee38f51dc7bc42c5fd013f65262 Author: Lucien Gentis (Sat 16 Aug 2025 13:52:25 BST) Committer: Lucien Gentis (Sat 16 Aug 2025 13:52:25 BST) Typo correction. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1927816 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_http2.xml ____________________________________________________________________________________________________________ Commit: 7019a88e61af97e947e251840b4e37fbd8b7b8b5 URL: https://git.catflap.org/apache-httpd/commit/?id=7019a88e61af97e947e251840b4e37fbd8b7b8b5 Author: Stefan Eissing (Fri 15 Aug 2025 12:23:29 BST) Committer: Stefan Eissing (Fri 15 Aug 2025 12:23:29 BST) *) mod_md: update to version 2.6.1 - Increasing default `MDRetryDelay` to 30 seconds to generate less bursty traffic on errored renewals for the ACME CA. This leads to error retries of 30s, 1 minute, 2, 4, etc. up to daily attempts. - Checking that configuring `MDRetryDelay` will result in a positive duration. A delay of 0 is not accepted. - Fix a bug in checking Content-Type of responses from the ACME server. - Added ACME ARI support (rfc9773) to the module. Enabled by default. New directive "MDRenewViaARI on|off" for controlling this. - Removing tailscale support. It has not been working for a long time as the company decided to change their APIs. Away with the dead code, documentation and tests. - Fixed a compilation issue with pre-industrial versions of libcurl. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1927807 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/md_v2.6.1.txt M docs/manual/mod/mod_md.xml M modules/md/config2.m4 M modules/md/md.h M modules/md/md_acme.c M modules/md/md_acme.h M modules/md/md_acme_authz.c M modules/md/md_acme_drive.c M modules/md/md_acme_order.c M modules/md/md_acme_order.h M modules/md/md_acmev2_drive.c M modules/md/md_core.c M modules/md/md_crypt.c M modules/md/md_crypt.h M modules/md/md_http.c M modules/md/md_json.c M modules/md/md_reg.c M modules/md/md_reg.h M modules/md/md_status.c D modules/md/md_tailscale.c D modules/md/md_tailscale.h M modules/md/md_time.c M modules/md/md_time.h M modules/md/md_version.h M modules/md/mod_md.c M modules/md/mod_md.dsp M modules/md/mod_md_config.c M modules/md/mod_md_config.h M modules/md/mod_md_drive.c M modules/md/mod_md_status.c M test/modules/md/md_conf.py M test/modules/md/test_702_auto.py M test/modules/md/test_710_profiles.py M test/modules/md/test_730_static.py D test/modules/md/test_780_tailscale.py M test/modules/md/test_920_status.py ____________________________________________________________________________________________________________ Commit: 2cf135cac481a51cfb37db6261dbb3fcafd3f8c2 URL: https://git.catflap.org/apache-httpd/commit/?id=2cf135cac481a51cfb37db6261dbb3fcafd3f8c2 Author: Stefan Eissing (Fri 15 Aug 2025 11:27:32 BST) Committer: Stefan Eissing (Fri 15 Aug 2025 11:27:32 BST) steal a number git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1927806 13f79535-47bb-0310-9956-ffa450edef68 M docs/log-message-tags/next-number ____________________________________________________________________________________________________________ Commit: 5c9c78d7859f6a45e8267f7017313002316c3257 URL: https://git.catflap.org/apache-httpd/commit/?id=5c9c78d7859f6a45e8267f7017313002316c3257 Author: Joe Orton (Fri 15 Aug 2025 08:38:26 BST) Committer: Joe Orton (Fri 15 Aug 2025 08:38:26 BST) * modules/arch/unix/mod_unixd.ci (ap_unixd_setup_child): Do not test euid=0 before going chroot Nowaday chroot need CAP_SYS_CHROOT capability in its user namespace, and could work without root. Will allow to use chroot with lesser permission. Submitted by: Bastien Roucariès PR: 69767 Github: closes #549 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1927804 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/pr69767.txt M modules/arch/unix/mod_unixd.c ____________________________________________________________________________________________________________ Commit: 149f6c72d3a914beb28dabb060de1dc90e0ad520 URL: https://git.catflap.org/apache-httpd/commit/?id=149f6c72d3a914beb28dabb060de1dc90e0ad520 Author: Stefan Eissing (Thu 14 Aug 2025 08:53:10 BST) Committer: Stefan Eissing (Thu 14 Aug 2025 08:53:10 BST) *) mod_http2: update to version 2.0.35 New directive `H2MaxStreamErrors` to control how much bad behaviour by clients is tolerated before the connection is closed. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1927792 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/h2_v2.0.35.txt M docs/manual/mod/mod_http2.xml M modules/http2/h2_config.c M modules/http2/h2_config.h M modules/http2/h2_mplx.c M modules/http2/h2_session.c M modules/http2/h2_session.h M modules/http2/h2_util.c M modules/http2/h2_version.h ____________________________________________________________________________________________________________ Commit: bddcfb1233671d5857f82c4f0cf14ab40c654cd8 URL: https://git.catflap.org/apache-httpd/commit/?id=bddcfb1233671d5857f82c4f0cf14ab40c654cd8 Author: Stefan Eissing (Wed 6 Aug 2025 15:03:00 BST) Committer: Stefan Eissing (Wed 6 Aug 2025 15:03:00 BST) * mod_proxy_http2: add support for ProxyErrorOverride directive. PR69771 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1927647 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/pr69771.txt M modules/http2/h2_proxy_session.c M modules/http2/h2_version.h M modules/http2/mod_proxy_http2.c ____________________________________________________________________________________________________________ Commit: 1356c5e1c0e3fa9b90a8cd6390d03192223c391b URL: https://git.catflap.org/apache-httpd/commit/?id=1356c5e1c0e3fa9b90a8cd6390d03192223c391b Author: Joe Orton (Wed 6 Aug 2025 08:34:43 BST) Committer: Joe Orton (Wed 6 Aug 2025 08:34:43 BST) CI: Update to current OpenSSL releases. Github: closes #546 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1927632 13f79535-47bb-0310-9956-ffa450edef68 M .github/workflows/linux.yml ____________________________________________________________________________________________________________ Commit: 8d8846f43129ad0b101a228ec78f6bee0688f2b6 URL: https://git.catflap.org/apache-httpd/commit/?id=8d8846f43129ad0b101a228ec78f6bee0688f2b6 Author: Joe Orton (Wed 6 Aug 2025 08:29:44 BST) Committer: Joe Orton (Wed 6 Aug 2025 08:29:44 BST) Regenerate docs. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1927631 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/directives.html.de M docs/manual/mod/directives.html.en.utf8 M docs/manual/mod/directives.html.es.utf8 M docs/manual/mod/directives.html.ja.utf8 M docs/manual/mod/directives.html.ko.euc-kr M docs/manual/mod/directives.html.tr.utf8 M docs/manual/mod/directives.html.zh-cn.utf8 M docs/manual/mod/index.html.de M docs/manual/mod/index.html.en.utf8 M docs/manual/mod/index.html.es.utf8 M docs/manual/mod/index.html.ja.utf8 M docs/manual/mod/index.html.ko.euc-kr M docs/manual/mod/index.html.tr.utf8 M docs/manual/mod/index.html.zh-cn.utf8 M docs/manual/mod/mod_ssl.html.es.utf8 M docs/manual/mod/overrides.html.en.utf8 M docs/manual/mod/quickreference.html.de M docs/manual/mod/quickreference.html.en.utf8 M docs/manual/mod/quickreference.html.es.utf8 M docs/manual/mod/quickreference.html.ja.utf8 M docs/manual/mod/quickreference.html.ko.euc-kr M docs/manual/mod/quickreference.html.tr.utf8 M docs/manual/mod/quickreference.html.zh-cn.utf8 M docs/manual/sitemap.html.de M docs/manual/sitemap.html.en.utf8 M docs/manual/sitemap.html.es.utf8 M docs/manual/sitemap.html.ja.utf8 M docs/manual/sitemap.html.ko.euc-kr M docs/manual/sitemap.html.tr.utf8 M docs/manual/sitemap.html.zh-cn.utf8 ____________________________________________________________________________________________________________ Commit: 391445d8ab32dfeb9d6d71b8726dd4a4c5b72506 URL: https://git.catflap.org/apache-httpd/commit/?id=391445d8ab32dfeb9d6d71b8726dd4a4c5b72506 Author: Joe Orton (Wed 6 Aug 2025 08:28:09 BST) Committer: Joe Orton (Wed 6 Aug 2025 08:28:09 BST) Revert r1914045, since the new -o option duplicates the -B option. Thread: https://lists.apache.org/thread/w26fk0m0r52lys1wxwn11b862vc1y631 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1927630 13f79535-47bb-0310-9956-ffa450edef68 M docs/man/ab.1 M support/ab.c ____________________________________________________________________________________________________________ Commit: f40ebca143b8ff842bee239f2c40bd1c5680b858 URL: https://git.catflap.org/apache-httpd/commit/?id=f40ebca143b8ff842bee239f2c40bd1c5680b858 Author: Joe Orton (Wed 6 Aug 2025 08:11:19 BST) Committer: Joe Orton (Wed 6 Aug 2025 08:11:19 BST) * modules/http2/h2_proxy_session.c (open_stream), modules/proxy/proxy_util.c (ap_proxy_create_hdrbrgd): Tweak wording only for preserve-host-but-no-Host-header warning log message, no functional change. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1927629 13f79535-47bb-0310-9956-ffa450edef68 M modules/http2/h2_proxy_session.c M modules/proxy/proxy_util.c ____________________________________________________________________________________________________________ Commit: 0c0a5a323b1b250f821e87ac6bc3953742fa4e2b URL: https://git.catflap.org/apache-httpd/commit/?id=0c0a5a323b1b250f821e87ac6bc3953742fa4e2b Author: Lucien Gentis (Mon 21 Jul 2025 12:17:50 BST) Committer: Lucien Gentis (Mon 21 Jul 2025 12:17:50 BST) fr doc rebuild. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1927365 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_ssl.html.fr.utf8 M docs/manual/mod/mod_ssl.xml.es M docs/manual/mod/quickreference.html.fr.utf8 ____________________________________________________________________________________________________________ Commit: 89d500d063fa44a31270d5f6affc3ccdc72efb6d URL: https://git.catflap.org/apache-httpd/commit/?id=89d500d063fa44a31270d5f6affc3ccdc72efb6d Author: Lucien Gentis (Mon 21 Jul 2025 12:16:47 BST) Committer: Lucien Gentis (Mon 21 Jul 2025 12:16:47 BST) fr doc XML file update. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1927364 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_ssl.xml.fr ____________________________________________________________________________________________________________ Commit: c8469643438ad95b8d642b3bfdf26b16f041042e URL: https://git.catflap.org/apache-httpd/commit/?id=c8469643438ad95b8d642b3bfdf26b16f041042e Author: Eric Covener (Fri 18 Jul 2025 20:50:33 BST) Committer: Eric Covener (Fri 18 Jul 2025 20:50:33 BST) xform for mod_ssl git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1927322 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_ssl.html.en.utf8 ____________________________________________________________________________________________________________ Commit: 68b912859c3ccda10ceb73ca1fc7d63e36a937cf URL: https://git.catflap.org/apache-httpd/commit/?id=68b912859c3ccda10ceb73ca1fc7d63e36a937cf Author: Eric Covener (Fri 18 Jul 2025 20:47:15 BST) Committer: Eric Covener (Fri 18 Jul 2025 20:47:15 BST) mentioned dropped 'sslengine optional' git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1927320 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_ssl.xml ____________________________________________________________________________________________________________ Commit: 1045f538cfba42142058a3b1b7a0957373cd62ff URL: https://git.catflap.org/apache-httpd/commit/?id=1045f538cfba42142058a3b1b7a0957373cd62ff Author: Rainer Jung (Fri 18 Jul 2025 18:07:05 BST) Committer: Rainer Jung (Fri 18 Jul 2025 18:07:05 BST) Improve compatibility with older python. According to python 3.11.0 changelog, "datetime.UTC" was added as an alias for "datetime.timezone.utc". git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1927317 13f79535-47bb-0310-9956-ffa450edef68 M test/modules/md/test_710_profiles.py ____________________________________________________________________________________________________________ Commit: beb75b5cb5f054c9e940ee9ec1c33d43025bac36 URL: https://git.catflap.org/apache-httpd/commit/?id=beb75b5cb5f054c9e940ee9ec1c33d43025bac36 Author: Eric Covener (Fri 18 Jul 2025 16:25:33 BST) Committer: Eric Covener (Fri 18 Jul 2025 16:25:33 BST) future-proof by flattening expr rc to 0/1 Submitted By: ylavic git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1927314 13f79535-47bb-0310-9956-ffa450edef68 M modules/mappers/mod_rewrite.c ____________________________________________________________________________________________________________ Commit: 6e59b124221014bd1c23053e9bb63fb3362387d9 URL: https://git.catflap.org/apache-httpd/commit/?id=6e59b124221014bd1c23053e9bb63fb3362387d9 Author: Eric Covener (Wed 16 Jul 2025 18:33:21 BST) Committer: Eric Covener (Wed 16 Jul 2025 18:33:21 BST) rc already is set by result of expression eval git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1927270 13f79535-47bb-0310-9956-ffa450edef68 M modules/mappers/mod_rewrite.c ____________________________________________________________________________________________________________ Commit: 8e529ceccac445872f534a13902ed10466efc056 URL: https://git.catflap.org/apache-httpd/commit/?id=8e529ceccac445872f534a13902ed10466efc056 Author: Stefan Eissing (Tue 15 Jul 2025 07:35:04 BST) Committer: Stefan Eissing (Tue 15 Jul 2025 07:35:04 BST) * mod_http2/mod_proxy_http2: fix a bug in calculating the log2 value of integers, used in push diaries and proxy window size calculations. PR69741 [Benjamin P. Kallus] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1927235 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/pr69741.txt M modules/http2/h2_proxy_util.c M modules/http2/h2_proxy_util.h M modules/http2/h2_util.c M modules/http2/h2_util.h ____________________________________________________________________________________________________________ Commit: dd60cec5aec6e81caa96d53c6bd5d47757e9df04 URL: https://git.catflap.org/apache-httpd/commit/?id=dd60cec5aec6e81caa96d53c6bd5d47757e9df04 Author: Lucien Gentis (Sat 12 Jul 2025 14:21:13 BST) Committer: Lucien Gentis (Sat 12 Jul 2025 14:21:13 BST) fr doc rebuild. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1927149 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/core.html.fr.utf8 M docs/manual/mod/core.xml.de M docs/manual/mod/core.xml.es M docs/manual/mod/core.xml.ja M docs/manual/mod/core.xml.tr ____________________________________________________________________________________________________________ Commit: 74d1fe85dba4b581ca7412c80b9508fb887b9d12 URL: https://git.catflap.org/apache-httpd/commit/?id=74d1fe85dba4b581ca7412c80b9508fb887b9d12 Author: Lucien Gentis (Sat 12 Jul 2025 14:19:30 BST) Committer: Lucien Gentis (Sat 12 Jul 2025 14:19:30 BST) fr doc XML file update. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1927148 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/core.xml.fr ____________________________________________________________________________________________________________ Commit: 423c67c0c19d0b8b1a04380e7204eb7d0747fcbb URL: https://git.catflap.org/apache-httpd/commit/?id=423c67c0c19d0b8b1a04380e7204eb7d0747fcbb Author: Eric Covener (Mon 7 Jul 2025 16:29:13 BST) Committer: Eric Covener (Mon 7 Jul 2025 16:29:13 BST) avoid compile error with curl < 7.44.0 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1927054 13f79535-47bb-0310-9956-ffa450edef68 M modules/md/md_curl.c ____________________________________________________________________________________________________________ Commit: a6b8db04ec2436d6fe5ef7ac70211a02b454113b URL: https://git.catflap.org/apache-httpd/commit/?id=a6b8db04ec2436d6fe5ef7ac70211a02b454113b Author: Eric Covener (Mon 7 Jul 2025 12:56:48 BST) Committer: Eric Covener (Mon 7 Jul 2025 12:56:48 BST) improve h2 header error handling git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1927038 13f79535-47bb-0310-9956-ffa450edef68 M modules/http2/h2_request.c M modules/http2/h2_request.h M modules/http2/h2_session.c M modules/http2/h2_session.h M modules/http2/h2_stream.c M modules/http2/h2_util.c M modules/http2/h2_util.h M test/modules/http2/test_200_header_invalid.py ____________________________________________________________________________________________________________ Commit: 63f48bb6f3ac64eb50224621d5fc1df1db4542ac URL: https://git.catflap.org/apache-httpd/commit/?id=63f48bb6f3ac64eb50224621d5fc1df1db4542ac Author: Eric Covener (Mon 7 Jul 2025 12:55:00 BST) Committer: Eric Covener (Mon 7 Jul 2025 12:55:00 BST) remove antiquated 'SSLEngine optional' TLS upgrade git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1927037 13f79535-47bb-0310-9956-ffa450edef68 M modules/ssl/ssl_engine_config.c M modules/ssl/ssl_engine_init.c M modules/ssl/ssl_engine_kernel.c M modules/ssl/ssl_private.h ____________________________________________________________________________________________________________ Commit: 349248060f2bff5f4592fda1917f83ba9e70bf3f URL: https://git.catflap.org/apache-httpd/commit/?id=349248060f2bff5f4592fda1917f83ba9e70bf3f Author: Eric Covener (Mon 7 Jul 2025 12:53:43 BST) Committer: Eric Covener (Mon 7 Jul 2025 12:53:43 BST) tolerate missing host header in h2 proxy git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1927036 13f79535-47bb-0310-9956-ffa450edef68 M modules/http2/h2_proxy_session.c ____________________________________________________________________________________________________________ Commit: d76573e7608cbdeab6c6a658c427d900917bf955 URL: https://git.catflap.org/apache-httpd/commit/?id=d76573e7608cbdeab6c6a658c427d900917bf955 Author: Eric Covener (Mon 7 Jul 2025 12:51:57 BST) Committer: Eric Covener (Mon 7 Jul 2025 12:51:57 BST) update SNI validation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1927035 13f79535-47bb-0310-9956-ffa450edef68 M modules/ssl/ssl_engine_kernel.c ____________________________________________________________________________________________________________ Commit: 5c8e7ca468f5f840c16f8834284d2b3d7cb5e804 URL: https://git.catflap.org/apache-httpd/commit/?id=5c8e7ca468f5f840c16f8834284d2b3d7cb5e804 Author: Eric Covener (Mon 7 Jul 2025 12:50:41 BST) Committer: Eric Covener (Mon 7 Jul 2025 12:50:41 BST) escape ssl vars git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1927034 13f79535-47bb-0310-9956-ffa450edef68 M modules/loggers/mod_log_config.c ____________________________________________________________________________________________________________ Commit: dd98030cb399e962aa6058c35893491a9ef7d147 URL: https://git.catflap.org/apache-httpd/commit/?id=dd98030cb399e962aa6058c35893491a9ef7d147 Author: Eric Covener (Mon 7 Jul 2025 12:49:48 BST) Committer: Eric Covener (Mon 7 Jul 2025 12:49:48 BST) expand UNC checking git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1927033 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/core.xml M include/ap_mmn.h M include/httpd.h M modules/mappers/mod_rewrite.c M server/core.c M server/util_expr_eval.c ____________________________________________________________________________________________________________ Commit: 32cf503799c72e8359be2953d8c419c63df38633 URL: https://git.catflap.org/apache-httpd/commit/?id=32cf503799c72e8359be2953d8c419c63df38633 Author: Eric Covener (Mon 7 Jul 2025 12:48:06 BST) Committer: Eric Covener (Mon 7 Jul 2025 12:48:06 BST) header only git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1927032 13f79535-47bb-0310-9956-ffa450edef68 M modules/metadata/mod_headers.c ____________________________________________________________________________________________________________ Commit: 9c4557ea2b1747ef0cfcb48552c2fef091407250 URL: https://git.catflap.org/apache-httpd/commit/?id=9c4557ea2b1747ef0cfcb48552c2fef091407250 Author: Lucien Gentis (Sat 5 Jul 2025 15:01:34 BST) Committer: Lucien Gentis (Sat 5 Jul 2025 15:01:34 BST) fr doc rebuild. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1926975 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/programs/httpd.html.fr.utf8 M docs/manual/programs/httpd.xml.ko M docs/manual/programs/httpd.xml.tr ____________________________________________________________________________________________________________ Commit: 5170482e865bbf58480a36a36b3dace63291a393 URL: https://git.catflap.org/apache-httpd/commit/?id=5170482e865bbf58480a36a36b3dace63291a393 Author: Lucien Gentis (Sat 5 Jul 2025 15:00:36 BST) Committer: Lucien Gentis (Sat 5 Jul 2025 15:00:36 BST) fr doc XML file update. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1926974 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/programs/httpd.xml.fr ____________________________________________________________________________________________________________ Commit: 36f619966be667d244eb8122b359e68ce1159413 URL: https://git.catflap.org/apache-httpd/commit/?id=36f619966be667d244eb8122b359e68ce1159413 Author: Joe Orton (Thu 26 Jun 2025 10:21:25 BST) Committer: Joe Orton (Thu 26 Jun 2025 10:21:25 BST) mod_so: Add -D DUMP_MODULE_DATA to print module data in structured format (TOML) including MMN information. * modules/core/mod_so.c (print_mod_data): New function. (dump_loaded_modules): Use it if DUMP_MODULE_DATA is defined. * docs/manual/programs/httpd.xml: Move -DDUMP_* docs to a new section, cover the above new option. Github: closes #537 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1926737 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/programs/httpd.xml M modules/core/mod_so.c ____________________________________________________________________________________________________________ Commit: 9b06444951566f40dc06dfbe34e53de90358f6b7 URL: https://git.catflap.org/apache-httpd/commit/?id=9b06444951566f40dc06dfbe34e53de90358f6b7 Author: Joe Orton (Wed 25 Jun 2025 16:16:22 BST) Committer: Joe Orton (Wed 25 Jun 2025 16:16:22 BST) * modules/ssl/ssl_private.h: Fix logic in r1926720 HAVE_OPENSSL_KEYLOG macro, thanks to rpluem. Reviewed by: rpluem git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1926722 13f79535-47bb-0310-9956-ffa450edef68 M modules/ssl/ssl_private.h ____________________________________________________________________________________________________________ Commit: c2ffd2a551154e73b2d01cb8fef805d0f74265f8 URL: https://git.catflap.org/apache-httpd/commit/?id=c2ffd2a551154e73b2d01cb8fef805d0f74265f8 Author: Joe Orton (Wed 25 Jun 2025 13:53:18 BST) Committer: Joe Orton (Wed 25 Jun 2025 13:53:18 BST) * modules/ssl/ssl_private.h: For OpenSSL >= 3.5.0 drop $SSLKEYLOGFILE handling inside mod_ssl where OpenSSL is built to handle that internally in libssl. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1926720 13f79535-47bb-0310-9956-ffa450edef68 M modules/ssl/ssl_private.h ____________________________________________________________________________________________________________ Commit: e5a19d43e026533a802b96d88f0a83301f20643e URL: https://git.catflap.org/apache-httpd/commit/?id=e5a19d43e026533a802b96d88f0a83301f20643e Author: Joe Orton (Wed 25 Jun 2025 08:55:26 BST) Committer: Joe Orton (Wed 25 Jun 2025 08:55:26 BST) mod_ssl: Accept expired client certs with optional_no_ca mode. * modules/ssl/ssl_private.h (ssl_verify_error_is_optional): Add X509_V_ERR_CERT_HAS_EXPIRED to the list of error exceptions permitted for "optional_no_ca" mode. Submitted by: Naveen Albert PR: 60028 Github: closes #509 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1926714 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/pr60028.txt M modules/ssl/ssl_private.h ____________________________________________________________________________________________________________ Commit: a54b3778a927f20db0ac4e4b006a5563675c2e5f URL: https://git.catflap.org/apache-httpd/commit/?id=a54b3778a927f20db0ac4e4b006a5563675c2e5f Author: Lucien Gentis (Sat 21 Jun 2025 14:55:48 BST) Committer: Lucien Gentis (Sat 21 Jun 2025 14:55:48 BST) fr doc rebuild. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1926625 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/expr.html.fr.utf8 ____________________________________________________________________________________________________________ Commit: 2141c9548a1b8b7b942add24838ac29781e7e138 URL: https://git.catflap.org/apache-httpd/commit/?id=2141c9548a1b8b7b942add24838ac29781e7e138 Author: Lucien Gentis (Sat 21 Jun 2025 14:54:54 BST) Committer: Lucien Gentis (Sat 21 Jun 2025 14:54:54 BST) fr doc XML file update. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1926624 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/expr.xml.fr ____________________________________________________________________________________________________________ Commit: 7943c0ba66b43db4a19a59fe32c0572814de5f81 URL: https://git.catflap.org/apache-httpd/commit/?id=7943c0ba66b43db4a19a59fe32c0572814de5f81 Author: Joe Orton (Thu 12 Jun 2025 11:06:46 BST) Committer: Joe Orton (Thu 12 Jun 2025 11:06:46 BST) Steal 2 lognos. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1926368 13f79535-47bb-0310-9956-ffa450edef68 M docs/log-message-tags/next-number ____________________________________________________________________________________________________________ Commit: 9771a826fd30380c9371812b04d3899b22bfbaa7 URL: https://git.catflap.org/apache-httpd/commit/?id=9771a826fd30380c9371812b04d3899b22bfbaa7 Author: Ruediger Pluem (Tue 10 Jun 2025 16:31:19 BST) Committer: Ruediger Pluem (Tue 10 Jun 2025 16:31:19 BST) Add the escapehtml function to the expression API Add the escapehtml function to the expression API, allowing to escape HTML strings to guard against HTML injections. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1926342 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/escapehtml.txt M docs/manual/expr.xml M server/util_expr_eval.c ____________________________________________________________________________________________________________ Commit: af61c91eb967f28d22627090f58a287a7a5366b7 URL: https://git.catflap.org/apache-httpd/commit/?id=af61c91eb967f28d22627090f58a287a7a5366b7 Author: Lucien Gentis (Sat 7 Jun 2025 13:39:55 BST) Committer: Lucien Gentis (Sat 7 Jun 2025 13:39:55 BST) fr doc rebuild. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1926213 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/directives.html.fr.utf8 M docs/manual/mod/mod_md.html.fr.utf8 M docs/manual/mod/mod_proxy.html.fr.utf8 M docs/manual/mod/mod_proxy.xml.ja M docs/manual/mod/mod_ssl.html.fr.utf8 M docs/manual/mod/mod_ssl.xml.es M docs/manual/mod/quickreference.html.fr.utf8 ____________________________________________________________________________________________________________ Commit: d1d5b485acc6fd3ab87d5c0c8322a55aaf6bd016 URL: https://git.catflap.org/apache-httpd/commit/?id=d1d5b485acc6fd3ab87d5c0c8322a55aaf6bd016 Author: Lucien Gentis (Sat 7 Jun 2025 13:38:51 BST) Committer: Lucien Gentis (Sat 7 Jun 2025 13:38:51 BST) fr doc XML files updates. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1926212 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_md.xml.fr M docs/manual/mod/mod_proxy.xml.fr M docs/manual/mod/mod_ssl.xml.fr ____________________________________________________________________________________________________________ Commit: 4e2976c49aa2279d3cd4883d6f927d9fc74808b7 URL: https://git.catflap.org/apache-httpd/commit/?id=4e2976c49aa2279d3cd4883d6f927d9fc74808b7 Author: Christophe Jaillet (Fri 6 Jun 2025 21:26:38 BST) Committer: Christophe Jaillet (Fri 6 Jun 2025 21:26:38 BST) Add a change entry to give credits to the author. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1926191 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/r1924954.txt ____________________________________________________________________________________________________________ Commit: 052328156d8be6a30b0de1f343a4469c9049b6c8 URL: https://git.catflap.org/apache-httpd/commit/?id=052328156d8be6a30b0de1f343a4469c9049b6c8 Author: Christophe Jaillet (Fri 6 Jun 2025 21:21:30 BST) Committer: Christophe Jaillet (Fri 6 Jun 2025 21:21:30 BST) Add a change entry to give credits to the author. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1926189 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/SessionDBDCookieName.txt ____________________________________________________________________________________________________________ Commit: 9a2eca1ca1cd549bad0a795f53da9a12f7b50bfc URL: https://git.catflap.org/apache-httpd/commit/?id=9a2eca1ca1cd549bad0a795f53da9a12f7b50bfc Author: Christophe Jaillet (Fri 6 Jun 2025 21:12:16 BST) Committer: Christophe Jaillet (Fri 6 Jun 2025 21:12:16 BST) Follow-up to r1922931. In set_cookie_name() and set_cookie_name2(), now that the empty 'name' argument is explicitly handled, the error message in check_string() can be simplified because the cookie name can't be empty anymore when this function is called. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1926188 13f79535-47bb-0310-9956-ffa450edef68 M modules/session/mod_session_dbd.c ____________________________________________________________________________________________________________ Commit: bc44c682d32989810b81dfdacb9b299205eaffb5 URL: https://git.catflap.org/apache-httpd/commit/?id=bc44c682d32989810b81dfdacb9b299205eaffb5 Author: Christophe Jaillet (Fri 6 Jun 2025 19:47:11 BST) Committer: Christophe Jaillet (Fri 6 Jun 2025 19:47:11 BST) Improve syntax highlight which is already nicer in 2.4.x git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1926185 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_proxy.xml ____________________________________________________________________________________________________________ Commit: 90536be744621768c5ba594fcac7d79c7bc7e881 URL: https://git.catflap.org/apache-httpd/commit/?id=90536be744621768c5ba594fcac7d79c7bc7e881 Author: Joe Orton (Fri 6 Jun 2025 12:50:43 BST) Committer: Joe Orton (Fri 6 Jun 2025 12:50:43 BST) CI: Reintroduce timeout/retry handling for "svn export" specific to Apache::Test handling. Github: closes #536 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1926174 13f79535-47bb-0310-9956-ffa450edef68 M test/travis_before_linux.sh ____________________________________________________________________________________________________________ Commit: 39265983d176647fff3c8467a2823244d6f03ee4 URL: https://git.catflap.org/apache-httpd/commit/?id=39265983d176647fff3c8467a2823244d6f03ee4 Author: Joe Orton (Fri 6 Jun 2025 11:36:00 BST) Committer: Joe Orton (Fri 6 Jun 2025 11:36:00 BST) * modules/dav/fs/repos.c (dav_fs_remove_resource): Return a 404 if apr_file_remove() fails with an ENOENT error, likely due to a race with another DELETE. PR: 60746 Github: closes #535 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1926172 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/pr60746.txt M modules/dav/fs/repos.c ____________________________________________________________________________________________________________ Commit: 5c7eac0cf63e55f3491f6bbe6cdc23a887da17c1 URL: https://git.catflap.org/apache-httpd/commit/?id=5c7eac0cf63e55f3491f6bbe6cdc23a887da17c1 Author: Joe Orton (Fri 6 Jun 2025 11:34:15 BST) Committer: Joe Orton (Fri 6 Jun 2025 11:34:15 BST) Docs: update openssl command for listing pubkey algorithms for 3.0. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1926171 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_ssl.xml ____________________________________________________________________________________________________________ Commit: a2b00bbed68eb72a04313ab0ba5ca434c97d2409 URL: https://git.catflap.org/apache-httpd/commit/?id=a2b00bbed68eb72a04313ab0ba5ca434c97d2409 Author: Ruediger Pluem (Wed 4 Jun 2025 10:31:05 BST) Committer: Ruediger Pluem (Wed 4 Jun 2025 10:31:05 BST) * Correctly handle filenames that contain spaces git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1926111 13f79535-47bb-0310-9956-ffa450edef68 M Makefile.in ____________________________________________________________________________________________________________ Commit: b5fe0f863fae56ee0b0800af7bcd99827b6a9611 URL: https://git.catflap.org/apache-httpd/commit/?id=b5fe0f863fae56ee0b0800af7bcd99827b6a9611 Author: Ruediger Pluem (Wed 4 Jun 2025 10:16:24 BST) Committer: Ruediger Pluem (Wed 4 Jun 2025 10:16:24 BST) Correctly check return value of getline In case of an error (e.g. file not found or readable) getline returns -1 which causes an endless loop. Leave the loop in such cases. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1926110 13f79535-47bb-0310-9956-ffa450edef68 M Makefile.in ____________________________________________________________________________________________________________ Commit: 32ebb6bee936690e6682e5fe93192063ce25b9c0 URL: https://git.catflap.org/apache-httpd/commit/?id=32ebb6bee936690e6682e5fe93192063ce25b9c0 Author: Ruediger Pluem (Tue 3 Jun 2025 16:12:14 BST) Committer: Ruediger Pluem (Tue 3 Jun 2025 16:12:14 BST) Ensure that ALL fields of the ap_listen_rec structure are initialized alloc_listener initializes more fields in the created ap_listen_rec structure than alloc_systemd_listener as it has more data to add to this structure. Ensure that all fields of the ap_listen_rec structure are initialized at least with 0 as later code using this structure depends on this. Submitted by: jailletc36 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1926091 13f79535-47bb-0310-9956-ffa450edef68 M server/listen.c ____________________________________________________________________________________________________________ Commit: 628012369297dfaa27fe3cdbca51b6210433c821 URL: https://git.catflap.org/apache-httpd/commit/?id=628012369297dfaa27fe3cdbca51b6210433c821 Author: Stefan Eissing (Tue 3 Jun 2025 08:34:32 BST) Committer: Stefan Eissing (Tue 3 Jun 2025 08:34:32 BST) restore MDActivationDelay in the mod_md documentation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1926075 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_md.xml ____________________________________________________________________________________________________________ Commit: 2de0d11e9b8a5c6c4744c84c0cecb75187cfde54 URL: https://git.catflap.org/apache-httpd/commit/?id=2de0d11e9b8a5c6c4744c84c0cecb75187cfde54 Author: Stefan Eissing (Fri 30 May 2025 13:45:59 BST) Committer: Stefan Eissing (Fri 30 May 2025 13:45:59 BST) *) mod_md: update to version 2.5.2 - Fixed TLS-ALPN-01 challenges when multiple `MDPrivateKeys` are specified with EC keys before RSA ones. Fixes #377. [Stefan Eissing] - Fixed missing newlines in the status page output. [Andreas Groth] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1925979 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/md_v2.5.2.txt M modules/md/md_crypt.c M modules/md/md_version.h M modules/md/mod_md.c M modules/md/mod_md_status.c ____________________________________________________________________________________________________________ Commit: b84e2e2068fd5a62e4d105047c597a93138a24d7 URL: https://git.catflap.org/apache-httpd/commit/?id=b84e2e2068fd5a62e4d105047c597a93138a24d7 Author: Stefan Eissing (Fri 30 May 2025 13:20:22 BST) Committer: Stefan Eissing (Fri 30 May 2025 13:20:22 BST) *) mod_http2: update to version 2.0.32 The code setting the connection window size was set wrong, preventing `H2WindowSize` to work. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1925975 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/h2_v2.0.32.txt M modules/http2/h2_mplx.c M modules/http2/h2_session.c M modules/http2/h2_version.h ____________________________________________________________________________________________________________ Commit: c15471ee3bcbf6b0ae2d443d87d8a006e907295a URL: https://git.catflap.org/apache-httpd/commit/?id=c15471ee3bcbf6b0ae2d443d87d8a006e907295a Author: Yann Ylavic (Thu 22 May 2025 15:38:41 BST) Committer: Yann Ylavic (Thu 22 May 2025 15:38:41 BST) mod_proxy: restore reuse of ProxyRemote connections when possible. Fixes a regression from 2.4.59 (r1913907). For a reverse proxy setup with a worker (enablereuse=on) and a forward/CONNECT ProxyRemote to reach it, an open connection/tunnel to/through the remote proxy for the same origin server (and using the same proxy auth) should be reusable. Avoid closing them like r1913534 did. * modules/proxy/proxy_util.c: Rename the struct to remote_connect_info since it's only used for connecting through remote CONNECT proxies. Axe the use_http_connect field, always true. * modules/proxy/proxy_util.c(ap_proxy_connection_reusable): Remote CONNECT (forward) proxy connections can be reused if the auth and origin server infos are the same, so conn->forward != NULL is not a condition to prevent reusability. * modules/proxy/proxy_util.c(ap_proxy_determine_connection): Fix the checks around conn->forward reuse and connection cleanup if that's not possible. Submitted by: jfclere, ylavic GH: closes #531 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1925743 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/proxyremote_reuse.txt M modules/proxy/proxy_util.c ____________________________________________________________________________________________________________ Commit: b8de59ac7ca6f2e4dfc0f3f7cf70dc5ef724530b URL: https://git.catflap.org/apache-httpd/commit/?id=b8de59ac7ca6f2e4dfc0f3f7cf70dc5ef724530b Author: Joe Orton (Fri 16 May 2025 16:28:31 BST) Committer: Joe Orton (Fri 16 May 2025 16:28:31 BST) CI: Bump versions tested to APR 1.7.6, OpenSSL 3.5.0. Github: closes #530 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1925588 13f79535-47bb-0310-9956-ffa450edef68 M .github/workflows/linux.yml ____________________________________________________________________________________________________________ Commit: bf19cfe6344f09e2f6b847783659e480a43cab2d URL: https://git.catflap.org/apache-httpd/commit/?id=bf19cfe6344f09e2f6b847783659e480a43cab2d Author: Joe Orton (Fri 2 May 2025 16:47:09 BST) Committer: Joe Orton (Fri 2 May 2025 16:47:09 BST) * modules/dav/fs/repos.c (dav_fs_method_precondition): Fix crashes when mod_dav_fs is not configured. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1925371 13f79535-47bb-0310-9956-ffa450edef68 M modules/dav/fs/repos.c ____________________________________________________________________________________________________________ Commit: e36237899d56fb457f43735b75e085ec3c320ecc URL: https://git.catflap.org/apache-httpd/commit/?id=e36237899d56fb457f43735b75e085ec3c320ecc Author: Ruediger Pluem (Wed 16 Apr 2025 12:29:25 BST) Committer: Ruediger Pluem (Wed 16 Apr 2025 12:29:25 BST) * Temporarily add back the query string to the URL as it might contain the routing information for sticky sessions. PR: 69443 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1925109 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/pr69443.txt M modules/proxy/mod_proxy_balancer.c ____________________________________________________________________________________________________________ Commit: 65d5f9ee6cecbeb054dcc18a6be26db61a2726d6 URL: https://git.catflap.org/apache-httpd/commit/?id=65d5f9ee6cecbeb054dcc18a6be26db61a2726d6 Author: Joe Orton (Wed 9 Apr 2025 11:17:24 BST) Committer: Joe Orton (Wed 9 Apr 2025 11:17:24 BST) CI: Use the git commit hash to determine the revision of APR/APR-util from the github repos, and build exactly that, rather than relying on SVN: - works if apr/apr-util moves to a r/w git in the future - removes a race for branches where the git revision tested could be different to the SVN revision retrieved before Github: closes #528 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1924958 13f79535-47bb-0310-9956-ffa450edef68 M test/travis_before_linux.sh ____________________________________________________________________________________________________________ Commit: e6cfbfa30d81bcfc9979fd5b49c0f0f8b5fe86a7 URL: https://git.catflap.org/apache-httpd/commit/?id=e6cfbfa30d81bcfc9979fd5b49c0f0f8b5fe86a7 Author: Joe Orton (Wed 9 Apr 2025 09:01:24 BST) Committer: Joe Orton (Wed 9 Apr 2025 09:01:24 BST) mod_ssl: Check the SSLProtocol directive when loading the configuration Previously, the SSLProtocol directive was checked at runtime. Apache quit if the directive contained an invalid combination of protocols, and logged the message "AH02231: No SSL protocols available [hint: SSLProtocol]". With this change, most invalid SSLProtocol directives are detected when checking the configuration, e.g. with \"httpd -t -f httpd.conf\". Examples of invalid protocol combinations that are caught: * SSLProtocol "-TLSv1" * SSLProtocol "-all" * SSLProtocol "TLSv1.2 -TLSv1.2" Submitted by: Michael Kaufmann Github: closes #523 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1924955 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/ssl-check-protoconf.txt M modules/ssl/ssl_engine_config.c ____________________________________________________________________________________________________________ Commit: b3a52bec98f27c81d6cba1b0592d3d82d6ab9546 URL: https://git.catflap.org/apache-httpd/commit/?id=b3a52bec98f27c81d6cba1b0592d3d82d6ab9546 Author: Joe Orton (Wed 9 Apr 2025 08:43:49 BST) Committer: Joe Orton (Wed 9 Apr 2025 08:43:49 BST) mod_asis: Fix the log level of the message AH01236 Change the log level from ERROR to DEBUG. The message \"mod_asis: ap_pass_brigade failed for file ...\" was logged with the level ERROR. This log level is inappropriate here, because a client can trigger this log message by aborting the request. Most other modules don't log at all or use the log level DEBUG when ap_pass_brigade() fails. Submitted by: Michael Kaufmann Github: closes #527 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1924954 13f79535-47bb-0310-9956-ffa450edef68 M modules/generators/mod_asis.c ____________________________________________________________________________________________________________ Commit: e9231ff8cc36322d58ec749b17652c0854c119c8 URL: https://git.catflap.org/apache-httpd/commit/?id=e9231ff8cc36322d58ec749b17652c0854c119c8 Author: Joe Orton (Mon 7 Apr 2025 15:25:59 BST) Committer: Joe Orton (Mon 7 Apr 2025 15:25:59 BST) CI: Update to test against OpenSSL 3.4 and 3.5.0-beta1 Github: closes #525 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1924911 13f79535-47bb-0310-9956-ffa450edef68 M .github/workflows/linux.yml ____________________________________________________________________________________________________________ Commit: d7cec16f6055bb942df1ea82ac5d0452fac7708b URL: https://git.catflap.org/apache-httpd/commit/?id=d7cec16f6055bb942df1ea82ac5d0452fac7708b Author: Lucien Gentis (Sat 5 Apr 2025 14:39:02 BST) Committer: Lucien Gentis (Sat 5 Apr 2025 14:39:02 BST) fr doc rebuild. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1924811 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_autht_jwt.html.fr.utf8 M docs/manual/mod/mod_cache.html.fr.utf8 M docs/manual/mod/mod_cache.xml.ja M docs/manual/mod/mod_cache.xml.ko M docs/manual/mod/mod_ident.html.fr.utf8 M docs/manual/mod/mod_ident.xml.ja M docs/manual/mod/mod_ident.xml.ko M docs/manual/mod/mod_ident.xml.meta M docs/manual/mod/mod_mime.html.fr.utf8 M docs/manual/mod/mod_mime.xml.ja M docs/manual/mod/mod_negotiation.html.fr.utf8 M docs/manual/mod/mod_negotiation.xml.ja M docs/manual/mod/mod_proxy.html.fr.utf8 M docs/manual/mod/mod_proxy.xml.ja M docs/manual/mod/mod_ssl.html.fr.utf8 M docs/manual/mod/mod_ssl.xml.es ____________________________________________________________________________________________________________ Commit: 75c3a1967cd040058c6664dcf8e990ec55ea970a URL: https://git.catflap.org/apache-httpd/commit/?id=75c3a1967cd040058c6664dcf8e990ec55ea970a Author: Lucien Gentis (Sat 5 Apr 2025 14:37:52 BST) Committer: Lucien Gentis (Sat 5 Apr 2025 14:37:52 BST) fr doc XML files updates. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1924810 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_autht_jwt.xml.fr M docs/manual/mod/mod_cache.xml.fr M docs/manual/mod/mod_ident.xml.fr M docs/manual/mod/mod_mime.xml.fr M docs/manual/mod/mod_negotiation.xml.fr M docs/manual/mod/mod_proxy.xml.fr M docs/manual/mod/mod_ssl.xml.fr ____________________________________________________________________________________________________________ Commit: 2738357b817d214d23365326adadadbb5f6e20d5 URL: https://git.catflap.org/apache-httpd/commit/?id=2738357b817d214d23365326adadadbb5f6e20d5 Author: Joe Orton (Fri 4 Apr 2025 17:18:31 BST) Committer: Joe Orton (Fri 4 Apr 2025 17:18:31 BST) Update to use rfc-editor.org URLs throughout. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1924775 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_autht_jwt.xml M docs/manual/mod/mod_cache.xml M docs/manual/mod/mod_ident.xml M docs/manual/mod/mod_mime.xml M docs/manual/mod/mod_negotiation.xml M docs/manual/mod/mod_proxy.xml M docs/manual/mod/mod_ssl.xml ____________________________________________________________________________________________________________ Commit: 042704834844ebc3cbe6098d5168006a067a7b61 URL: https://git.catflap.org/apache-httpd/commit/?id=042704834844ebc3cbe6098d5168006a067a7b61 Author: Joe Orton (Fri 4 Apr 2025 17:08:18 BST) Committer: Joe Orton (Fri 4 Apr 2025 17:08:18 BST) Update mod_ssl docs to reference current & working openssl.org URIs throughout. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1924774 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_ssl.xml ____________________________________________________________________________________________________________ Commit: 5a148b5b9dba64ed60894854f39dc113c1737d2a URL: https://git.catflap.org/apache-httpd/commit/?id=5a148b5b9dba64ed60894854f39dc113c1737d2a Author: Graham Leggett (Thu 3 Apr 2025 15:36:16 BST) Committer: Graham Leggett (Thu 3 Apr 2025 15:36:16 BST) mod_ssl: Remove warning over potential uninitialised value for ssl protocol prior to protocol selection. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1924757 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/ssl_prot.txt M modules/ssl/ssl_engine_init.c ____________________________________________________________________________________________________________ Commit: 303ca688472ff3769740a9a24b9b928383893ee1 URL: https://git.catflap.org/apache-httpd/commit/?id=303ca688472ff3769740a9a24b9b928383893ee1 Author: Stefan Eissing (Mon 24 Mar 2025 12:48:09 GMT) Committer: Stefan Eissing (Mon 24 Mar 2025 12:48:09 GMT) * mod_proxy_http2: revert r1912193 for detecting broken backend connections as this interferes with backend selection who a node is unresponsive. PR69624. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1924554 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/pr69624.txt M modules/http2/h2_proxy_session.c M modules/http2/h2_version.h M modules/http2/mod_proxy_http2.c ____________________________________________________________________________________________________________ Commit: ffeacdcc529fd632898c7d0dfda48b5d08486974 URL: https://git.catflap.org/apache-httpd/commit/?id=ffeacdcc529fd632898c7d0dfda48b5d08486974 Author: Joe Orton (Tue 18 Mar 2025 09:54:15 GMT) Committer: Joe Orton (Tue 18 Mar 2025 09:54:15 GMT) Fix typo in code comments; dependancies -> dependencies Submitted by: John Bampton Github: closes #520 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1924446 13f79535-47bb-0310-9956-ffa450edef68 M NWGNUmakefile M modules/aaa/NWGNUaccesscompat M modules/aaa/NWGNUallowhandlers M modules/aaa/NWGNUallowmethods M modules/aaa/NWGNUauthbasc M modules/aaa/NWGNUauthdigt M modules/aaa/NWGNUauthform M modules/aaa/NWGNUauthnano M modules/aaa/NWGNUauthndbd M modules/aaa/NWGNUauthndbm M modules/aaa/NWGNUauthnfil M modules/aaa/NWGNUauthnsocache M modules/aaa/NWGNUauthnzldap M modules/aaa/NWGNUauthzdbd M modules/aaa/NWGNUauthzdbm M modules/aaa/NWGNUauthzgrp M modules/aaa/NWGNUauthzusr M modules/aaa/NWGNUmakefile M modules/apreq/NWGNUmakefile M modules/cache/NWGNUcach_dsk M modules/cache/NWGNUcach_socache M modules/cache/NWGNUmakefile M modules/cache/NWGNUmod_cach M modules/cache/NWGNUsocachdbm M modules/cache/NWGNUsocachmem M modules/cache/NWGNUsocachshmcb M modules/cluster/NWGNUmakefile M modules/cluster/NWGNUmodheartbeat M modules/cluster/NWGNUmodheartmonitor M modules/core/NWGNUmakefile M modules/database/NWGNUmakefile M modules/dav/fs/NWGNUmakefile M modules/dav/lock/NWGNUmakefile M modules/dav/main/NWGNUmakefile M modules/debugging/NWGNUmakefile M modules/debugging/NWGNUmodbucketeer M modules/debugging/NWGNUmoddumpio M modules/debugging/NWGNUmodfirehose M modules/echo/NWGNUmakefile M modules/examples/NWGNUcase_flt M modules/examples/NWGNUcase_flt_in M modules/examples/NWGNUexample_hooks M modules/examples/NWGNUexample_ipc M modules/examples/NWGNUmakefile M modules/experimental/NWGNUmakefile M modules/experimental/NWGNUnoloris M modules/filters/NWGNUcharsetl M modules/filters/NWGNUdeflate M modules/filters/NWGNUextfiltr M modules/filters/NWGNUmakefile M modules/filters/NWGNUmod_crypto M modules/filters/NWGNUmod_data M modules/filters/NWGNUmod_filter M modules/filters/NWGNUmod_request M modules/filters/NWGNUmodbuffer M modules/filters/NWGNUmodsed M modules/filters/NWGNUproxyhtml M modules/filters/NWGNUratelimit M modules/filters/NWGNUreflector M modules/filters/NWGNUreqtimeout M modules/filters/NWGNUsubstitute M modules/filters/NWGNUxml2enc M modules/generators/NWGNUautoindex M modules/generators/NWGNUinfo M modules/generators/NWGNUmakefile M modules/generators/NWGNUmod_asis M modules/generators/NWGNUmod_cgi M modules/generators/NWGNUstatus M modules/http2/NWGNUmakefile M modules/http2/NWGNUmod_http2 M modules/http2/NWGNUproxyht2 M modules/ldap/NWGNUmakefile M modules/loggers/NWGNUforensic M modules/loggers/NWGNUlogdebug M modules/loggers/NWGNUmakefile M modules/loggers/NWGNUmodlogio M modules/lua/NWGNUmakefile M modules/mappers/NWGNUactions M modules/mappers/NWGNUimagemap M modules/mappers/NWGNUmakefile M modules/mappers/NWGNUrewrite M modules/mappers/NWGNUspeling M modules/mappers/NWGNUuserdir M modules/mappers/NWGNUvhost M modules/metadata/NWGNUcernmeta M modules/metadata/NWGNUexpires M modules/metadata/NWGNUheaders M modules/metadata/NWGNUmakefile M modules/metadata/NWGNUmimemagi M modules/metadata/NWGNUmodident M modules/metadata/NWGNUmodversion M modules/metadata/NWGNUremoteip M modules/metadata/NWGNUuniqueid M modules/metadata/NWGNUusertrk M modules/proxy/NWGNUmakefile M modules/proxy/NWGNUproxy M modules/proxy/NWGNUproxyajp M modules/proxy/NWGNUproxybalancer M modules/proxy/NWGNUproxycon M modules/proxy/NWGNUproxyexpress M modules/proxy/NWGNUproxyfcgi M modules/proxy/NWGNUproxyftp M modules/proxy/NWGNUproxyhcheck M modules/proxy/NWGNUproxyhtp M modules/proxy/NWGNUproxylbm_busy M modules/proxy/NWGNUproxylbm_hb M modules/proxy/NWGNUproxylbm_req M modules/proxy/NWGNUproxylbm_traf M modules/proxy/NWGNUproxyscgi M modules/proxy/NWGNUproxywstunnel M modules/proxy/NWGNUserf M modules/session/NWGNUmakefile M modules/session/NWGNUsession M modules/session/NWGNUsession_cookie M modules/session/NWGNUsession_crypto M modules/session/NWGNUsession_dbd M modules/slotmem/NWGNUmakefile M modules/slotmem/NWGNUslotmem_plain M modules/slotmem/NWGNUslotmem_shm M modules/ssl/NWGNUmakefile M modules/test/NWGNUmakefile M modules/test/NWGNUoptfnexport M modules/test/NWGNUoptfnimport M modules/test/NWGNUopthookexport M modules/test/NWGNUopthookimport M modules/test/NWGNUpolicy M support/NWGNUab M support/NWGNUfirehose M support/NWGNUhtcacheclean M support/NWGNUhtdbm M support/NWGNUhtdigest M support/NWGNUhtpasswd M support/NWGNUhttxt2dbm M support/NWGNUlogres M support/NWGNUmakefile M support/NWGNUrotlogs ____________________________________________________________________________________________________________ Commit: f3448d02da6e8bc91419f44685b8c0a0b60fd580 URL: https://git.catflap.org/apache-httpd/commit/?id=f3448d02da6e8bc91419f44685b8c0a0b60fd580 Author: Stefan Eissing (Mon 10 Mar 2025 10:09:43 GMT) Committer: Stefan Eissing (Mon 10 Mar 2025 10:09:43 GMT) *) mod_http2: Fix handling of 304 responses from mod_cache. PR 69580. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1924267 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/pr69580.txt M modules/http2/h2_stream.c ____________________________________________________________________________________________________________ Commit: 8d71cf3c9ed26b6ac36fd629cbf46483e6da46f6 URL: https://git.catflap.org/apache-httpd/commit/?id=8d71cf3c9ed26b6ac36fd629cbf46483e6da46f6 Author: Lucien Gentis (Sat 8 Mar 2025 13:00:24 GMT) Committer: Lucien Gentis (Sat 8 Mar 2025 13:00:24 GMT) fr doc rebuild. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1924230 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/directives.html.fr.utf8 M docs/manual/mod/mod_http2.html.fr.utf8 M docs/manual/mod/quickreference.html.fr.utf8 ____________________________________________________________________________________________________________ Commit: 6549092414dd3ef674cbf818fa195979a7a9eb2e URL: https://git.catflap.org/apache-httpd/commit/?id=6549092414dd3ef674cbf818fa195979a7a9eb2e Author: Lucien Gentis (Sat 8 Mar 2025 12:59:25 GMT) Committer: Lucien Gentis (Sat 8 Mar 2025 12:59:25 GMT) fr doc XML file update. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1924229 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_http2.xml.fr ____________________________________________________________________________________________________________ Commit: fecd8da88acf485915f9d8deee82a8696c63cb58 URL: https://git.catflap.org/apache-httpd/commit/?id=fecd8da88acf485915f9d8deee82a8696c63cb58 Author: Stefan Eissing (Thu 6 Mar 2025 08:35:52 GMT) Committer: Stefan Eissing (Thu 6 Mar 2025 08:35:52 GMT) assign log tag git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1924197 13f79535-47bb-0310-9956-ffa450edef68 M modules/http2/h2_session.c ____________________________________________________________________________________________________________ Commit: fcb18d8f0f7bf8a6b98f18d2ee8499a25ae1f249 URL: https://git.catflap.org/apache-httpd/commit/?id=fcb18d8f0f7bf8a6b98f18d2ee8499a25ae1f249 Author: Stefan Eissing (Thu 6 Mar 2025 08:35:37 GMT) Committer: Stefan Eissing (Thu 6 Mar 2025 08:35:37 GMT) steal a number git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1924196 13f79535-47bb-0310-9956-ffa450edef68 M docs/log-message-tags/next-number ____________________________________________________________________________________________________________ Commit: b1a1473add69d8d4b5a67c808ce00c3fb2ec54fb URL: https://git.catflap.org/apache-httpd/commit/?id=b1a1473add69d8d4b5a67c808ce00c3fb2ec54fb Author: Stefan Eissing (Tue 4 Mar 2025 09:09:37 GMT) Committer: Stefan Eissing (Tue 4 Mar 2025 09:09:37 GMT) fix module name in change entry git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1924164 13f79535-47bb-0310-9956-ffa450edef68 M changes-entries/h2_v2.0.30.txt ____________________________________________________________________________________________________________ Commit: e1fe1d850571049b6c8d937b7d0d1869ddda10a6 URL: https://git.catflap.org/apache-httpd/commit/?id=e1fe1d850571049b6c8d937b7d0d1869ddda10a6 Author: Stefan Eissing (Mon 3 Mar 2025 12:32:31 GMT) Committer: Stefan Eissing (Mon 3 Mar 2025 12:32:31 GMT) *) mod_md: update to version 2.0.30 - Fixed bug in handling over long response headers. When the 64 KB limit of nghttp2 was exceeded, the request was not reset and the client was left hanging, waiting for it. Now the stream is reset. - Added new directive `H2MaxHeaderBlockLen` to set the limit on response header sizes. - Fixed handling of Timeout vs. KeepAliveTimeout when first request on a connection was reset. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1924145 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/h2_v2.0.30.txt M docs/manual/mod/mod_http2.xml M modules/http2/h2_config.c M modules/http2/h2_config.h M modules/http2/h2_session.c M modules/http2/h2_stream.c M modules/http2/h2_version.h ____________________________________________________________________________________________________________ Commit: 826f90e639002122f71771073066e3bd51033f8a URL: https://git.catflap.org/apache-httpd/commit/?id=826f90e639002122f71771073066e3bd51033f8a Author: Joe Orton (Fri 28 Feb 2025 08:24:10 GMT) Committer: Joe Orton (Fri 28 Feb 2025 08:24:10 GMT) mod_lua: Fix memory handling in output filters. * modules/lua/mod_lua.c (lua_output_filter_handle): Fix brigade iteration to use constant memory. Submitted by: G.Grandes PR: 69590 Github: closes #517 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1924095 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/pr69590.txt M modules/lua/mod_lua.c ____________________________________________________________________________________________________________ Commit: b0dce544dd0c9354767f53796c9c0cfc8e413341 URL: https://git.catflap.org/apache-httpd/commit/?id=b0dce544dd0c9354767f53796c9c0cfc8e413341 Author: Lucien Gentis (Sat 22 Feb 2025 12:14:04 GMT) Committer: Lucien Gentis (Sat 22 Feb 2025 12:14:04 GMT) fr doc rebuild. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1923981 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/core.html.fr.utf8 M docs/manual/mod/core.xml.de M docs/manual/mod/core.xml.es M docs/manual/mod/core.xml.ja M docs/manual/mod/core.xml.tr M docs/manual/rewrite/flags.html.fr.utf8 ____________________________________________________________________________________________________________ Commit: fe821fd8c0827ddb9ae6c0bb93c7685b68cf4258 URL: https://git.catflap.org/apache-httpd/commit/?id=fe821fd8c0827ddb9ae6c0bb93c7685b68cf4258 Author: Lucien Gentis (Sat 22 Feb 2025 12:13:00 GMT) Committer: Lucien Gentis (Sat 22 Feb 2025 12:13:00 GMT) fr doc XML files update. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1923980 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/core.xml.fr M docs/manual/rewrite/flags.xml.fr ____________________________________________________________________________________________________________ Commit: b9042002ca587d79226b95139e07121ed10d3428 URL: https://git.catflap.org/apache-httpd/commit/?id=b9042002ca587d79226b95139e07121ed10d3428 Author: Joe Orton (Tue 18 Feb 2025 17:18:48 GMT) Committer: Joe Orton (Tue 18 Feb 2025 17:18:48 GMT) docs: Note that sendfile() is not used for SSL/TLS or with some output filters regardless of the EnableSendfile setting. PR: 69414 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1923917 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/core.xml ____________________________________________________________________________________________________________ Commit: 1e298ddfca45386ee95e866abf439ed7f022b562 URL: https://git.catflap.org/apache-httpd/commit/?id=1e298ddfca45386ee95e866abf439ed7f022b562 Author: Joe Orton (Fri 14 Feb 2025 16:08:23 GMT) Committer: Joe Orton (Fri 14 Feb 2025 16:08:23 GMT) mod_dav: Fix error handling for dav_fs_dir_file_name(): dav_fs_dir_file_name() will not set *fname_p to NULL on failure, and all callers of dav_fs_dir_file_name() does not check the return value of dav_fs_dir_file_name(), which could lead to an undefined behavior against fname_p. Fix this by adding return value check of dav_fs_dir_file_name() Submitted by: Zhou Qingyang Github: closes #309 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1923813 13f79535-47bb-0310-9956-ffa450edef68 M modules/dav/fs/repos.c ____________________________________________________________________________________________________________ Commit: c36a521155cc667cd1e01f1568f3ef5288d9d061 URL: https://git.catflap.org/apache-httpd/commit/?id=c36a521155cc667cd1e01f1568f3ef5288d9d061 Author: Joe Orton (Fri 14 Feb 2025 16:03:33 GMT) Committer: Joe Orton (Fri 14 Feb 2025 16:03:33 GMT) Add git commands for apr checkout to INSTALL Submitted by: Vladimír Chlup Github: closes #437 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1923812 13f79535-47bb-0310-9956-ffa450edef68 M INSTALL ____________________________________________________________________________________________________________ Commit: 69c4c6b651ae1a2b196ba4e75976c893b5c40dad URL: https://git.catflap.org/apache-httpd/commit/?id=69c4c6b651ae1a2b196ba4e75976c893b5c40dad Author: Joe Orton (Fri 14 Feb 2025 09:23:28 GMT) Committer: Joe Orton (Fri 14 Feb 2025 09:23:28 GMT) Fix variable declaration warning in scoreboard.c Submitted by: Vladimír Chlup Github: closes #516 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1923806 13f79535-47bb-0310-9956-ffa450edef68 M server/scoreboard.c ____________________________________________________________________________________________________________ Commit: e3d014c009553f8837be297c5ce446c3e9f5e254 URL: https://git.catflap.org/apache-httpd/commit/?id=e3d014c009553f8837be297c5ce446c3e9f5e254 Author: Stefan Eissing (Wed 12 Feb 2025 09:43:40 GMT) Committer: Stefan Eissing (Wed 12 Feb 2025 09:43:40 GMT) *) scoreboard/mod_http2: record durations of HTTP/2 requests. PR 69579 [Pierre Brochard ] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1923754 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/pr69579.txt M include/ap_mmn.h M include/scoreboard.h M modules/http2/h2_mplx.c M server/scoreboard.c ____________________________________________________________________________________________________________ Commit: 3af0d142f11693eb510d1211ea2939162347374e URL: https://git.catflap.org/apache-httpd/commit/?id=3af0d142f11693eb510d1211ea2939162347374e Author: Ruediger Pluem (Tue 11 Feb 2025 10:29:03 GMT) Committer: Ruediger Pluem (Tue 11 Feb 2025 10:29:03 GMT) * Allow to unset cookies via negative lifetime values git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1923725 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/mod_rewrite_unset_cookie.txt M docs/manual/rewrite/flags.xml M modules/mappers/mod_rewrite.c ____________________________________________________________________________________________________________ Commit: eb450d312254500fa0632b64c7cf9fef7c07f6da URL: https://git.catflap.org/apache-httpd/commit/?id=eb450d312254500fa0632b64c7cf9fef7c07f6da Author: Lucien Gentis (Sat 8 Feb 2025 16:25:08 GMT) Committer: Lucien Gentis (Sat 8 Feb 2025 16:25:08 GMT) fr doc rebuild. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1923670 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/directives.html.fr.utf8 M docs/manual/mod/mod_md.html.fr.utf8 M docs/manual/mod/quickreference.html.fr.utf8 ____________________________________________________________________________________________________________ Commit: df5af2401b0dd8aa447fb7690a8328eb239fa6d6 URL: https://git.catflap.org/apache-httpd/commit/?id=df5af2401b0dd8aa447fb7690a8328eb239fa6d6 Author: Lucien Gentis (Sat 8 Feb 2025 16:22:30 GMT) Committer: Lucien Gentis (Sat 8 Feb 2025 16:22:30 GMT) fr doc XML file update. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1923669 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_md.xml.fr ____________________________________________________________________________________________________________ Commit: 1db5c2359a5cdaebe52d06ff0e010a41b5ab75e0 URL: https://git.catflap.org/apache-httpd/commit/?id=1db5c2359a5cdaebe52d06ff0e010a41b5ab75e0 Author: Joe Orton (Fri 7 Feb 2025 11:09:25 GMT) Committer: Joe Orton (Fri 7 Feb 2025 11:09:25 GMT) Add API exposing the DavBasePath setting for use by DAV repository backend modules (mod_dav_svn needs this for POST method handling). * modules/dav/main/mod_dav.c (dav_get_base_path): New function. * include/ap_mmn.h: Bump MMN minor. Github: closes #513 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1923639 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/dav-get-base-path.txt M include/ap_mmn.h M modules/dav/main/mod_dav.c M modules/dav/main/mod_dav.h ____________________________________________________________________________________________________________ Commit: e07b7a2abd55cf72a324c022fd15b09b01f29280 URL: https://git.catflap.org/apache-httpd/commit/?id=e07b7a2abd55cf72a324c022fd15b09b01f29280 Author: Stefan Eissing (Wed 5 Feb 2025 12:30:07 GMT) Committer: Stefan Eissing (Wed 5 Feb 2025 12:30:07 GMT) *) mod_md: update to v2.5.1 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1923592 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/md_v2.5.1.txt M docs/manual/mod/mod_md.xml M modules/md/md.h M modules/md/md_acme.c M modules/md/md_acme.h M modules/md/md_acme_drive.c M modules/md/md_acme_drive.h M modules/md/md_acme_order.c M modules/md/md_acme_order.h M modules/md/md_acmev2_drive.c M modules/md/md_core.c M modules/md/md_crypt.c M modules/md/md_crypt.h M modules/md/md_curl.c M modules/md/md_reg.c M modules/md/md_status.c M modules/md/md_store_fs.c M modules/md/md_version.h M modules/md/mod_md.c M modules/md/mod_md_config.c M modules/md/mod_md_config.h M test/modules/md/conftest.py M test/modules/md/pebble/pebble-eab.json.template M test/modules/md/pebble/pebble.json.template M test/modules/md/test_010_store_migrate.py M test/modules/md/test_202_acmev2_regs.py M test/modules/md/test_300_conf_validate.py M test/modules/md/test_310_conf_store.py M test/modules/md/test_502_acmev2_drive.py M test/modules/md/test_602_roundtrip.py M test/modules/md/test_702_auto.py A test/modules/md/test_710_profiles.py M test/modules/md/test_720_wildcard.py M test/modules/md/test_730_static.py M test/modules/md/test_740_acme_errors.py M test/modules/md/test_741_setup_errors.py M test/modules/md/test_750_eab.py M test/modules/md/test_751_sectigo.py M test/modules/md/test_752_zerossl.py M test/modules/md/test_780_tailscale.py M test/modules/md/test_790_failover.py M test/modules/md/test_800_must_staple.py M test/modules/md/test_801_stapling.py M test/modules/md/test_810_ec.py M test/modules/md/test_820_locks.py M test/modules/md/test_900_notify.py M test/modules/md/test_901_message.py M test/modules/md/test_910_cleanups.py M test/modules/md/test_920_status.py ____________________________________________________________________________________________________________ Commit: 0ba38c2527e31b13e96aafc41c60bf9aa7a16383 URL: https://git.catflap.org/apache-httpd/commit/?id=0ba38c2527e31b13e96aafc41c60bf9aa7a16383 Author: Joe Orton (Fri 31 Jan 2025 14:28:57 GMT) Committer: Joe Orton (Fri 31 Jan 2025 14:28:57 GMT) CI: Try to cope with CentOS Stream containers being out-of-sync with the yum repos when building the slapd container. [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1923479 13f79535-47bb-0310-9956-ffa450edef68 M test/travis_Dockerfile_slapd.centos ____________________________________________________________________________________________________________ Commit: a4194a398804dcac37030aa4954e6b95a4b42868 URL: https://git.catflap.org/apache-httpd/commit/?id=a4194a398804dcac37030aa4954e6b95a4b42868 Author: Joe Orton (Tue 21 Jan 2025 09:26:02 GMT) Committer: Joe Orton (Tue 21 Jan 2025 09:26:02 GMT) CI: Retry arm64 workflow with the correct label this time. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1923302 13f79535-47bb-0310-9956-ffa450edef68 M .github/workflows/linux.yml ____________________________________________________________________________________________________________ Commit: 8138d8ae7c7300a74168873407d7ba382603e29d URL: https://git.catflap.org/apache-httpd/commit/?id=8138d8ae7c7300a74168873407d7ba382603e29d Author: Joe Orton (Tue 21 Jan 2025 08:33:57 GMT) Committer: Joe Orton (Tue 21 Jan 2025 08:33:57 GMT) Disable the arm64 job, it appears there are not enough runners. [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1923300 13f79535-47bb-0310-9956-ffa450edef68 M .github/workflows/linux.yml ____________________________________________________________________________________________________________ Commit: 1cc6aeb6ce26fc2d32297d35cae887e3a56cc021 URL: https://git.catflap.org/apache-httpd/commit/?id=1cc6aeb6ce26fc2d32297d35cae887e3a56cc021 Author: Joe Orton (Mon 20 Jan 2025 17:01:17 GMT) Committer: Joe Orton (Mon 20 Jan 2025 17:01:17 GMT) CI: Add 64-bit ARM job to Linux workflow. See: https://github.blog/changelog/2025-01-16-linux-arm64-hosted-runners-now-available-for-free-in-public-repositories-public-preview/ Github: closes #511 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1923271 13f79535-47bb-0310-9956-ffa450edef68 M .github/workflows/linux.yml ____________________________________________________________________________________________________________ Commit: 3431795597704a9ed6bf42f6a4ce7c66910cebf1 URL: https://git.catflap.org/apache-httpd/commit/?id=3431795597704a9ed6bf42f6a4ce7c66910cebf1 Author: Christophe Jaillet (Sun 19 Jan 2025 10:59:10 GMT) Committer: Christophe Jaillet (Sun 19 Jan 2025 10:59:10 GMT) Add a Changes entry related to r1917017 While at it, fix a small style issue (tab vs spaces) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1923218 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/github 310.txt M server/core.c ____________________________________________________________________________________________________________ Commit: 49c2ee218f8fcaf21989955f151cc11324a863ba URL: https://git.catflap.org/apache-httpd/commit/?id=49c2ee218f8fcaf21989955f151cc11324a863ba Author: Stefan Eissing (Fri 17 Jan 2025 16:12:28 GMT) Committer: Stefan Eissing (Fri 17 Jan 2025 16:12:28 GMT) *) mod_http2: make test_h2_200_17+18 work reliably with older and newer curl versions. Only a change in logging, no function module change. Newer curl send a GOAWAY on connection shutdown which triggers another code path that the test did not expect. Thanks to Rainer Jung for tracking this down. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1923187 13f79535-47bb-0310-9956-ffa450edef68 M modules/http2/h2_session.c M test/modules/http2/test_200_header_invalid.py ____________________________________________________________________________________________________________ Commit: 202d0068d8977925b8e78f8e33a370e4f5bdec70 URL: https://git.catflap.org/apache-httpd/commit/?id=202d0068d8977925b8e78f8e33a370e4f5bdec70 Author: Stefan Eissing (Wed 15 Jan 2025 12:48:52 GMT) Committer: Stefan Eissing (Wed 15 Jan 2025 12:48:52 GMT) *) mod_md: update to version 2.4.31 - Improved error reporting when waiting for ACME server to verify domains or finalizing the order fails, e.g. times out. - Increasing the timeouts to wait for ACME server to verify domain names and issue the certificate from 30 seconds to 5 minutes. - Change a log level from error to debug when Stapling is enabled but a certificate carries no OCSP responder URL. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1923148 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/md_v2.4.31.txt M modules/md/md_acme_drive.c M modules/md/md_acmev2_drive.c M modules/md/md_version.h ____________________________________________________________________________________________________________ Commit: 47d179ae06b3d0ebac298e830aeb8914c5db78a4 URL: https://git.catflap.org/apache-httpd/commit/?id=47d179ae06b3d0ebac298e830aeb8914c5db78a4 Author: Joe Orton (Tue 14 Jan 2025 15:54:20 GMT) Committer: Joe Orton (Tue 14 Jan 2025 15:54:20 GMT) Fix typo in charset.conv \"Croation\" is a misspelling. It should be \"Croatian\". Submitted by: Michael Hospedales Github: closes #508 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1923133 13f79535-47bb-0310-9956-ffa450edef68 M docs/conf/charset.conv ____________________________________________________________________________________________________________ Commit: 6433e9252057be5a9b10f9f02919564c3844b552 URL: https://git.catflap.org/apache-httpd/commit/?id=6433e9252057be5a9b10f9f02919564c3844b552 Author: Ruediger Pluem (Mon 13 Jan 2025 13:37:40 GMT) Committer: Ruediger Pluem (Mon 13 Jan 2025 13:37:40 GMT) * Do not add a space before '|' when setting the value for stickysession in the balancer manager as this breaks the stickysession configuration once a new configuration is submitted by the balancer manager. PR: 69510 Submitted by: Yutaka Tokunou Reviewed by: rpluem git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1923101 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/69510.txt M modules/proxy/mod_proxy_balancer.c ____________________________________________________________________________________________________________ Commit: bd3d0810bb19289d268c6ff50e3139daaca59933 URL: https://git.catflap.org/apache-httpd/commit/?id=bd3d0810bb19289d268c6ff50e3139daaca59933 Author: Lucien Gentis (Sat 11 Jan 2025 14:58:30 GMT) Committer: Lucien Gentis (Sat 11 Jan 2025 14:58:30 GMT) fr doc rebuild with new year. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1923073 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/bind.html.fr.utf8 M docs/manual/caching.html.fr.utf8 M docs/manual/compliance.html.fr.utf8 M docs/manual/configuring.html.fr.utf8 M docs/manual/content-negotiation.html.fr.utf8 M docs/manual/custom-error.html.fr.utf8 M docs/manual/dns-caveats.html.fr.utf8 M docs/manual/dso.html.fr.utf8 M docs/manual/env.html.fr.utf8 M docs/manual/expr.html.fr.utf8 M docs/manual/faq/index.html.fr.utf8 M docs/manual/filter.html.fr.utf8 M docs/manual/getting-started.html.fr.utf8 M docs/manual/glossary.html.fr.utf8 M docs/manual/handler.html.fr.utf8 M docs/manual/howto/access.html.fr.utf8 M docs/manual/howto/auth.html.fr.utf8 M docs/manual/howto/cgi.html.fr.utf8 M docs/manual/howto/encrypt.html.fr.utf8 M docs/manual/howto/htaccess.html.fr.utf8 M docs/manual/howto/http2.html.fr.utf8 M docs/manual/howto/index.html.fr.utf8 M docs/manual/howto/public_html.html.fr.utf8 M docs/manual/howto/reverse_proxy.html.fr.utf8 M docs/manual/howto/ssi.html.fr.utf8 M docs/manual/index.html.fr.utf8 M docs/manual/install.html.fr.utf8 M docs/manual/invoking.html.fr.utf8 M docs/manual/logs.html.fr.utf8 M docs/manual/misc/index.html.fr.utf8 M docs/manual/misc/password_encryptions.html.fr.utf8 M docs/manual/misc/perf-scaling.html.fr.utf8 M docs/manual/misc/perf-tuning.html.fr.utf8 M docs/manual/misc/relevant_standards.html.fr.utf8 M docs/manual/misc/security_tips.html.fr.utf8 M docs/manual/mod/core.html.fr.utf8 M docs/manual/mod/core.xml.de M docs/manual/mod/core.xml.es M docs/manual/mod/core.xml.ja M docs/manual/mod/core.xml.tr M docs/manual/mod/directive-dict.html.fr.utf8 M docs/manual/mod/directives.html.fr.utf8 M docs/manual/mod/event.html.fr.utf8 M docs/manual/mod/index.html.fr.utf8 M docs/manual/mod/mod_access_compat.html.fr.utf8 M docs/manual/mod/mod_actions.html.fr.utf8 M docs/manual/mod/mod_alias.html.fr.utf8 M docs/manual/mod/mod_allowhandlers.html.fr.utf8 M docs/manual/mod/mod_allowmethods.html.fr.utf8 M docs/manual/mod/mod_asis.html.fr.utf8 M docs/manual/mod/mod_auth_basic.html.fr.utf8 M docs/manual/mod/mod_auth_bearer.html.fr.utf8 M docs/manual/mod/mod_auth_digest.html.fr.utf8 M docs/manual/mod/mod_auth_form.html.fr.utf8 M docs/manual/mod/mod_authn_anon.html.fr.utf8 M docs/manual/mod/mod_authn_core.html.fr.utf8 M docs/manual/mod/mod_authn_dbd.html.fr.utf8 M docs/manual/mod/mod_authn_dbm.html.fr.utf8 M docs/manual/mod/mod_authn_file.html.fr.utf8 M docs/manual/mod/mod_authn_socache.html.fr.utf8 M docs/manual/mod/mod_authnz_fcgi.html.fr.utf8 M docs/manual/mod/mod_authnz_ldap.html.fr.utf8 M docs/manual/mod/mod_autht_core.html.fr.utf8 M docs/manual/mod/mod_autht_jwt.html.fr.utf8 M docs/manual/mod/mod_authz_core.html.fr.utf8 M docs/manual/mod/mod_authz_dbd.html.fr.utf8 M docs/manual/mod/mod_authz_dbm.html.fr.utf8 M docs/manual/mod/mod_authz_groupfile.html.fr.utf8 M docs/manual/mod/mod_authz_host.html.fr.utf8 M docs/manual/mod/mod_authz_owner.html.fr.utf8 M docs/manual/mod/mod_authz_user.html.fr.utf8 M docs/manual/mod/mod_autoindex.html.fr.utf8 M docs/manual/mod/mod_brotli.html.fr.utf8 M docs/manual/mod/mod_buffer.html.fr.utf8 M docs/manual/mod/mod_cache.html.fr.utf8 M docs/manual/mod/mod_cache_disk.html.fr.utf8 M docs/manual/mod/mod_cache_socache.html.fr.utf8 M docs/manual/mod/mod_cern_meta.html.fr.utf8 M docs/manual/mod/mod_cgi.html.fr.utf8 M docs/manual/mod/mod_cgid.html.fr.utf8 M docs/manual/mod/mod_charset_lite.html.fr.utf8 M docs/manual/mod/mod_crypto.html.fr.utf8 M docs/manual/mod/mod_data.html.fr.utf8 M docs/manual/mod/mod_dav.html.fr.utf8 M docs/manual/mod/mod_dav_fs.html.fr.utf8 M docs/manual/mod/mod_dav_lock.html.fr.utf8 M docs/manual/mod/mod_dbd.html.fr.utf8 M docs/manual/mod/mod_deflate.html.fr.utf8 M docs/manual/mod/mod_dialup.html.fr.utf8 M docs/manual/mod/mod_dir.html.fr.utf8 M docs/manual/mod/mod_dumpio.html.fr.utf8 M docs/manual/mod/mod_echo.html.fr.utf8 M docs/manual/mod/mod_env.html.fr.utf8 M docs/manual/mod/mod_example_hooks.html.fr.utf8 M docs/manual/mod/mod_expires.html.fr.utf8 M docs/manual/mod/mod_ext_filter.html.fr.utf8 M docs/manual/mod/mod_file_cache.html.fr.utf8 M docs/manual/mod/mod_filter.html.fr.utf8 M docs/manual/mod/mod_firehose.html.fr.utf8 M docs/manual/mod/mod_headers.html.fr.utf8 M docs/manual/mod/mod_heartbeat.html.fr.utf8 M docs/manual/mod/mod_heartmonitor.html.fr.utf8 M docs/manual/mod/mod_http2.html.fr.utf8 M docs/manual/mod/mod_ident.html.fr.utf8 M docs/manual/mod/mod_imagemap.html.fr.utf8 M docs/manual/mod/mod_include.html.fr.utf8 M docs/manual/mod/mod_info.html.fr.utf8 M docs/manual/mod/mod_isapi.html.fr.utf8 M docs/manual/mod/mod_journald.html.fr.utf8 M docs/manual/mod/mod_lbmethod_bybusyness.html.fr.utf8 M docs/manual/mod/mod_lbmethod_byrequests.html.fr.utf8 M docs/manual/mod/mod_lbmethod_bytraffic.html.fr.utf8 M docs/manual/mod/mod_lbmethod_heartbeat.html.fr.utf8 M docs/manual/mod/mod_ldap.html.fr.utf8 M docs/manual/mod/mod_log_config.html.fr.utf8 M docs/manual/mod/mod_log_debug.html.fr.utf8 M docs/manual/mod/mod_log_forensic.html.fr.utf8 M docs/manual/mod/mod_logio.html.fr.utf8 M docs/manual/mod/mod_lua.html.fr.utf8 M docs/manual/mod/mod_macro.html.fr.utf8 M docs/manual/mod/mod_md.html.fr.utf8 M docs/manual/mod/mod_mime.html.fr.utf8 M docs/manual/mod/mod_mime_magic.html.fr.utf8 M docs/manual/mod/mod_negotiation.html.fr.utf8 M docs/manual/mod/mod_nw_ssl.html.fr.utf8 M docs/manual/mod/mod_policy.html.fr.utf8 M docs/manual/mod/mod_privileges.html.fr.utf8 M docs/manual/mod/mod_proxy.html.fr.utf8 M docs/manual/mod/mod_proxy_ajp.html.fr.utf8 M docs/manual/mod/mod_proxy_balancer.html.fr.utf8 M docs/manual/mod/mod_proxy_connect.html.fr.utf8 M docs/manual/mod/mod_proxy_express.html.fr.utf8 M docs/manual/mod/mod_proxy_fcgi.html.fr.utf8 M docs/manual/mod/mod_proxy_fdpass.html.fr.utf8 M docs/manual/mod/mod_proxy_ftp.html.fr.utf8 M docs/manual/mod/mod_proxy_hcheck.html.fr.utf8 M docs/manual/mod/mod_proxy_html.html.fr.utf8 M docs/manual/mod/mod_proxy_http.html.fr.utf8 M docs/manual/mod/mod_proxy_http2.html.fr.utf8 M docs/manual/mod/mod_proxy_scgi.html.fr.utf8 M docs/manual/mod/mod_proxy_uwsgi.html.fr.utf8 M docs/manual/mod/mod_proxy_wstunnel.html.fr.utf8 M docs/manual/mod/mod_ratelimit.html.fr.utf8 M docs/manual/mod/mod_reflector.html.fr.utf8 M docs/manual/mod/mod_remoteip.html.fr.utf8 M docs/manual/mod/mod_reqtimeout.html.fr.utf8 M docs/manual/mod/mod_request.html.fr.utf8 M docs/manual/mod/mod_rewrite.html.fr.utf8 M docs/manual/mod/mod_sed.html.fr.utf8 M docs/manual/mod/mod_session.html.fr.utf8 M docs/manual/mod/mod_session_cookie.html.fr.utf8 M docs/manual/mod/mod_session_crypto.html.fr.utf8 M docs/manual/mod/mod_session_dbd.html.fr.utf8 M docs/manual/mod/mod_setenvif.html.fr.utf8 M docs/manual/mod/mod_slotmem_plain.html.fr.utf8 M docs/manual/mod/mod_slotmem_shm.html.fr.utf8 M docs/manual/mod/mod_so.html.fr.utf8 M docs/manual/mod/mod_socache_dbm.html.fr.utf8 M docs/manual/mod/mod_socache_dc.html.fr.utf8 M docs/manual/mod/mod_socache_memcache.html.fr.utf8 M docs/manual/mod/mod_socache_redis.html.fr.utf8 M docs/manual/mod/mod_socache_shmcb.html.fr.utf8 M docs/manual/mod/mod_speling.html.fr.utf8 M docs/manual/mod/mod_ssl.html.fr.utf8 M docs/manual/mod/mod_ssl_ct.html.fr.utf8 M docs/manual/mod/mod_status.html.fr.utf8 M docs/manual/mod/mod_substitute.html.fr.utf8 M docs/manual/mod/mod_suexec.html.fr.utf8 M docs/manual/mod/mod_syslog.html.fr.utf8 M docs/manual/mod/mod_systemd.html.fr.utf8 M docs/manual/mod/mod_unique_id.html.fr.utf8 M docs/manual/mod/mod_unixd.html.fr.utf8 M docs/manual/mod/mod_userdir.html.fr.utf8 M docs/manual/mod/mod_usertrack.html.fr.utf8 M docs/manual/mod/mod_version.html.fr.utf8 M docs/manual/mod/mod_vhost_alias.html.fr.utf8 M docs/manual/mod/mod_watchdog.html.fr.utf8 M docs/manual/mod/mod_xml2enc.html.fr.utf8 M docs/manual/mod/module-dict.html.fr.utf8 M docs/manual/mod/mpm_common.html.fr.utf8 M docs/manual/mod/mpm_netware.html.fr.utf8 M docs/manual/mod/mpm_winnt.html.fr.utf8 M docs/manual/mod/mpmt_os2.html.fr.utf8 M docs/manual/mod/overrides.html.fr.utf8 M docs/manual/mod/prefork.html.fr.utf8 M docs/manual/mod/quickreference.html.fr.utf8 M docs/manual/mod/worker.html.fr.utf8 M docs/manual/mpm.html.fr.utf8 M docs/manual/new_features_2_0.html.fr.utf8 M docs/manual/new_features_2_2.html.fr.utf8 M docs/manual/new_features_2_4.html.fr.utf8 M docs/manual/platform/index.html.fr.utf8 M docs/manual/platform/netware.html.fr.utf8 M docs/manual/platform/perf-hp.html.fr.utf8 M docs/manual/platform/rpm.html.fr.utf8 M docs/manual/platform/win_compiling.html.fr.utf8 M docs/manual/platform/windows.html.fr.utf8 M docs/manual/programs/ab.html.fr.utf8 M docs/manual/programs/apachectl.html.fr.utf8 M docs/manual/programs/apxs.html.fr.utf8 M docs/manual/programs/configure.html.fr.utf8 M docs/manual/programs/ctlogconfig.html.fr.utf8 M docs/manual/programs/dbmmanage.html.fr.utf8 M docs/manual/programs/fcgistarter.html.fr.utf8 M docs/manual/programs/firehose.html.fr.utf8 M docs/manual/programs/htcacheclean.html.fr.utf8 M docs/manual/programs/htdbm.html.fr.utf8 M docs/manual/programs/htdigest.html.fr.utf8 M docs/manual/programs/htpasswd.html.fr.utf8 M docs/manual/programs/httpd.html.fr.utf8 M docs/manual/programs/httxt2dbm.html.fr.utf8 M docs/manual/programs/index.html.fr.utf8 M docs/manual/programs/log_server_status.html.fr.utf8 M docs/manual/programs/logresolve.html.fr.utf8 M docs/manual/programs/other.html.fr.utf8 M docs/manual/programs/rotatelogs.html.fr.utf8 M docs/manual/programs/split-logfile.html.fr.utf8 M docs/manual/programs/suexec.html.fr.utf8 M docs/manual/rewrite/access.html.fr.utf8 M docs/manual/rewrite/advanced.html.fr.utf8 M docs/manual/rewrite/avoid.html.fr.utf8 M docs/manual/rewrite/flags.html.fr.utf8 M docs/manual/rewrite/htaccess.html.fr.utf8 M docs/manual/rewrite/index.html.fr.utf8 M docs/manual/rewrite/intro.html.fr.utf8 M docs/manual/rewrite/proxy.html.fr.utf8 M docs/manual/rewrite/remapping.html.fr.utf8 M docs/manual/rewrite/rewritemap.html.fr.utf8 M docs/manual/rewrite/tech.html.fr.utf8 M docs/manual/rewrite/vhosts.html.fr.utf8 M docs/manual/sections.html.fr.utf8 M docs/manual/server-wide.html.fr.utf8 M docs/manual/sitemap.html.fr.utf8 M docs/manual/socache.html.fr.utf8 M docs/manual/ssl/index.html.fr.utf8 M docs/manual/ssl/ssl_compat.html.fr.utf8 M docs/manual/ssl/ssl_faq.html.fr.utf8 M docs/manual/ssl/ssl_howto.html.fr.utf8 M docs/manual/ssl/ssl_intro.html.fr.utf8 M docs/manual/stopping.html.fr.utf8 M docs/manual/suexec.html.fr.utf8 M docs/manual/upgrading.html.fr.utf8 M docs/manual/urlmapping.html.fr.utf8 M docs/manual/vhosts/details.html.fr.utf8 M docs/manual/vhosts/examples.html.fr.utf8 M docs/manual/vhosts/fd-limits.html.fr.utf8 M docs/manual/vhosts/index.html.fr.utf8 M docs/manual/vhosts/ip-based.html.fr.utf8 M docs/manual/vhosts/mass.html.fr.utf8 M docs/manual/vhosts/name-based.html.fr.utf8 ____________________________________________________________________________________________________________ Commit: b373b919260a4df4c6d43426671626a29d1d3d60 URL: https://git.catflap.org/apache-httpd/commit/?id=b373b919260a4df4c6d43426671626a29d1d3d60 Author: Lucien Gentis (Sat 11 Jan 2025 14:49:55 GMT) Committer: Lucien Gentis (Sat 11 Jan 2025 14:49:55 GMT) fr doc XML file update. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1923072 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/core.xml.fr ____________________________________________________________________________________________________________ Commit: bc126eeb96577d34137fa0946c556ac20f198fca URL: https://git.catflap.org/apache-httpd/commit/?id=bc126eeb96577d34137fa0946c556ac20f198fca Author: Christophe Jaillet (Wed 8 Jan 2025 21:13:45 GMT) Committer: Christophe Jaillet (Wed 8 Jan 2025 21:13:45 GMT) Use instead of in order to have syntax highlight work correctly. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1923003 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/core.xml ____________________________________________________________________________________________________________ Commit: b5d2f5e34e2dde8d1fc0a91f82a3a63737bea1ff URL: https://git.catflap.org/apache-httpd/commit/?id=b5d2f5e34e2dde8d1fc0a91f82a3a63737bea1ff Author: Joe Orton (Wed 8 Jan 2025 18:00:29 GMT) Committer: Joe Orton (Wed 8 Jan 2025 18:00:29 GMT) * modules/generators/mod_autoindex.c (dsortf): Ensure the function is transitive to avoid undefined behaviour, per: https://www.qualys.com/2024/01/30/qsort.txt Submitted by: Kuan-Wei Chiu Github: closes #500 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1922994 13f79535-47bb-0310-9956-ffa450edef68 M modules/generators/mod_autoindex.c ____________________________________________________________________________________________________________ Commit: 75facde270f0c082992341c0f71b4bb44a960a8f URL: https://git.catflap.org/apache-httpd/commit/?id=75facde270f0c082992341c0f71b4bb44a960a8f Author: Eric Covener (Mon 6 Jan 2025 19:28:35 GMT) Committer: Eric Covener (Mon 6 Jan 2025 19:28:35 GMT) mod_session_dbd: set_cookie_name: ensure correct format If args is an empty string, apr_strtok will return NULL and *last will never get set which results in a SIGSEGV in apr_isspace check Submitted by: Thomas Meyer Github: closes #503 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1922931 13f79535-47bb-0310-9956-ffa450edef68 M modules/session/mod_session_dbd.c ____________________________________________________________________________________________________________ Commit: 7b36fce79781eb2d22a90ff6c1bf30edc3d6546a URL: https://git.catflap.org/apache-httpd/commit/?id=7b36fce79781eb2d22a90ff6c1bf30edc3d6546a Author: Eric Covener (Mon 6 Jan 2025 19:15:29 GMT) Committer: Eric Covener (Mon 6 Jan 2025 19:15:29 GMT) fix value inconsistency in LimitXMLRequestBody example value of 1 MiB = 1048576 Submitted by: Chenjp Github: closes #506 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1922928 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/core.xml ____________________________________________________________________________________________________________ Commit: aee4aafa1a15f21b97904e7fc49252da635d7a3a URL: https://git.catflap.org/apache-httpd/commit/?id=aee4aafa1a15f21b97904e7fc49252da635d7a3a Author: Rainer Jung (Wed 1 Jan 2025 11:12:22 GMT) Committer: Rainer Jung (Wed 1 Jan 2025 11:12:22 GMT) Happy New Year 2025 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1922818 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/style/xsl/common.xsl M include/ap_release.h ____________________________________________________________________________________________________________ Commit: 4a9cd1fccf8e79eda2132d65166af6e87e4f5fe9 URL: https://git.catflap.org/apache-httpd/commit/?id=4a9cd1fccf8e79eda2132d65166af6e87e4f5fe9 Author: Stefan Eissing (Wed 11 Dec 2024 12:43:34 GMT) Committer: Stefan Eissing (Wed 11 Dec 2024 12:43:34 GMT) *) mod_md: change log level from error to debug when MDStapling is enabled but a certificate carries no OCSP url. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1922429 13f79535-47bb-0310-9956-ffa450edef68 M modules/md/md_ocsp.c M modules/md/md_version.h ____________________________________________________________________________________________________________ Commit: 71a7109925523cb249c40531fa4bc13d404a18e0 URL: https://git.catflap.org/apache-httpd/commit/?id=71a7109925523cb249c40531fa4bc13d404a18e0 Author: Joe Orton (Tue 10 Dec 2024 17:20:36 GMT) Committer: Joe Orton (Tue 10 Dec 2024 17:20:36 GMT) CI: Switch down to GCC 12, the ubuntu-latest image is not consistently an Ubuntu 24.04 environment yet, this version should be available in both the -22.04 and -24.04 images. Github: closes #497 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1922412 13f79535-47bb-0310-9956-ffa450edef68 M .github/workflows/linux.yml ____________________________________________________________________________________________________________ Commit: 72523a3e8feeee4725056e153dec0e71ed4b0efb URL: https://git.catflap.org/apache-httpd/commit/?id=72523a3e8feeee4725056e153dec0e71ed4b0efb Author: Ruediger Pluem (Tue 10 Dec 2024 16:47:51 GMT) Committer: Ruediger Pluem (Tue 10 Dec 2024 16:47:51 GMT) * Improve comment to make the main thread more clear git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1922411 13f79535-47bb-0310-9956-ffa450edef68 M modules/mappers/mod_rewrite.c ____________________________________________________________________________________________________________ Commit: 48a7dce9eff1c2499caf3a53f8348578d80b379c URL: https://git.catflap.org/apache-httpd/commit/?id=48a7dce9eff1c2499caf3a53f8348578d80b379c Author: Lucien Gentis (Sat 7 Dec 2024 14:41:45 GMT) Committer: Lucien Gentis (Sat 7 Dec 2024 14:41:45 GMT) fr doc rebuild. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1922363 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_auth_form.html.fr.utf8 ____________________________________________________________________________________________________________ Commit: a313c1e34c2cc112c1911e836c4b5f0152de4b72 URL: https://git.catflap.org/apache-httpd/commit/?id=a313c1e34c2cc112c1911e836c4b5f0152de4b72 Author: Lucien Gentis (Sat 7 Dec 2024 14:40:28 GMT) Committer: Lucien Gentis (Sat 7 Dec 2024 14:40:28 GMT) fr doc XML file update. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1922362 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_auth_form.xml.fr ____________________________________________________________________________________________________________ Commit: cae775f2f61b2bc3e656b1149b60cf96463dff21 URL: https://git.catflap.org/apache-httpd/commit/?id=cae775f2f61b2bc3e656b1149b60cf96463dff21 Author: Stefan Eissing (Tue 3 Dec 2024 09:47:26 GMT) Committer: Stefan Eissing (Tue 3 Dec 2024 09:47:26 GMT) *) mod_md: update to version 2.4.29 - Fixed HTTP-01 challenges to not carry a final newline, as some ACME server fail to ignore it. [Michael Kaufmann (@mkauf)] - Fixed missing label+newline in server-status plain text output when MDStapling is enabled. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1922279 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/md_v2.4.29.txt M modules/md/md_acme_authz.c M modules/md/md_version.h M modules/md/mod_md_status.c ____________________________________________________________________________________________________________ Commit: 77a8be7be9f4a0c1c1d3925933cac97b925ee83a URL: https://git.catflap.org/apache-httpd/commit/?id=77a8be7be9f4a0c1c1d3925933cac97b925ee83a Author: Stefan Eissing (Tue 3 Dec 2024 09:46:38 GMT) Committer: Stefan Eissing (Tue 3 Dec 2024 09:46:38 GMT) mod_md test_702_42, make sure that log errors/warning from previous test are not counted. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1922278 13f79535-47bb-0310-9956-ffa450edef68 M test/modules/md/test_702_auto.py ____________________________________________________________________________________________________________ Commit: 7195b5ad982ed852435d02ec84e7f2d6104e155d URL: https://git.catflap.org/apache-httpd/commit/?id=7195b5ad982ed852435d02ec84e7f2d6104e155d Author: Eric Covener (Sun 1 Dec 2024 14:16:42 GMT) Committer: Eric Covener (Sun 1 Dec 2024 14:16:42 GMT) Don't use AuthFormLoginRequiredLocation in inline Intro to inline says: If a non-authenticated user attempts to access a page protected by mod_auth_form that isn't configured with a AuthFormLoginRequiredLocation directive, a HTTP_UNAUTHORIZED status code is returned to the browser indicating to the user that they are not authorized to view the page. The entire point seems to be to keep the URL the same by using an internal redirect via ErrorDocument, and AuthFormLoginRequiredLocation conflicts with it. Submitted By: Rishikeshan Lavakumar/Sulochana git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1922246 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_auth_form.xml ____________________________________________________________________________________________________________ Commit: b9b6f652f2956289e6d2eb135e3bf9b4adb8daf5 URL: https://git.catflap.org/apache-httpd/commit/?id=b9b6f652f2956289e6d2eb135e3bf9b4adb8daf5 Author: Lucien Gentis (Sat 30 Nov 2024 13:03:32 GMT) Committer: Lucien Gentis (Sat 30 Nov 2024 13:03:32 GMT) fr doc rebuild. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1922234 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/core.html.fr.utf8 M docs/manual/mod/core.xml.de M docs/manual/mod/core.xml.es M docs/manual/mod/core.xml.ja M docs/manual/mod/core.xml.tr ____________________________________________________________________________________________________________ Commit: 6ade1f9ca6c8d3fdaae68f5eba9ae92e8c92ab38 URL: https://git.catflap.org/apache-httpd/commit/?id=6ade1f9ca6c8d3fdaae68f5eba9ae92e8c92ab38 Author: Lucien Gentis (Sat 30 Nov 2024 13:02:26 GMT) Committer: Lucien Gentis (Sat 30 Nov 2024 13:02:26 GMT) fr doc XML file update. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1922233 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/core.xml.fr ____________________________________________________________________________________________________________ Commit: 9ab669e30ed2ed238f79587ffb877f9f679d715d URL: https://git.catflap.org/apache-httpd/commit/?id=9ab669e30ed2ed238f79587ffb877f9f679d715d Author: Eric Covener (Wed 27 Nov 2024 15:37:49 GMT) Committer: Eric Covener (Wed 27 Nov 2024 15:37:49 GMT) PR65095: elaborate on "default port" in ... UseCanonicalPhysicalPort git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1922169 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/core.xml ____________________________________________________________________________________________________________ Commit: 584286f25da37a722c4ffc9888cd0f455a356ff4 URL: https://git.catflap.org/apache-httpd/commit/?id=584286f25da37a722c4ffc9888cd0f455a356ff4 Author: Ruediger Pluem (Tue 26 Nov 2024 13:01:08 GMT) Committer: Ruediger Pluem (Tue 26 Nov 2024 13:01:08 GMT) * Use iobuffersize set on worker level for the IO buffer size. PR: 69402 Submitted by: Jari Ahonen Reviewed by: rpluem git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1922115 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/pr69402.txt M modules/proxy/mod_proxy_ajp.c ____________________________________________________________________________________________________________ Commit: de52fc46c83c42ae56cd1000db0d458d858a891a URL: https://git.catflap.org/apache-httpd/commit/?id=de52fc46c83c42ae56cd1000db0d458d858a891a Author: Jean-Frederic Clere (Mon 25 Nov 2024 13:20:47 GMT) Committer: Jean-Frederic Clere (Mon 25 Nov 2024 13:20:47 GMT) Make sure the Additional error is displayed. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1922079 13f79535-47bb-0310-9956-ffa450edef68 M modules/http/http_request.c ____________________________________________________________________________________________________________ Commit: f4847dbc435520f16c4a3db442a0c49f1e1fe335 URL: https://git.catflap.org/apache-httpd/commit/?id=f4847dbc435520f16c4a3db442a0c49f1e1fe335 Author: Jean-Frederic Clere (Wed 20 Nov 2024 14:36:43 GMT) Committer: Jean-Frederic Clere (Wed 20 Nov 2024 14:36:43 GMT) rollback unrelated fix to my previous commit, sorry. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1921975 13f79535-47bb-0310-9956-ffa450edef68 M modules/http/http_request.c ____________________________________________________________________________________________________________ Commit: d21b4c41f6b4d28e21673a06b8605fc6501d9fbc URL: https://git.catflap.org/apache-httpd/commit/?id=d21b4c41f6b4d28e21673a06b8605fc6501d9fbc Author: Jean-Frederic Clere (Wed 20 Nov 2024 13:11:11 GMT) Committer: Jean-Frederic Clere (Wed 20 Nov 2024 13:11:11 GMT) Merge PR#419: make sure the right method is displayed. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1921973 13f79535-47bb-0310-9956-ffa450edef68 M modules/http/http_protocol.c M modules/http/http_request.c ____________________________________________________________________________________________________________ Commit: 73dc77ae8d0974d8ea922673e2371c189e5bd594 URL: https://git.catflap.org/apache-httpd/commit/?id=73dc77ae8d0974d8ea922673e2371c189e5bd594 Author: Joe Orton (Wed 20 Nov 2024 10:23:03 GMT) Committer: Joe Orton (Wed 20 Nov 2024 10:23:03 GMT) * modules/aaa/mod_authnz_ldap.c (create_authnz_ldap_dir_config): Fix allocation of sgAttributes, found by gcc -fanalyzer: modules/aaa/mod_authnz_ldap.c: scope_hint: In function 'create_authnz_ldap_dir_config' modules/aaa/mod_authnz_ldap.c:356:23: warning[-Wanalyzer-allocation-size]: allocated buffer size is not a multiple of the pointee's size git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1921971 13f79535-47bb-0310-9956-ffa450edef68 M modules/aaa/mod_authnz_ldap.c ____________________________________________________________________________________________________________ Commit: 1a02ff94f93801ca8e44f130165223758cec6578 URL: https://git.catflap.org/apache-httpd/commit/?id=1a02ff94f93801ca8e44f130165223758cec6578 Author: Joe Orton (Wed 13 Nov 2024 19:27:07 GMT) Committer: Joe Orton (Wed 13 Nov 2024 19:27:07 GMT) Tweak formatting and fix credit to Charles Smutz. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1921879 13f79535-47bb-0310-9956-ffa450edef68 M CHANGES ____________________________________________________________________________________________________________ Commit: c601c8b3b2b441c9d9d385fa409fc2cce53840a1 URL: https://git.catflap.org/apache-httpd/commit/?id=c601c8b3b2b441c9d9d385fa409fc2cce53840a1 Author: Daniel Ferradal (Tue 12 Nov 2024 21:12:00 GMT) Committer: Daniel Ferradal (Tue 12 Nov 2024 21:12:00 GMT) Applied patch from BUG 68130 after review git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1921867 13f79535-47bb-0310-9956-ffa450edef68 M docs/error/HTTP_BAD_REQUEST.html.var M docs/error/HTTP_FORBIDDEN.html.var M docs/error/HTTP_GONE.html.var M docs/error/HTTP_NOT_FOUND.html.var M docs/error/HTTP_UNAUTHORIZED.html.var M docs/error/contact.html.var ____________________________________________________________________________________________________________ Commit: d94933b89f6cea18ccdda868d6bd81a5811385fc URL: https://git.catflap.org/apache-httpd/commit/?id=d94933b89f6cea18ccdda868d6bd81a5811385fc Author: Stefan Eissing (Thu 7 Nov 2024 12:02:41 GMT) Committer: Stefan Eissing (Thu 7 Nov 2024 12:02:41 GMT) mod_http2, fix keepalive timeout on reset requests Count failed requests that are RST'ed, so that the connection enters keepalive timeout instead of the regular timeout if the first request fails. Add tests to verify. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1921805 13f79535-47bb-0310-9956-ffa450edef68 M modules/http2/h2_session.c M modules/http2/h2_stream.c M test/modules/http2/test_200_header_invalid.py ____________________________________________________________________________________________________________ Commit: f5c4355420d4463c860aa0d85757bfb7a2dd0a40 URL: https://git.catflap.org/apache-httpd/commit/?id=f5c4355420d4463c860aa0d85757bfb7a2dd0a40 Author: Lucien Gentis (Sat 19 Oct 2024 10:50:07 BST) Committer: Lucien Gentis (Sat 19 Oct 2024 10:50:07 BST) fr doc rebuild. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1921417 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/core.html.fr.utf8 M docs/manual/mod/core.xml.meta ____________________________________________________________________________________________________________ Commit: 807228fc197e2c3fd665154b657144f76827b4ab URL: https://git.catflap.org/apache-httpd/commit/?id=807228fc197e2c3fd665154b657144f76827b4ab Author: Lucien Gentis (Sat 19 Oct 2024 10:48:59 BST) Committer: Lucien Gentis (Sat 19 Oct 2024 10:48:59 BST) fr doc XML file update. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1921416 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/core.xml.fr ____________________________________________________________________________________________________________ Commit: 0cb680442ecaa6118cc610b5ecc6e824330bf61a URL: https://git.catflap.org/apache-httpd/commit/?id=0cb680442ecaa6118cc610b5ecc6e824330bf61a Author: Yann Ylavic (Fri 18 Oct 2024 14:10:45 BST) Committer: Yann Ylavic (Fri 18 Oct 2024 14:10:45 BST) More mod_tls docs removal. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1921402 13f79535-47bb-0310-9956-ffa450edef68 D docs/manual/mod/mod_tls.html D docs/manual/mod/mod_tls.html.en.utf8 D docs/manual/mod/mod_tls.xml.meta ____________________________________________________________________________________________________________ Commit: 55051c9dd91d66a04a88ef194553f98c2e544fe6 URL: https://git.catflap.org/apache-httpd/commit/?id=55051c9dd91d66a04a88ef194553f98c2e544fe6 Author: Yann Ylavic (Fri 18 Oct 2024 13:49:12 BST) Committer: Yann Ylavic (Fri 18 Oct 2024 13:49:12 BST) xforms [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1921400 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/core.html.en.utf8 M docs/manual/mod/core.html.fr.utf8 M docs/manual/mod/core.xml.de M docs/manual/mod/core.xml.es M docs/manual/mod/core.xml.fr M docs/manual/mod/core.xml.ja M docs/manual/mod/core.xml.meta M docs/manual/mod/core.xml.tr M docs/manual/mod/directives.html.de M docs/manual/mod/directives.html.en.utf8 M docs/manual/mod/directives.html.es.utf8 M docs/manual/mod/directives.html.ja.utf8 M docs/manual/mod/directives.html.ko.euc-kr M docs/manual/mod/directives.html.tr.utf8 M docs/manual/mod/directives.html.zh-cn.utf8 M docs/manual/mod/index.html.de M docs/manual/mod/index.html.en.utf8 M docs/manual/mod/index.html.es.utf8 M docs/manual/mod/index.html.ja.utf8 M docs/manual/mod/index.html.ko.euc-kr M docs/manual/mod/index.html.tr.utf8 M docs/manual/mod/index.html.zh-cn.utf8 M docs/manual/mod/overrides.html.en.utf8 M docs/manual/mod/quickreference.html.de M docs/manual/mod/quickreference.html.en.utf8 M docs/manual/mod/quickreference.html.es.utf8 M docs/manual/mod/quickreference.html.ja.utf8 M docs/manual/mod/quickreference.html.ko.euc-kr M docs/manual/mod/quickreference.html.tr.utf8 M docs/manual/mod/quickreference.html.zh-cn.utf8 M docs/manual/sitemap.html.de M docs/manual/sitemap.html.en.utf8 M docs/manual/sitemap.html.es.utf8 M docs/manual/sitemap.html.ja.utf8 M docs/manual/sitemap.html.ko.euc-kr M docs/manual/sitemap.html.tr.utf8 M docs/manual/sitemap.html.zh-cn.utf8 ____________________________________________________________________________________________________________ Commit: f53ad7d3955151333615d89318de212f9556e900 URL: https://git.catflap.org/apache-httpd/commit/?id=f53ad7d3955151333615d89318de212f9556e900 Author: Yann Ylavic (Fri 18 Oct 2024 13:47:09 BST) Committer: Yann Ylavic (Fri 18 Oct 2024 13:47:09 BST) Improve ErrorLogFormat's %{cuz}t and %{%-format}t descriptions. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1921399 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/core.xml ____________________________________________________________________________________________________________ Commit: 543a0be8808ebfbb737e3e002016298e13440a64 URL: https://git.catflap.org/apache-httpd/commit/?id=543a0be8808ebfbb737e3e002016298e13440a64 Author: Yann Ylavic (Wed 16 Oct 2024 15:11:41 BST) Committer: Yann Ylavic (Wed 16 Oct 2024 15:11:41 BST) mod_ssl: Revert r1868929 on trunk (only). We discussed in 2019 that after 2.4.x's backport r1873907 we should apply normal/usual merging for SSLProtocol in next versions (thus trunk first). See: https://lists.apache.org/thread/76yh7j3fwj2tsmffsqcqpv4mcfph5vqx Make this happen finally. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1921360 13f79535-47bb-0310-9956-ffa450edef68 M modules/ssl/ssl_engine_kernel.c ____________________________________________________________________________________________________________ Commit: 50df6c8cc0dfeabd659b79e152fc7dd84855ed89 URL: https://git.catflap.org/apache-httpd/commit/?id=50df6c8cc0dfeabd659b79e152fc7dd84855ed89 Author: Joe Orton (Wed 16 Oct 2024 12:41:52 BST) Committer: Joe Orton (Wed 16 Oct 2024 12:41:52 BST) Revert r1921336. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1921357 13f79535-47bb-0310-9956-ffa450edef68 D changes-entries/pr69397.txt M docs/manual/mod/mod_ssl.xml M modules/ssl/ssl_engine_config.c ____________________________________________________________________________________________________________ Commit: fbf57b8bef3b66f817144b655cac7ac3ca463deb URL: https://git.catflap.org/apache-httpd/commit/?id=fbf57b8bef3b66f817144b655cac7ac3ca463deb Author: Joe Orton (Tue 15 Oct 2024 15:30:19 BST) Committer: Joe Orton (Tue 15 Oct 2024 15:30:19 BST) mod_ssl: Disallow SSLOpenSSLConfCmd within vhost context since it has global effect. * modules/ssl/ssl_engine_config.c (ssl_cmd_SSLOpenSSLConfCmd): Disallow use within vhost context. PR: 69397 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1921336 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/pr69397.txt M docs/manual/mod/mod_ssl.xml M modules/ssl/ssl_engine_config.c ____________________________________________________________________________________________________________ Commit: 584ed86f30b46bff41451f874cf52bf0a0db4208 URL: https://git.catflap.org/apache-httpd/commit/?id=584ed86f30b46bff41451f874cf52bf0a0db4208 Author: Joe Orton (Mon 14 Oct 2024 17:09:50 BST) Committer: Joe Orton (Mon 14 Oct 2024 17:09:50 BST) CI: Use the image version in the cache keys. This is likely a simpler and more robust fix for the issues with Perl XS builds being cached. Root cause was likely "ubuntu-latest" changing from 22.04 to 24.04. Cache keys will now change when that happens again, preventing reuse of cached builds across OS versions. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1921311 13f79535-47bb-0310-9956-ffa450edef68 M .github/workflows/linux.yml ____________________________________________________________________________________________________________ Commit: 82dc9a9e84006eb8521b39313de30db569ed6f9e URL: https://git.catflap.org/apache-httpd/commit/?id=82dc9a9e84006eb8521b39313de30db569ed6f9e Author: Joe Orton (Mon 14 Oct 2024 16:18:05 BST) Committer: Joe Orton (Mon 14 Oct 2024 16:18:05 BST) CI: Further fixes for ubuntu-latest image updates on GitHub Actions. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1921310 13f79535-47bb-0310-9956-ffa450edef68 M .github/workflows/linux.yml ____________________________________________________________________________________________________________ Commit: e6eb73b84ed54fbe697c3f69b14ddec80be18280 URL: https://git.catflap.org/apache-httpd/commit/?id=e6eb73b84ed54fbe697c3f69b14ddec80be18280 Author: Joe Orton (Mon 14 Oct 2024 15:10:19 BST) Committer: Joe Orton (Mon 14 Oct 2024 15:10:19 BST) CI: Fix borked test for perl -V in r1921308. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1921309 13f79535-47bb-0310-9956-ffa450edef68 M test/travis_before_linux.sh ____________________________________________________________________________________________________________ Commit: e8518dc75d39e9ffb55334b51315dec688c8d8b5 URL: https://git.catflap.org/apache-httpd/commit/?id=e8518dc75d39e9ffb55334b51315dec688c8d8b5 Author: Joe Orton (Mon 14 Oct 2024 15:08:21 BST) Committer: Joe Orton (Mon 14 Oct 2024 15:08:21 BST) CI: Second attempt to fix stale XS cache issue. Cache the "perl -V" output and flush the cache if it changes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1921308 13f79535-47bb-0310-9956-ffa450edef68 M test/travis_before_linux.sh ____________________________________________________________________________________________________________ Commit: c34a276aeab1aaca5f434e55e83f001848071697 URL: https://git.catflap.org/apache-httpd/commit/?id=c34a276aeab1aaca5f434e55e83f001848071697 Author: Joe Orton (Mon 14 Oct 2024 14:53:01 BST) Committer: Joe Orton (Mon 14 Oct 2024 14:53:01 BST) CI: Flush the CPAN cache if /usr/bin/perl has been updated since the cache was built. Possible fix for 2.4.x failure seen here: https://github.com/apache/httpd/actions/runs/11322484507/job/31483266212 SSLeay.c: loadable library and perl binaries are mismatched (got first handshake key 0xeb00080, needed 0xf380080) perldiag(1) describes this as a mismatch between libraries and binaries, likely solved by reinstalling XS modules: https://github.com/Perl/perl5/blob/77b78882c76e7461ccc4dcf2eb3afb9644836a72/pod/perldiag.pod#L3617 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1921307 13f79535-47bb-0310-9956-ffa450edef68 M test/travis_before_linux.sh ____________________________________________________________________________________________________________ Commit: b814e4937363dcfe4af5bec90f6528394fa3db41 URL: https://git.catflap.org/apache-httpd/commit/?id=b814e4937363dcfe4af5bec90f6528394fa3db41 Author: Joe Orton (Mon 14 Oct 2024 14:38:04 BST) Committer: Joe Orton (Mon 14 Oct 2024 14:38:04 BST) Add changes-entries/ file missed from r1921305. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1921306 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/pr65222.txt ____________________________________________________________________________________________________________ Commit: ca0bb271d3c20e842fd6a378b28828b88d17ee49 URL: https://git.catflap.org/apache-httpd/commit/?id=ca0bb271d3c20e842fd6a378b28828b88d17ee49 Author: Joe Orton (Mon 14 Oct 2024 14:32:37 BST) Committer: Joe Orton (Mon 14 Oct 2024 14:32:37 BST) mod_log_config: Fix config merging for the "LogFormat" directive Submitted by: Michael Kaufmann PR: 65222 Github: closes #490 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1921305 13f79535-47bb-0310-9956-ffa450edef68 M modules/loggers/mod_log_config.c ____________________________________________________________________________________________________________ Commit: a569bff2ea954cc40d1ecff83df97e7665b3a685 URL: https://git.catflap.org/apache-httpd/commit/?id=a569bff2ea954cc40d1ecff83df97e7665b3a685 Author: Lucien Gentis (Sat 12 Oct 2024 14:38:17 BST) Committer: Lucien Gentis (Sat 12 Oct 2024 14:38:17 BST) fr doc rebuild. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1921277 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/dso.html.fr.utf8 M docs/manual/env.html.fr.utf8 M docs/manual/mod/core.html.fr.utf8 M docs/manual/mod/core.xml.de M docs/manual/mod/core.xml.es M docs/manual/mod/core.xml.ja M docs/manual/mod/core.xml.meta M docs/manual/mod/core.xml.tr M docs/manual/mod/directives.html.fr.utf8 M docs/manual/mod/mod_lua.html.fr.utf8 M docs/manual/mod/mod_ssl.html.fr.utf8 M docs/manual/mod/mod_ssl.xml.es M docs/manual/mod/quickreference.html.fr.utf8 ____________________________________________________________________________________________________________ Commit: 04e0ba80aeeccfcf69c79749e621cb2436ce0b2f URL: https://git.catflap.org/apache-httpd/commit/?id=04e0ba80aeeccfcf69c79749e621cb2436ce0b2f Author: Lucien Gentis (Sat 12 Oct 2024 14:36:33 BST) Committer: Lucien Gentis (Sat 12 Oct 2024 14:36:33 BST) fr doc XML files updates. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1921276 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/core.xml.fr M docs/manual/mod/mod_lua.xml.fr M docs/manual/mod/mod_ssl.xml.fr ____________________________________________________________________________________________________________ Commit: 61db0638bf29e59af6b49d9cabb6c0ec1fbabb0e URL: https://git.catflap.org/apache-httpd/commit/?id=61db0638bf29e59af6b49d9cabb6c0ec1fbabb0e Author: Joe Orton (Fri 11 Oct 2024 17:20:44 BST) Committer: Joe Orton (Fri 11 Oct 2024 17:20:44 BST) mod_lua: Make r.ap_auth_type writable This completes the option of setting the remote user by the authentication mechanism which actually verified the user. One possible usecase is that a proxied (upstream) server performs the authentication, but the access log of HTTPd does not contain this information. The upstream server can pass this kind of information back to HTTPd and both servers will have consistent access logs. Submitted by: Michael Osipov PR: 62497 Github: closes #67 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1921260 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/pr62497.txt M docs/manual/mod/mod_lua.xml M docs/manual/mod/mod_lua.xml.fr M modules/lua/lua_request.c ____________________________________________________________________________________________________________ Commit: 336fa82b4bbef4b366f7e7872ea749663911df18 URL: https://git.catflap.org/apache-httpd/commit/?id=336fa82b4bbef4b366f7e7872ea749663911df18 Author: Yann Ylavic (Fri 11 Oct 2024 16:58:03 BST) Committer: Yann Ylavic (Fri 11 Oct 2024 16:58:03 BST) ErrorLogFormat %{c}t is actually what ISO 8601 calls "extended" format. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1921259 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/core.xml ____________________________________________________________________________________________________________ Commit: 4fa3af012798afe32a8e8a70b06bbe5c37b48a71 URL: https://git.catflap.org/apache-httpd/commit/?id=4fa3af012798afe32a8e8a70b06bbe5c37b48a71 Author: Yann Ylavic (Fri 11 Oct 2024 14:14:00 BST) Committer: Yann Ylavic (Fri 11 Oct 2024 14:14:00 BST) xforms [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1921258 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/core.html.de M docs/manual/mod/core.html.en.utf8 M docs/manual/mod/core.html.es.utf8 M docs/manual/mod/core.html.fr.utf8 M docs/manual/mod/core.html.ja.utf8 M docs/manual/mod/core.html.tr.utf8 M docs/manual/mod/core.xml.de M docs/manual/mod/core.xml.es M docs/manual/mod/core.xml.fr M docs/manual/mod/core.xml.ja M docs/manual/mod/core.xml.meta M docs/manual/mod/core.xml.tr ____________________________________________________________________________________________________________ Commit: f6c5c4b6c7acffb3f1a88a05729036a8a693ba60 URL: https://git.catflap.org/apache-httpd/commit/?id=f6c5c4b6c7acffb3f1a88a05729036a8a693ba60 Author: Yann Ylavic (Fri 11 Oct 2024 14:03:42 BST) Committer: Yann Ylavic (Fri 11 Oct 2024 14:03:42 BST) Document the %{cuz}t and %{}t time formats for ErrorLogFormat. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1921257 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/core.xml ____________________________________________________________________________________________________________ Commit: e1e8624e296a918122d57870daa33c1ad463f0b9 URL: https://git.catflap.org/apache-httpd/commit/?id=e1e8624e296a918122d57870daa33c1ad463f0b9 Author: Yann Ylavic (Fri 11 Oct 2024 12:43:36 BST) Committer: Yann Ylavic (Fri 11 Oct 2024 12:43:36 BST) ab: Map -c0 to -c. PR 69383 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1921256 13f79535-47bb-0310-9956-ffa450edef68 M support/ab.c ____________________________________________________________________________________________________________ Commit: 914eef0353c17501a4535c76e8aa8fe489359bce URL: https://git.catflap.org/apache-httpd/commit/?id=914eef0353c17501a4535c76e8aa8fe489359bce Author: Joe Orton (Fri 11 Oct 2024 08:32:05 BST) Committer: Joe Orton (Fri 11 Oct 2024 08:32:05 BST) * modules/http/http_filters.c (parse_chunk_size): Update comment after some investigation of a Squid interoperability issue handling BWS after chunk-size, which httpd allows although it is not permitted by RFC 7230 or RFC 9112. [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1921254 13f79535-47bb-0310-9956-ffa450edef68 M modules/http/http_filters.c ____________________________________________________________________________________________________________ Commit: c717758efb3ea1a20c4aea6a7d64d3994a14a2ff URL: https://git.catflap.org/apache-httpd/commit/?id=c717758efb3ea1a20c4aea6a7d64d3994a14a2ff Author: Yann Ylavic (Thu 10 Oct 2024 16:42:49 BST) Committer: Yann Ylavic (Thu 10 Oct 2024 16:42:49 BST) mod_proxy_fggi: Follow up to r1919547: Accurate dirwalk for proxy-fcgi-pathinfo=full Use the proxied uri-path, and try to resolve the script's path first without then with the DocumentRoot prefix. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1921238 13f79535-47bb-0310-9956-ffa450edef68 M modules/proxy/mod_proxy_fcgi.c ____________________________________________________________________________________________________________ Commit: b0d469a6d7aa97a560535089193b85d11ca11485 URL: https://git.catflap.org/apache-httpd/commit/?id=b0d469a6d7aa97a560535089193b85d11ca11485 Author: Yann Ylavic (Thu 10 Oct 2024 16:36:48 BST) Committer: Yann Ylavic (Thu 10 Oct 2024 16:36:48 BST) mod_proxy_fgci: Follow up to r1919628: Simplify. Variable from_handler is used once so axe it. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1921237 13f79535-47bb-0310-9956-ffa450edef68 M modules/proxy/mod_proxy_fcgi.c ____________________________________________________________________________________________________________ Commit: fd9c4164c4970a5eac8e915d75f188309d1897ed URL: https://git.catflap.org/apache-httpd/commit/?id=fd9c4164c4970a5eac8e915d75f188309d1897ed Author: Joe Orton (Tue 1 Oct 2024 17:26:17 BST) Committer: Joe Orton (Tue 1 Oct 2024 17:26:17 BST) * modules/ssl/ssl_engine_pphrase.c (modssl_load_keypair_engine): Downgrade non-fatal errors to APLOG_NOTICE from APLOG_EMERG. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1921076 13f79535-47bb-0310-9956-ffa450edef68 M modules/ssl/ssl_engine_pphrase.c ____________________________________________________________________________________________________________ Commit: e9915b2bdb47a0dca4daa144a41a3c23edc3a59a URL: https://git.catflap.org/apache-httpd/commit/?id=e9915b2bdb47a0dca4daa144a41a3c23edc3a59a Author: Joe Orton (Tue 1 Oct 2024 17:09:11 BST) Committer: Joe Orton (Tue 1 Oct 2024 17:09:11 BST) mod_ssl: Add SSLClientHelloVars directive which exposes various ClientHello properties in new SSL_CLIENTHELLO_* variables. * modules/ssl/ssl_engine_kernel.c (ssl_hook_Fixup_vars): Add SSL_CLIENTHELLO_* vars. (copy_clienthello_vars): New function. (ssl_callback_ClientHello): Call it when needed. * modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl_clienthello): New function. (ssl_var_lookup_ssl): Call it for SSL_CLIENTHELLO_*. * modules/ssl/ssl_private.h (modssl_clienthello_vars): Add type. (SSLConnRec): Add clienthello_vars pointer. * modules/ssl/ssl_engine_config.c, modules/ssl/mod_ssl.c: Add handling of new SSLClientHelloVars directive. Submitted by: Charles Smutz Github: closes #483 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1921074 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/ssl-hello-vars.txt M docs/manual/mod/mod_ssl.xml M modules/ssl/mod_ssl.c M modules/ssl/ssl_engine_config.c M modules/ssl/ssl_engine_kernel.c M modules/ssl/ssl_engine_vars.c M modules/ssl/ssl_private.h ____________________________________________________________________________________________________________ Commit: cbadd6623686243f9b71a07557b017da65359ab6 URL: https://git.catflap.org/apache-httpd/commit/?id=cbadd6623686243f9b71a07557b017da65359ab6 Author: Ruediger Pluem (Tue 1 Oct 2024 13:11:09 BST) Committer: Ruediger Pluem (Tue 1 Oct 2024 13:11:09 BST) * Take care for the case where nkey is NULL git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1921067 13f79535-47bb-0310-9956-ffa450edef68 M modules/cache/mod_cache_socache.c ____________________________________________________________________________________________________________ Commit: 4c6d51cbacda457160fd97abf88c37e7189df759 URL: https://git.catflap.org/apache-httpd/commit/?id=4c6d51cbacda457160fd97abf88c37e7189df759 Author: Stefan Eissing (Tue 1 Oct 2024 11:36:42 BST) Committer: Stefan Eissing (Tue 1 Oct 2024 11:36:42 BST) *) mod_http2: h2_mplx: fix debug check when stream was not found A "this should never happen" check logic was wrong when looking *why* a stream that SHOULD be there was not. The loop did not properly match streams in "purge" state. The log warning issued has never been reported, so this code seems to never actually do anything. Still fix the logic to do what it is intended to. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1921066 13f79535-47bb-0310-9956-ffa450edef68 M modules/http2/h2_mplx.c ____________________________________________________________________________________________________________ Commit: 52a5a0e1c7501ec4d0621db599b47534835c5aa8 URL: https://git.catflap.org/apache-httpd/commit/?id=52a5a0e1c7501ec4d0621db599b47534835c5aa8 Author: Ruediger Pluem (Fri 27 Sep 2024 16:25:06 BST) Committer: Ruediger Pluem (Fri 27 Sep 2024 16:25:06 BST) * Fix typo [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1920992 13f79535-47bb-0310-9956-ffa450edef68 M CHANGES ____________________________________________________________________________________________________________ Commit: df01c05ebf1573c53f649559632836dc1ce3b7ae URL: https://git.catflap.org/apache-httpd/commit/?id=df01c05ebf1573c53f649559632836dc1ce3b7ae Author: Lucien Gentis (Wed 25 Sep 2024 13:51:56 BST) Committer: Lucien Gentis (Wed 25 Sep 2024 13:51:56 BST) fr doc xml file reviewed and corrected. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1920909 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/env.xml.fr ____________________________________________________________________________________________________________ Commit: 75fa4bd4ae7318a90cf4b2711852d709d9933a3a URL: https://git.catflap.org/apache-httpd/commit/?id=75fa4bd4ae7318a90cf4b2711852d709d9933a3a Author: Lucien Gentis (Tue 24 Sep 2024 11:59:26 BST) Committer: Lucien Gentis (Tue 24 Sep 2024 11:59:26 BST) fr doc xml file reviewed and corrected. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1920873 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/dso.xml.fr ____________________________________________________________________________________________________________ Commit: 6a0bbcd6a75cb81a0894fa075b9d1dba73892e4a URL: https://git.catflap.org/apache-httpd/commit/?id=6a0bbcd6a75cb81a0894fa075b9d1dba73892e4a Author: Lucien Gentis (Mon 23 Sep 2024 13:22:29 BST) Committer: Lucien Gentis (Mon 23 Sep 2024 13:22:29 BST) fr doc rebuild. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1920857 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/content-negotiation.html.fr.utf8 M docs/manual/mod/allmodules.xml.fr ____________________________________________________________________________________________________________ Commit: ea2fb0bbaf538cc2f34d0db889ba49b0c77eeeb1 URL: https://git.catflap.org/apache-httpd/commit/?id=ea2fb0bbaf538cc2f34d0db889ba49b0c77eeeb1 Author: Lucien Gentis (Mon 23 Sep 2024 13:19:38 BST) Committer: Lucien Gentis (Mon 23 Sep 2024 13:19:38 BST) fr doc xml file reviewed ans corrected. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1920856 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/content-negotiation.xml.fr ____________________________________________________________________________________________________________ Commit: 64deb516d6a3b8d872dab9d27a1f0cba17548190 URL: https://git.catflap.org/apache-httpd/commit/?id=64deb516d6a3b8d872dab9d27a1f0cba17548190 Author: Lucien Gentis (Sat 21 Sep 2024 14:28:49 BST) Committer: Lucien Gentis (Sat 21 Sep 2024 14:28:49 BST) allmodules.xml.fr did not have to be modified, reverting git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1920831 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/allmodules.xml.de M docs/manual/mod/allmodules.xml.es M docs/manual/mod/allmodules.xml.fr M docs/manual/mod/allmodules.xml.ja M docs/manual/mod/allmodules.xml.ko M docs/manual/mod/allmodules.xml.tr M docs/manual/mod/allmodules.xml.zh-cn M docs/manual/mod/directives.html.fr.utf8 M docs/manual/mod/index.html.fr.utf8 M docs/manual/mod/quickreference.html.fr.utf8 M docs/manual/sitemap.html.fr.utf8 ____________________________________________________________________________________________________________ Commit: c0095ab28e6fbff7f7868e48238159655bd72269 URL: https://git.catflap.org/apache-httpd/commit/?id=c0095ab28e6fbff7f7868e48238159655bd72269 Author: Lucien Gentis (Sat 21 Sep 2024 14:19:37 BST) Committer: Lucien Gentis (Sat 21 Sep 2024 14:19:37 BST) fr doc XML file update. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1920830 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/allmodules.xml.fr ____________________________________________________________________________________________________________ Commit: 7087372788913feb7f2a9b88430950c63c9f75c6 URL: https://git.catflap.org/apache-httpd/commit/?id=7087372788913feb7f2a9b88430950c63c9f75c6 Author: Stefan Eissing (Tue 17 Sep 2024 13:05:22 BST) Committer: Stefan Eissing (Tue 17 Sep 2024 13:05:22 BST) mod_md pytest: fix run on a clean test/gen to create all needed directories. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1920751 13f79535-47bb-0310-9956-ffa450edef68 M test/modules/md/test_730_static.py M test/modules/md/test_801_stapling.py M test/modules/md/test_901_message.py M test/modules/md/test_920_status.py ____________________________________________________________________________________________________________ Commit: af10058840e024e6cf2bbdd50cc1dacfe236e6fc URL: https://git.catflap.org/apache-httpd/commit/?id=af10058840e024e6cf2bbdd50cc1dacfe236e6fc Author: Stefan Eissing (Tue 17 Sep 2024 12:38:19 BST) Committer: Stefan Eissing (Tue 17 Sep 2024 12:38:19 BST) *) mod_md: update to version 2.4.28 - When the server starts, it looks for new, staged certificates to activate. If the staged set of files in 'md/staging/' is messed up, this could prevent further renewals to happen. Now, when the staging set is present, but could not be activated due to an error, purge the whole directory. [icing] - Fix certificate retrieval on ACME renewal to not require a 'Location:' header returned by the ACME CA. This was the way it was done in ACME before it became an IETF standard. Let's Encrypt still supports this, but other CAs do not. [icing] - Restore compatibility with OpenSSL < 1.1. [ylavic] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1920747 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/md_v2.4.28.txt M modules/md/md_acme_drive.c M modules/md/md_reg.c M modules/md/md_version.h M test/modules/md/conftest.py M test/modules/md/md_cert_util.py M test/modules/md/md_env.py M test/modules/md/test_502_acmev2_drive.py M test/modules/md/test_702_auto.py M test/modules/md/test_730_static.py M test/modules/md/test_741_setup_errors.py M test/modules/md/test_801_stapling.py M test/modules/md/test_901_message.py M test/modules/md/test_920_status.py M test/pyhttpd/certs.py ____________________________________________________________________________________________________________ Commit: 988f4496320604225900061e696c7201db8e9d03 URL: https://git.catflap.org/apache-httpd/commit/?id=988f4496320604225900061e696c7201db8e9d03 Author: Stefan Eissing (Tue 17 Sep 2024 12:06:04 BST) Committer: Stefan Eissing (Tue 17 Sep 2024 12:06:04 BST) removed experimental mod_tls. source, documenation and test cases git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1920744 13f79535-47bb-0310-9956-ffa450edef68 M .github/workflows/linux.yml A changes-entries/tls_removed.txt M docs/manual/mod/allmodules.xml D docs/manual/mod/mod_tls.xml D modules/tls/Makefile.in D modules/tls/config2.m4 D modules/tls/mod_tls.c D modules/tls/mod_tls.h D modules/tls/tls_cache.c D modules/tls/tls_cache.h D modules/tls/tls_cert.c D modules/tls/tls_cert.h D modules/tls/tls_conf.c D modules/tls/tls_conf.h D modules/tls/tls_core.c D modules/tls/tls_core.h D modules/tls/tls_filter.c D modules/tls/tls_filter.h D modules/tls/tls_ocsp.c D modules/tls/tls_ocsp.h D modules/tls/tls_proto.c D modules/tls/tls_proto.h D modules/tls/tls_util.c D modules/tls/tls_util.h D modules/tls/tls_var.c D modules/tls/tls_var.h D modules/tls/tls_version.h D test/modules/tls/__init__.py D test/modules/tls/conf.py D test/modules/tls/conftest.py D test/modules/tls/env.py D test/modules/tls/htdocs/a.mod-tls.test/index.json D test/modules/tls/htdocs/a.mod-tls.test/vars.py D test/modules/tls/htdocs/b.mod-tls.test/dir1/vars.py D test/modules/tls/htdocs/b.mod-tls.test/index.json D test/modules/tls/htdocs/b.mod-tls.test/resp-jitter.py D test/modules/tls/htdocs/b.mod-tls.test/vars.py D test/modules/tls/htdocs/index.html D test/modules/tls/htdocs/index.json D test/modules/tls/test_01_apache.py D test/modules/tls/test_02_conf.py D test/modules/tls/test_03_sni.py D test/modules/tls/test_04_get.py D test/modules/tls/test_05_proto.py D test/modules/tls/test_06_ciphers.py D test/modules/tls/test_07_alpn.py D test/modules/tls/test_08_vars.py D test/modules/tls/test_09_timeout.py D test/modules/tls/test_10_session_id.py D test/modules/tls/test_11_md.py D test/modules/tls/test_12_cauth.py D test/modules/tls/test_13_proxy.py D test/modules/tls/test_14_proxy_ssl.py D test/modules/tls/test_15_proxy_tls.py D test/modules/tls/test_16_proxy_mixed.py D test/modules/tls/test_17_proxy_machine_cert.py M test/travis_run_linux.sh ____________________________________________________________________________________________________________ Commit: c83f4e53c4684d10bcbeeb83b13221155d0719ec URL: https://git.catflap.org/apache-httpd/commit/?id=c83f4e53c4684d10bcbeeb83b13221155d0719ec Author: Stefan Eissing (Tue 17 Sep 2024 11:39:29 BST) Committer: Stefan Eissing (Tue 17 Sep 2024 11:39:29 BST) some text formatting cleanup git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1920741 13f79535-47bb-0310-9956-ffa450edef68 M CHANGES ____________________________________________________________________________________________________________ Commit: 3cdd54ce631dce0ad26b2bcadc5576a92feaf4b8 URL: https://git.catflap.org/apache-httpd/commit/?id=3cdd54ce631dce0ad26b2bcadc5576a92feaf4b8 Author: Stefan Eissing (Tue 17 Sep 2024 11:37:57 BST) Committer: Stefan Eissing (Tue 17 Sep 2024 11:37:57 BST) update changes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1920740 13f79535-47bb-0310-9956-ffa450edef68 M CHANGES D changes-entries/ab-source-address.txt D changes-entries/alias-preserve-path.txt D changes-entries/apxs-i-wo-n.txt D changes-entries/bz69203.txt D changes-entries/bz69233.txt D changes-entries/dav-browsermatch.txt D changes-entries/davlockdbtype.txt D changes-entries/fix_proxy_determine_address.txt D changes-entries/flushing-chunks.txt D changes-entries/h2_cleanup.txt D changes-entries/h2_date_and_bucket_leak.txt D changes-entries/h2_early_hints_and_fixes.txt D changes-entries/h2_flush_fix.txt D changes-entries/h2_pr66646.txt D changes-entries/h2_proxy_errors.txt D changes-entries/h2_proxy_forwarded_host.txt D changes-entries/h2_proxyrequests.txt D changes-entries/h2_stream_timeout.txt D changes-entries/h2_v2.0.18.txt D changes-entries/h2_websockets.txt D changes-entries/ldap-optimise.txt D changes-entries/ldap_status.txt D changes-entries/linux-log-tid.txt D changes-entries/md_2.4.26.txt D changes-entries/md_v2.4.23.txt D changes-entries/md_v2.4.24.txt D changes-entries/md_v2.4.25.txt D changes-entries/mod_headers-edit_all.txt D changes-entries/mod_slotmem_shm.txt D changes-entries/mod_tls_v0.9.0.txt D changes-entries/modssl-engine-fallback.txt D changes-entries/openssl3.txt D changes-entries/pr65091.txt D changes-entries/pr66571.txt D changes-entries/pr66580.txt D changes-entries/pr66597.txt D changes-entries/pr66672.txt D changes-entries/pr66801.txt D changes-entries/pr68080.txt D changes-entries/pr68863.txt D changes-entries/pr68970.txt D changes-entries/pr69160-again.txt D changes-entries/pr69160.txt D changes-entries/pr69168.txt D changes-entries/pr69197.txt D changes-entries/pr69235.txt D changes-entries/pr69258.txt D changes-entries/pr69313.txt D changes-entries/proxy_backend_dns_ttl.txt D changes-entries/proxy_http2_retries.txt D changes-entries/resp_passed.txt D changes-entries/restore_ssl_dump_with_3.txt D changes-entries/rewrite-perdir-unc.txt D changes-entries/ssl-handshake-rtt.txt D changes-entries/ssl-providers.txt D changes-entries/start-threads.txt D changes-entries/systemd-selinux.patch D changes-entries/tls-rustls-update.txt D changes-entries/worker_exit.txt D changes-entries/xmlchar.txt ____________________________________________________________________________________________________________ Commit: dba5ec4d3b74a2d0b66cbe6e5f16cfac3c63bb52 URL: https://git.catflap.org/apache-httpd/commit/?id=dba5ec4d3b74a2d0b66cbe6e5f16cfac3c63bb52 Author: Lucien Gentis (Sat 14 Sep 2024 12:52:31 BST) Committer: Lucien Gentis (Sat 14 Sep 2024 12:52:31 BST) fr doc rebuild. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1920622 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_proxy.html.fr.utf8 M docs/manual/mod/mod_proxy.xml.ja M docs/manual/mod/mpm_common.html.fr.utf8 M docs/manual/mod/mpm_common.xml.de M docs/manual/mod/mpm_common.xml.ja M docs/manual/mod/mpm_common.xml.tr ____________________________________________________________________________________________________________ Commit: cc90931b2d267e8d6f4f9cd4b0aeb9ef4403826a URL: https://git.catflap.org/apache-httpd/commit/?id=cc90931b2d267e8d6f4f9cd4b0aeb9ef4403826a Author: Lucien Gentis (Sat 14 Sep 2024 12:51:30 BST) Committer: Lucien Gentis (Sat 14 Sep 2024 12:51:30 BST) fr doc XML files updates. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1920621 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_proxy.xml.fr M docs/manual/mod/mpm_common.xml.fr ____________________________________________________________________________________________________________ Commit: b9588ebe064aca122dd869768044df73fa8b4fae URL: https://git.catflap.org/apache-httpd/commit/?id=b9588ebe064aca122dd869768044df73fa8b4fae Author: Joe Orton (Thu 12 Sep 2024 17:04:39 BST) Committer: Joe Orton (Thu 12 Sep 2024 17:04:39 BST) mod_ssl: Fix regression in r1914365 preventing pkcs11: key/cert lookup via the ENGINE API without SSLCryptoDevice configured. * modules/ssl/ssl_engine_pphrase.c (modssl_load_keypair_engine): Return APR_ENOTIMPL if the ENGINE could not be loaded for the key. (modssl_load_engine_keypair): Always try loading via ENGINE (as prior to r1914365) but fall back to the STORE API for the new APR_ENOTIMPL case. Github: closes #480 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1920597 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/modssl-engine-fallback.txt M modules/ssl/ssl_engine_pphrase.c ____________________________________________________________________________________________________________ Commit: b5e9884a48f72cdfeddc60b121a24560ef8b88a9 URL: https://git.catflap.org/apache-httpd/commit/?id=b5e9884a48f72cdfeddc60b121a24560ef8b88a9 Author: Joe Orton (Thu 12 Sep 2024 09:38:39 BST) Committer: Joe Orton (Thu 12 Sep 2024 09:38:39 BST) Add jxl mime type Submitted by: printfn Github: closes #478 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1920589 13f79535-47bb-0310-9956-ffa450edef68 M docs/conf/mime.types M test/pyhttpd/conf/mime.types ____________________________________________________________________________________________________________ Commit: 43721ffceeaa4b373887d423a20984afca96707b URL: https://git.catflap.org/apache-httpd/commit/?id=43721ffceeaa4b373887d423a20984afca96707b Author: Joe Orton (Thu 12 Sep 2024 09:36:55 BST) Committer: Joe Orton (Thu 12 Sep 2024 09:36:55 BST) * modules/core/mod_macro.c (process_content): Return error if there's enough not space to store the macro. Replaced MAX_STRING_LEN by sizeof(line). PR: 69258 Submitted by: Marc Stern Github: closes #479 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1920588 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/pr69258.txt M modules/core/mod_macro.c ____________________________________________________________________________________________________________ Commit: 4915c21524e7ed2cf0dcfcf93d8be9139337497d URL: https://git.catflap.org/apache-httpd/commit/?id=4915c21524e7ed2cf0dcfcf93d8be9139337497d Author: Joe Orton (Thu 12 Sep 2024 08:59:22 BST) Committer: Joe Orton (Thu 12 Sep 2024 08:59:22 BST) Add Multipath TCP (MPTCP) support (Proxy) Multipath TCP (MPTCP), standardized in RFC8684 [1], is a TCP extension that enables a TCP connection to use different paths. Multipath TCP has been used for several use cases. On smartphones, MPTCP enables seamless handovers between cellular and Wi-Fi networks while preserving established connections. This use-case is what pushed Apple to use MPTCP since 2013 in multiple applications [2]. On dual-stack hosts, Multipath TCP enables the TCP connection to automatically use the best performing path, either IPv4 or IPv6. If one path fails, MPTCP automatically uses the other path. To benefit from MPTCP, both the client and the server have to support it. Multipath TCP is a backward-compatible TCP extension that is enabled by default on recent Linux distributions (Debian, Ubuntu, Redhat, ...). Multipath TCP is included in the Linux kernel since version 5.6 [3]. To use it on Linux, an application must explicitly enable it when creating the socket. No need to change anything else in the application. Adding the possibility to create MPTCP sockets would thus be a really fine addition to httpd, by allowing clients to make use of their different interfaces. This patch introduces the possibilty to connect to backend servers using MPTCP. Note however that these changes are only available on Linux, as IPPROTO_MPTCP is Linux specific for the time being. For proxies, we can connect using MPTCP by passing the \"multipathtcp\" parameter: ProxyPass \"/example\" \"http://backend.example.com\" multipathtcp=On We then store this information in the worker and create sockets appropriately according to this value. Link: https://www.rfc-editor.org/rfc/rfc8684.html [1] Link: https://www.tessares.net/apples-mptcp-story-so-far/ [2] Link: https://www.mptcp.dev [3] Add Multipath TCP (MPTCP) support (Core) Multipath TCP (MPTCP), standardized in RFC8684 [1], is a TCP extension that enables a TCP connection to use different paths. Multipath TCP has been used for several use cases. On smartphones, MPTCP enables seamless handovers between cellular and Wi-Fi networks while preserving established connections. This use-case is what pushed Apple to use MPTCP since 2013 in multiple applications [2]. On dual-stack hosts, Multipath TCP enables the TCP connection to automatically use the best performing path, either IPv4 or IPv6. If one path fails, MPTCP automatically uses the other path. To benefit from MPTCP, both the client and the server have to support it. Multipath TCP is a backward-compatible TCP extension that is enabled by default on recent Linux distributions (Debian, Ubuntu, Redhat, ...). Multipath TCP is included in the Linux kernel since version 5.6 [3]. To use it on Linux, an application must explicitly enable it when creating the socket. No need to change anything else in the application. Adding the possibility to create MPTCP sockets would thus be a really fine addition to httpd, by allowing clients to make use of their different interfaces. This patch introduces the possibility to listen with MPTCP sockets. Note however that these changes are only available on Linux, as IPPROTO_MPTCP is Linux specific for the time being. To do so, we extended the Listen directive to include a \"multipathtcp\" option, allowing to create MPTCP sockets instead of regular TCP ones: Listen 80 options=multipathtcp We then store this information in flags for the listen directive and create sockets appropriately according to this value. Link: https://www.rfc-editor.org/rfc/rfc8684.html [1] Link: https://www.tessares.net/apples-mptcp-story-so-far/ [2] Link: https://www.mptcp.dev [3] Submitted by: Aperence Github: closes #476 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1920586 13f79535-47bb-0310-9956-ffa450edef68 M CHANGES M docs/manual/mod/mod_proxy.xml M docs/manual/mod/mpm_common.xml M include/ap_listen.h M include/ap_mmn.h M modules/proxy/mod_proxy.c M modules/proxy/mod_proxy.h M modules/proxy/proxy_util.c M server/listen.c ____________________________________________________________________________________________________________ Commit: 197ed7781662f3d764979df46cf6f2ad15f0b93d URL: https://git.catflap.org/apache-httpd/commit/?id=197ed7781662f3d764979df46cf6f2ad15f0b93d Author: Ruediger Pluem (Wed 11 Sep 2024 17:06:04 BST) Committer: Ruediger Pluem (Wed 11 Sep 2024 17:06:04 BST) * Mention the additional bug [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1920572 13f79535-47bb-0310-9956-ffa450edef68 M changes-entries/pr69235.txt ____________________________________________________________________________________________________________ Commit: 4348e8cb7d8c41b1c8019ceb0a1612bb4a3384f7 URL: https://git.catflap.org/apache-httpd/commit/?id=4348e8cb7d8c41b1c8019ceb0a1612bb4a3384f7 Author: Ruediger Pluem (Wed 11 Sep 2024 16:56:33 BST) Committer: Ruediger Pluem (Wed 11 Sep 2024 16:56:33 BST) * Leave the proper escaping of the URL and the adding of r->args to the proxy module which runs after us after r1920570. Just take care to add r->args in case the proxy rule has the [NE] flag set and tell the proxy module to not escape in this case. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1920571 13f79535-47bb-0310-9956-ffa450edef68 M modules/mappers/mod_rewrite.c ____________________________________________________________________________________________________________ Commit: c9dc4bb61befa4f3772de4aec0b892e728b94145 URL: https://git.catflap.org/apache-httpd/commit/?id=c9dc4bb61befa4f3772de4aec0b892e728b94145 Author: Yann Ylavic (Wed 11 Sep 2024 16:30:08 BST) Committer: Yann Ylavic (Wed 11 Sep 2024 16:30:08 BST) mod_rewrite, mod_proxy: mod_proxy to cononicalize rewritten [P] URLs. PR 69235. When mod_rewrite sets a "proxy:" URL with [P], it should be canonicalized by mod_proxy still, notably to handle any "unix:" local socket part. To avoid double encoding in perdir context, a follow up commit should remove the ap_escape_uri() done in mod_rewrite since it's now on mod_proxy to canonicalize, per PR 69260. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1920570 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/pr69235.txt M modules/mappers/mod_rewrite.c M modules/proxy/mod_proxy.c ____________________________________________________________________________________________________________ Commit: a8be4c58f6a989e2a112c6981679d296438978ad URL: https://git.catflap.org/apache-httpd/commit/?id=a8be4c58f6a989e2a112c6981679d296438978ad Author: Yann Ylavic (Wed 11 Sep 2024 15:13:54 BST) Committer: Yann Ylavic (Wed 11 Sep 2024 15:13:54 BST) mod_rewrite: Follow up to r1919325: Simplify QSLAST tracking. We don't need to loop to skip the safe qmarks (thanks rpluem!). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1920566 13f79535-47bb-0310-9956-ffa450edef68 M modules/mappers/mod_rewrite.c ____________________________________________________________________________________________________________ Commit: 6e9594c220027cdf5390cdb347f7b76bde891df8 URL: https://git.catflap.org/apache-httpd/commit/?id=6e9594c220027cdf5390cdb347f7b76bde891df8 Author: Eric Covener (Wed 11 Sep 2024 14:04:51 BST) Committer: Eric Covener (Wed 11 Sep 2024 14:04:51 BST) Windows: fix "Include" of UNC paths ... by making UNCList EXEC_ON_READ (since Include is EXEC_ON_READ) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1920564 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/pr69313.txt M server/core.c ____________________________________________________________________________________________________________ Commit: c72b74ccef72fb56becd55888a3aa783c4ab5b6b URL: https://git.catflap.org/apache-httpd/commit/?id=c72b74ccef72fb56becd55888a3aa783c4ab5b6b Author: Joe Orton (Tue 3 Sep 2024 17:01:47 BST) Committer: Joe Orton (Tue 3 Sep 2024 17:01:47 BST) CI: Update to OpenSSL 3.1.7/3.3.2. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1920440 13f79535-47bb-0310-9956-ffa450edef68 M .github/workflows/linux.yml ____________________________________________________________________________________________________________ Commit: 1389d322598dbd6d062a34a0bfd6b1feff6da1dd URL: https://git.catflap.org/apache-httpd/commit/?id=1389d322598dbd6d062a34a0bfd6b1feff6da1dd Author: Lucien Gentis (Sat 31 Aug 2024 14:06:02 BST) Committer: Lucien Gentis (Sat 31 Aug 2024 14:06:02 BST) fr doc rebuild. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1920323 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_ssl.html.fr.utf8 M docs/manual/mod/mod_ssl.xml.es ____________________________________________________________________________________________________________ Commit: 48051fbf35f10309f8b0150b60bc7ef8ddaeb136 URL: https://git.catflap.org/apache-httpd/commit/?id=48051fbf35f10309f8b0150b60bc7ef8ddaeb136 Author: Lucien Gentis (Sat 31 Aug 2024 14:05:01 BST) Committer: Lucien Gentis (Sat 31 Aug 2024 14:05:01 BST) fr doc XML file update. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1920322 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_ssl.xml.fr ____________________________________________________________________________________________________________ Commit: 79990b070f2e5374e1add982342b1fa71f5d189e URL: https://git.catflap.org/apache-httpd/commit/?id=79990b070f2e5374e1add982342b1fa71f5d189e Author: Joe Orton (Fri 30 Aug 2024 16:36:29 BST) Committer: Joe Orton (Fri 30 Aug 2024 16:36:29 BST) mod_ssl: Add SSL_HANDSHAKE_RTT environment variable. * modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl): Support SSL_HANDSHAKE_RTT. (ssl_var_lookup_ssl_handshake_rtt): New function. * modules/ssl/ssl_engine_kernel.c (ssl_hook_Fixup_vars): Add SSL_HANDSHAKE_RTT. Submitted by: csmutz Github: closes #477 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1920297 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/ssl-handshake-rtt.txt M docs/manual/mod/mod_ssl.xml M modules/ssl/ssl_engine_kernel.c M modules/ssl/ssl_engine_vars.c ____________________________________________________________________________________________________________ Commit: 1bce53dc874ce8a211cbace47e389fdbe861413b URL: https://git.catflap.org/apache-httpd/commit/?id=1bce53dc874ce8a211cbace47e389fdbe861413b Author: Joe Orton (Fri 30 Aug 2024 10:30:08 BST) Committer: Joe Orton (Fri 30 Aug 2024 10:30:08 BST) Update tr.xml (#1) Update translation string Submitted by: Serhat <49079271+onwp users.noreply.github.com> Github: closes #456 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1920287 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/style/lang/tr.xml ____________________________________________________________________________________________________________ Commit: 374474b48ccccb40998d1b0ee360ee4e28232e07 URL: https://git.catflap.org/apache-httpd/commit/?id=374474b48ccccb40998d1b0ee360ee4e28232e07 Author: Graham Leggett (Thu 29 Aug 2024 15:10:10 BST) Committer: Graham Leggett (Thu 29 Aug 2024 15:10:10 BST) ap_log_error: Include apu_version header to pick up apr-util version number. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1920273 13f79535-47bb-0310-9956-ffa450edef68 M server/log.c ____________________________________________________________________________________________________________ Commit: 6a2433cb3fbc30c8a55f450a046e4b0f69e73143 URL: https://git.catflap.org/apache-httpd/commit/?id=6a2433cb3fbc30c8a55f450a046e4b0f69e73143 Author: Lucien Gentis (Sat 24 Aug 2024 17:22:54 BST) Committer: Lucien Gentis (Sat 24 Aug 2024 17:22:54 BST) fr doc rebuild. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1920161 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/rewrite/flags.html.fr.utf8 ____________________________________________________________________________________________________________ Commit: 9fe1b87cd892b08d5430c35f10efa823e7d3a337 URL: https://git.catflap.org/apache-httpd/commit/?id=9fe1b87cd892b08d5430c35f10efa823e7d3a337 Author: Lucien Gentis (Sat 24 Aug 2024 17:21:49 BST) Committer: Lucien Gentis (Sat 24 Aug 2024 17:21:49 BST) fr doc XML file update. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1920160 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/rewrite/flags.xml.fr ____________________________________________________________________________________________________________ Commit: 6895fc09b419b4300847f1364da31019b2631add URL: https://git.catflap.org/apache-httpd/commit/?id=6895fc09b419b4300847f1364da31019b2631add Author: Ruediger Pluem (Wed 21 Aug 2024 13:36:45 BST) Committer: Ruediger Pluem (Wed 21 Aug 2024 13:36:45 BST) * Fix typo in anchor [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1920109 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/rewrite/flags.xml ____________________________________________________________________________________________________________ Commit: 30c15cd532d5b653ac267ba7b7f4b9267d432a90 URL: https://git.catflap.org/apache-httpd/commit/?id=30c15cd532d5b653ac267ba7b7f4b9267d432a90 Author: Joe Orton (Tue 20 Aug 2024 09:28:48 BST) Committer: Joe Orton (Tue 20 Aug 2024 09:28:48 BST) CI: Install libsasl2-dev to fix build errors with APR trunk/apr-util 1.7.x https://lists.apache.org/thread/8hhs2otod7fo44964yd1csck3ddm1fq2 CI: Add job to test LDAP with the (apr 1.7.x, apr-util 1.7.x) combination. Github: closes #474 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1920050 13f79535-47bb-0310-9956-ffa450edef68 M .github/workflows/linux.yml ____________________________________________________________________________________________________________ Commit: fe4ade610c750d63c3bbfe0d07c5a37f2d5cb9f0 URL: https://git.catflap.org/apache-httpd/commit/?id=fe4ade610c750d63c3bbfe0d07c5a37f2d5cb9f0 Author: Graham Leggett (Mon 19 Aug 2024 07:52:35 BST) Committer: Graham Leggett (Mon 19 Aug 2024 07:52:35 BST) ap_log_error: Include text strings from apr-util in addition to apr. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1920013 13f79535-47bb-0310-9956-ffa450edef68 M server/log.c ____________________________________________________________________________________________________________ Commit: c4f35264e9f30272cd12d9e9d47f0eb041d93b77 URL: https://git.catflap.org/apache-httpd/commit/?id=c4f35264e9f30272cd12d9e9d47f0eb041d93b77 Author: Eric Covener (Tue 13 Aug 2024 15:12:35 BST) Committer: Eric Covener (Tue 13 Aug 2024 15:12:35 BST) don't merge slashes on perdir prefix Submitted by: Eric Covener Github: closes #472 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919860 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/rewrite-perdir-unc.txt M modules/mappers/mod_rewrite.c ____________________________________________________________________________________________________________ Commit: 3e87e2ba980f6ba2a47c5d860ba6545087b35b21 URL: https://git.catflap.org/apache-httpd/commit/?id=3e87e2ba980f6ba2a47c5d860ba6545087b35b21 Author: Lucien Gentis (Mon 5 Aug 2024 12:51:38 BST) Committer: Lucien Gentis (Mon 5 Aug 2024 12:51:38 BST) fr doc rebuild git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919678 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_rewrite.html.fr.utf8 M docs/manual/rewrite/flags.html.fr.utf8 ____________________________________________________________________________________________________________ Commit: 6b9a3d05fa71ad3daf2f35d3ac953eb053569ba9 URL: https://git.catflap.org/apache-httpd/commit/?id=6b9a3d05fa71ad3daf2f35d3ac953eb053569ba9 Author: Lucien Gentis (Mon 5 Aug 2024 12:50:02 BST) Committer: Lucien Gentis (Mon 5 Aug 2024 12:50:02 BST) fr doc XML files updates. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919677 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_rewrite.xml.fr M docs/manual/rewrite/flags.xml.fr ____________________________________________________________________________________________________________ Commit: 3407110548df4e55dcacf049d808e062ddae19b4 URL: https://git.catflap.org/apache-httpd/commit/?id=3407110548df4e55dcacf049d808e062ddae19b4 Author: Ivan Zhakov (Sun 4 Aug 2024 12:13:17 BST) Committer: Ivan Zhakov (Sun 4 Aug 2024 12:13:17 BST) CI: Enable Windows job for 2.4.x branch. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919665 13f79535-47bb-0310-9956-ffa450edef68 M .github/workflows/windows.yml ____________________________________________________________________________________________________________ Commit: 99cb8cbf5ac09261eb2ee21ecd1844f789a98684 URL: https://git.catflap.org/apache-httpd/commit/?id=99cb8cbf5ac09261eb2ee21ecd1844f789a98684 Author: Christophe Jaillet (Sat 3 Aug 2024 20:53:13 BST) Committer: Christophe Jaillet (Sat 3 Aug 2024 20:53:13 BST) The new should be declared in common.dtd. Otherwise, ir breaks ./build.sh validate-xml I forgot to push that in r1919560. Thanks lucien Gentis for reporting it to me. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919653 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/style/common.dtd ____________________________________________________________________________________________________________ Commit: f1eda2be4da2e0c0d9bda269009e4755075eebf9 URL: https://git.catflap.org/apache-httpd/commit/?id=f1eda2be4da2e0c0d9bda269009e4755075eebf9 Author: Yann Ylavic (Fri 2 Aug 2024 01:53:53 BST) Committer: Yann Ylavic (Fri 2 Aug 2024 01:53:53 BST) Follow up to r1919620: Restore r->filename re-encoding for ProxyPass URLs. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919628 13f79535-47bb-0310-9956-ffa450edef68 M changes-entries/bz69203.txt M modules/proxy/mod_proxy.c M modules/proxy/mod_proxy_fcgi.c ____________________________________________________________________________________________________________ Commit: ad7218959cc573eac5a8da0897665f2f4b088218 URL: https://git.catflap.org/apache-httpd/commit/?id=ad7218959cc573eac5a8da0897665f2f4b088218 Author: Yann Ylavic (Thu 1 Aug 2024 17:09:14 BST) Committer: Yann Ylavic (Thu 1 Aug 2024 17:09:14 BST) Follow up to r1919620: init path after "proxy:" is skipped. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919623 13f79535-47bb-0310-9956-ffa450edef68 M modules/proxy/mod_proxy_fcgi.c ____________________________________________________________________________________________________________ Commit: 4864be2599c988573933fd854585236908550d6f URL: https://git.catflap.org/apache-httpd/commit/?id=4864be2599c988573933fd854585236908550d6f Author: Yann Ylavic (Thu 1 Aug 2024 16:20:16 BST) Committer: Yann Ylavic (Thu 1 Aug 2024 16:20:16 BST) Follow up to r1919620: CHANGES entry indent. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919621 13f79535-47bb-0310-9956-ffa450edef68 M changes-entries/bz69203.txt ____________________________________________________________________________________________________________ Commit: 13963ef367a97bb51836121b5e53a739df7e92c1 URL: https://git.catflap.org/apache-httpd/commit/?id=13963ef367a97bb51836121b5e53a739df7e92c1 Author: Yann Ylavic (Thu 1 Aug 2024 15:43:58 BST) Committer: Yann Ylavic (Thu 1 Aug 2024 15:43:58 BST) mod_proxy_fcgi: Don't re-encode SCRIPT_FILENAME. PR 69203 Before r1918550 (r1918559 in 2.4.60), "SetHandler proxy:..." configurations did not pass through proxy_fixup() hence the proxy_canon_handler hooks, leaving fcgi's SCRIPT_FILENAME environment variable (from r->filename) decoded, or more exactly not re-encoded. We still want to call ap_proxy_canon_url() for "fcgi:" to handle/strip the UDS "unix:" case and check that r->filename is valid and contains no controls, but proxy_fcgi_canon() will not ap_proxy_canonenc_ex() thus re-encode anymore. Note that this will do the same for "ProxyPass fcgi:...", there is no reason that using SetHandler or ProxyPass don't result in the same thing. If an opt in/out makes sense we should probably look at ProxyFCGIBackendType. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919620 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/bz69203.txt M modules/proxy/mod_proxy_fcgi.c ____________________________________________________________________________________________________________ Commit: 58c4d2005d6f7f9348d0d76db2c9e754207467eb URL: https://git.catflap.org/apache-httpd/commit/?id=58c4d2005d6f7f9348d0d76db2c9e754207467eb Author: Yann Ylavic (Thu 1 Aug 2024 14:00:35 BST) Committer: Yann Ylavic (Thu 1 Aug 2024 14:00:35 BST) Follow up to r1919617: Better CHANGES entry per Eric. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919619 13f79535-47bb-0310-9956-ffa450edef68 M changes-entries/bz69233.txt ____________________________________________________________________________________________________________ Commit: 2f1f9c5df027e86bf4c3dbdb96c9e52748421c20 URL: https://git.catflap.org/apache-httpd/commit/?id=2f1f9c5df027e86bf4c3dbdb96c9e52748421c20 Author: Yann Ylavic (Thu 1 Aug 2024 12:35:26 BST) Committer: Yann Ylavic (Thu 1 Aug 2024 12:35:26 BST) mod_proxy: Fix selection of ProxyPassMatch workers with host/port substitution. PR 69233. With "ProxyPassMatch ^/([^/]+)/(.*)$ https://$1/$2", ap_proxy_get_worker_ex() should not consider the length of scheme://host part of the given URL because of the globbing match on the host part. Fix it by setting worker->s>is_host_matchable when creating a worker with host substitution and avoiding the min_match check in worker_matches() in this case. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919617 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/bz69233.txt M include/ap_mmn.h M modules/proxy/mod_proxy.h M modules/proxy/proxy_util.c ____________________________________________________________________________________________________________ Commit: 0838e04da443bc9c76c3f12b7b67f1fedd7a9581 URL: https://git.catflap.org/apache-httpd/commit/?id=0838e04da443bc9c76c3f12b7b67f1fedd7a9581 Author: Ivan Zhakov (Wed 31 Jul 2024 13:25:40 BST) Committer: Ivan Zhakov (Wed 31 Jul 2024 13:25:40 BST) Follow-up to r1919587: CMake: Fix type in variable name (MODULES_SYNMBOLS -> MODULES_SYMBOLS) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919602 13f79535-47bb-0310-9956-ffa450edef68 M build/build-modules-c.cmake M build/modules.c.in ____________________________________________________________________________________________________________ Commit: 0fd65dba2f2960bffcaaef788ceab762cfea6d89 URL: https://git.catflap.org/apache-httpd/commit/?id=0fd65dba2f2960bffcaaef788ceab762cfea6d89 Author: Ivan Zhakov (Tue 30 Jul 2024 01:15:32 BST) Committer: Ivan Zhakov (Tue 30 Jul 2024 01:15:32 BST) Follow-up to r1919413: CMake: Use configure_file() instead of file(write) to generate modules.c file because configure_file() doesn't change timestamp of file if contents is the the same. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919587 13f79535-47bb-0310-9956-ffa450edef68 M build/build-modules-c.cmake A build/modules.c.in ____________________________________________________________________________________________________________ Commit: a288cd39ce2f0e05f1cb3e41aa83a9f173ded1e3 URL: https://git.catflap.org/apache-httpd/commit/?id=a288cd39ce2f0e05f1cb3e41aa83a9f173ded1e3 Author: Joe Orton (Mon 29 Jul 2024 09:40:42 BST) Committer: Joe Orton (Mon 29 Jul 2024 09:40:42 BST) * modules/dav/fs/repos.c (dav_fs_get_resource): Return a 404 rather than a 400 where r->path_info is not empty for a file; a valid but unsatisfiable request to a path which cannot exist, e.g. /dav/foo.txt/blah where /dav/foo.txt is not a directory. Github: closes #465 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919580 13f79535-47bb-0310-9956-ffa450edef68 M modules/dav/fs/repos.c ____________________________________________________________________________________________________________ Commit: 6680ceb5e711142bd1ee61f25827babaf25938ca URL: https://git.catflap.org/apache-httpd/commit/?id=6680ceb5e711142bd1ee61f25827babaf25938ca Author: Christophe Jaillet (Sun 28 Jul 2024 14:33:25 BST) Committer: Christophe Jaillet (Sun 28 Jul 2024 14:33:25 BST) Add some compatibility notes for some mod_rewrite flags added in lte last releases. Make use of the new . git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919564 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_rewrite.xml M docs/manual/rewrite/flags.xml ____________________________________________________________________________________________________________ Commit: 3f5606e958c9e4bc320aed68161f5755061486ca URL: https://git.catflap.org/apache-httpd/commit/?id=3f5606e958c9e4bc320aed68161f5755061486ca Author: Christophe Jaillet (Sun 28 Jul 2024 07:21:28 BST) Committer: Christophe Jaillet (Sun 28 Jul 2024 07:21:28 BST) Add a new tag to ease writing compatibility notes. This is much less verbose and will make wording more consistent in the generated html files. It is declared in synopsis.xsl because its main use should be here, but it is usable anywhere. Only the French translation is provided. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919560 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/style/lang/da.xml M docs/manual/style/lang/de.xml M docs/manual/style/lang/en.xml M docs/manual/style/lang/es.xml M docs/manual/style/lang/fr.xml M docs/manual/style/lang/ja.xml M docs/manual/style/lang/ko.xml M docs/manual/style/lang/pt-br.xml M docs/manual/style/lang/ru.xml M docs/manual/style/lang/tr.xml M docs/manual/style/lang/zh-cn.xml M docs/manual/style/xsl/synopsis.xsl ____________________________________________________________________________________________________________ Commit: 25ef591ed61cb281e0c88d6c4af1160f871c7387 URL: https://git.catflap.org/apache-httpd/commit/?id=25ef591ed61cb281e0c88d6c4af1160f871c7387 Author: Yann Ylavic (Sat 27 Jul 2024 14:54:08 BST) Committer: Yann Ylavic (Sat 27 Jul 2024 14:54:08 BST) mod_proxy_fcgi: Use r->uri rather than r->filename for directory walk. r->filename is a "proxy:" one for mod_proxy modules, and ap_directory_walk() can't cope with that, so force r->uri. Github: closes #468 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919547 13f79535-47bb-0310-9956-ffa450edef68 M modules/proxy/mod_proxy_fcgi.c ____________________________________________________________________________________________________________ Commit: e7b47ef616ba03148bc698825ee7ec86c8f60577 URL: https://git.catflap.org/apache-httpd/commit/?id=e7b47ef616ba03148bc698825ee7ec86c8f60577 Author: Yann Ylavic (Sat 27 Jul 2024 14:26:40 BST) Committer: Yann Ylavic (Sat 27 Jul 2024 14:26:40 BST) Trigger ci git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919543 13f79535-47bb-0310-9956-ffa450edef68 M .github/workflows/linux.yml ____________________________________________________________________________________________________________ Commit: 3ce4c8cdf8c42dcc25095186a0c6cf3481cc56dc URL: https://git.catflap.org/apache-httpd/commit/?id=3ce4c8cdf8c42dcc25095186a0c6cf3481cc56dc Author: Yann Ylavic (Fri 26 Jul 2024 15:40:44 BST) Committer: Yann Ylavic (Fri 26 Jul 2024 15:40:44 BST) mod_proxy: Allow for empty UDS URL hostname in ProxyPass workers too. Using "unix:/udspath|scheme:" or "unix:/udspath|scheme://" for a ProxyPass URL does not work currently, while it works for SetHandler "proxy:unix:...". git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919533 13f79535-47bb-0310-9956-ffa450edef68 M modules/proxy/mod_proxy.c M modules/proxy/proxy_util.c ____________________________________________________________________________________________________________ Commit: f78f41ec515a5eec15399928b8975a5426f1c971 URL: https://git.catflap.org/apache-httpd/commit/?id=f78f41ec515a5eec15399928b8975a5426f1c971 Author: Yann Ylavic (Fri 26 Jul 2024 15:36:25 BST) Committer: Yann Ylavic (Fri 26 Jul 2024 15:36:25 BST) *) mod_proxy: Avoid AH01059 parsing error for SetHandler "unix:" URLs in (incomplete fix in 2.4.62). PR 69160. When SetHandler "unix:..." is used in a block, the path gets appended (including $DOCUMENT_ROOT somehow) to r->filename hence the current checks in fixup_uds_filename() to add "localhost" when missing don't work. Fix them. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919532 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/pr69160-again.txt M modules/proxy/proxy_util.c ____________________________________________________________________________________________________________ Commit: 259cf95e356496714f2ba564d147609e86c7e158 URL: https://git.catflap.org/apache-httpd/commit/?id=259cf95e356496714f2ba564d147609e86c7e158 Author: Lucien Gentis (Fri 26 Jul 2024 13:34:19 BST) Committer: Lucien Gentis (Fri 26 Jul 2024 13:34:19 BST) fr doc rebuild. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919527 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/platform/windows.html.fr.utf8 M docs/manual/platform/windows.xml.meta ____________________________________________________________________________________________________________ Commit: 6ac221c38163dc0ef24c02114157cc3d2d2b0bd0 URL: https://git.catflap.org/apache-httpd/commit/?id=6ac221c38163dc0ef24c02114157cc3d2d2b0bd0 Author: Lucien Gentis (Fri 26 Jul 2024 13:33:18 BST) Committer: Lucien Gentis (Fri 26 Jul 2024 13:33:18 BST) fr doc XML file update. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919526 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/platform/windows.xml.fr ____________________________________________________________________________________________________________ Commit: 4eee244d55fee6e7b5ed79591f2e097e00e3cc1e URL: https://git.catflap.org/apache-httpd/commit/?id=4eee244d55fee6e7b5ed79591f2e097e00e3cc1e Author: Joe Orton (Fri 26 Jul 2024 10:14:40 BST) Committer: Joe Orton (Fri 26 Jul 2024 10:14:40 BST) CI: Fix OpenSSL tarball download URLs after openssl.org site refresh CI: Update to latest OpenSSL releases. CI: Build OpenSSL with RPATH set so that the installed ./bin/openssl works without LD_LIBRARY_PATH set. Use LD_RUN_PATH during the httpd build to achieve the same with binaries from the httpd build, but unset it after so that it doesn't affect running e.g. php-fpm or perl later. Should fix warning from logs when php-fpm is executed -- [26-Jul-2024 07:43:34] NOTICE: PHP message: PHP Warning: PHP Startup: Unable to load dynamic library 'curl.so' (tried: /usr/lib/php/20210902/curl.so (/lib/x86_64-linux-gnu/libcurl.so.4: undefined symbol: ENGINE_init, version OPENSSL_3.0.0), /usr/lib/php/20210902/curl.so.so (/usr/lib/php/20210902/curl.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 CI: Test that php-fpm works if available before testing. CI: For paranoia/future debugging, log the OpenSSL version from compile-time and run-time as reported by mod_ssl. Github: closes #466 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919524 13f79535-47bb-0310-9956-ffa450edef68 M .github/workflows/linux.yml M test/travis_before_linux.sh M test/travis_run_linux.sh ____________________________________________________________________________________________________________ Commit: 400d4e121fecf60f3450a2ef7d5ccf1c992530cb URL: https://git.catflap.org/apache-httpd/commit/?id=400d4e121fecf60f3450a2ef7d5ccf1c992530cb Author: Joe Orton (Wed 24 Jul 2024 13:48:10 BST) Committer: Joe Orton (Wed 24 Jul 2024 13:48:10 BST) * modules/core/mod_so.c (load_module): Log the file/lineno for a duplicated LoadModule since it's often a symptom of some deeper mis-configuration. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919496 13f79535-47bb-0310-9956-ffa450edef68 M modules/core/mod_so.c ____________________________________________________________________________________________________________ Commit: 0e30f592011fa88793a3dc836b04ca0996b0a698 URL: https://git.catflap.org/apache-httpd/commit/?id=0e30f592011fa88793a3dc836b04ca0996b0a698 Author: Rainer Jung (Wed 24 Jul 2024 11:42:18 BST) Committer: Rainer Jung (Wed 24 Jul 2024 11:42:18 BST) Reenable test class, upstream bug fixed in pebble. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919491 13f79535-47bb-0310-9956-ffa450edef68 M test/modules/md/md_env.py ____________________________________________________________________________________________________________ Commit: 18d5c79993703380a7bcafb15aab4c4be63a4e33 URL: https://git.catflap.org/apache-httpd/commit/?id=18d5c79993703380a7bcafb15aab4c4be63a4e33 Author: Eric Covener (Tue 23 Jul 2024 13:56:13 BST) Committer: Eric Covener (Tue 23 Jul 2024 13:56:13 BST) xforms [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919469 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/platform/windows.html.en.utf8 M docs/manual/platform/windows.xml.fr M docs/manual/platform/windows.xml.ko M docs/manual/platform/windows.xml.meta ____________________________________________________________________________________________________________ Commit: 06306e4c474d10c8d7c67a1e1c19645091053ec3 URL: https://git.catflap.org/apache-httpd/commit/?id=06306e4c474d10c8d7c67a1e1c19645091053ec3 Author: Eric Covener (Tue 23 Jul 2024 13:55:46 BST) Committer: Eric Covener (Tue 23 Jul 2024 13:55:46 BST) use UNCList in UNC examples git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919468 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/platform/windows.xml ____________________________________________________________________________________________________________ Commit: ed4ffd04a8c0cb2ca084a8a54c3f0a17aab9e12f URL: https://git.catflap.org/apache-httpd/commit/?id=ed4ffd04a8c0cb2ca084a8a54c3f0a17aab9e12f Author: Ivan Zhakov (Sun 21 Jul 2024 08:40:54 BST) Committer: Ivan Zhakov (Sun 21 Jul 2024 08:40:54 BST) CMake: Use TARGET_COMPILE_DEFINITIONS to set preprocessor definitions. TARGET_COMPILE_DEFINITIONS correctly handle values with spaces, so DEFINE_WITH_BLANKS() macro can be removed. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919428 13f79535-47bb-0310-9956-ffa450edef68 M CMakeLists.txt ____________________________________________________________________________________________________________ Commit: 27ab02c382bff8501ae7b683129c929b8ad105d9 URL: https://git.catflap.org/apache-httpd/commit/?id=27ab02c382bff8501ae7b683129c929b8ad105d9 Author: Ivan Zhakov (Sat 20 Jul 2024 18:31:20 BST) Committer: Ivan Zhakov (Sat 20 Jul 2024 18:31:20 BST) * .github/workflows/windows.yml: Install openssl. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919417 13f79535-47bb-0310-9956-ffa450edef68 M .github/workflows/windows.yml ____________________________________________________________________________________________________________ Commit: f1d2979ead9e99b434691c902fed020bb9db118d URL: https://git.catflap.org/apache-httpd/commit/?id=f1d2979ead9e99b434691c902fed020bb9db118d Author: Ivan Zhakov (Sat 20 Jul 2024 17:49:15 BST) Committer: Ivan Zhakov (Sat 20 Jul 2024 17:49:15 BST) * .github/workflows/windows.yml: Fix syntax error. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919416 13f79535-47bb-0310-9956-ffa450edef68 M .github/workflows/windows.yml ____________________________________________________________________________________________________________ Commit: 16db87d078a053c8d607f9d26e24b7e807103485 URL: https://git.catflap.org/apache-httpd/commit/?id=16db87d078a053c8d607f9d26e24b7e807103485 Author: Ivan Zhakov (Sat 20 Jul 2024 17:45:14 BST) Committer: Ivan Zhakov (Sat 20 Jul 2024 17:45:14 BST) * .github/workflows/windows.yml: Fix syntax error. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919415 13f79535-47bb-0310-9956-ffa450edef68 M .github/workflows/windows.yml ____________________________________________________________________________________________________________ Commit: 0f8d9d8274bb4a56c0f3a05820b6f79c5262832a URL: https://git.catflap.org/apache-httpd/commit/?id=0f8d9d8274bb4a56c0f3a05820b6f79c5262832a Author: Ivan Zhakov (Sat 20 Jul 2024 17:44:26 BST) Committer: Ivan Zhakov (Sat 20 Jul 2024 17:44:26 BST) * .github/workflows/windows.yml: Try to use Ninja for Windows CI build. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919414 13f79535-47bb-0310-9956-ffa450edef68 M .github/workflows/windows.yml ____________________________________________________________________________________________________________ Commit: 55c5d07a2d56109b7edaf399fbeabaf4dfaf6264 URL: https://git.catflap.org/apache-httpd/commit/?id=55c5d07a2d56109b7edaf399fbeabaf4dfaf6264 Author: Ivan Zhakov (Sat 20 Jul 2024 17:18:18 BST) Committer: Ivan Zhakov (Sat 20 Jul 2024 17:18:18 BST) Remove awk dependency when building using CMake. Before this awk was required for -DWITH_MODULES option. * build/build-modules-c.cmake: (generate_builtin_modules_c): Function to generate modules.c. * CMakeLists.txt (): Use generate_builtin_modules_c() instead of `awk -f build/build-modules-c.awk` to generate modules.c file. * README.cmake: (Prerequisites, How to build): Do not mention awk as prerequisite. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919413 13f79535-47bb-0310-9956-ffa450edef68 M CMakeLists.txt M README.cmake A build/build-modules-c.cmake ____________________________________________________________________________________________________________ Commit: 152035066b015b21347057bc8cab3e1ce2116d27 URL: https://git.catflap.org/apache-httpd/commit/?id=152035066b015b21347057bc8cab3e1ce2116d27 Author: Ivan Zhakov (Sat 20 Jul 2024 17:09:24 BST) Committer: Ivan Zhakov (Sat 20 Jul 2024 17:09:24 BST) * .github/workflows/windows.yml: Enable VCPKG artifacts caching. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919411 13f79535-47bb-0310-9956-ffa450edef68 M .github/workflows/windows.yml ____________________________________________________________________________________________________________ Commit: ef7b4a14356e9b10fbee7a91d1927a64cd64bda8 URL: https://git.catflap.org/apache-httpd/commit/?id=ef7b4a14356e9b10fbee7a91d1927a64cd64bda8 Author: Lucien Gentis (Sat 20 Jul 2024 14:42:50 BST) Committer: Lucien Gentis (Sat 20 Jul 2024 14:42:50 BST) fr doc rebuild. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919405 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_rewrite.html.fr.utf8 M docs/manual/rewrite/flags.html.fr.utf8 ____________________________________________________________________________________________________________ Commit: a342de81878a27ac1c274cb84e947771a98fd41b URL: https://git.catflap.org/apache-httpd/commit/?id=a342de81878a27ac1c274cb84e947771a98fd41b Author: Lucien Gentis (Sat 20 Jul 2024 14:41:51 BST) Committer: Lucien Gentis (Sat 20 Jul 2024 14:41:51 BST) fr doc XML files updates. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919404 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_rewrite.xml.fr M docs/manual/rewrite/flags.xml.fr ____________________________________________________________________________________________________________ Commit: a047de204a6e59694196c31ea1c8908654803d83 URL: https://git.catflap.org/apache-httpd/commit/?id=a047de204a6e59694196c31ea1c8908654803d83 Author: Ivan Zhakov (Sat 20 Jul 2024 14:36:20 BST) Committer: Ivan Zhakov (Sat 20 Jul 2024 14:36:20 BST) * build/build-modules-c.awk: Add AP_DECLARE_DATA to ap_prelinked_modules, ap_prelinked_modules_symbols and ap_preloaded_modules to match declaration in ap_config.h. It doesn't change behavior because AP_DECLARE_DATA is empty on non-Windows platform. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919403 13f79535-47bb-0310-9956-ffa450edef68 M build/build-modules-c.awk ____________________________________________________________________________________________________________ Commit: 6068da7f3e8b24791ec022c83de3454f94e38d69 URL: https://git.catflap.org/apache-httpd/commit/?id=6068da7f3e8b24791ec022c83de3454f94e38d69 Author: Ivan Zhakov (Sat 20 Jul 2024 14:10:14 BST) Committer: Ivan Zhakov (Sat 20 Jul 2024 14:10:14 BST) * .github/workflows/windows.yml: Add quotes for -DAPR_LIBRARIES argument. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919399 13f79535-47bb-0310-9956-ffa450edef68 M .github/workflows/windows.yml ____________________________________________________________________________________________________________ Commit: a3ca4f87d42abd07d13c3485671100f5bdde6a18 URL: https://git.catflap.org/apache-httpd/commit/?id=a3ca4f87d42abd07d13c3485671100f5bdde6a18 Author: Ivan Zhakov (Sat 20 Jul 2024 14:09:23 BST) Committer: Ivan Zhakov (Sat 20 Jul 2024 14:09:23 BST) * .github/workflows/windows.yml: Enable HTTPD private headers when installing APR. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919398 13f79535-47bb-0310-9956-ffa450edef68 M .github/workflows/windows.yml ____________________________________________________________________________________________________________ Commit: 1d4b356d3726d41d3a4ccf7f2beb55c2e8608874 URL: https://git.catflap.org/apache-httpd/commit/?id=1d4b356d3726d41d3a4ccf7f2beb55c2e8608874 Author: Ivan Zhakov (Sat 20 Jul 2024 14:04:40 BST) Committer: Ivan Zhakov (Sat 20 Jul 2024 14:04:40 BST) CI: Add Windows GitHub Action job. Not really tested. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919397 13f79535-47bb-0310-9956-ffa450edef68 A .github/workflows/windows.yml ____________________________________________________________________________________________________________ Commit: a476b3f5a0f04d53fc26c6a76620f8adb055f645 URL: https://git.catflap.org/apache-httpd/commit/?id=a476b3f5a0f04d53fc26c6a76620f8adb055f645 Author: Ivan Zhakov (Sat 20 Jul 2024 13:51:16 BST) Committer: Ivan Zhakov (Sat 20 Jul 2024 13:51:16 BST) * CMakeLists.txt: By default use PCRE2 CMake package if supported. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919395 13f79535-47bb-0310-9956-ffa450edef68 M CMakeLists.txt ____________________________________________________________________________________________________________ Commit: f1c5079459b1bcce0907e7ffc7a49139c7b449d7 URL: https://git.catflap.org/apache-httpd/commit/?id=f1c5079459b1bcce0907e7ffc7a49139c7b449d7 Author: Ivan Zhakov (Sat 20 Jul 2024 13:15:48 BST) Committer: Ivan Zhakov (Sat 20 Jul 2024 13:15:48 BST) * os/win32/modules.c: Include "ap_config.h" to match the file generated by build/build-modules-c.awk. It doesn't change the behaviour because ap_config.h is included by httpd.h. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919392 13f79535-47bb-0310-9956-ffa450edef68 M os/win32/modules.c ____________________________________________________________________________________________________________ Commit: 8f64f34d68cdc70ce416fadebec62d292366112f URL: https://git.catflap.org/apache-httpd/commit/?id=8f64f34d68cdc70ce416fadebec62d292366112f Author: Ivan Zhakov (Sat 20 Jul 2024 13:13:26 BST) Committer: Ivan Zhakov (Sat 20 Jul 2024 13:13:26 BST) * os/win32/modules.c: Add AP_DECLARE_DATA to ap_prelinked_module_symbols to match definition in ap_config.h. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919391 13f79535-47bb-0310-9956-ffa450edef68 M os/win32/modules.c ____________________________________________________________________________________________________________ Commit: 11c43c9a6dd9dc682296446cecd80d6588c2674b URL: https://git.catflap.org/apache-httpd/commit/?id=11c43c9a6dd9dc682296446cecd80d6588c2674b Author: Rainer Jung (Wed 17 Jul 2024 23:11:28 BST) Committer: Rainer Jung (Wed 17 Jul 2024 23:11:28 BST) Skip more h2 tests in prefork git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919334 13f79535-47bb-0310-9956-ffa450edef68 M test/modules/http2/test_202_trailer.py M test/modules/http2/test_203_rfc9113.py ____________________________________________________________________________________________________________ Commit: c8e629e485ee251c98318e653a011e59aebd9f6a URL: https://git.catflap.org/apache-httpd/commit/?id=c8e629e485ee251c98318e653a011e59aebd9f6a Author: Rainer Jung (Wed 17 Jul 2024 23:02:27 BST) Committer: Rainer Jung (Wed 17 Jul 2024 23:02:27 BST) Skip h2 tests on prefork git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919332 13f79535-47bb-0310-9956-ffa450edef68 M test/modules/tls/env.py M test/modules/tls/test_07_alpn.py M test/modules/tls/test_14_proxy_ssl.py M test/modules/tls/test_15_proxy_tls.py ____________________________________________________________________________________________________________ Commit: 5f9b5924a919b964ebc36a68ae17dcb1855a349c URL: https://git.catflap.org/apache-httpd/commit/?id=5f9b5924a919b964ebc36a68ae17dcb1855a349c Author: Rainer Jung (Wed 17 Jul 2024 22:57:23 BST) Committer: Rainer Jung (Wed 17 Jul 2024 22:57:23 BST) Fix typo in test name git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919330 13f79535-47bb-0310-9956-ffa450edef68 M test/modules/tls/test_14_proxy_ssl.py ____________________________________________________________________________________________________________ Commit: a1a93beb58b81f1de2b713ae5f96c41ed5952a74 URL: https://git.catflap.org/apache-httpd/commit/?id=a1a93beb58b81f1de2b713ae5f96c41ed5952a74 Author: Yann Ylavic (Wed 17 Jul 2024 21:50:12 BST) Committer: Yann Ylavic (Wed 17 Jul 2024 21:50:12 BST) mod_rewrite: Better question mark tracking to avoid UnsafeAllow3F. PR 69197. Track in do_expand() whether a '?' in the uri-path comes from a literal in the substitution string or from an expansion (variable, lookup, ...). In the former case it's safe to assume that it's the query-string separator but for the other case it's not (could be a decoded %3f from r->uri). This allows to avoid [UnsafeAllow3F] for most cases. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919325 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/pr69197.txt M modules/mappers/mod_rewrite.c ____________________________________________________________________________________________________________ Commit: 07c50195643ddb3ca8f58a010c7d6ff4645c5675 URL: https://git.catflap.org/apache-httpd/commit/?id=07c50195643ddb3ca8f58a010c7d6ff4645c5675 Author: Yann Ylavic (Tue 16 Jul 2024 16:56:54 BST) Committer: Yann Ylavic (Tue 16 Jul 2024 16:56:54 BST) core: Improve AP_REQUEST_ #defines. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919290 13f79535-47bb-0310-9956-ffa450edef68 M include/httpd.h ____________________________________________________________________________________________________________ Commit: f889bcb2285adfbfd3bc01ecc5c6764778c12953 URL: https://git.catflap.org/apache-httpd/commit/?id=f889bcb2285adfbfd3bc01ecc5c6764778c12953 Author: Rainer Jung (Mon 15 Jul 2024 23:34:32 BST) Committer: Rainer Jung (Mon 15 Jul 2024 23:34:32 BST) Make sure pytest shuts down the web server after each package git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919265 13f79535-47bb-0310-9956-ffa450edef68 M test/modules/core/conftest.py M test/modules/http1/conftest.py M test/modules/md/conftest.py M test/modules/proxy/conftest.py M test/modules/tls/conftest.py ____________________________________________________________________________________________________________ Commit: 3c84b560b515d5a5eb9231efef32b2c8c54aff49 URL: https://git.catflap.org/apache-httpd/commit/?id=3c84b560b515d5a5eb9231efef32b2c8c54aff49 Author: Eric Covener (Mon 15 Jul 2024 13:06:46 BST) Committer: Eric Covener (Mon 15 Jul 2024 13:06:46 BST) copy the trusted flag from the subrequest git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919247 13f79535-47bb-0310-9956-ffa450edef68 M modules/http/http_request.c ____________________________________________________________________________________________________________ Commit: b1560d34a37681ebc18baa78588579ed87f9da70 URL: https://git.catflap.org/apache-httpd/commit/?id=b1560d34a37681ebc18baa78588579ed87f9da70 Author: Eric Covener (Mon 15 Jul 2024 13:05:57 BST) Committer: Eric Covener (Mon 15 Jul 2024 13:05:57 BST) merge leading slashes by default git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919246 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_rewrite.xml M docs/manual/rewrite/flags.xml M modules/mappers/mod_rewrite.c ____________________________________________________________________________________________________________ Commit: 00eeea913756cd539f663c31f943f3167fe56ae8 URL: https://git.catflap.org/apache-httpd/commit/?id=00eeea913756cd539f663c31f943f3167fe56ae8 Author: Yann Ylavic (Fri 12 Jul 2024 16:41:42 BST) Committer: Yann Ylavic (Fri 12 Jul 2024 16:41:42 BST) core: ap_location_walk() does not deal with the filesystem So it shouldn't merge slashes according to filesystem rules. * server/request.c(ap_location_walk): Use ap_no2slash_ex(,0) instead of ap_no2slash() to ignore filesystem specifics. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919165 13f79535-47bb-0310-9956-ffa450edef68 M server/request.c ____________________________________________________________________________________________________________ Commit: 0afe939c9dd42ff17e7cd9e290f0d0537f3286c3 URL: https://git.catflap.org/apache-httpd/commit/?id=0afe939c9dd42ff17e7cd9e290f0d0537f3286c3 Author: Yann Ylavic (Thu 11 Jul 2024 15:57:46 BST) Committer: Yann Ylavic (Thu 11 Jul 2024 15:57:46 BST) mod_status: "Threads" span three colomns (busy, graceful, idle), not two. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919148 13f79535-47bb-0310-9956-ffa450edef68 M modules/generators/mod_status.c ____________________________________________________________________________________________________________ Commit: 42a467f78ea93cf5188c066393b710e194a9cfba URL: https://git.catflap.org/apache-httpd/commit/?id=42a467f78ea93cf5188c066393b710e194a9cfba Author: Yann Ylavic (Thu 11 Jul 2024 15:12:31 BST) Committer: Yann Ylavic (Thu 11 Jul 2024 15:12:31 BST) mod_status: Follow up to r1918482: Bump colspan for the new wait-io colomn git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919141 13f79535-47bb-0310-9956-ffa450edef68 M modules/generators/mod_status.c ____________________________________________________________________________________________________________ Commit: 3fb63bf859c413b9611b39a48868cd077aeaeffc URL: https://git.catflap.org/apache-httpd/commit/?id=3fb63bf859c413b9611b39a48868cd077aeaeffc Author: Stefan Eissing (Thu 11 Jul 2024 09:10:54 BST) Committer: Stefan Eissing (Thu 11 Jul 2024 09:10:54 BST) test http1, add version check for trailer tests git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919125 13f79535-47bb-0310-9956-ffa450edef68 M test/modules/http1/test_005_trailers.py ____________________________________________________________________________________________________________ Commit: 98b9ed685ecfbce75a2e613e7738d69da188bc1a URL: https://git.catflap.org/apache-httpd/commit/?id=98b9ed685ecfbce75a2e613e7738d69da188bc1a Author: Stefan Eissing (Wed 10 Jul 2024 11:55:23 BST) Committer: Stefan Eissing (Wed 10 Jul 2024 11:55:23 BST) sync test code with mod-h2 - shutdown server at end of h2 tests - adapt minimum httpd versions for some tests - add test_700_20 for load on blocked connections, disabled for now until mpm_event improves - build websocket client automatically git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919087 13f79535-47bb-0310-9956-ffa450edef68 M test/modules/http2/conftest.py M test/modules/http2/env.py M test/modules/http2/test_103_upgrade.py M test/modules/http2/test_600_h2proxy.py M test/modules/http2/test_700_load_get.py M test/modules/http2/test_800_websockets.py M test/pyhttpd/env.py ____________________________________________________________________________________________________________ Commit: c6c9a741b1d96d1b976c0c994edd9de230482102 URL: https://git.catflap.org/apache-httpd/commit/?id=c6c9a741b1d96d1b976c0c994edd9de230482102 Author: Yann Ylavic (Mon 8 Jul 2024 16:06:14 BST) Committer: Yann Ylavic (Mon 8 Jul 2024 16:06:14 BST) mod_md: Keep compat with openssl < 1.1 EVP_PKEY_get0_RSA() does not exist in openssl < 1.1, use EVP_PKEY_get1_RSA() instead, hence RSA_free() the returned ref to avoid a leak. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919026 13f79535-47bb-0310-9956-ffa450edef68 M modules/md/md_crypt.c ____________________________________________________________________________________________________________ Commit: 19c200c59148b902154fb246a1a211016c846aa5 URL: https://git.catflap.org/apache-httpd/commit/?id=19c200c59148b902154fb246a1a211016c846aa5 Author: Yann Ylavic (Mon 8 Jul 2024 15:34:37 BST) Committer: Yann Ylavic (Mon 8 Jul 2024 15:34:37 BST) Follow up to r1919023: fix compilation. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919024 13f79535-47bb-0310-9956-ffa450edef68 M modules/proxy/proxy_util.c ____________________________________________________________________________________________________________ Commit: cf478ecb131e4133dc0ef6469438342d6049cc75 URL: https://git.catflap.org/apache-httpd/commit/?id=cf478ecb131e4133dc0ef6469438342d6049cc75 Author: Yann Ylavic (Mon 8 Jul 2024 15:25:58 BST) Committer: Yann Ylavic (Mon 8 Jul 2024 15:25:58 BST) mod_proxy: Don't mangle r->filename when ap_proxy_canon_netloc() fails. ap_proxy_canon_netloc() called from canon_handler hooks modifies its given url in pace, hence &r->filename[6] passed from ap_proxy_canon_url(). This is not an issue if every canon_handler hook succeeds (or declines) since r->filename is usually completely rewritten finally, but on failure it gets truncated. Avoid this by passing a copy of r->filename from the start, the proxy *url and r->filename don't need to point to the same data. * proxy/proxy_util.c(ap_proxy_canon_url): Pass a copy of r->filename to the canon_handler hooks. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919023 13f79535-47bb-0310-9956-ffa450edef68 M modules/proxy/proxy_util.c ____________________________________________________________________________________________________________ Commit: 6716ada174ed6bd8a6902164ab0bb2d7089d348f URL: https://git.catflap.org/apache-httpd/commit/?id=6716ada174ed6bd8a6902164ab0bb2d7089d348f Author: Yann Ylavic (Mon 8 Jul 2024 14:59:50 BST) Committer: Yann Ylavic (Mon 8 Jul 2024 14:59:50 BST) mod_proxy: Fix canonicalisation and FCGI env (PATH_INFO, SCRIPT_NAME) for "balancer:" URLs set via SetHandler, also allowing for "unix:" sockets with BalancerMember(s). PR 69168. * modules/proxy/proxy_util.h, modules/proxy/proxy_util.c: Move proxy_interpolate() from mod_proxy.c to ap_proxy_interpolate(), exported locally only (non public). Move proxy_fixup() from mod_proxy.c to ap_proxy_canon_url(), exported locally only too (non public). Rollback ap_proxy_fixup_uds_filename() to a local fixup_uds_filename() usable from proxy_util.c only. The public function will be removed in a following commit. * modules/proxy/mod_proxy.h: Note that ap_proxy_fixup_uds_filename() is deprecated. * modules/proxy/mod_proxy.c: Just use ap_proxy_canon_url() from proxy_fixup() and proxy_handler() for SetHandler URLs. * modules/proxy/mod_proxy_balancer.c: Do not canonicalize the path from proxy_balancer_canon() anymore but rather from balancer_fixup() where the balancer URL is rewritten to the BalancerMember URL. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919022 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/pr69168.txt M modules/proxy/mod_proxy.c M modules/proxy/mod_proxy.h M modules/proxy/mod_proxy_balancer.c M modules/proxy/proxy_util.c M modules/proxy/proxy_util.h ____________________________________________________________________________________________________________ Commit: 22b6311e1eb4177fbb1a18e0bdc6d4337b462ea2 URL: https://git.catflap.org/apache-httpd/commit/?id=22b6311e1eb4177fbb1a18e0bdc6d4337b462ea2 Author: Yann Ylavic (Mon 8 Jul 2024 14:07:23 BST) Committer: Yann Ylavic (Mon 8 Jul 2024 14:07:23 BST) Follow up to r1919015: fix compilation. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919019 13f79535-47bb-0310-9956-ffa450edef68 M modules/proxy/proxy_util.c ____________________________________________________________________________________________________________ Commit: 530106b2c1be37f581e269be30a0f2665209995e URL: https://git.catflap.org/apache-httpd/commit/?id=530106b2c1be37f581e269be30a0f2665209995e Author: Yann Ylavic (Mon 8 Jul 2024 13:35:35 BST) Committer: Yann Ylavic (Mon 8 Jul 2024 13:35:35 BST) mod_proxy: Avoid AH01059 parsing error for SetHandler "unix:" URLs. PR 69160 The hostname part of the URL is not mandated for UDS though the canon_handler hooks will require it, so add "localhost" if it's missing (won't be used anyway for an AF_UNIX socket). This can trigger with SetHandler "unix:" URLs which are now also fixed up. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919015 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/pr69160.txt M modules/proxy/proxy_util.c ____________________________________________________________________________________________________________ Commit: f43499c9598a76788bc88aebaceaf7de05d804cb URL: https://git.catflap.org/apache-httpd/commit/?id=f43499c9598a76788bc88aebaceaf7de05d804cb Author: Lucien Gentis (Sat 6 Jul 2024 16:23:52 BST) Committer: Lucien Gentis (Sat 6 Jul 2024 16:23:52 BST) fr doc rebuild. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918971 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/misc/security_tips.html.fr.utf8 M docs/manual/misc/security_tips.xml.es M docs/manual/misc/security_tips.xml.ko M docs/manual/misc/security_tips.xml.tr M docs/manual/mod/core.html.fr.utf8 M docs/manual/mod/core.xml.de M docs/manual/mod/core.xml.es M docs/manual/mod/core.xml.ja M docs/manual/mod/core.xml.tr M docs/manual/mod/directives.html.fr.utf8 M docs/manual/mod/mod_rewrite.html.fr.utf8 M docs/manual/mod/quickreference.html.fr.utf8 M docs/manual/rewrite/flags.html.fr.utf8 ____________________________________________________________________________________________________________ Commit: 0263c441c6d958f0fc5057f788605c06cd180720 URL: https://git.catflap.org/apache-httpd/commit/?id=0263c441c6d958f0fc5057f788605c06cd180720 Author: Lucien Gentis (Sat 6 Jul 2024 16:22:42 BST) Committer: Lucien Gentis (Sat 6 Jul 2024 16:22:42 BST) fr doc XML files updates. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918970 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/misc/security_tips.xml.fr M docs/manual/mod/core.xml.fr M docs/manual/mod/mod_rewrite.xml.fr M docs/manual/rewrite/flags.xml.fr ____________________________________________________________________________________________________________ Commit: 4f33157ffa34735c9bb702f1bb71e58b65095ba0 URL: https://git.catflap.org/apache-httpd/commit/?id=4f33157ffa34735c9bb702f1bb71e58b65095ba0 Author: Ruediger Pluem (Fri 5 Jul 2024 15:50:24 BST) Committer: Ruediger Pluem (Fri 5 Jul 2024 15:50:24 BST) * Check for correct OpenSSL version for mod_ssl_ct git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918935 13f79535-47bb-0310-9956-ffa450edef68 M modules/ssl/config.m4 ____________________________________________________________________________________________________________ Commit: 48e7588fdbe38fb84464998025a5ddbe43d0abe2 URL: https://git.catflap.org/apache-httpd/commit/?id=48e7588fdbe38fb84464998025a5ddbe43d0abe2 Author: Eric Covener (Wed 3 Jul 2024 23:29:46 BST) Committer: Eric Covener (Wed 3 Jul 2024 23:29:46 BST) mention quirks, add example, clarify git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918892 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/core.xml ____________________________________________________________________________________________________________ Commit: 0cfc8c31349a2abd99910eda9ab9faaf55e4780a URL: https://git.catflap.org/apache-httpd/commit/?id=0cfc8c31349a2abd99910eda9ab9faaf55e4780a Author: Yann Ylavic (Wed 3 Jul 2024 16:06:32 BST) Committer: Yann Ylavic (Wed 3 Jul 2024 16:06:32 BST) mod_ssl: Let modssl_set_io_callbacks() whether which callback is needed. * modules/ssl/ssl_private.h: Add conn_rec and server_rec args to modssl_set_io_callbacks(). * modules/ssl/ssl_engine_io.c(modssl_set_io_callbacks): Don't set modssl_io_cb for log levels below TRACE4. * modules/ssl/ssl_engine_io.c(ssl_io_filter_init), modules/ssl/ssl_engine_kernel.c(ssl_find_vhost): Call modssl_set_io_callbacks() unconditionally. * modules/ssl/ssl_engine_io.c(modssl_io_cb): While at it, (cmd & BIO_CB_WRITE) is enough to differentiate a write from read. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918883 13f79535-47bb-0310-9956-ffa450edef68 M modules/ssl/ssl_engine_io.c M modules/ssl/ssl_engine_kernel.c M modules/ssl/ssl_private.h ____________________________________________________________________________________________________________ Commit: 1873889b527159bd8e7522111429e03ad792d6c7 URL: https://git.catflap.org/apache-httpd/commit/?id=1873889b527159bd8e7522111429e03ad792d6c7 Author: Ruediger Pluem (Wed 3 Jul 2024 15:42:13 BST) Committer: Ruediger Pluem (Wed 3 Jul 2024 15:42:13 BST) * Changelog for r1918880 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918881 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/restore_ssl_dump_with_3.txt ____________________________________________________________________________________________________________ Commit: f49a28d75d4d726d356261e2cecf21a673d86ea9 URL: https://git.catflap.org/apache-httpd/commit/?id=f49a28d75d4d726d356261e2cecf21a673d86ea9 Author: Ruediger Pluem (Wed 3 Jul 2024 15:37:10 BST) Committer: Ruediger Pluem (Wed 3 Jul 2024 15:37:10 BST) * Restore SSL dumping for OpenSSL >= 3.0. Since r1908537 BIO_set_callback_ex is used with OpenSSL >= 3.0 instead of BIO_set_callback to set the BIO callback. The meaning of parameters and their range of values in the callback function set by BIO_set_callback_ex has changed compared to the callback function set by BIO_set_callback although parameters kept their names. Accommodate for this and adjust the code accordingly. Furthermore limit the size of dumps to APR_UINT16_MAX bytes. Given the length of SSL records of 16k this should not have practical implications. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918880 13f79535-47bb-0310-9956-ffa450edef68 M modules/ssl/ssl_engine_io.c ____________________________________________________________________________________________________________ Commit: fbe782e6c4a7c255790b80c74d5b8ee320ec93d2 URL: https://git.catflap.org/apache-httpd/commit/?id=fbe782e6c4a7c255790b80c74d5b8ee320ec93d2 Author: Ruediger Pluem (Tue 2 Jul 2024 12:19:45 BST) Committer: Ruediger Pluem (Tue 2 Jul 2024 12:19:45 BST) * Follow up to r1918814: Strings are from configuration and thus trusted git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918823 13f79535-47bb-0310-9956-ffa450edef68 M modules/filters/mod_ext_filter.c M modules/generators/mod_autoindex.c M modules/http/byterange_filter.c M modules/http/http_request.c M modules/proxy/mod_proxy_ftp.c ____________________________________________________________________________________________________________ Commit: 8ad3ec08d4852e1fc967377dbab4e8c76b96b791 URL: https://git.catflap.org/apache-httpd/commit/?id=8ad3ec08d4852e1fc967377dbab4e8c76b96b791 Author: Ruediger Pluem (Tue 2 Jul 2024 07:57:23 BST) Committer: Ruediger Pluem (Tue 2 Jul 2024 07:57:23 BST) * Follow up to r1918814: Always trust content types that we set literally git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918815 13f79535-47bb-0310-9956-ffa450edef68 M modules/dav/main/mod_dav.c ____________________________________________________________________________________________________________ Commit: aa4b05ee0536fdbd62b02eaab91f31ae3a305129 URL: https://git.catflap.org/apache-httpd/commit/?id=aa4b05ee0536fdbd62b02eaab91f31ae3a305129 Author: Ruediger Pluem (Tue 2 Jul 2024 07:35:53 BST) Committer: Ruediger Pluem (Tue 2 Jul 2024 07:35:53 BST) * Always trust content types that we set literally git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918814 13f79535-47bb-0310-9956-ffa450edef68 M modules/cluster/mod_heartmonitor.c M modules/dav/main/mod_dav.c M modules/dav/main/ms_wdv.c M modules/examples/mod_example_hooks.c M modules/filters/mod_crypto.c M modules/filters/mod_data.c M modules/filters/mod_include.c M modules/filters/mod_proxy_html.c M modules/generators/mod_cgi.c M modules/generators/mod_cgid.c M modules/generators/mod_info.c M modules/generators/mod_status.c M modules/http/http_filters.c M modules/http/http_protocol.c M modules/ldap/util_ldap.c M modules/mappers/mod_imagemap.c M modules/proxy/mod_proxy_balancer.c ____________________________________________________________________________________________________________ Commit: cf3402e182f7a32eb9085a82347769cb2efe491e URL: https://git.catflap.org/apache-httpd/commit/?id=cf3402e182f7a32eb9085a82347769cb2efe491e Author: Eric Covener (Mon 1 Jul 2024 20:23:40 BST) Committer: Eric Covener (Mon 1 Jul 2024 20:23:40 BST) maintain trusted flag git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918795 13f79535-47bb-0310-9956-ffa450edef68 M modules/http/http_request.c ____________________________________________________________________________________________________________ Commit: 4c5e380f0c5def486e33274780e249d2ce7df096 URL: https://git.catflap.org/apache-httpd/commit/?id=4c5e380f0c5def486e33274780e249d2ce7df096 Author: Eric Covener (Mon 1 Jul 2024 19:38:31 BST) Committer: Eric Covener (Mon 1 Jul 2024 19:38:31 BST) remove openssl vs. event comment git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918789 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/misc/security_tips.xml ____________________________________________________________________________________________________________ Commit: a40dcfbdd155526d503a05006203d83a9e20652f URL: https://git.catflap.org/apache-httpd/commit/?id=a40dcfbdd155526d503a05006203d83a9e20652f Author: Eric Covener (Wed 26 Jun 2024 14:39:59 BST) Committer: Eric Covener (Wed 26 Jun 2024 14:39:59 BST) match AP_IS_SLASH macro followup to 1918651 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918663 13f79535-47bb-0310-9956-ffa450edef68 M modules/mappers/mod_rewrite.c ____________________________________________________________________________________________________________ Commit: 62e1ebf538d77ff8dcd1ca830486931f61a6dbaa URL: https://git.catflap.org/apache-httpd/commit/?id=62e1ebf538d77ff8dcd1ca830486931f61a6dbaa Author: Eric Covener (Wed 26 Jun 2024 11:27:30 BST) Committer: Eric Covener (Wed 26 Jun 2024 11:27:30 BST) don't add / to / in the non-perdir git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918652 13f79535-47bb-0310-9956-ffa450edef68 M modules/mappers/mod_rewrite.c ____________________________________________________________________________________________________________ Commit: f2db4112861b10192de7a1a42321b42cb8a2ba55 URL: https://git.catflap.org/apache-httpd/commit/?id=f2db4112861b10192de7a1a42321b42cb8a2ba55 Author: Eric Covener (Wed 26 Jun 2024 11:09:29 BST) Committer: Eric Covener (Wed 26 Jun 2024 11:09:29 BST) factor out IS_SLASH, perdir fix in per-dir, the filename will be internally redirected, so / is OK too. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918651 13f79535-47bb-0310-9956-ffa450edef68 M include/ap_mmn.h M include/httpd.h M modules/mappers/mod_rewrite.c M server/util.c ____________________________________________________________________________________________________________ Commit: ad3f022fa149b49a787b94b7fcd6ea607d602e23 URL: https://git.catflap.org/apache-httpd/commit/?id=ad3f022fa149b49a787b94b7fcd6ea607d602e23 Author: Yann Ylavic (Wed 26 Jun 2024 10:19:16 BST) Committer: Yann Ylavic (Wed 26 Jun 2024 10:19:16 BST) mod_proxy: follow up to r1918626: Simplify ap_proxy_fixup_uds_filename() and callers. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918647 13f79535-47bb-0310-9956-ffa450edef68 M modules/proxy/mod_proxy.c M modules/proxy/mod_proxy.h M modules/proxy/proxy_util.c ____________________________________________________________________________________________________________ Commit: 7672c68e4a0425fae45df49a44925b06cbde21f6 URL: https://git.catflap.org/apache-httpd/commit/?id=7672c68e4a0425fae45df49a44925b06cbde21f6 Author: Yann Ylavic (Wed 26 Jun 2024 01:15:39 BST) Committer: Yann Ylavic (Wed 26 Jun 2024 01:15:39 BST) mod_proxy_http2: ap_proxy_determine_connection()'s given &url is in/out. * modules/http2/mod_proxy_http2.c(proxy_http2_handler): Restart from the original URL on reconnect. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918627 13f79535-47bb-0310-9956-ffa450edef68 M modules/http2/mod_proxy_http2.c ____________________________________________________________________________________________________________ Commit: 6937b985ae112de0ad60f12a3cb522b608a4d501 URL: https://git.catflap.org/apache-httpd/commit/?id=6937b985ae112de0ad60f12a3cb522b608a4d501 Author: Yann Ylavic (Wed 26 Jun 2024 00:49:09 BST) Committer: Yann Ylavic (Wed 26 Jun 2024 00:49:09 BST) mod_proxy: Fixup UDS filename for mod_proxy called through r->handler. * modules/proxy/proxy_util.c: Export ap_proxy_fixup_uds_filename() from fix_uds_filename. Call it from ap_proxy_pre_request() even for rewritten balancer workers. * modules/proxy/mod_proxy.h: Declare ap_proxy_fixup_uds_filename() * modules/proxy/mod_proxy.c: Fixup UDS filename from r->handler in proxy_handler(). * include/ap_mmn.h: Bump MMN minor for ap_proxy_fixup_uds_filename() git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918626 13f79535-47bb-0310-9956-ffa450edef68 M include/ap_mmn.h M modules/proxy/mod_proxy.c M modules/proxy/mod_proxy.h M modules/proxy/proxy_util.c ____________________________________________________________________________________________________________ Commit: f823c19fe4e16ac811b7a3a645ed18f7d8942330 URL: https://git.catflap.org/apache-httpd/commit/?id=f823c19fe4e16ac811b7a3a645ed18f7d8942330 Author: Eric Covener (Tue 25 Jun 2024 20:43:15 BST) Committer: Eric Covener (Tue 25 Jun 2024 20:43:15 BST) fix comparison of local path on Windows Submitted By: Yann Ylavic git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918623 13f79535-47bb-0310-9956-ffa450edef68 M modules/mappers/mod_rewrite.c ____________________________________________________________________________________________________________ Commit: f87e8c5c668c755b4f2af865e1c33d98bee4b654 URL: https://git.catflap.org/apache-httpd/commit/?id=f87e8c5c668c755b4f2af865e1c33d98bee4b654 Author: Eric Covener (Tue 25 Jun 2024 18:29:06 BST) Committer: Eric Covener (Tue 25 Jun 2024 18:29:06 BST) validate hostname git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918606 13f79535-47bb-0310-9956-ffa450edef68 M modules/proxy/proxy_util.c ____________________________________________________________________________________________________________ Commit: 4797330ad813d9f8a2bb1b3b8d03ceb523dc4884 URL: https://git.catflap.org/apache-httpd/commit/?id=4797330ad813d9f8a2bb1b3b8d03ceb523dc4884 Author: Joe Orton (Tue 25 Jun 2024 16:53:33 BST) Committer: Joe Orton (Tue 25 Jun 2024 16:53:33 BST) * modules/mappers/mod_rewrite.c: Fill in logno. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918604 13f79535-47bb-0310-9956-ffa450edef68 M docs/log-message-tags/next-number M modules/mappers/mod_rewrite.c ____________________________________________________________________________________________________________ Commit: fd1460442aa0aa7c5eb8067d856c7ac53a30a7fb URL: https://git.catflap.org/apache-httpd/commit/?id=fd1460442aa0aa7c5eb8067d856c7ac53a30a7fb Author: Rainer Jung (Tue 25 Jun 2024 10:21:49 BST) Committer: Rainer Jung (Tue 25 Jun 2024 10:21:49 BST) pytest: fix asset list extraction from nghttp output git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918576 13f79535-47bb-0310-9956-ffa450edef68 M test/pyhttpd/nghttp.py ____________________________________________________________________________________________________________ Commit: 3a152753b65babb1b45e639d0ca001a6da53a494 URL: https://git.catflap.org/apache-httpd/commit/?id=3a152753b65babb1b45e639d0ca001a6da53a494 Author: Eric Covener (Mon 24 Jun 2024 19:21:04 BST) Committer: Eric Covener (Mon 24 Jun 2024 19:21:04 BST) docs bld break git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918565 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/core.xml M docs/manual/mod/mod_rewrite.xml M docs/manual/rewrite/flags.xml ____________________________________________________________________________________________________________ Commit: fe939ff38674502cb188815471cb18207191fd75 URL: https://git.catflap.org/apache-httpd/commit/?id=fe939ff38674502cb188815471cb18207191fd75 Author: Eric Covener (Mon 24 Jun 2024 18:32:26 BST) Committer: Eric Covener (Mon 24 Jun 2024 18:32:26 BST) MMN bump for recent additions git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918554 13f79535-47bb-0310-9956-ffa450edef68 M include/ap_mmn.h ____________________________________________________________________________________________________________ Commit: 9494aa8d52e3c263bc0413b77ac8a73b0d524388 URL: https://git.catflap.org/apache-httpd/commit/?id=9494aa8d52e3c263bc0413b77ac8a73b0d524388 Author: Eric Covener (Mon 24 Jun 2024 18:28:12 BST) Committer: Eric Covener (Mon 24 Jun 2024 18:28:12 BST) block inadvertent subst of special filenames git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918553 13f79535-47bb-0310-9956-ffa450edef68 M modules/mappers/mod_rewrite.c ____________________________________________________________________________________________________________ Commit: 9a6157d1e2f7ab15963020381054b48782bc18cf URL: https://git.catflap.org/apache-httpd/commit/?id=9a6157d1e2f7ab15963020381054b48782bc18cf Author: Eric Covener (Mon 24 Jun 2024 18:24:52 BST) Committer: Eric Covener (Mon 24 Jun 2024 18:24:52 BST) tighten up prefix_stat and %3f handling Require opt-ins for unsafe substitutions git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918552 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_rewrite.xml M docs/manual/rewrite/flags.xml M modules/mappers/mod_rewrite.c ____________________________________________________________________________________________________________ Commit: 925b6f0ceb8983a11662b5f3a6f2fa75860c2cde URL: https://git.catflap.org/apache-httpd/commit/?id=925b6f0ceb8983a11662b5f3a6f2fa75860c2cde Author: Eric Covener (Mon 24 Jun 2024 18:22:51 BST) Committer: Eric Covener (Mon 24 Jun 2024 18:22:51 BST) add ap_set_content_type_ex to differentiate trusted sources git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918551 13f79535-47bb-0310-9956-ffa450edef68 M include/http_protocol.h M include/httpd.h M modules/http/http_protocol.c M modules/http/mod_mime.c M modules/mappers/mod_actions.c M modules/mappers/mod_negotiation.c M modules/mappers/mod_rewrite.c M modules/metadata/mod_headers.c M modules/metadata/mod_mime_magic.c M server/config.c M server/core.c ____________________________________________________________________________________________________________ Commit: c329a643a30b446da92c1195ef65c9cdce82dba1 URL: https://git.catflap.org/apache-httpd/commit/?id=c329a643a30b446da92c1195ef65c9cdce82dba1 Author: Eric Covener (Mon 24 Jun 2024 18:21:00 BST) Committer: Eric Covener (Mon 24 Jun 2024 18:21:00 BST) mod_proxy: escape for non-proxypass configuration git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918550 13f79535-47bb-0310-9956-ffa450edef68 M modules/proxy/mod_proxy.c ____________________________________________________________________________________________________________ Commit: 12542a80324b69ad6a1a489e1b697398551a5fe0 URL: https://git.catflap.org/apache-httpd/commit/?id=12542a80324b69ad6a1a489e1b697398551a5fe0 Author: Eric Covener (Mon 24 Jun 2024 18:19:44 BST) Committer: Eric Covener (Mon 24 Jun 2024 18:19:44 BST) add UNCList directive on Windows git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918549 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/core.xml M include/http_core.h M include/httpd.h M server/core.c ____________________________________________________________________________________________________________ Commit: ca3f1703e2f6455871cbcffd889ff0f370de1bcb URL: https://git.catflap.org/apache-httpd/commit/?id=ca3f1703e2f6455871cbcffd889ff0f370de1bcb Author: Eric Covener (Mon 24 Jun 2024 18:18:11 BST) Committer: Eric Covener (Mon 24 Jun 2024 18:18:11 BST) mod_http2: early exit if bb is null git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918548 13f79535-47bb-0310-9956-ffa450edef68 M modules/http2/h2_c2.c ____________________________________________________________________________________________________________ Commit: ee6128061ab7182c73b91c44320d6e72e43ad2ac URL: https://git.catflap.org/apache-httpd/commit/?id=ee6128061ab7182c73b91c44320d6e72e43ad2ac Author: Lucien Gentis (Sat 22 Jun 2024 16:10:21 BST) Committer: Lucien Gentis (Sat 22 Jun 2024 16:10:21 BST) fr doc rebuild. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918507 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_remoteip.html.fr.utf8 ____________________________________________________________________________________________________________ Commit: e0a81cae81afd64a6d8cd9b43f7e09b91b8cc06f URL: https://git.catflap.org/apache-httpd/commit/?id=e0a81cae81afd64a6d8cd9b43f7e09b91b8cc06f Author: Lucien Gentis (Sat 22 Jun 2024 16:09:17 BST) Committer: Lucien Gentis (Sat 22 Jun 2024 16:09:17 BST) fr doc xml file update. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918506 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_remoteip.xml.fr ____________________________________________________________________________________________________________ Commit: b40ccd9ab2fa0e8148b39dee7e44fd5f3f4c515b URL: https://git.catflap.org/apache-httpd/commit/?id=b40ccd9ab2fa0e8148b39dee7e44fd5f3f4c515b Author: Yann Ylavic (Fri 21 Jun 2024 16:38:47 BST) Committer: Yann Ylavic (Fri 21 Jun 2024 16:38:47 BST) mpm_event: Follow up to r1918482: CONN_STATE_LINGER* are not the last anymore. Since CONN_STATE_ASYNC_WAITIO, we cannot check for < or >= CONN_STATE_LINGER anymore to determine if in an lingering close state, so let's add a new CONN_STATE_IS_LINGERING_CLOSE() macro for this and use it in mpm_event. The test for state == CONN_STATE_LINGER in process_lingering_close() is a bit weak too in order to call ap_start_lingering_close() the first time only, so have a conn_state->linger_started flag instead. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918491 13f79535-47bb-0310-9956-ffa450edef68 M server/mpm/event/event.c ____________________________________________________________________________________________________________ Commit: 6bc60b00c84bc73633f0a4a6d60bd601aed65e74 URL: https://git.catflap.org/apache-httpd/commit/?id=6bc60b00c84bc73633f0a4a6d60bd601aed65e74 Author: Yann Ylavic (Fri 21 Jun 2024 12:13:02 BST) Committer: Yann Ylavic (Fri 21 Jun 2024 12:13:02 BST) mpm_event: Follow up to r1918482: CONN_STATE_ASYNC_WAITIO > CONN_STATE_LINGER. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918483 13f79535-47bb-0310-9956-ffa450edef68 M server/mpm/event/event.c ____________________________________________________________________________________________________________ Commit: 67c65983d5360c662a44af180181ece5f5bd628e URL: https://git.catflap.org/apache-httpd/commit/?id=67c65983d5360c662a44af180181ece5f5bd628e Author: Yann Ylavic (Fri 21 Jun 2024 10:48:12 BST) Committer: Yann Ylavic (Fri 21 Jun 2024 10:48:12 BST) mpm_event,mod_http2,mod_status: Follow up to r1918257: CONN_STATE_ASYNC_WAITIO. Per discussion on PR #449, have a separate state for returning the connection to the MPM to wait for an IO (namely CONN_STATE_ASYNC_WAITIO), rather than (ab)using CONN_STATE_PROCESSING. This removes the need for AGAIN added in r1918257 (for now), and AP_MPMQ_CAN_AGAIN is renamed to AP_MPMQ_CAN_WAITIO. This is also the state that mod_status accounts for, so rename ->processing to ->wait_io in process_score (shows as "wait-io" in mod_status and mod_lua). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918482 13f79535-47bb-0310-9956-ffa450edef68 M include/ap_mmn.h M include/ap_mpm.h M include/httpd.h M include/scoreboard.h M modules/generators/mod_status.c M modules/http2/h2_c1.c M modules/lua/lua_request.c M server/mpm/event/event.c ____________________________________________________________________________________________________________ Commit: e90af7e9e38ae7f9b46f4023275d6c64ffc57592 URL: https://git.catflap.org/apache-httpd/commit/?id=e90af7e9e38ae7f9b46f4023275d6c64ffc57592 Author: Yann Ylavic (Wed 19 Jun 2024 15:37:20 BST) Committer: Yann Ylavic (Wed 19 Jun 2024 15:37:20 BST) mod_proxy: Follow up to r1918438: Don't cleanup conn before running the address cleanup. * modules/proxy/proxy_util.c(ap_proxy_determine_address): Move conn_cleanup() after apr_pool_cleanup_run(). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918442 13f79535-47bb-0310-9956-ffa450edef68 M modules/proxy/proxy_util.c ____________________________________________________________________________________________________________ Commit: 6990550415e0801c8e73fa961036888ba1907fc1 URL: https://git.catflap.org/apache-httpd/commit/?id=6990550415e0801c8e73fa961036888ba1907fc1 Author: Yann Ylavic (Wed 19 Jun 2024 14:20:12 BST) Committer: Yann Ylavic (Wed 19 Jun 2024 14:20:12 BST) mod_proxy: Follow up to r1918412 and r1918429: Special case WIN32/OS2 only. apr_socket_connect() on unixes does copy the passed in *addr, so limit the liefetime workaround to Windows and OS/2 only (which don't). * modules/proxy/proxy_util.c(ap_proxy_determine_address): #ifdef the relevant code for WIN32/OS2 only, and improve comment. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918438 13f79535-47bb-0310-9956-ffa450edef68 M modules/proxy/proxy_util.c ____________________________________________________________________________________________________________ Commit: ae50c48f553773d6e4367085b5b0016b31e23221 URL: https://git.catflap.org/apache-httpd/commit/?id=ae50c48f553773d6e4367085b5b0016b31e23221 Author: Yann Ylavic (Wed 19 Jun 2024 11:39:56 BST) Committer: Yann Ylavic (Wed 19 Jun 2024 11:39:56 BST) mod_proxy: Follow up to r1918412: Find if one of the conn->addr[->next] is alive. ap_proxy_connect_backend() will use the first conn->addr[->next] that works, so the current address alive can be any of them. * modules/proxy/proxy_util.c(ap_proxy_determine_address): Loop for all conn->addr[->next] to determine if addr_alive. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918429 13f79535-47bb-0310-9956-ffa450edef68 M modules/proxy/proxy_util.c ____________________________________________________________________________________________________________ Commit: 9ccfb16f6cffc334577fddeb1cee77b1f71405b5 URL: https://git.catflap.org/apache-httpd/commit/?id=9ccfb16f6cffc334577fddeb1cee77b1f71405b5 Author: Joe Orton (Wed 19 Jun 2024 10:32:44 BST) Committer: Joe Orton (Wed 19 Jun 2024 10:32:44 BST) Steal two lognos. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918428 13f79535-47bb-0310-9956-ffa450edef68 M docs/log-message-tags/next-number ____________________________________________________________________________________________________________ Commit: 7e45e25300d3f277e38bf51eea7950f98c18b688 URL: https://git.catflap.org/apache-httpd/commit/?id=7e45e25300d3f277e38bf51eea7950f98c18b688 Author: Yann Ylavic (Tue 18 Jun 2024 15:20:06 BST) Committer: Yann Ylavic (Tue 18 Jun 2024 15:20:06 BST) mod_proxy: Keep connection alive on addressTTL expiry if the DNS didn't change. * modules/proxy/proxy_util.c(address_cleanup): Rename to conn_cleanup() since it also closes the socket, and run socket_cleanup() first to avoid dangling conn->sock->remote_addr. * modules/proxy/proxy_util.c(ap_proxy_determine_address): Compare the new address with the old one and keep the socket alive if it did not change. Follow up to r1918410. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918412 13f79535-47bb-0310-9956-ffa450edef68 M modules/proxy/proxy_util.c ____________________________________________________________________________________________________________ Commit: 4c8d57159539ce7a7e5ed3a8cac99b2346f6636e URL: https://git.catflap.org/apache-httpd/commit/?id=4c8d57159539ce7a7e5ed3a8cac99b2346f6636e Author: Yann Ylavic (Tue 18 Jun 2024 15:14:08 BST) Committer: Yann Ylavic (Tue 18 Jun 2024 15:14:08 BST) mod_proxy: Fix DNS requests and connections closed before the configured addressTTL. BZ 69126 * modules/proxy/proxy_util.c(ap_proxy_determine_address): Fix shared expiry compare-and-swap loop. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918410 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/fix_proxy_determine_address.txt M modules/proxy/proxy_util.c ____________________________________________________________________________________________________________ Commit: b573d4d38f7353c72b13be04b700b3dbf9f3c67a URL: https://git.catflap.org/apache-httpd/commit/?id=b573d4d38f7353c72b13be04b700b3dbf9f3c67a Author: Joe Orton (Tue 18 Jun 2024 14:59:54 BST) Committer: Joe Orton (Tue 18 Jun 2024 14:59:54 BST) Fix the Japanese translation docs of the LimitRequestBody Submitted by: vinyl-umbrella <61788251+vinyl-umbrella users.noreply.github.com> Github: closes #441 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918409 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/core.html.ja.utf8 M docs/manual/mod/core.xml.ja ____________________________________________________________________________________________________________ Commit: 8148b29f34a22fb88a02fb0bd8f19c392cdee1e1 URL: https://git.catflap.org/apache-httpd/commit/?id=8148b29f34a22fb88a02fb0bd8f19c392cdee1e1 Author: Eric Covener (Tue 18 Jun 2024 14:14:42 BST) Committer: Eric Covener (Tue 18 Jun 2024 14:14:42 BST) emphasize no default value git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918407 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_remoteip.xml ____________________________________________________________________________________________________________ Commit: 7483b8bb461bcd869ebaa12a1ec91def40f846de URL: https://git.catflap.org/apache-httpd/commit/?id=7483b8bb461bcd869ebaa12a1ec91def40f846de Author: Eric Covener (Mon 17 Jun 2024 18:06:09 BST) Committer: Eric Covener (Mon 17 Jun 2024 18:06:09 BST) steal 2 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918390 13f79535-47bb-0310-9956-ffa450edef68 M docs/log-message-tags/next-number ____________________________________________________________________________________________________________ Commit: a34f3346ade91b68dc1294731b13e408a582f069 URL: https://git.catflap.org/apache-httpd/commit/?id=a34f3346ade91b68dc1294731b13e408a582f069 Author: Eric Covener (Fri 14 Jun 2024 01:53:25 BST) Committer: Eric Covener (Fri 14 Jun 2024 01:53:25 BST) fix cmake windows build of proxy lbmethod mods (for me at least, new-to-cmake on vstudio 2022) Creating library mod_lbmethod_bybusyness.lib and object mod_lbmethod_bybusyness.exp mod_lbmethod_bybusyness.c.obj : error LNK2019: unresolved external symbol __imp_ap_proxy_get_busy_count referenced in function is_best_bybusyness mod_lbmethod_bybusyness.c.obj : error LNK2019: unresolved external symbol __imp_ap_proxy_set_busy_count referenced in function is_best_bybusyness mod_lbmethod_bybusyness.so : fatal error LNK1120: 2 unresolved externals git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918305 13f79535-47bb-0310-9956-ffa450edef68 M CMakeLists.txt ____________________________________________________________________________________________________________ Commit: ea46c590c46be521670744398cc9edfd8c51cd43 URL: https://git.catflap.org/apache-httpd/commit/?id=ea46c590c46be521670744398cc9edfd8c51cd43 Author: Eric Covener (Thu 13 Jun 2024 20:00:41 BST) Committer: Eric Covener (Thu 13 Jun 2024 20:00:41 BST) fix win cmake build by prefixing local enum values Something in the declaration is a macro, at least in visual studio 2022. error C2059: syntax error: 'constant' git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918302 13f79535-47bb-0310-9956-ffa450edef68 M modules/dav/main/ms_wdv.c ____________________________________________________________________________________________________________ Commit: a834c8b88e444538db9513e332b9b3bd7850854c URL: https://git.catflap.org/apache-httpd/commit/?id=a834c8b88e444538db9513e332b9b3bd7850854c Author: Joe Orton (Thu 13 Jun 2024 15:44:50 BST) Committer: Joe Orton (Thu 13 Jun 2024 15:44:50 BST) * include/httpd.h: Fix comment. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918297 13f79535-47bb-0310-9956-ffa450edef68 M include/httpd.h ____________________________________________________________________________________________________________ Commit: 0d71da4bdfff4c18abcea77ffa76227f70be0f73 URL: https://git.catflap.org/apache-httpd/commit/?id=0d71da4bdfff4c18abcea77ffa76227f70be0f73 Author: Yann Ylavic (Tue 11 Jun 2024 15:46:29 BST) Committer: Yann Ylavic (Tue 11 Jun 2024 15:46:29 BST) mpm_event,mod_http2: Keep compatibility with CONN_STATE_PROCESSING + OK Before r1918022, returning OK with CONN_STATE_PROCESSING to mpm_event was handled like/by CONN_STATE_LINGER "to not break old or third-party modules which might return OK w/o touching the state and expect lingering close, like with worker or prefork MPMs". So we need a new return code to be allowed to apply the new POLLIN/POLLOUT behaviour for CONN_STATE_PROCESSING, thus revive AGAIN as introduced by Graham some times ago for a nonblocking WIP (moved to a branch/PR since then). MPM event will advertise its ability to handle CONN_STATE_PROCESSING + AGAIN with AP_MPMQ_CAN_AGAIN, and mod_http2 can use that to know how to return to the MPM as expected. When !AP_MPMQ_CAN_AGAIN modules/mod_http2 can still use CONN_STATE_WRITE_COMPLETION + CONN_SENSE_WANT_READ + c->clogging_input_filters which will work in mpm_even-2.4.x still. * include/ap_mmn.h: Bump MMN minor for AP_MPMQ_CAN_AGAIN and AGAIN. * include/ap_mpm.h: Define AP_MPMQ_CAN_AGAIN. * include/httpd.h: Define AGAIN. * modules/http2/h2.h: No need for H2_USE_STATE_PROCESSING anymore with AP_MPMQ_CAN_AGAIN. * modules/http2/h2_c1.c: For !keepalive case return to the MPM using CONN_STATE_PROCESSING + AGAIN or CONN_STATE_WRITE_COMPLETION + c->clogging_input_filters depending on AP_MPMQ_CAN_AGAIN only. * modules/http2/h2_session.c: Can return to the MPM for h2_send_flow_blocked() provided it's async only. * server/mpm/event/event.c: Rework process_socket()'s CONN_STATE_PROCESSING to handle AGAIN and preserve compatibility. Have a lingering_close label to goto there faster when process_lingering_close() is to be called. Improve relevant comments. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918257 13f79535-47bb-0310-9956-ffa450edef68 M include/ap_mmn.h M include/ap_mpm.h M include/httpd.h M modules/http2/h2.h M modules/http2/h2_c1.c M modules/http2/h2_session.c M server/mpm/event/event.c ____________________________________________________________________________________________________________ Commit: 3934667f36d0775928ee1368b4784b3419cf45d8 URL: https://git.catflap.org/apache-httpd/commit/?id=3934667f36d0775928ee1368b4784b3419cf45d8 Author: Joe Orton (Mon 10 Jun 2024 11:46:32 BST) Committer: Joe Orton (Mon 10 Jun 2024 11:46:32 BST) CI: Set the path to php-fpm so it's found by proxy_fcgi.t (after r1918149). Github: closes #453 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918228 13f79535-47bb-0310-9956-ffa450edef68 M modules/proxy/proxy_util.c ____________________________________________________________________________________________________________ Commit: 71202d890a49eba195c46c4348cdc61d776b103c URL: https://git.catflap.org/apache-httpd/commit/?id=71202d890a49eba195c46c4348cdc61d776b103c Author: Joe Orton (Tue 4 Jun 2024 17:52:01 BST) Committer: Joe Orton (Tue 4 Jun 2024 17:52:01 BST) CI: Set the path to php-fpm so it's found by proxy_fcgi.t (after r1918149). Github: closes #453 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918150 13f79535-47bb-0310-9956-ffa450edef68 M .github/workflows/linux.yml ____________________________________________________________________________________________________________ Commit: ff5aa488fb54a04e2ad6be3cb73bd140c8cec534 URL: https://git.catflap.org/apache-httpd/commit/?id=ff5aa488fb54a04e2ad6be3cb73bd140c8cec534 Author: Joe Orton (Mon 3 Jun 2024 09:44:55 BST) Committer: Joe Orton (Mon 3 Jun 2024 09:44:55 BST) Add avif mime type Submitted by: Adam Silverstein Github: closes #451 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918129 13f79535-47bb-0310-9956-ffa450edef68 M docs/conf/mime.types M test/pyhttpd/conf/mime.types ____________________________________________________________________________________________________________ Commit: f33ad20a020882eba6305f6b20d5358058e4e5cc URL: https://git.catflap.org/apache-httpd/commit/?id=f33ad20a020882eba6305f6b20d5358058e4e5cc Author: Joe Orton (Mon 3 Jun 2024 09:02:09 BST) Committer: Joe Orton (Mon 3 Jun 2024 09:02:09 BST) mod_status: Fix missing initialization, follow up to r1918098 Submitted by: Vladimír Chlup Github: closes #452 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918127 13f79535-47bb-0310-9956-ffa450edef68 M modules/generators/mod_status.c ____________________________________________________________________________________________________________ Commit: c09f4ffdbb15d709beec20fe9b07f0a582fbe5c6 URL: https://git.catflap.org/apache-httpd/commit/?id=c09f4ffdbb15d709beec20fe9b07f0a582fbe5c6 Author: Yann Ylavic (Sat 1 Jun 2024 17:03:58 BST) Committer: Yann Ylavic (Sat 1 Jun 2024 17:03:58 BST) Follow up to r1918098 (and r1918022): Actually bump the MMN. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918100 13f79535-47bb-0310-9956-ffa450edef68 M include/ap_mmn.h ____________________________________________________________________________________________________________ Commit: 3eb7f53e840713f6ca02aeade66a61aac368b183 URL: https://git.catflap.org/apache-httpd/commit/?id=3eb7f53e840713f6ca02aeade66a61aac368b183 Author: Yann Ylavic (Sat 1 Jun 2024 16:11:48 BST) Committer: Yann Ylavic (Sat 1 Jun 2024 16:11:48 BST) Follow up to r1918098 (and r1918022): Push missing changes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918099 13f79535-47bb-0310-9956-ffa450edef68 M modules/http2/h2.h M modules/http2/h2_session.c ____________________________________________________________________________________________________________ Commit: d821182d76394cb38d5c80d447a66c1be23dc46c URL: https://git.catflap.org/apache-httpd/commit/?id=d821182d76394cb38d5c80d447a66c1be23dc46c Author: Yann Ylavic (Sat 1 Jun 2024 16:08:46 BST) Committer: Yann Ylavic (Sat 1 Jun 2024 16:08:46 BST) mpm_event, mod_status: Separate processing and write completion queues. As a follow up to r1918022 which handled the new CONN_STATE_PROCESS(ing) and existing CONN_STATE_WRITE_COMPLETION in the same async queue, let's now have two separates ones which allows more relevant async accounting in mod_status. Rename CONN_STATE_PROCESS to CONN_STATE_PROCESSING as it's how it will be called in mod_status. * include/ap_mmn.h: MMN minor bump for process_score->processing counter. * include/httpd.h: Rename CONN_STATE_PROCESS to CONN_STATE_PROCESSING. * include/scoreboard.h: Add process_score->processing field. * include/httpd.h, modules/http/http_core.c, modules/http2/h2_c1.c, server/mpm/event/event.c, server/mpm/motorz/motorz.c, server/mpm/simple/simple_io.c: Rename CONN_STATE_PROCESS to CONN_STATE_PROCESSING. * server/mpm/event/event.c: Restore write_completion_q to handle connections in CONN_STATE_WRITE_COMPLETION. Use processing_q (renamed from process_q) solely for CONN_STATE_PROCESSING. Update process_score->processing according to the length of processing_q. * modules/generators/mod_status.c: Show the value of process_score->processing in the stats. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918098 13f79535-47bb-0310-9956-ffa450edef68 M include/ap_mmn.h M include/httpd.h M include/scoreboard.h M modules/generators/mod_status.c M modules/http/http_core.c M modules/http2/h2_c1.c M modules/lua/lua_request.c M server/mpm/event/event.c M server/mpm/motorz/motorz.c M server/mpm/simple/simple_io.c ____________________________________________________________________________________________________________ Commit: 3cf40d93a9e0d6fa3401f326e4e447cafbc5b604 URL: https://git.catflap.org/apache-httpd/commit/?id=3cf40d93a9e0d6fa3401f326e4e447cafbc5b604 Author: Yann Ylavic (Fri 31 May 2024 16:18:33 BST) Committer: Yann Ylavic (Fri 31 May 2024 16:18:33 BST) mpm_event: Don't spam with "Stopping process due to MaxConnectionsPerChild" When MaxConnectionsPerChild is reached there may be some connections to process still and the listener should stop writing this at every loop. Logging once is enough. * server/mpm/event/event.c(check_infinite_requests): Raise conns_this_child unconditionally. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918078 13f79535-47bb-0310-9956-ffa450edef68 M server/mpm/event/event.c ____________________________________________________________________________________________________________ Commit: 84ecd2f2b97c706aa4b62d06ea7a56c943bb6c3d URL: https://git.catflap.org/apache-httpd/commit/?id=84ecd2f2b97c706aa4b62d06ea7a56c943bb6c3d Author: Joe Orton (Thu 30 May 2024 15:48:21 BST) Committer: Joe Orton (Thu 30 May 2024 15:48:21 BST) CI: For LDAP tests, switch to using OpenLDAP slapd running on CentOS Stream 9. Github: closes #450 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918059 13f79535-47bb-0310-9956-ffa450edef68 A test/travis_Dockerfile_slapd.centos D test/travis_Dockerfile_slapd.centos7 M test/travis_before_linux.sh ____________________________________________________________________________________________________________ Commit: 0af40590501c9a7039cb1e4a2aa019f3ce41edef URL: https://git.catflap.org/apache-httpd/commit/?id=0af40590501c9a7039cb1e4a2aa019f3ce41edef Author: Yann Ylavic (Wed 29 May 2024 10:41:25 BST) Committer: Yann Ylavic (Wed 29 May 2024 10:41:25 BST) Follow up to r1918022: MMN minor bump and checks for the new conn_state_e aliases' usability. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918035 13f79535-47bb-0310-9956-ffa450edef68 M include/ap_mmn.h M modules/http2/h2.h M modules/http2/h2_c1.c M modules/http2/h2_session.c ____________________________________________________________________________________________________________ Commit: 724bd414bbf21d4ba7263aa5062246253c56170d URL: https://git.catflap.org/apache-httpd/commit/?id=724bd414bbf21d4ba7263aa5062246253c56170d Author: Joe Orton (Tue 28 May 2024 16:42:03 BST) Committer: Joe Orton (Tue 28 May 2024 16:42:03 BST) Fix ENGINE use with OpenSSL 3.2, which appears to be broken due to a refcounting issue in mod_ssl. * modules/ssl/ssl_engine_pphrase.c (modssl_engine_cleanup): New function. (modssl_load_keypair_engine): Take pconf & ptemp arguments, don't call ENGINE_finish() immediately but register the above cleanup. (modssl_load_engine_keypair): Pass through pconf & ptemp. * modules/ssl/ssl_engine_init.c (ssl_init_server_certs): Pass through pconf and ptemp to modssl_load_engine_keypair. Github: closes #446 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918024 13f79535-47bb-0310-9956-ffa450edef68 M modules/ssl/ssl_engine_init.c M modules/ssl/ssl_engine_pphrase.c M modules/ssl/ssl_private.h ____________________________________________________________________________________________________________ Commit: c0a30141cad8ee5541a8c73b4b19f7a6a78f979b URL: https://git.catflap.org/apache-httpd/commit/?id=c0a30141cad8ee5541a8c73b4b19f7a6a78f979b Author: Yann Ylavic (Tue 28 May 2024 15:10:43 BST) Committer: Yann Ylavic (Tue 28 May 2024 15:10:43 BST) mpm_event,core: Handle async POLLIN/POLLOUT in CONN_STATE_PROCESS state. * include/httpd.h: Rename CONN_STATE_CHECK_REQUEST_LINE_READABLE to CONN_STATE_KEEPALIVE and CONN_STATE_READ_REQUEST_LINE to CONN_STATE_PROCESS, keeping the old enums as aliases. Rework comments about each state. * server/mpm/event/event.c: Use the new states names. Let the process_connection hooks return CONN_STATE_PROCESS for mpm_event to POLLIN or POLLOUT depending on c->cs->sense being CONN_SENSE_WANT_READ or CONN_SENSE_WANT_WRITE respectively. Remove (ab)use of CONN_STATE_WRITE_COMPLETION with CONN_SENSE_WANT_READ to mean poll() for read (and the need for the obscure c->clogging_input_filters to make it work as expected). This is what CONN_STATE_PROCESS is for now. Update the comment about the states that can be returned by process_connection hooks (and their usage). Use the same queue (process_q renamed from write_completion_q) for polling connections in both CONN_STATE_PROCESS and CONN_STATE_WRITE_COMPLETION states since they both use the same (server_rec's) Timeout. This implies that both states are accounted as "write-completion" in mod_status for now. * server/mpm/motorz/motorz.c, server/mpm/simple/simple_io.c, modules/http/http_core.c: Use the new states names (only). * include/scoreboard.h: Change comment about process_score->write_completion to note that the counter refers to CONN_STATE_PROCESS connections returned to the MPM too. * modules/http2/h2_c1.c: Return the c1 connection with the CONN_STATE_PROCESS state rather than CONN_STATE_WRITE_COMPLETION when waiting for a window update (i.e. ask the MPM to poll for read directly). This avoids the transition to CONN_STATE_KEEPALIVE which could kill the connection under high load. Github: closes #448 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918022 13f79535-47bb-0310-9956-ffa450edef68 M include/httpd.h M include/scoreboard.h M modules/http/http_core.c M modules/http2/h2_c1.c M server/mpm/event/event.c M server/mpm/motorz/motorz.c M server/mpm/simple/simple_io.c ____________________________________________________________________________________________________________ Commit: 03162f8746a4e7fa0f349688a8347e87e967c94c URL: https://git.catflap.org/apache-httpd/commit/?id=03162f8746a4e7fa0f349688a8347e87e967c94c Author: Yann Ylavic (Tue 28 May 2024 14:47:57 BST) Committer: Yann Ylavic (Tue 28 May 2024 14:47:57 BST) Steal an APLONGO for PR 448. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918021 13f79535-47bb-0310-9956-ffa450edef68 M docs/log-message-tags/next-number ____________________________________________________________________________________________________________ Commit: c69a51bff8157e403121f8436d85dde21ad28bd2 URL: https://git.catflap.org/apache-httpd/commit/?id=c69a51bff8157e403121f8436d85dde21ad28bd2 Author: Stefan Eissing (Mon 27 May 2024 12:04:52 BST) Committer: Stefan Eissing (Mon 27 May 2024 12:04:52 BST) *) mod_http2: sync with module's github. - on newer HTTPD versions, return connection monitoring to the event MPM when block on client updates. 2.4.x versions still treat connections in the event MPM as KeepAlive and purge them on load in the middle of response processing. - spelling fixes - support for yield calls in c2 "network" filter git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918003 13f79535-47bb-0310-9956-ffa450edef68 M modules/http2/h2_c1.c M modules/http2/h2_c2.c M modules/http2/h2_mplx.c M modules/http2/h2_mplx.h M modules/http2/h2_session.c M modules/http2/h2_session.h M modules/http2/h2_version.h ____________________________________________________________________________________________________________ Commit: 6f4f03cc89a8741eaf2b21dbea7c590c47563fc8 URL: https://git.catflap.org/apache-httpd/commit/?id=6f4f03cc89a8741eaf2b21dbea7c590c47563fc8 Author: Stefan Eissing (Mon 27 May 2024 11:53:02 BST) Committer: Stefan Eissing (Mon 27 May 2024 11:53:02 BST) steal a number git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918002 13f79535-47bb-0310-9956-ffa450edef68 M docs/log-message-tags/next-number ____________________________________________________________________________________________________________ Commit: bd9f32317b703081a9df59b01c07313986051965 URL: https://git.catflap.org/apache-httpd/commit/?id=bd9f32317b703081a9df59b01c07313986051965 Author: Joe Orton (Wed 22 May 2024 14:48:07 BST) Committer: Joe Orton (Wed 22 May 2024 14:48:07 BST) * modules/proxy/config.m4: Stop exporting ajp_* functions from mod_proxy_ajp.so in a shared module build. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1917900 13f79535-47bb-0310-9956-ffa450edef68 M modules/proxy/config.m4 ____________________________________________________________________________________________________________ Commit: e03580554f17084877c6db4d79885ac00c77fa49 URL: https://git.catflap.org/apache-httpd/commit/?id=e03580554f17084877c6db4d79885ac00c77fa49 Author: Joe Orton (Mon 20 May 2024 10:18:10 BST) Committer: Joe Orton (Mon 20 May 2024 10:18:10 BST) Explicitly reject CGI output which includes a Transfer-Encoding header, rather than drop it and send what's likely to be an unexpected or corrupted response. * modules/generators/cgi_common.h (cgi_handle_response): Send a 502 error if Transfer-Encoding is present in the response headers. PR: 68970 Github: closes #444 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1917835 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/pr68970.txt M modules/generators/cgi_common.h ____________________________________________________________________________________________________________ Commit: f9b0720e2a1b3b53db122b503c0c5f11615a6e95 URL: https://git.catflap.org/apache-httpd/commit/?id=f9b0720e2a1b3b53db122b503c0c5f11615a6e95 Author: Yann Ylavic (Mon 13 May 2024 20:49:56 BST) Committer: Yann Ylavic (Mon 13 May 2024 20:49:56 BST) Force ci build. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1917710 13f79535-47bb-0310-9956-ffa450edef68 M STATUS ____________________________________________________________________________________________________________ Commit: dd1140d2acf66c5d39cd93d0ac12257ae36a76d6 URL: https://git.catflap.org/apache-httpd/commit/?id=dd1140d2acf66c5d39cd93d0ac12257ae36a76d6 Author: Lucien Gentis (Sat 11 May 2024 13:22:14 BST) Committer: Lucien Gentis (Sat 11 May 2024 13:22:14 BST) fr doc rebuild. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1917669 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/directives.html.fr.utf8 M docs/manual/mod/mod_ssl.html.fr.utf8 M docs/manual/mod/mod_ssl.xml.es M docs/manual/mod/quickreference.html.fr.utf8 ____________________________________________________________________________________________________________ Commit: f8e72b264718dd7da4979a73f9641ffb30dcf95d URL: https://git.catflap.org/apache-httpd/commit/?id=f8e72b264718dd7da4979a73f9641ffb30dcf95d Author: Lucien Gentis (Sat 11 May 2024 13:21:14 BST) Committer: Lucien Gentis (Sat 11 May 2024 13:21:14 BST) fr doc XML file update. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1917668 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_ssl.xml.fr ____________________________________________________________________________________________________________ Commit: 794a1f0d8cbecbd3941f1b6a5aee8c0ae4590319 URL: https://git.catflap.org/apache-httpd/commit/?id=794a1f0d8cbecbd3941f1b6a5aee8c0ae4590319 Author: Joe Orton (Fri 10 May 2024 09:49:15 BST) Committer: Joe Orton (Fri 10 May 2024 09:49:15 BST) Steal a number. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1917637 13f79535-47bb-0310-9956-ffa450edef68 M docs/log-message-tags/next-number ____________________________________________________________________________________________________________ Commit: 5971ee662032d861024462a18f950e4eed4ab8ad URL: https://git.catflap.org/apache-httpd/commit/?id=5971ee662032d861024462a18f950e4eed4ab8ad Author: Joe Orton (Thu 9 May 2024 10:05:38 BST) Committer: Joe Orton (Thu 9 May 2024 10:05:38 BST) Fail if SSLInsecureRenegotiation is used with mod_ssl, CVE-2009-3555 is now approaching 15 years old. * modules/ssl/ssl_engine_config.c (ssl_cmd_SSLInsecureRenegotiation): Fail if used. (ssl_config_server_new, ssl_config_server_merge): Remove insecure reneg handling. * modules/ssl/ssl_engine_init.c (ssl_init_ctx_protocol): Remove insecure_reneg handling. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1917600 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_ssl.xml M modules/ssl/ssl_engine_config.c M modules/ssl/ssl_engine_init.c M modules/ssl/ssl_private.h ____________________________________________________________________________________________________________ Commit: ac774f7340bd1e2bb5ff092e27e75cd0051f7783 URL: https://git.catflap.org/apache-httpd/commit/?id=ac774f7340bd1e2bb5ff092e27e75cd0051f7783 Author: Joe Orton (Wed 8 May 2024 13:46:58 BST) Committer: Joe Orton (Wed 8 May 2024 13:46:58 BST) On Linux use the real thread id via gettid() in error logging, where available, rather than the (meaningless) default pthread_self()-as-integer interpretation: * configure.in: Define DEFAULT_LOG_TID on Linux if gettid() is available. * server/log.c: Define DEFAULT_LOG_TID as NULL by default. (do_errorlog_default): Use DEFAULT_LOG_TID as the argument to log_tid(). Github: closes #443 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1917578 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/linux-log-tid.txt M configure.in M server/log.c ____________________________________________________________________________________________________________ Commit: aa86530aec72e5de24227dbe2054cd713fb3d3f5 URL: https://git.catflap.org/apache-httpd/commit/?id=aa86530aec72e5de24227dbe2054cd713fb3d3f5 Author: Joe Orton (Wed 8 May 2024 13:44:52 BST) Committer: Joe Orton (Wed 8 May 2024 13:44:52 BST) * modules/proxy/mod_proxy_fcgi.c (dispatch): Only allocate a heap buffer if the configured size is greater than the stack-allocated buffer. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1917576 13f79535-47bb-0310-9956-ffa450edef68 M modules/proxy/mod_proxy_fcgi.c ____________________________________________________________________________________________________________ Commit: c8a9d21e0cce028ca1ad2a169ec99eb0c7a38090 URL: https://git.catflap.org/apache-httpd/commit/?id=c8a9d21e0cce028ca1ad2a169ec99eb0c7a38090 Author: Stefan Eissing (Mon 22 Apr 2024 14:55:22 BST) Committer: Stefan Eissing (Mon 22 Apr 2024 14:55:22 BST) * mod_tls: update version of rustls-ffi to v0.13.0. [Daniel McCarney (@cpu}] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1917270 13f79535-47bb-0310-9956-ffa450edef68 M .github/workflows/linux.yml M .gitignore A changes-entries/mod_tls_v0.9.0.txt M modules/tls/tls_cert.c M modules/tls/tls_cert.h M modules/tls/tls_core.c M modules/tls/tls_version.h M test/modules/tls/test_08_vars.py M test/modules/tls/test_14_proxy_ssl.py M test/travis_run_linux.sh ____________________________________________________________________________________________________________ Commit: 301d5f66d065804e73ced34a8cab631b3bf9fc2f URL: https://git.catflap.org/apache-httpd/commit/?id=301d5f66d065804e73ced34a8cab631b3bf9fc2f Author: Lucien Gentis (Sat 20 Apr 2024 13:13:33 BST) Committer: Lucien Gentis (Sat 20 Apr 2024 13:13:33 BST) fr doc rebuild. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1917200 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/env.html.fr.utf8 M docs/manual/env.xml.ja M docs/manual/env.xml.ko M docs/manual/env.xml.tr M docs/manual/mod/mod_so.html.fr.utf8 M docs/manual/mod/mod_so.xml.ja M docs/manual/mod/mod_so.xml.ko M docs/manual/mod/mod_so.xml.tr ____________________________________________________________________________________________________________ Commit: 2f1156d111764d1eb3d7d232098ad96c6de310f4 URL: https://git.catflap.org/apache-httpd/commit/?id=2f1156d111764d1eb3d7d232098ad96c6de310f4 Author: Lucien Gentis (Sat 20 Apr 2024 13:12:08 BST) Committer: Lucien Gentis (Sat 20 Apr 2024 13:12:08 BST) fr doc XML files updates. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1917199 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/env.xml.fr M docs/manual/mod/mod_so.xml.fr ____________________________________________________________________________________________________________ Commit: fd179953f467ca90d1c63005e3397776922d94d2 URL: https://git.catflap.org/apache-httpd/commit/?id=fd179953f467ca90d1c63005e3397776922d94d2 Author: Eric Covener (Wed 17 Apr 2024 01:23:23 BST) Committer: Eric Covener (Wed 17 Apr 2024 01:23:23 BST) xform git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1917054 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/env.html.en.utf8 ____________________________________________________________________________________________________________ Commit: 64f01f7180484ef96c70eb70d965f4d11c4e7012 URL: https://git.catflap.org/apache-httpd/commit/?id=64f01f7180484ef96c70eb70d965f4d11c4e7012 Author: Eric Covener (Wed 17 Apr 2024 01:22:45 BST) Committer: Eric Covener (Wed 17 Apr 2024 01:22:45 BST) doc recent addition ap_trust_cgilike_cl git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1917053 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/env.xml ____________________________________________________________________________________________________________ Commit: d958349e729bd89d414e07ee42ce95004b45bc28 URL: https://git.catflap.org/apache-httpd/commit/?id=d958349e729bd89d414e07ee42ce95004b45bc28 Author: Jean-Frederic Clere (Tue 16 Apr 2024 16:02:29 BST) Committer: Jean-Frederic Clere (Tue 16 Apr 2024 16:02:29 BST) Arrange pytest to run with mod_ssl, still skipping some tests. this closes #433 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1917039 13f79535-47bb-0310-9956-ffa450edef68 M test/modules/md/conftest.py M test/modules/tls/conf.py M test/modules/tls/env.py M test/modules/tls/test_02_conf.py M test/modules/tls/test_06_ciphers.py M test/modules/tls/test_08_vars.py M test/modules/tls/test_14_proxy_ssl.py M test/modules/tls/test_15_proxy_tls.py M test/modules/tls/test_16_proxy_mixed.py M test/modules/tls/test_17_proxy_machine_cert.py M test/pyhttpd/conf.py ____________________________________________________________________________________________________________ Commit: 906fd9598e51c6e630710bbf4f3a270040908ed2 URL: https://git.catflap.org/apache-httpd/commit/?id=906fd9598e51c6e630710bbf4f3a270040908ed2 Author: Joe Orton (Tue 16 Apr 2024 10:57:37 BST) Committer: Joe Orton (Tue 16 Apr 2024 10:57:37 BST) * server/core.c (set_override): Catch errors returned by set_allow_opts() for a parsing fail in an Options= argument. Submitted by: Zhou Qingyang Github: closes #310 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1917017 13f79535-47bb-0310-9956-ffa450edef68 M server/core.c ____________________________________________________________________________________________________________ Commit: 7ab0b1146b193cdb3f4290c776395f1b957ef8d2 URL: https://git.catflap.org/apache-httpd/commit/?id=7ab0b1146b193cdb3f4290c776395f1b957ef8d2 Author: Joe Orton (Tue 16 Apr 2024 10:27:40 BST) Committer: Joe Orton (Tue 16 Apr 2024 10:27:40 BST) docs: Use AP_DECLARE_MODULE in Developing modules and mod_so guides Submitted by: Vladimír Chlup Github: closes #432 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1917015 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/developer/modguide.xml M docs/manual/mod/mod_so.xml M docs/manual/mod/mod_so.xml.fr M docs/manual/mod/mod_so.xml.ja M docs/manual/mod/mod_so.xml.ko M docs/manual/mod/mod_so.xml.tr ____________________________________________________________________________________________________________ Commit: a6f0166b140498998c7c1d93a4f467fcc7311ede URL: https://git.catflap.org/apache-httpd/commit/?id=a6f0166b140498998c7c1d93a4f467fcc7311ede Author: Jean-Frederic Clere (Tue 16 Apr 2024 09:11:19 BST) Committer: Jean-Frederic Clere (Tue 16 Apr 2024 09:11:19 BST) make the compiler happy when using --enable-maintainer-mode git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1917013 13f79535-47bb-0310-9956-ffa450edef68 M test/clients/h2ws.c ____________________________________________________________________________________________________________ Commit: c14406763ca69e5b0f7fd00e1ddf34623fe4faf2 URL: https://git.catflap.org/apache-httpd/commit/?id=c14406763ca69e5b0f7fd00e1ddf34623fe4faf2 Author: Joe Orton (Mon 15 Apr 2024 10:49:56 BST) Committer: Joe Orton (Mon 15 Apr 2024 10:49:56 BST) * modules/generators/mod_cgi.c, mod_cgid.c: Since r1916769 adds #include to cgi_common.h, remove it here. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1916998 13f79535-47bb-0310-9956-ffa450edef68 M modules/generators/mod_cgi.c M modules/generators/mod_cgid.c ____________________________________________________________________________________________________________ Commit: 1f4bb1a433bda90b19f5b25d78705c473e5aca45 URL: https://git.catflap.org/apache-httpd/commit/?id=1f4bb1a433bda90b19f5b25d78705c473e5aca45 Author: Joe Orton (Mon 15 Apr 2024 10:47:55 BST) Committer: Joe Orton (Mon 15 Apr 2024 10:47:55 BST) CI: Update for OpenSSL 3.3.0, build with -Werror Github: closes #436 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1916997 13f79535-47bb-0310-9956-ffa450edef68 M .github/workflows/linux.yml ____________________________________________________________________________________________________________ Commit: 2ebb356671443c004c5a4784b05d43d199a897ce URL: https://git.catflap.org/apache-httpd/commit/?id=2ebb356671443c004c5a4784b05d43d199a897ce Author: Lucien Gentis (Sat 13 Apr 2024 15:02:16 BST) Committer: Lucien Gentis (Sat 13 Apr 2024 15:02:16 BST) fr doc rebuild. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1916962 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/bind.html.fr.utf8 M docs/manual/caching.html.fr.utf8 M docs/manual/compliance.html.fr.utf8 M docs/manual/configuring.html.fr.utf8 M docs/manual/content-negotiation.html.fr.utf8 M docs/manual/custom-error.html.fr.utf8 M docs/manual/dns-caveats.html.fr.utf8 M docs/manual/dso.html.fr.utf8 M docs/manual/env.html.fr.utf8 M docs/manual/expr.html.fr.utf8 M docs/manual/faq/index.html.fr.utf8 M docs/manual/filter.html.fr.utf8 M docs/manual/getting-started.html.fr.utf8 M docs/manual/glossary.html.fr.utf8 M docs/manual/handler.html.fr.utf8 M docs/manual/howto/access.html.fr.utf8 M docs/manual/howto/auth.html.fr.utf8 M docs/manual/howto/cgi.html.fr.utf8 M docs/manual/howto/encrypt.html.fr.utf8 M docs/manual/howto/htaccess.html.fr.utf8 M docs/manual/howto/http2.html.fr.utf8 M docs/manual/howto/index.html.fr.utf8 M docs/manual/howto/public_html.html.fr.utf8 M docs/manual/howto/reverse_proxy.html.fr.utf8 M docs/manual/howto/ssi.html.fr.utf8 M docs/manual/index.html.fr.utf8 M docs/manual/install.html.fr.utf8 M docs/manual/invoking.html.fr.utf8 M docs/manual/logs.html.fr.utf8 M docs/manual/misc/index.html.fr.utf8 M docs/manual/misc/password_encryptions.html.fr.utf8 M docs/manual/misc/perf-scaling.html.fr.utf8 M docs/manual/misc/perf-tuning.html.fr.utf8 M docs/manual/misc/relevant_standards.html.fr.utf8 M docs/manual/misc/security_tips.html.fr.utf8 M docs/manual/mod/core.html.fr.utf8 M docs/manual/mod/directive-dict.html.fr.utf8 M docs/manual/mod/directives.html.fr.utf8 M docs/manual/mod/event.html.fr.utf8 M docs/manual/mod/index.html.fr.utf8 M docs/manual/mod/mod_access_compat.html.fr.utf8 M docs/manual/mod/mod_actions.html.fr.utf8 M docs/manual/mod/mod_alias.html.fr.utf8 M docs/manual/mod/mod_allowhandlers.html.fr.utf8 M docs/manual/mod/mod_allowmethods.html.fr.utf8 M docs/manual/mod/mod_asis.html.fr.utf8 M docs/manual/mod/mod_auth_basic.html.fr.utf8 M docs/manual/mod/mod_auth_bearer.html.fr.utf8 M docs/manual/mod/mod_auth_digest.html.fr.utf8 M docs/manual/mod/mod_auth_form.html.fr.utf8 M docs/manual/mod/mod_authn_anon.html.fr.utf8 M docs/manual/mod/mod_authn_core.html.fr.utf8 M docs/manual/mod/mod_authn_dbd.html.fr.utf8 M docs/manual/mod/mod_authn_dbm.html.fr.utf8 M docs/manual/mod/mod_authn_file.html.fr.utf8 M docs/manual/mod/mod_authn_socache.html.fr.utf8 M docs/manual/mod/mod_authnz_fcgi.html.fr.utf8 M docs/manual/mod/mod_authnz_ldap.html.fr.utf8 M docs/manual/mod/mod_autht_core.html.fr.utf8 M docs/manual/mod/mod_autht_jwt.html.fr.utf8 M docs/manual/mod/mod_authz_core.html.fr.utf8 M docs/manual/mod/mod_authz_dbd.html.fr.utf8 M docs/manual/mod/mod_authz_dbm.html.fr.utf8 M docs/manual/mod/mod_authz_groupfile.html.fr.utf8 M docs/manual/mod/mod_authz_host.html.fr.utf8 M docs/manual/mod/mod_authz_owner.html.fr.utf8 M docs/manual/mod/mod_authz_user.html.fr.utf8 M docs/manual/mod/mod_autoindex.html.fr.utf8 M docs/manual/mod/mod_brotli.html.fr.utf8 M docs/manual/mod/mod_buffer.html.fr.utf8 M docs/manual/mod/mod_cache.html.fr.utf8 M docs/manual/mod/mod_cache_disk.html.fr.utf8 M docs/manual/mod/mod_cache_socache.html.fr.utf8 M docs/manual/mod/mod_cern_meta.html.fr.utf8 M docs/manual/mod/mod_cgi.html.fr.utf8 M docs/manual/mod/mod_cgi.xml.ja M docs/manual/mod/mod_cgi.xml.ko M docs/manual/mod/mod_cgid.html.fr.utf8 M docs/manual/mod/mod_charset_lite.html.fr.utf8 M docs/manual/mod/mod_crypto.html.fr.utf8 M docs/manual/mod/mod_data.html.fr.utf8 M docs/manual/mod/mod_dav.html.fr.utf8 M docs/manual/mod/mod_dav_fs.html.fr.utf8 M docs/manual/mod/mod_dav_lock.html.fr.utf8 M docs/manual/mod/mod_dbd.html.fr.utf8 M docs/manual/mod/mod_deflate.html.fr.utf8 M docs/manual/mod/mod_dialup.html.fr.utf8 M docs/manual/mod/mod_dir.html.fr.utf8 M docs/manual/mod/mod_dumpio.html.fr.utf8 M docs/manual/mod/mod_echo.html.fr.utf8 M docs/manual/mod/mod_env.html.fr.utf8 M docs/manual/mod/mod_example_hooks.html.fr.utf8 M docs/manual/mod/mod_expires.html.fr.utf8 M docs/manual/mod/mod_ext_filter.html.fr.utf8 M docs/manual/mod/mod_file_cache.html.fr.utf8 M docs/manual/mod/mod_filter.html.fr.utf8 M docs/manual/mod/mod_firehose.html.fr.utf8 M docs/manual/mod/mod_headers.html.fr.utf8 M docs/manual/mod/mod_heartbeat.html.fr.utf8 M docs/manual/mod/mod_heartmonitor.html.fr.utf8 M docs/manual/mod/mod_http2.html.fr.utf8 M docs/manual/mod/mod_ident.html.fr.utf8 M docs/manual/mod/mod_imagemap.html.fr.utf8 M docs/manual/mod/mod_include.html.fr.utf8 M docs/manual/mod/mod_info.html.fr.utf8 M docs/manual/mod/mod_isapi.html.fr.utf8 M docs/manual/mod/mod_journald.html.fr.utf8 M docs/manual/mod/mod_lbmethod_bybusyness.html.fr.utf8 M docs/manual/mod/mod_lbmethod_byrequests.html.fr.utf8 M docs/manual/mod/mod_lbmethod_bytraffic.html.fr.utf8 M docs/manual/mod/mod_lbmethod_heartbeat.html.fr.utf8 M docs/manual/mod/mod_ldap.html.fr.utf8 M docs/manual/mod/mod_log_config.html.fr.utf8 M docs/manual/mod/mod_log_debug.html.fr.utf8 M docs/manual/mod/mod_log_forensic.html.fr.utf8 M docs/manual/mod/mod_logio.html.fr.utf8 M docs/manual/mod/mod_lua.html.fr.utf8 M docs/manual/mod/mod_macro.html.fr.utf8 M docs/manual/mod/mod_md.html.fr.utf8 M docs/manual/mod/mod_mime.html.fr.utf8 M docs/manual/mod/mod_mime_magic.html.fr.utf8 M docs/manual/mod/mod_negotiation.html.fr.utf8 M docs/manual/mod/mod_nw_ssl.html.fr.utf8 M docs/manual/mod/mod_policy.html.fr.utf8 M docs/manual/mod/mod_privileges.html.fr.utf8 M docs/manual/mod/mod_proxy.html.fr.utf8 M docs/manual/mod/mod_proxy.xml.ja M docs/manual/mod/mod_proxy_ajp.html.fr.utf8 M docs/manual/mod/mod_proxy_balancer.html.fr.utf8 M docs/manual/mod/mod_proxy_connect.html.fr.utf8 M docs/manual/mod/mod_proxy_express.html.fr.utf8 M docs/manual/mod/mod_proxy_fcgi.html.fr.utf8 M docs/manual/mod/mod_proxy_fdpass.html.fr.utf8 M docs/manual/mod/mod_proxy_ftp.html.fr.utf8 M docs/manual/mod/mod_proxy_hcheck.html.fr.utf8 M docs/manual/mod/mod_proxy_html.html.fr.utf8 M docs/manual/mod/mod_proxy_http.html.fr.utf8 M docs/manual/mod/mod_proxy_http2.html.fr.utf8 M docs/manual/mod/mod_proxy_scgi.html.fr.utf8 M docs/manual/mod/mod_proxy_uwsgi.html.fr.utf8 M docs/manual/mod/mod_proxy_wstunnel.html.fr.utf8 M docs/manual/mod/mod_ratelimit.html.fr.utf8 M docs/manual/mod/mod_reflector.html.fr.utf8 M docs/manual/mod/mod_remoteip.html.fr.utf8 M docs/manual/mod/mod_reqtimeout.html.fr.utf8 M docs/manual/mod/mod_request.html.fr.utf8 M docs/manual/mod/mod_rewrite.html.fr.utf8 M docs/manual/mod/mod_sed.html.fr.utf8 M docs/manual/mod/mod_session.html.fr.utf8 M docs/manual/mod/mod_session_cookie.html.fr.utf8 M docs/manual/mod/mod_session_crypto.html.fr.utf8 M docs/manual/mod/mod_session_dbd.html.fr.utf8 M docs/manual/mod/mod_setenvif.html.fr.utf8 M docs/manual/mod/mod_slotmem_plain.html.fr.utf8 M docs/manual/mod/mod_slotmem_shm.html.fr.utf8 M docs/manual/mod/mod_so.html.fr.utf8 M docs/manual/mod/mod_socache_dbm.html.fr.utf8 M docs/manual/mod/mod_socache_dc.html.fr.utf8 M docs/manual/mod/mod_socache_memcache.html.fr.utf8 M docs/manual/mod/mod_socache_redis.html.fr.utf8 M docs/manual/mod/mod_socache_shmcb.html.fr.utf8 M docs/manual/mod/mod_speling.html.fr.utf8 M docs/manual/mod/mod_ssl.html.fr.utf8 M docs/manual/mod/mod_ssl_ct.html.fr.utf8 M docs/manual/mod/mod_status.html.fr.utf8 M docs/manual/mod/mod_substitute.html.fr.utf8 M docs/manual/mod/mod_suexec.html.fr.utf8 M docs/manual/mod/mod_syslog.html.fr.utf8 M docs/manual/mod/mod_systemd.html.fr.utf8 M docs/manual/mod/mod_unique_id.html.fr.utf8 M docs/manual/mod/mod_unixd.html.fr.utf8 M docs/manual/mod/mod_userdir.html.fr.utf8 M docs/manual/mod/mod_usertrack.html.fr.utf8 M docs/manual/mod/mod_version.html.fr.utf8 M docs/manual/mod/mod_vhost_alias.html.fr.utf8 M docs/manual/mod/mod_watchdog.html.fr.utf8 M docs/manual/mod/mod_xml2enc.html.fr.utf8 M docs/manual/mod/module-dict.html.fr.utf8 M docs/manual/mod/mpm_common.html.fr.utf8 M docs/manual/mod/mpm_netware.html.fr.utf8 M docs/manual/mod/mpm_winnt.html.fr.utf8 M docs/manual/mod/mpmt_os2.html.fr.utf8 M docs/manual/mod/overrides.html.fr.utf8 M docs/manual/mod/prefork.html.fr.utf8 M docs/manual/mod/quickreference.html.fr.utf8 M docs/manual/mod/worker.html.fr.utf8 M docs/manual/mpm.html.fr.utf8 M docs/manual/new_features_2_0.html.fr.utf8 M docs/manual/new_features_2_2.html.fr.utf8 M docs/manual/new_features_2_4.html.fr.utf8 M docs/manual/platform/index.html.fr.utf8 M docs/manual/platform/netware.html.fr.utf8 M docs/manual/platform/perf-hp.html.fr.utf8 M docs/manual/platform/rpm.html.fr.utf8 M docs/manual/platform/win_compiling.html.fr.utf8 M docs/manual/platform/windows.html.fr.utf8 M docs/manual/programs/ab.html.fr.utf8 M docs/manual/programs/apachectl.html.fr.utf8 M docs/manual/programs/apxs.html.fr.utf8 M docs/manual/programs/configure.html.fr.utf8 M docs/manual/programs/ctlogconfig.html.fr.utf8 M docs/manual/programs/dbmmanage.html.fr.utf8 M docs/manual/programs/fcgistarter.html.fr.utf8 M docs/manual/programs/firehose.html.fr.utf8 M docs/manual/programs/htcacheclean.html.fr.utf8 M docs/manual/programs/htdbm.html.fr.utf8 M docs/manual/programs/htdigest.html.fr.utf8 M docs/manual/programs/htpasswd.html.fr.utf8 M docs/manual/programs/httpd.html.fr.utf8 M docs/manual/programs/httxt2dbm.html.fr.utf8 M docs/manual/programs/index.html.fr.utf8 M docs/manual/programs/log_server_status.html.fr.utf8 M docs/manual/programs/logresolve.html.fr.utf8 M docs/manual/programs/other.html.fr.utf8 M docs/manual/programs/rotatelogs.html.fr.utf8 M docs/manual/programs/split-logfile.html.fr.utf8 M docs/manual/programs/suexec.html.fr.utf8 M docs/manual/rewrite/access.html.fr.utf8 M docs/manual/rewrite/advanced.html.fr.utf8 M docs/manual/rewrite/avoid.html.fr.utf8 M docs/manual/rewrite/flags.html.fr.utf8 M docs/manual/rewrite/htaccess.html.fr.utf8 M docs/manual/rewrite/index.html.fr.utf8 M docs/manual/rewrite/intro.html.fr.utf8 M docs/manual/rewrite/proxy.html.fr.utf8 M docs/manual/rewrite/remapping.html.fr.utf8 M docs/manual/rewrite/rewritemap.html.fr.utf8 M docs/manual/rewrite/tech.html.fr.utf8 M docs/manual/rewrite/vhosts.html.fr.utf8 M docs/manual/sections.html.fr.utf8 M docs/manual/server-wide.html.fr.utf8 M docs/manual/sitemap.html.fr.utf8 M docs/manual/socache.html.fr.utf8 M docs/manual/ssl/index.html.fr.utf8 M docs/manual/ssl/ssl_compat.html.fr.utf8 M docs/manual/ssl/ssl_faq.html.fr.utf8 M docs/manual/ssl/ssl_howto.html.fr.utf8 M docs/manual/ssl/ssl_intro.html.fr.utf8 M docs/manual/stopping.html.fr.utf8 M docs/manual/suexec.html.fr.utf8 M docs/manual/upgrading.html.fr.utf8 M docs/manual/urlmapping.html.fr.utf8 M docs/manual/vhosts/details.html.fr.utf8 M docs/manual/vhosts/examples.html.fr.utf8 M docs/manual/vhosts/fd-limits.html.fr.utf8 M docs/manual/vhosts/index.html.fr.utf8 M docs/manual/vhosts/ip-based.html.fr.utf8 M docs/manual/vhosts/mass.html.fr.utf8 M docs/manual/vhosts/name-based.html.fr.utf8 ____________________________________________________________________________________________________________ Commit: fc2f1ccb1e2dc2041a8e7fb45c71112ce7e4b7b1 URL: https://git.catflap.org/apache-httpd/commit/?id=fc2f1ccb1e2dc2041a8e7fb45c71112ce7e4b7b1 Author: Lucien Gentis (Sat 13 Apr 2024 14:47:21 BST) Committer: Lucien Gentis (Sat 13 Apr 2024 14:47:21 BST) fr doc XML files updates. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1916961 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_cgi.xml.fr M docs/manual/mod/mod_md.xml.fr M docs/manual/mod/mod_proxy.xml.fr ____________________________________________________________________________________________________________ Commit: 6ed524dc3f4c2f655cdd316ddc7b78e0477c696f URL: https://git.catflap.org/apache-httpd/commit/?id=6ed524dc3f4c2f655cdd316ddc7b78e0477c696f Author: Yann Ylavic (Fri 12 Apr 2024 14:16:40 BST) Committer: Yann Ylavic (Fri 12 Apr 2024 14:16:40 BST) mpm_event,mpm_worker: Comment about pollset sizing when APR_POLLSET_WAKEABLE. Follow up to r1916925 and r1916926. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1916929 13f79535-47bb-0310-9956-ffa450edef68 M server/mpm/event/event.c M server/mpm/worker/worker.c ____________________________________________________________________________________________________________ Commit: d010a86e2d1fccb82e41db6097503370b7868249 URL: https://git.catflap.org/apache-httpd/commit/?id=d010a86e2d1fccb82e41db6097503370b7868249 Author: Yann Ylavic (Fri 12 Apr 2024 12:02:31 BST) Committer: Yann Ylavic (Fri 12 Apr 2024 12:02:31 BST) mpm_worker: Fix AH00045 about children processes not terminating timely. * server/mpm/worker/worker.c(setup_threads_runtime): Create pollset with APR_POLLSET_WAKEABLE to be able to wake up the listener when stopping. * server/mpm/worker/worker.c(wakeup_listener): Wake up the listener using the wakeup pipe (apr_pollset_wakeup). * server/mpm/worker/worker.c(join_workers): Like mpm_event, don't depend on `pthread_kill(listener_thread, 0)` to check whether the listener has exited (this does not work on some systems), but use the "dying" global variable instead which is set by the listener just before exiting. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1916926 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/worker_exit.txt M server/mpm/worker/worker.c ____________________________________________________________________________________________________________ Commit: f9f742e7ba347ba207aaf23c4676e833a5cc8f1f URL: https://git.catflap.org/apache-httpd/commit/?id=f9f742e7ba347ba207aaf23c4676e833a5cc8f1f Author: Yann Ylavic (Fri 12 Apr 2024 11:35:10 BST) Committer: Yann Ylavic (Fri 12 Apr 2024 11:35:10 BST) mpm_event: Simplify pollset "good methods" vs APR_POLLSET_WAKEABLE. * server/mpm/event/event.c(setup_threads_runtime): Simplify pollset creation code. All pollset "good methods" implement APR_POLLSET_WAKEABLE and wake-ability is quite important for MPM event's correctness anyway so simplify code around pollset creation so as not to suggest that APR_POLLSET_NODEFAULT if favored against APR_POLLSET_WAKEABLE. While at it account for the wakeup pipe in the pollset_size since not all pollset methods seem to do it internally in APR. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1916925 13f79535-47bb-0310-9956-ffa450edef68 M server/mpm/event/event.c ____________________________________________________________________________________________________________ Commit: a9a10f36a996c8e509bc371f0f8b17cb3feaeb4d URL: https://git.catflap.org/apache-httpd/commit/?id=a9a10f36a996c8e509bc371f0f8b17cb3feaeb4d Author: Yann Ylavic (Fri 12 Apr 2024 10:56:34 BST) Committer: Yann Ylavic (Fri 12 Apr 2024 10:56:34 BST) mod_ssl_ct: Fix format warnings. * modules/ssl/mod_ssl_ct.c(client_extension_add_callback, server_extension_add_callback): Variable ext_type is unsigned, so use %u instead of %hu. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1916924 13f79535-47bb-0310-9956-ffa450edef68 M modules/ssl/mod_ssl_ct.c ____________________________________________________________________________________________________________ Commit: 2b2f6a15ac39af23074303673bbec901c5ffc154 URL: https://git.catflap.org/apache-httpd/commit/?id=2b2f6a15ac39af23074303673bbec901c5ffc154 Author: Jean-Frederic Clere (Thu 11 Apr 2024 07:53:31 BST) Committer: Jean-Frederic Clere (Thu 11 Apr 2024 07:53:31 BST) * modules/md: Fill in APLOGNO. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1916907 13f79535-47bb-0310-9956-ffa450edef68 M docs/log-message-tags/next-number M modules/md/mod_md_drive.c ____________________________________________________________________________________________________________ Commit: dee1eb37d787d34cb37df7eab535240e1774293a URL: https://git.catflap.org/apache-httpd/commit/?id=dee1eb37d787d34cb37df7eab535240e1774293a Author: Ruediger Pluem (Mon 8 Apr 2024 14:18:28 BST) Committer: Ruediger Pluem (Mon 8 Apr 2024 14:18:28 BST) * Ensure that we set the default DH parameters for the key Replace else with an if as the if branch no longer ensures that custome DH parameters have been loaded. This fixes a regression that causes the default DH parameters for a key no longer set and thus effectively disabling DH ciphers when no explicit DH parameters are set. PR: 68863 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1916863 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/pr68863.txt M modules/ssl/ssl_engine_init.c ____________________________________________________________________________________________________________ Commit: 8ffa19a1f7eb03b156e6bdbda65b3d2a2de9dfe8 URL: https://git.catflap.org/apache-httpd/commit/?id=8ffa19a1f7eb03b156e6bdbda65b3d2a2de9dfe8 Author: Stefan Eissing (Mon 8 Apr 2024 12:24:18 BST) Committer: Stefan Eissing (Mon 8 Apr 2024 12:24:18 BST) mod_md: update to v2.4.26 - Using OCSP stapling information to trigger certificate renewals. Proposed by @frasertweedale. - Added directive `MDCheckInterval` to control how often the server checks for detected revocations. Added proposals for configurations in the README.md chapter "Revocations". - OCSP stapling: accept OCSP responses without a `nextUpdate` entry which is allowed in RFC 6960. Treat those as having an update interval of 12 hours. Added by @frasertweedale. - Adapt OpenSSL usage to changes in their API. By Yann Ylavic. Test Updates - workarounds for using Pebble v2.5 - disable EAB tests for Pebble since v2.5 no longer supports HS256 FWT for EAB keys - some stability improvemnets in error/warning checks git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1916861 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/md_2.4.26.txt M docs/manual/mod/mod_md.xml M modules/md/md_ocsp.c M modules/md/md_reg.c M modules/md/md_reg.h M modules/md/md_version.h M modules/md/mod_md_config.c M modules/md/mod_md_config.h M modules/md/mod_md_drive.c M test/modules/md/conftest.py M test/modules/md/md_cert_util.py M test/modules/md/md_env.py M test/modules/md/test_300_conf_validate.py M test/modules/md/test_310_conf_store.py M test/modules/md/test_502_acmev2_drive.py M test/modules/md/test_602_roundtrip.py M test/modules/md/test_750_eab.py ____________________________________________________________________________________________________________ Commit: d3c4bf9ffe93e0a7dae2f1257782cdf087a68778 URL: https://git.catflap.org/apache-httpd/commit/?id=d3c4bf9ffe93e0a7dae2f1257782cdf087a68778 Author: Rainer Jung (Sat 6 Apr 2024 11:25:41 BST) Committer: Rainer Jung (Sat 6 Apr 2024 11:25:41 BST) Fix occasional pytest failures in modules/http2/test_800_websockets.py (test_h2_800_03_not_found and test_h2_800_05_non_ws_delay_resource) due to additional RST messages. Maybe we should allow RST after EOF in all websocket tests? git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1916830 13f79535-47bb-0310-9956-ffa450edef68 M test/modules/http2/test_800_websockets.py ____________________________________________________________________________________________________________ Commit: 251d796a8d4b995ee5373c25d895604e4278114d URL: https://git.catflap.org/apache-httpd/commit/?id=251d796a8d4b995ee5373c25d895604e4278114d Author: Rainer Jung (Thu 4 Apr 2024 23:46:59 BST) Committer: Rainer Jung (Thu 4 Apr 2024 23:46:59 BST) Fix occasional pytest failures in modules/http2/test_800_websockets.py (test_h2_800_04_non_ws_resource and test_h2_800_09b_unsupported) due to additional RST messages. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1916808 13f79535-47bb-0310-9956-ffa450edef68 M test/modules/http2/test_800_websockets.py ____________________________________________________________________________________________________________ Commit: 773a5f8f3499aa2848a584390d504b1c07b883c6 URL: https://git.catflap.org/apache-httpd/commit/?id=773a5f8f3499aa2848a584390d504b1c07b883c6 Author: Rainer Jung (Thu 4 Apr 2024 23:19:09 BST) Committer: Rainer Jung (Thu 4 Apr 2024 23:19:09 BST) Fix failing pytest modules/http2/test_712_buffering.py:48. Do not count lines like "00:12:26.578220 <= Recv data, 0 bytes (0x0)" (which happen before the final close) as receiving a real chunk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1916806 13f79535-47bb-0310-9956-ffa450edef68 M test/pyhttpd/curl.py ____________________________________________________________________________________________________________ Commit: b5427c7395eaf6aac832bec3bfdfba7d3802f4b4 URL: https://git.catflap.org/apache-httpd/commit/?id=b5427c7395eaf6aac832bec3bfdfba7d3802f4b4 Author: Rainer Jung (Thu 4 Apr 2024 22:48:51 BST) Committer: Rainer Jung (Thu 4 Apr 2024 22:48:51 BST) Fix pytest failure when using older nghttp2 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1916804 13f79535-47bb-0310-9956-ffa450edef68 M test/modules/http2/test_009_timing.py ____________________________________________________________________________________________________________ Commit: b646741ff0aea194a72903c3a824a877dc61b8c6 URL: https://git.catflap.org/apache-httpd/commit/?id=b646741ff0aea194a72903c3a824a877dc61b8c6 Author: Eric Covener (Wed 3 Apr 2024 12:55:16 BST) Committer: Eric Covener (Wed 3 Apr 2024 12:55:16 BST) bail after too many failed reads Submitted By: icing git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1916771 13f79535-47bb-0310-9956-ffa450edef68 M modules/http2/h2_session.c M modules/http2/h2_stream.c M modules/http2/h2_stream.h ____________________________________________________________________________________________________________ Commit: e98c400610abf3402833dad96fd64d86e9a4408b URL: https://git.catflap.org/apache-httpd/commit/?id=e98c400610abf3402833dad96fd64d86e9a4408b Author: Eric Covener (Wed 3 Apr 2024 12:51:36 BST) Committer: Eric Covener (Wed 3 Apr 2024 12:51:36 BST) header validation after content-* are eval'ed Submitted By: ylavic git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1916770 13f79535-47bb-0310-9956-ffa450edef68 M modules/http/http_filters.c ____________________________________________________________________________________________________________ Commit: 61645eaac828e2603203d2dfafca938f22580655 URL: https://git.catflap.org/apache-httpd/commit/?id=61645eaac828e2603203d2dfafca938f22580655 Author: Eric Covener (Wed 3 Apr 2024 12:49:53 BST) Committer: Eric Covener (Wed 3 Apr 2024 12:49:53 BST) let httpd handle CL/TE for non-http handlers Submitted By: ylavic, covener git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1916769 13f79535-47bb-0310-9956-ffa450edef68 M include/util_script.h M modules/aaa/mod_authnz_fcgi.c M modules/generators/cgi_common.h M modules/http/http_filters.c M modules/proxy/ajp_header.c M modules/proxy/mod_proxy_fcgi.c M modules/proxy/mod_proxy_scgi.c M modules/proxy/mod_proxy_uwsgi.c ____________________________________________________________________________________________________________ Commit: 21155482135ad2ba8e4bfc547dd6d6a0093d502f URL: https://git.catflap.org/apache-httpd/commit/?id=21155482135ad2ba8e4bfc547dd6d6a0093d502f Author: Christophe Jaillet (Mon 1 Apr 2024 09:39:13 BST) Committer: Christophe Jaillet (Mon 1 Apr 2024 09:39:13 BST) r1881790 has also added the 3rd argument to "ProxyRemoteMatch" git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1916708 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_proxy.xml ____________________________________________________________________________________________________________ Commit: 278a9dec68f1294c94e56a5a6a6f06ae12f074d6 URL: https://git.catflap.org/apache-httpd/commit/?id=278a9dec68f1294c94e56a5a6a6f06ae12f074d6 Author: Christophe Jaillet (Mon 1 Apr 2024 09:21:46 BST) Committer: Christophe Jaillet (Mon 1 Apr 2024 09:21:46 BST) Add note for CGIScriptTimeout. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1916704 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_cgi.xml ____________________________________________________________________________________________________________ Commit: 9730945e39dc35c31623fad49d7434e14bdf68b5 URL: https://git.catflap.org/apache-httpd/commit/?id=9730945e39dc35c31623fad49d7434e14bdf68b5 Author: Rainer Jung (Sat 30 Mar 2024 21:10:59 GMT) Committer: Rainer Jung (Sat 30 Mar 2024 21:10:59 GMT) Update copyright year git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1916669 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/style/xsl/common.xsl M include/ap_release.h ____________________________________________________________________________________________________________ Commit: 65087e1f446454f9499c47f59885495f92deaf71 URL: https://git.catflap.org/apache-httpd/commit/?id=65087e1f446454f9499c47f59885495f92deaf71 Author: Yann Ylavic (Tue 26 Mar 2024 17:00:09 GMT) Committer: Yann Ylavic (Tue 26 Mar 2024 17:00:09 GMT) mod_ssl: Allow for "SSLCompression off" still when OPENSSL_NO_COMP. Latest OpenSSL versions have OPENSSL_NO_COMP by default, avoid breaking existing "SSLCompression off" in configurations since it's a noop. * modules/ssl/ssl_engine_config.c(ssl_cmd_SSLCompression): Don't fail for OPENSSL_NO_COMP if the flag is "off". git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1916561 13f79535-47bb-0310-9956-ffa450edef68 M modules/ssl/ssl_engine_config.c ____________________________________________________________________________________________________________ Commit: 8aae9fa5fc2f90a8fa1cfafa6ddcf445b67ab7ee URL: https://git.catflap.org/apache-httpd/commit/?id=8aae9fa5fc2f90a8fa1cfafa6ddcf445b67ab7ee Author: Joe Orton (Tue 26 Mar 2024 15:03:23 GMT) Committer: Joe Orton (Tue 26 Mar 2024 15:03:23 GMT) CI: Add OpenSSL 3.3.0 alpha1 build. Github: closes #424 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1916559 13f79535-47bb-0310-9956-ffa450edef68 M .github/workflows/linux.yml ____________________________________________________________________________________________________________ Commit: 6f6e5734f957acbe813ad83219709a4ea815510e URL: https://git.catflap.org/apache-httpd/commit/?id=6f6e5734f957acbe813ad83219709a4ea815510e Author: Joe Orton (Mon 18 Mar 2024 16:46:11 GMT) Committer: Joe Orton (Mon 18 Mar 2024 16:46:11 GMT) CI: conditional didn't work in r1916396, always apply ASAN workaround. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1916397 13f79535-47bb-0310-9956-ffa450edef68 M .github/workflows/linux.yml ____________________________________________________________________________________________________________ Commit: d824ef33806ef390f226f7540458509212980277 URL: https://git.catflap.org/apache-httpd/commit/?id=d824ef33806ef390f226f7540458509212980277 Author: Joe Orton (Mon 18 Mar 2024 16:40:37 GMT) Committer: Joe Orton (Mon 18 Mar 2024 16:40:37 GMT) CI: Try working around recent ASAN failures. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1916396 13f79535-47bb-0310-9956-ffa450edef68 M .github/workflows/linux.yml ____________________________________________________________________________________________________________ Commit: b5b63072992d4bf32914e2dac67507cb326672bf URL: https://git.catflap.org/apache-httpd/commit/?id=b5b63072992d4bf32914e2dac67507cb326672bf Author: Joe Orton (Mon 18 Mar 2024 10:56:44 GMT) Committer: Joe Orton (Mon 18 Mar 2024 10:56:44 GMT) Reserve two lognos. [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1916388 13f79535-47bb-0310-9956-ffa450edef68 M docs/log-message-tags/next-number ____________________________________________________________________________________________________________ Commit: 4c33c31214775bc21efb30b37fffa2b252ed8c86 URL: https://git.catflap.org/apache-httpd/commit/?id=4c33c31214775bc21efb30b37fffa2b252ed8c86 Author: Joe Orton (Mon 18 Mar 2024 08:18:11 GMT) Committer: Joe Orton (Mon 18 Mar 2024 08:18:11 GMT) Fix BrowserMatch for gvfs. PR: 66148 Submitted by: Romain Tartière git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1916381 13f79535-47bb-0310-9956-ffa450edef68 M changes-entries/dav-browsermatch.txt M docs/conf/extra/httpd-dav.conf.in ____________________________________________________________________________________________________________ Commit: 9b17700660769f8dc8136fd7ffa45c50050f49f2 URL: https://git.catflap.org/apache-httpd/commit/?id=9b17700660769f8dc8136fd7ffa45c50050f49f2 Author: Joe Orton (Fri 15 Mar 2024 15:26:11 GMT) Committer: Joe Orton (Fri 15 Mar 2024 15:26:11 GMT) mod_systemd: if SELinux is available and enabled, log the SELinux context at startup, since this may vary when httpd is started via systemd vs being started directly. * modules/arch/unix/mod_systemd.c (systemd_post_config): Do nothing for the pre-config iteration. Log the SELinux context if available. * modules/arch/unix/config5.m4: Detect libselinux. Have at least one CI job build mod_systemd. Github: closes #422 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1916344 13f79535-47bb-0310-9956-ffa450edef68 M .github/workflows/linux.yml A changes-entries/systemd-selinux.patch M modules/arch/unix/config5.m4 M modules/arch/unix/mod_systemd.c ____________________________________________________________________________________________________________ Commit: dc7d1671071ff839ebe4db3e65fdf77bceecbc99 URL: https://git.catflap.org/apache-httpd/commit/?id=dc7d1671071ff839ebe4db3e65fdf77bceecbc99 Author: Joe Orton (Fri 15 Mar 2024 14:49:38 GMT) Committer: Joe Orton (Fri 15 Mar 2024 14:49:38 GMT) Steal a number. [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1916343 13f79535-47bb-0310-9956-ffa450edef68 M docs/log-message-tags/next-number ____________________________________________________________________________________________________________ Commit: e343347ab6cc304abd5977d1ab5b287898590e23 URL: https://git.catflap.org/apache-httpd/commit/?id=e343347ab6cc304abd5977d1ab5b287898590e23 Author: Yann Ylavic (Thu 14 Mar 2024 17:12:17 GMT) Committer: Yann Ylavic (Thu 14 Mar 2024 17:12:17 GMT) mod_systemd: Axe APR_OPTIONAL_FN redeclarations to avoid compiler warning. ap_find_systemd_socket() and ap_systemd_listen_fds() are already declared in "ap_listen.h", so just include them. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1916312 13f79535-47bb-0310-9956-ffa450edef68 M modules/arch/unix/mod_systemd.c ____________________________________________________________________________________________________________ Commit: 2f598dc09d487e2cf75aed2156c0898fd3677e47 URL: https://git.catflap.org/apache-httpd/commit/?id=2f598dc09d487e2cf75aed2156c0898fd3677e47 Author: Yann Ylavic (Thu 14 Mar 2024 15:02:59 GMT) Committer: Yann Ylavic (Thu 14 Mar 2024 15:02:59 GMT) mod_autht_jwt: Use unsigned rather than signed one-bit fields. Or their non-zero value should be considered -1 rather than 1. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1916300 13f79535-47bb-0310-9956-ffa450edef68 M modules/aaa/mod_autht_jwt.c ____________________________________________________________________________________________________________ Commit: 9ef9e5a80e2875bd677f1396818bdf0872c9270d URL: https://git.catflap.org/apache-httpd/commit/?id=9ef9e5a80e2875bd677f1396818bdf0872c9270d Author: Yann Ylavic (Thu 14 Mar 2024 14:54:59 GMT) Committer: Yann Ylavic (Thu 14 Mar 2024 14:54:59 GMT) mod_crypto: Fix warnings about signed bit fields. The non-zero value for one bit field is -1: mod_crypto.c|565 col 18| error: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Werror,-Wsingle-bit-bitfield-constant-conversion] || ctx->encrypt = 1; || ^ ~ mod_crypto.c|746 col 22| error: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Werror,-Wsingle-bit-bitfield-constant-conversion] || ctx->clength = 1; || ^ ~ mod_crypto.c|903 col 35| error: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Werror,-Wsingle-bit-bitfield-constant-conversion] || ctx->seen_eos = 1; || ^ ~ mod_crypto.c|960 col 22| error: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Werror,-Wsingle-bit-bitfield-constant-conversion] || ctx->clength = 1; || ^ ~ Use unsigned bit fields for struct crypto_ctx's members seen_eos, encrypt and clength. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1916299 13f79535-47bb-0310-9956-ffa450edef68 M modules/filters/mod_crypto.c ____________________________________________________________________________________________________________ Commit: fb3dbd7da9e58517fc000d232fa34f62f2fe8ada URL: https://git.catflap.org/apache-httpd/commit/?id=fb3dbd7da9e58517fc000d232fa34f62f2fe8ada Author: Yann Ylavic (Thu 14 Mar 2024 14:38:36 GMT) Committer: Yann Ylavic (Thu 14 Mar 2024 14:38:36 GMT) mod_rewrite: disambiguate select_random_value_part(). gcc-13's -fsanitize=undefined finds: mod_rewrite.c|1702 col 37| error: '%s' directive argument is null [-Werror=format-overflow=] || 1701 | value = select_random_value_part(r, value); || 1702 | rewritelog((r, 5, NULL, "randomly chosen the subvalue `%s'",value)); || | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ because it's not clear from select_random_value_part() whether it can return NULL or not. Rewrite the function so that it's clearer/simpler. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1916298 13f79535-47bb-0310-9956-ffa450edef68 M modules/mappers/mod_rewrite.c ____________________________________________________________________________________________________________ Commit: b3e19c3cebdf07aec9ffef07dc4a81a666450e33 URL: https://git.catflap.org/apache-httpd/commit/?id=b3e19c3cebdf07aec9ffef07dc4a81a666450e33 Author: Eric Covener (Wed 13 Mar 2024 01:26:54 GMT) Committer: Eric Covener (Wed 13 Mar 2024 01:26:54 GMT) shutdown carefully when threads don't start Submitted By: ylavic, covener git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1916267 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/start-threads.txt M server/mpm/event/event.c M server/mpm/worker/worker.c ____________________________________________________________________________________________________________ Commit: 1d948e92fc5413ddba58d8b023f6e02e41923324 URL: https://git.catflap.org/apache-httpd/commit/?id=1d948e92fc5413ddba58d8b023f6e02e41923324 Author: Eric Covener (Tue 12 Mar 2024 00:28:34 GMT) Committer: Eric Covener (Tue 12 Mar 2024 00:28:34 GMT) use graceful exit if lister started git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1916243 13f79535-47bb-0310-9956-ffa450edef68 M server/mpm/event/event.c ____________________________________________________________________________________________________________ Commit: 179b1ac6a4adb14ab0f52fbc7431534db9e3e8c8 URL: https://git.catflap.org/apache-httpd/commit/?id=179b1ac6a4adb14ab0f52fbc7431534db9e3e8c8 Author: Eric Covener (Mon 11 Mar 2024 20:35:27 GMT) Committer: Eric Covener (Mon 11 Mar 2024 20:35:27 GMT) event: avoid possible hang in clean_child_exit If the pthread_create failure isn't on the first worker thread, another one is likely to hold the queue mutex already. The cleanup of pchild will try to cleanup the queue and block on destroying the condition. ST_UNGRACEFUL as we have no listener thread yet. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1916241 13f79535-47bb-0310-9956-ffa450edef68 M server/mpm/event/event.c ____________________________________________________________________________________________________________ Commit: 2ae427e697ffb6598de6e19b29c231fc0d6bb8dc URL: https://git.catflap.org/apache-httpd/commit/?id=2ae427e697ffb6598de6e19b29c231fc0d6bb8dc Author: Jean-Frederic Clere (Wed 6 Mar 2024 12:14:46 GMT) Committer: Jean-Frederic Clere (Wed 6 Mar 2024 12:14:46 GMT) optarg is from unistd.h, use opt_arg from apr_getopt(). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1916148 13f79535-47bb-0310-9956-ffa450edef68 M support/ab.c ____________________________________________________________________________________________________________ Commit: 74ed4a20dcc31710685db74aad567c1f5a803683 URL: https://git.catflap.org/apache-httpd/commit/?id=74ed4a20dcc31710685db74aad567c1f5a803683 Author: Joe Orton (Tue 5 Mar 2024 13:40:30 GMT) Committer: Joe Orton (Tue 5 Mar 2024 13:40:30 GMT) CI: update actions to v4 Submitted by: Sagar <42873729+SagarCodeCtrl users.noreply.github.com> Github: closes #414 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1916133 13f79535-47bb-0310-9956-ffa450edef68 M .github/workflows/linux.yml ____________________________________________________________________________________________________________ Commit: 2361315143a9de540db338bcc812877c37da0fe7 URL: https://git.catflap.org/apache-httpd/commit/?id=2361315143a9de540db338bcc812877c37da0fe7 Author: Joe Orton (Fri 1 Mar 2024 10:15:13 GMT) Committer: Joe Orton (Fri 1 Mar 2024 10:15:13 GMT) CI: add OpenSSL 3.2, test OpenSSL 3.x using Apache::Test trunk to pick up r1916067. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1916068 13f79535-47bb-0310-9956-ffa450edef68 M .github/workflows/linux.yml M test/travis_before_linux.sh ____________________________________________________________________________________________________________ Commit: fed3652d82edfa0d324e95c1831631cbb73bba21 URL: https://git.catflap.org/apache-httpd/commit/?id=fed3652d82edfa0d324e95c1831631cbb73bba21 Author: Joe Orton (Thu 29 Feb 2024 17:07:55 GMT) Committer: Joe Orton (Thu 29 Feb 2024 17:07:55 GMT) CI: docs update only. [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1916059 13f79535-47bb-0310-9956-ffa450edef68 M .github/workflows/linux.yml M test/README.ci ____________________________________________________________________________________________________________ Commit: f65a498b3b17ece0c394ba32293930f41536071b URL: https://git.catflap.org/apache-httpd/commit/?id=f65a498b3b17ece0c394ba32293930f41536071b Author: Joe Orton (Thu 29 Feb 2024 15:33:38 GMT) Committer: Joe Orton (Thu 29 Feb 2024 15:33:38 GMT) CI: Add OpenSSL 3.1 builds, including a no-engine build. (attempt to use 3.2 failed, unsure why) - add OpenSSL build binaries to $PATH Github: closes #415 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1916058 13f79535-47bb-0310-9956-ffa450edef68 M .github/workflows/linux.yml M test/travis_before_linux.sh M test/travis_run_linux.sh ____________________________________________________________________________________________________________ Commit: fcaf73d28cae6f9f264472a0d2ba79a7835ae749 URL: https://git.catflap.org/apache-httpd/commit/?id=fcaf73d28cae6f9f264472a0d2ba79a7835ae749 Author: Joe Orton (Thu 29 Feb 2024 15:28:36 GMT) Committer: Joe Orton (Thu 29 Feb 2024 15:28:36 GMT) * modules/ssl/ssl_engine_pphrase.c (modssl_load_engine_keypair): Update to avoid GCC warning for no-engine builds where the SSLModConfigRec is not used. Also log an error for the ENOTIMPL path. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1916057 13f79535-47bb-0310-9956-ffa450edef68 M docs/log-message-tags/next-number M modules/ssl/ssl_engine_pphrase.c ____________________________________________________________________________________________________________ Commit: 0e7a32bcd495e914f82035471fe979a9abbc1815 URL: https://git.catflap.org/apache-httpd/commit/?id=0e7a32bcd495e914f82035471fe979a9abbc1815 Author: Joe Orton (Thu 29 Feb 2024 14:11:49 GMT) Committer: Joe Orton (Thu 29 Feb 2024 14:11:49 GMT) Fix regression in r1916055 - don't duplicate logic in _run_linux.sh from _before_linux.sh in whether the perl-framework is used/needed. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1916056 13f79535-47bb-0310-9956-ffa450edef68 M test/travis_run_linux.sh ____________________________________________________________________________________________________________ Commit: a1f6da9855918241eba61c0d606d5f65e1c6199e URL: https://git.catflap.org/apache-httpd/commit/?id=a1f6da9855918241eba61c0d606d5f65e1c6199e Author: Joe Orton (Thu 29 Feb 2024 14:00:55 GMT) Committer: Joe Orton (Thu 29 Feb 2024 14:00:55 GMT) CI tweaks: - don't install CPAN modules if NO_TEST_FRAMEWORK is set - remove the workaround for mod_h2 APR build caching which should no longer be necessary now caching is fixed - fix capturing specific perl-framework failures with "TEST -v" mode git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1916055 13f79535-47bb-0310-9956-ffa450edef68 M test/travis_before_linux.sh M test/travis_run_linux.sh ____________________________________________________________________________________________________________ Commit: 3736c7a450a9d5f10d508fcc2434a675626aefae URL: https://git.catflap.org/apache-httpd/commit/?id=3736c7a450a9d5f10d508fcc2434a675626aefae Author: Joe Orton (Thu 29 Feb 2024 13:35:04 GMT) Committer: Joe Orton (Thu 29 Feb 2024 13:35:04 GMT) mod_ssl: Check SSL_CTX_new() return value SSL_CTX_new() will return NULL if there was an error creating a new SSL context. Submitted by: StephenWall Github: closes #402 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1916054 13f79535-47bb-0310-9956-ffa450edef68 M modules/ssl/ssl_engine_init.c ____________________________________________________________________________________________________________ Commit: 3b6f3ae781fa0f52c46780f96a90463348c592ad URL: https://git.catflap.org/apache-httpd/commit/?id=3b6f3ae781fa0f52c46780f96a90463348c592ad Author: Joe Orton (Thu 29 Feb 2024 13:30:50 GMT) Committer: Joe Orton (Thu 29 Feb 2024 13:30:50 GMT) CI: Re-enable caching for *fixed* versions of apr/apr-util which should now work correctly (since the version is in the cache key). For 1.x branches, CLEAR_CACHE must still be used. [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1916053 13f79535-47bb-0310-9956-ffa450edef68 M .github/workflows/linux.yml ____________________________________________________________________________________________________________ Commit: 39e25a4a189da2d2ddbd5c03169cad88c3b3c0dc URL: https://git.catflap.org/apache-httpd/commit/?id=39e25a4a189da2d2ddbd5c03169cad88c3b3c0dc Author: Joe Orton (Thu 29 Feb 2024 13:19:26 GMT) Committer: Joe Orton (Thu 29 Feb 2024 13:19:26 GMT) CI: Enable caching for the rustls install used for mod_tls testing. Github: closes #416 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1916052 13f79535-47bb-0310-9956-ffa450edef68 M .github/workflows/linux.yml M test/travis_before_linux.sh M test/travis_run_linux.sh ____________________________________________________________________________________________________________ Commit: 7950b447abdfa31ef7b62779ba427842212f6f54 URL: https://git.catflap.org/apache-httpd/commit/?id=7950b447abdfa31ef7b62779ba427842212f6f54 Author: Joe Orton (Thu 29 Feb 2024 12:11:39 GMT) Committer: Joe Orton (Thu 29 Feb 2024 12:11:39 GMT) CI: Hopefully fix caching and artifact uploads by creating $JOBID as a unique key for each job in the matrix, using that as the cache key and in each artefact upload (otherwise multiple failures uploading "error_log" overwrite each other). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1916051 13f79535-47bb-0310-9956-ffa450edef68 M .github/workflows/linux.yml ____________________________________________________________________________________________________________ Commit: d57a750cc3ebc9bd975163fc03c61e4ce3028384 URL: https://git.catflap.org/apache-httpd/commit/?id=d57a750cc3ebc9bd975163fc03c61e4ce3028384 Author: Jean-Frederic Clere (Mon 26 Feb 2024 08:41:28 GMT) Committer: Jean-Frederic Clere (Mon 26 Feb 2024 08:41:28 GMT) Don't reset the balancer when we create a new child and don't change shared memory the load balancer is not using. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1916004 13f79535-47bb-0310-9956-ffa450edef68 M modules/proxy/balancers/mod_lbmethod_bytraffic.c M modules/proxy/proxy_util.c ____________________________________________________________________________________________________________ Commit: 4b8cdfb1fef5bdc3a5faaafc686345caa0c70fda URL: https://git.catflap.org/apache-httpd/commit/?id=4b8cdfb1fef5bdc3a5faaafc686345caa0c70fda Author: Daniel Ferradal (Sun 25 Feb 2024 13:38:21 GMT) Committer: Daniel Ferradal (Sun 25 Feb 2024 13:38:21 GMT) Ran ./build.sh all to get every previously not-updated file up to speed git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1915995 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/bind.html.de M docs/manual/configuring.html.de M docs/manual/dso.html.fr.utf8 M docs/manual/dso.html.ja.utf8 M docs/manual/dso.html.ko.euc-kr M docs/manual/dso.html.tr.utf8 M docs/manual/getting-started.html.fr.utf8 M docs/manual/getting-started.html.ru.utf8 M docs/manual/glossary.html.de M docs/manual/howto/htaccess.html.pt-br M docs/manual/index.html.da M docs/manual/index.html.de M docs/manual/index.html.pt-br M docs/manual/install.html.de M docs/manual/invoking.html.de M docs/manual/mod/core.html.de M docs/manual/mod/directives.html.de M docs/manual/mod/index.html.de M docs/manual/mod/mod_actions.html.de M docs/manual/mod/mpm_common.html.de M docs/manual/mod/mpm_winnt.html.de M docs/manual/mod/prefork.html.de M docs/manual/mod/quickreference.html.de M docs/manual/mod/worker.html.de M docs/manual/mpm.html.de M docs/manual/new_features_2_0.html.de M docs/manual/new_features_2_0.html.pt-br M docs/manual/new_features_2_2.html.pt-br M docs/manual/sitemap.html.de M docs/manual/stopping.html.de M docs/manual/vhosts/index.html.de M docs/manual/vhosts/name-based.html.de ____________________________________________________________________________________________________________ Commit: c428edfab1894700c5b5e7c45612562ac5329a54 URL: https://git.catflap.org/apache-httpd/commit/?id=c428edfab1894700c5b5e7c45612562ac5329a54 Author: Daniel Ferradal (Sun 25 Feb 2024 13:30:34 GMT) Committer: Daniel Ferradal (Sun 25 Feb 2024 13:30:34 GMT) Fix in title, expression, erratas for getting-started.xml.es git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1915994 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/getting-started.html.es.utf8 M docs/manual/getting-started.xml.es ____________________________________________________________________________________________________________ Commit: fd58fb6c8cb03ecd1f1bbac9904f4eb6b461d498 URL: https://git.catflap.org/apache-httpd/commit/?id=fd58fb6c8cb03ecd1f1bbac9904f4eb6b461d498 Author: Daniel Ferradal (Sun 25 Feb 2024 11:47:27 GMT) Committer: Daniel Ferradal (Sun 25 Feb 2024 11:47:27 GMT) Added getting-started.xml.es Spanish Translation + files modified by ./build.sh git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1915991 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/dso.html.en.utf8 M docs/manual/getting-started.html M docs/manual/getting-started.html.en.utf8 A docs/manual/getting-started.html.es.utf8 A docs/manual/getting-started.xml.es M docs/manual/getting-started.xml.meta M docs/manual/mod/mod_dav.html.en.utf8 M docs/manual/mod/mod_ssl.html.en.utf8 ____________________________________________________________________________________________________________ Commit: 339cb1b5040dd83ce65f5c098870fabb1cbaf34c URL: https://git.catflap.org/apache-httpd/commit/?id=339cb1b5040dd83ce65f5c098870fabb1cbaf34c Author: Yann Ylavic (Tue 20 Feb 2024 10:37:30 GMT) Committer: Yann Ylavic (Tue 20 Feb 2024 10:37:30 GMT) mod_ssl: Follow up to r1913815: szCryptoDevice to NULL when !MODSSL_HAVE_ENGINE_API Latest OpenSSL versions removed the ENGINE API completely, still provide NULL SSLModConfigRec::szCryptoDevice since it's used outside MODSSL_HAVE_ENGINE_API. SSLModConfigRec is a private struct, so no MMN change. * modules/ssl/ssl_private(SSLModConfigRec): Provide szCryptoDevice (NULL) even if !MODSSL_HAVE_ENGINE_API. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1915889 13f79535-47bb-0310-9956-ffa450edef68 M modules/ssl/ssl_private.h ____________________________________________________________________________________________________________ Commit: 3703f02db71a3c5a8b2bb49752f4415fccd9918d URL: https://git.catflap.org/apache-httpd/commit/?id=3703f02db71a3c5a8b2bb49752f4415fccd9918d Author: Joe Orton (Mon 19 Feb 2024 10:45:36 GMT) Committer: Joe Orton (Mon 19 Feb 2024 10:45:36 GMT) * modules/proxy/mod_proxy_scgi.c: Mark global variables as static and pointers as const. (no functional change) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1915874 13f79535-47bb-0310-9956-ffa450edef68 M modules/proxy/mod_proxy_scgi.c ____________________________________________________________________________________________________________ Commit: 36d9063e615fc1ec2fe2ae671a26d304843d1e4a URL: https://git.catflap.org/apache-httpd/commit/?id=36d9063e615fc1ec2fe2ae671a26d304843d1e4a Author: Daniel Ferradal (Sat 17 Feb 2024 18:46:11 GMT) Committer: Daniel Ferradal (Sat 17 Feb 2024 18:46:11 GMT) added dsl.xml.es and dso.html.es.utf8 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1915843 13f79535-47bb-0310-9956-ffa450edef68 A docs/manual/dso.html.es.utf8 A docs/manual/dso.xml.es ____________________________________________________________________________________________________________ Commit: 0d4b6fc3bb91658d6a009d5d6899aebab24cfe89 URL: https://git.catflap.org/apache-httpd/commit/?id=0d4b6fc3bb91658d6a009d5d6899aebab24cfe89 Author: Daniel Ferradal (Sat 17 Feb 2024 18:44:27 GMT) Committer: Daniel Ferradal (Sat 17 Feb 2024 18:44:27 GMT) Added inicial dso.xml.es translation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1915841 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/dso.html M docs/manual/dso.xml.meta M docs/manual/mod/core.html.es.utf8 M docs/manual/mod/mod_alias.html.es.utf8 ____________________________________________________________________________________________________________ Commit: ae90e17a9276b46922c4b6e8c3cad14ed1ce8e4c URL: https://git.catflap.org/apache-httpd/commit/?id=ae90e17a9276b46922c4b6e8c3cad14ed1ce8e4c Author: Jean-Frederic Clere (Wed 14 Feb 2024 13:36:58 GMT) Committer: Jean-Frederic Clere (Wed 14 Feb 2024 13:36:58 GMT) Add missing changes-entries. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1915785 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/mod_slotmem_shm.txt ____________________________________________________________________________________________________________ Commit: e48a0ef7e2b08e028c92f5deaea51f41cae3d951 URL: https://git.catflap.org/apache-httpd/commit/?id=e48a0ef7e2b08e028c92f5deaea51f41cae3d951 Author: Lucien Gentis (Sat 10 Feb 2024 14:32:03 GMT) Committer: Lucien Gentis (Sat 10 Feb 2024 14:32:03 GMT) fr doc rebuild. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1915714 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_dav.html.fr.utf8 M docs/manual/mod/mod_dav.xml.ja M docs/manual/mod/mod_dav.xml.ko M docs/manual/mod/mod_ssl.html.fr.utf8 M docs/manual/mod/mod_ssl.xml.es ____________________________________________________________________________________________________________ Commit: 1bd6d25c930bc9813168fa3316115e4a39b16bbe URL: https://git.catflap.org/apache-httpd/commit/?id=1bd6d25c930bc9813168fa3316115e4a39b16bbe Author: Lucien Gentis (Sat 10 Feb 2024 14:30:57 GMT) Committer: Lucien Gentis (Sat 10 Feb 2024 14:30:57 GMT) fr doc XML files updates. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1915713 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_dav.xml.fr M docs/manual/mod/mod_ssl.xml.fr ____________________________________________________________________________________________________________ Commit: 834583e16f3c82b84cefb95661f0d3b485631707 URL: https://git.catflap.org/apache-httpd/commit/?id=834583e16f3c82b84cefb95661f0d3b485631707 Author: Joe Orton (Fri 9 Feb 2024 10:06:38 GMT) Committer: Joe Orton (Fri 9 Feb 2024 10:06:38 GMT) docs: mod_dav: Remove references to DavLockDB being required since it's not true for trunk mod_dav_fs; refresh seealso. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1915685 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_dav.xml ____________________________________________________________________________________________________________ Commit: 620b424930102249991f07c465d6d93acf1acba8 URL: https://git.catflap.org/apache-httpd/commit/?id=620b424930102249991f07c465d6d93acf1acba8 Author: Joe Orton (Fri 9 Feb 2024 09:13:50 GMT) Committer: Joe Orton (Fri 9 Feb 2024 09:13:50 GMT) Update SSLProxyMachineCertificateFile compat note after r1915679. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1915680 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_ssl.xml ____________________________________________________________________________________________________________ Commit: 669a1e656bd2d807153e432edf79bc476f30a2f1 URL: https://git.catflap.org/apache-httpd/commit/?id=669a1e656bd2d807153e432edf79bc476f30a2f1 Author: Joe Orton (Thu 8 Feb 2024 14:37:13 GMT) Committer: Joe Orton (Thu 8 Feb 2024 14:37:13 GMT) mod_dav: Update redirect-carefully example BrowserMatch config to match more recent client versions. PR: 66148, 67039 Submitted by: Michal Maloszewski git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1915651 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/dav-browsermatch.txt M docs/conf/extra/httpd-dav.conf.in ____________________________________________________________________________________________________________ Commit: a046be0dacdce203d7668ff8a4acd9610138b1d4 URL: https://git.catflap.org/apache-httpd/commit/?id=a046be0dacdce203d7668ff8a4acd9610138b1d4 Author: Joe Orton (Wed 7 Feb 2024 15:26:27 GMT) Committer: Joe Orton (Wed 7 Feb 2024 15:26:27 GMT) * modules/filters/mod_xml2enc.c (xml2enc_ffunc): Accept any XML media type per RFC 7303, plus any text/ type. PR: 64339 Github: closes #409 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1915625 13f79535-47bb-0310-9956-ffa450edef68 M modules/filters/mod_xml2enc.c ____________________________________________________________________________________________________________ Commit: bca805ed9f68f6bd9d3dd5c8fdd90bbd3b267f27 URL: https://git.catflap.org/apache-httpd/commit/?id=bca805ed9f68f6bd9d3dd5c8fdd90bbd3b267f27 Author: Lucien Gentis (Sat 3 Feb 2024 15:40:32 GMT) Committer: Lucien Gentis (Sat 3 Feb 2024 15:40:32 GMT) fr doc rebuild. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1915567 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_dav.html.fr.utf8 M docs/manual/mod/mod_dav.xml.ja M docs/manual/mod/mod_dav.xml.ko M docs/manual/mod/mod_md.html.fr.utf8 M docs/manual/mod/mod_md.xml.meta M docs/manual/mod/mod_proxy.html.fr.utf8 M docs/manual/mod/mod_proxy.xml.meta M docs/manual/mod/mod_rewrite.html.fr.utf8 M docs/manual/mod/mod_rewrite.xml.meta M docs/manual/mod/mod_setenvif.html.fr.utf8 M docs/manual/mod/mod_setenvif.xml.meta M docs/manual/mod/quickreference.html.fr.utf8 ____________________________________________________________________________________________________________ Commit: c5f3e16b348d26c5943290b42ab832828884bb8d URL: https://git.catflap.org/apache-httpd/commit/?id=c5f3e16b348d26c5943290b42ab832828884bb8d Author: Lucien Gentis (Sat 3 Feb 2024 15:38:18 GMT) Committer: Lucien Gentis (Sat 3 Feb 2024 15:38:18 GMT) fr doc XML file update. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1915566 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_dav.xml.fr ____________________________________________________________________________________________________________ Commit: 2547b8c587fa4d512c07c7502991e6fc4f239134 URL: https://git.catflap.org/apache-httpd/commit/?id=2547b8c587fa4d512c07c7502991e6fc4f239134 Author: Lucien Gentis (Sat 3 Feb 2024 15:35:20 GMT) Committer: Lucien Gentis (Sat 3 Feb 2024 15:35:20 GMT) fr doc XML files updates. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1915565 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_dav.xml.fr M docs/manual/mod/mod_http2.xml.fr M docs/manual/mod/mod_md.xml.fr M docs/manual/mod/mod_proxy.xml.fr M docs/manual/mod/mod_rewrite.xml.fr M docs/manual/mod/mod_setenvif.xml.fr ____________________________________________________________________________________________________________ Commit: 75847cd705c0a4d5179cbf1f3c1ffbd421436e2f URL: https://git.catflap.org/apache-httpd/commit/?id=75847cd705c0a4d5179cbf1f3c1ffbd421436e2f Author: Lucien Gentis (Sat 3 Feb 2024 15:32:20 GMT) Committer: Lucien Gentis (Sat 3 Feb 2024 15:32:20 GMT) Misplaced example title. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1915564 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_dav.xml ____________________________________________________________________________________________________________ Commit: e8da666beb5144e38040a708bec5252122adeddb URL: https://git.catflap.org/apache-httpd/commit/?id=e8da666beb5144e38040a708bec5252122adeddb Author: Joe Orton (Fri 2 Feb 2024 14:49:06 GMT) Committer: Joe Orton (Fri 2 Feb 2024 14:49:06 GMT) * server/util_expr_parse.c (yyparse): Fix typo in comment. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1915543 13f79535-47bb-0310-9956-ffa450edef68 M server/util_expr_parse.c ____________________________________________________________________________________________________________ Commit: 502eca5b0fff84ad1b56e3c45694a77357aa69c6 URL: https://git.catflap.org/apache-httpd/commit/?id=502eca5b0fff84ad1b56e3c45694a77357aa69c6 Author: Joe Orton (Fri 2 Feb 2024 11:16:28 GMT) Committer: Joe Orton (Fri 2 Feb 2024 11:16:28 GMT) mod_dav: Add a title to the example config snippet for DavBasePath. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1915532 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_dav.xml ____________________________________________________________________________________________________________ Commit: c97f3faf5248a1bf54d3c05773e64d21745b8633 URL: https://git.catflap.org/apache-httpd/commit/?id=c97f3faf5248a1bf54d3c05773e64d21745b8633 Author: Joe Orton (Fri 2 Feb 2024 11:12:11 GMT) Committer: Joe Orton (Fri 2 Feb 2024 11:12:11 GMT) mod_http2 docs: Typo fix Submitted by: Justin Vreeland Github: closes #407 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1915531 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_http2.html.en.utf8 M docs/manual/mod/mod_http2.xml ____________________________________________________________________________________________________________ Commit: 93298767a1f223e4b42a7303c35e68d937a06760 URL: https://git.catflap.org/apache-httpd/commit/?id=93298767a1f223e4b42a7303c35e68d937a06760 Author: Joe Orton (Thu 1 Feb 2024 15:36:20 GMT) Committer: Joe Orton (Thu 1 Feb 2024 15:36:20 GMT) Add MPEG-TS file extensions Submitted by: Mohamed Akram Github: closes #372 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1915514 13f79535-47bb-0310-9956-ffa450edef68 M docs/conf/mime.types ____________________________________________________________________________________________________________ Commit: c76ebdba4352f0ae38da53dfc236895507e905d5 URL: https://git.catflap.org/apache-httpd/commit/?id=c76ebdba4352f0ae38da53dfc236895507e905d5 Author: Joe Orton (Thu 1 Feb 2024 15:34:22 GMT) Committer: Joe Orton (Thu 1 Feb 2024 15:34:22 GMT) Minor CI changes: - Add --enable-reduced-exports test. - test running apachectl -V in the TEST_INSTALL case - test running httpd -V in the SKIP_TESTING case - rejig to exit if SKIP_TESTING, un-nest the if block around testing (no functional change from this part) Github: closes #405 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1915513 13f79535-47bb-0310-9956-ffa450edef68 M .github/workflows/linux.yml M test/travis_run_linux.sh ____________________________________________________________________________________________________________ Commit: aa1476072ea54c8cd0e94e2abd4872a695c2a174 URL: https://git.catflap.org/apache-httpd/commit/?id=aa1476072ea54c8cd0e94e2abd4872a695c2a174 Author: Joe Orton (Thu 1 Feb 2024 08:39:48 GMT) Committer: Joe Orton (Thu 1 Feb 2024 08:39:48 GMT) * support/htcacheclean.c (list_urls): Continue rather than stopping after listing a file for each subdirectory. PR: 65091 Submitted by: Artem Egorenkov git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1915508 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/pr65091.txt M support/htcacheclean.c ____________________________________________________________________________________________________________ Commit: 874b8354d779d09e329611871ac7557a2a966dce URL: https://git.catflap.org/apache-httpd/commit/?id=874b8354d779d09e329611871ac7557a2a966dce Author: Rich Bowen (Mon 29 Jan 2024 18:06:15 GMT) Committer: Rich Bowen (Mon 29 Jan 2024 18:06:15 GMT) Rebuilds a number of pending doc changes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1915460 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/caching.html.fr.utf8 M docs/manual/env.html.en.utf8 M docs/manual/mod/core.html.de M docs/manual/mod/core.html.en.utf8 M docs/manual/mod/core.html.ja.utf8 M docs/manual/mod/core.html.tr.utf8 M docs/manual/mod/directives.html.de M docs/manual/mod/directives.html.en.utf8 M docs/manual/mod/directives.html.es.utf8 M docs/manual/mod/directives.html.ja.utf8 M docs/manual/mod/directives.html.ko.euc-kr M docs/manual/mod/directives.html.tr.utf8 M docs/manual/mod/directives.html.zh-cn.utf8 M docs/manual/mod/index.html.de M docs/manual/mod/index.html.es.utf8 M docs/manual/mod/index.html.ja.utf8 M docs/manual/mod/index.html.ko.euc-kr M docs/manual/mod/index.html.tr.utf8 M docs/manual/mod/index.html.zh-cn.utf8 M docs/manual/mod/mod_alias.html.en.utf8 M docs/manual/mod/mod_alias.html.ja.utf8 M docs/manual/mod/mod_alias.html.ko.euc-kr M docs/manual/mod/mod_alias.html.tr.utf8 M docs/manual/mod/mod_auth_bearer.html.en.utf8 M docs/manual/mod/mod_autht_core.html.en.utf8 M docs/manual/mod/mod_autht_jwt.html.en.utf8 M docs/manual/mod/mod_authz_user.html.fr.utf8 M docs/manual/mod/mod_dav.html.en.utf8 M docs/manual/mod/mod_dav.html.ja.utf8 M docs/manual/mod/mod_dav.html.ko.euc-kr M docs/manual/mod/mod_dav_fs.html.en.utf8 M docs/manual/mod/mod_dav_fs.html.ja.utf8 M docs/manual/mod/mod_dav_fs.html.ko.euc-kr M docs/manual/mod/mod_deflate.html.en.utf8 M docs/manual/mod/mod_deflate.html.ja.utf8 M docs/manual/mod/mod_deflate.html.ko.euc-kr M docs/manual/mod/mod_http2.html.en.utf8 M docs/manual/mod/mod_md.html.en.utf8 M docs/manual/mod/mod_md.html.fr.utf8 M docs/manual/mod/mod_md.xml.fr M docs/manual/mod/mod_md.xml.meta M docs/manual/mod/mod_proxy.html.en.utf8 M docs/manual/mod/mod_proxy.html.fr.utf8 M docs/manual/mod/mod_proxy.xml.fr M docs/manual/mod/mod_proxy.xml.ja M docs/manual/mod/mod_proxy.xml.meta M docs/manual/mod/mod_rewrite.html.en.utf8 M docs/manual/mod/mod_rewrite.html.fr.utf8 M docs/manual/mod/mod_rewrite.xml.fr M docs/manual/mod/mod_rewrite.xml.meta M docs/manual/mod/mod_setenvif.html.en.utf8 M docs/manual/mod/mod_setenvif.html.fr.utf8 M docs/manual/mod/mod_setenvif.xml.fr M docs/manual/mod/mod_setenvif.xml.ja M docs/manual/mod/mod_setenvif.xml.ko M docs/manual/mod/mod_setenvif.xml.meta M docs/manual/mod/mod_setenvif.xml.tr M docs/manual/mod/mod_ssl.html.en.utf8 M docs/manual/mod/quickreference.html.de M docs/manual/mod/quickreference.html.en.utf8 M docs/manual/mod/quickreference.html.es.utf8 M docs/manual/mod/quickreference.html.ja.utf8 M docs/manual/mod/quickreference.html.ko.euc-kr M docs/manual/mod/quickreference.html.tr.utf8 M docs/manual/mod/quickreference.html.zh-cn.utf8 M docs/manual/platform/win_compiling.html.en.utf8 M docs/manual/platform/windows.html.en.utf8 M docs/manual/sitemap.html.de M docs/manual/sitemap.html.es.utf8 M docs/manual/sitemap.html.ja.utf8 M docs/manual/sitemap.html.ko.euc-kr M docs/manual/sitemap.html.tr.utf8 M docs/manual/sitemap.html.zh-cn.utf8 ____________________________________________________________________________________________________________ Commit: f854ae2c702b39f80d8e85881ea819edbc101b95 URL: https://git.catflap.org/apache-httpd/commit/?id=f854ae2c702b39f80d8e85881ea819edbc101b95 Author: Rich Bowen (Mon 29 Jan 2024 17:44:31 GMT) Committer: Rich Bowen (Mon 29 Jan 2024 17:44:31 GMT) Remove redundant slash from example - mod_proxy doc Submitted by: nisbet-hubbard <87453615+nisbet-hubbard@users.noreply.github.com> Github: closes #378 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1915459 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_proxy.html.en.utf8 M docs/manual/mod/mod_proxy.xml ____________________________________________________________________________________________________________ Commit: 6f96e9e7208887730c2de9284063ab614bf71931 URL: https://git.catflap.org/apache-httpd/commit/?id=6f96e9e7208887730c2de9284063ab614bf71931 Author: Rich Bowen (Mon 29 Jan 2024 14:24:31 GMT) Committer: Rich Bowen (Mon 29 Jan 2024 14:24:31 GMT) Clarifies advice around quoting regular expressions. Submitted by: nisbet-hubbard <87453615+nisbet-hubbard@users.noreply.github.com> Github: closes #379 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1915443 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_rewrite.html.en.utf8 M docs/manual/mod/mod_rewrite.xml M docs/manual/mod/mod_setenvif.html.en.utf8 M docs/manual/mod/mod_setenvif.xml ____________________________________________________________________________________________________________ Commit: 24a4833d49e9dbcb6c7c554fc65432c3f7542dba URL: https://git.catflap.org/apache-httpd/commit/?id=24a4833d49e9dbcb6c7c554fc65432c3f7542dba Author: Eric Covener (Sat 27 Jan 2024 14:24:48 GMT) Committer: Eric Covener (Sat 27 Jan 2024 14:24:48 GMT) fill in empty descriptions from command_rec [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1915423 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_md.xml ____________________________________________________________________________________________________________ Commit: d7ac4bdcfbb2c1554515dead21a65a14e5611185 URL: https://git.catflap.org/apache-httpd/commit/?id=d7ac4bdcfbb2c1554515dead21a65a14e5611185 Author: Jean-Frederic Clere (Fri 26 Jan 2024 16:26:53 GMT) Committer: Jean-Frederic Clere (Fri 26 Jan 2024 16:26:53 GMT) Add missing mod_proxy_hchech git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1915414 13f79535-47bb-0310-9956-ffa450edef68 M CMakeLists.txt ____________________________________________________________________________________________________________ Commit: 309770904dda9c6d7ea91cf36ca5825db62f9840 URL: https://git.catflap.org/apache-httpd/commit/?id=309770904dda9c6d7ea91cf36ca5825db62f9840 Author: Jean-Frederic Clere (Fri 26 Jan 2024 16:15:18 GMT) Committer: Jean-Frederic Clere (Fri 26 Jan 2024 16:15:18 GMT) ab needs an additional Ws2_32.lib (like abs) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1915413 13f79535-47bb-0310-9956-ffa450edef68 M CMakeLists.txt ____________________________________________________________________________________________________________ Commit: 5d32253f111a49a6d9bd109300400545843dfb01 URL: https://git.catflap.org/apache-httpd/commit/?id=5d32253f111a49a6d9bd109300400545843dfb01 Author: Jean-Frederic Clere (Fri 26 Jan 2024 16:11:49 GMT) Committer: Jean-Frederic Clere (Fri 26 Jan 2024 16:11:49 GMT) undo previous commit. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1915412 13f79535-47bb-0310-9956-ffa450edef68 M CMakeLists.txt ____________________________________________________________________________________________________________ Commit: 640df679894b9a0af98e57dd829448f3da016a35 URL: https://git.catflap.org/apache-httpd/commit/?id=640df679894b9a0af98e57dd829448f3da016a35 Author: Jean-Frederic Clere (Fri 26 Jan 2024 14:25:15 GMT) Committer: Jean-Frederic Clere (Fri 26 Jan 2024 14:25:15 GMT) ab needs an additional Ws2_32.lib (like abs) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1915411 13f79535-47bb-0310-9956-ffa450edef68 M CMakeLists.txt ____________________________________________________________________________________________________________ Commit: 88afb529ab8db358cbb5b9dd84744772a727876d URL: https://git.catflap.org/apache-httpd/commit/?id=88afb529ab8db358cbb5b9dd84744772a727876d Author: Jean-Frederic Clere (Thu 25 Jan 2024 14:36:45 GMT) Committer: Jean-Frederic Clere (Thu 25 Jan 2024 14:36:45 GMT) Use ap_os_is_path_absolute() to make it portable. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1915400 13f79535-47bb-0310-9956-ffa450edef68 M modules/slotmem/mod_slotmem_shm.c ____________________________________________________________________________________________________________ Commit: e5b800e1be8978b53d1ec24be16565a14d02c83f URL: https://git.catflap.org/apache-httpd/commit/?id=e5b800e1be8978b53d1ec24be16565a14d02c83f Author: Ruediger Pluem (Thu 25 Jan 2024 07:09:28 GMT) Committer: Ruediger Pluem (Thu 25 Jan 2024 07:09:28 GMT) * Create README.md as symlink to README for better Github rendering [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1915391 13f79535-47bb-0310-9956-ffa450edef68 A README.md ____________________________________________________________________________________________________________ Commit: 1c2e67676dd5e64dbe725473ac9fae3f971e0004 URL: https://git.catflap.org/apache-httpd/commit/?id=1c2e67676dd5e64dbe725473ac9fae3f971e0004 Author: Rich Bowen (Wed 24 Jan 2024 21:33:30 GMT) Committer: Rich Bowen (Wed 24 Jan 2024 21:33:30 GMT) Converts README to markdown (no textual changes) for better display on Github. Submitted by: Mayank Patil (Mayank-2545@users.noreply.github.com) Patch modified to preserve original linebreaks. Github: closes #363 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1915387 13f79535-47bb-0310-9956-ffa450edef68 M README ____________________________________________________________________________________________________________ Commit: 8268915c90ec89994798076628a14710a21c4a49 URL: https://git.catflap.org/apache-httpd/commit/?id=8268915c90ec89994798076628a14710a21c4a49 Author: Rich Bowen (Wed 24 Jan 2024 14:44:49 GMT) Committer: Rich Bowen (Wed 24 Jan 2024 14:44:49 GMT) Updated typo NWGNUmakefile dependencies was spelled dependancies. Submitted by: StevenSedwick <133059415+StevenSedwick@users.noreply.github.com> Github: closes #382 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1915380 13f79535-47bb-0310-9956-ffa450edef68 M server/NWGNUmakefile ____________________________________________________________________________________________________________ Commit: bc0e56cdd3eebbe0fae3f9f5770b09236e8a4a17 URL: https://git.catflap.org/apache-httpd/commit/?id=bc0e56cdd3eebbe0fae3f9f5770b09236e8a4a17 Author: Stefan Eissing (Wed 17 Jan 2024 08:38:02 GMT) Committer: Stefan Eissing (Wed 17 Jan 2024 08:38:02 GMT) *) mod_http2: v2.0.26 with the following fixes: - Fixed `Date` header on requests upgraded from HTTP/1.1 (h2c). Fixes . - Fixed small memory leak in h2 header bucket free. Thanks to Michael Kaufmann for finding this and providing the fix. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1915281 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/h2_date_and_bucket_leak.txt M modules/http2/h2.h M modules/http2/h2_headers.c M modules/http2/h2_request.c M modules/http2/h2_version.h ____________________________________________________________________________________________________________ Commit: 64ecf00d7c1974450bf8780ed1dd3200396745fa URL: https://git.catflap.org/apache-httpd/commit/?id=64ecf00d7c1974450bf8780ed1dd3200396745fa Author: Yann Ylavic (Tue 16 Jan 2024 17:40:36 GMT) Committer: Yann Ylavic (Tue 16 Jan 2024 17:40:36 GMT) mod_headers: Avoid infinite recursion with the edit* action and empty matches. Change the recursion used for edit* to a loop using the new ap_regexec_ex() function taking the current position (offset) in the subject string. After an empty match do the same thing as pcre2_substitute() (or Perl's /g), that is: don't allow for another empty match at the same positition by setting the AP_REG_NOTEMPTY_ATSTART option. If there is a non-empty match use it, otherwise skip/consume the first character and continue from there. * modules/metadata/mod_headers.c: Rename the hdr_edit_r enum for edit* to hdr_edit_all to better express what is does (and since the action is not recursive anymore). * modules/metadata/mod_headers.c(push_string, push_match): New helpers to consume the subject and substitutions in an array of iovec. * modules/metadata/mod_headers.c(process_regexp): Implement the new logic, using push_match() and push_string() to fill the iovec array finally passed to apr_strcatv() for the resulting string. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1915271 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/mod_headers-edit_all.txt M modules/metadata/mod_headers.c ____________________________________________________________________________________________________________ Commit: 33edc793fecd3a54aad36f178890d61d4f79ec34 URL: https://git.catflap.org/apache-httpd/commit/?id=33edc793fecd3a54aad36f178890d61d4f79ec34 Author: Yann Ylavic (Tue 16 Jan 2024 17:10:31 GMT) Committer: Yann Ylavic (Tue 16 Jan 2024 17:10:31 GMT) Trigger ci. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1915270 13f79535-47bb-0310-9956-ffa450edef68 M ABOUT_APACHE ____________________________________________________________________________________________________________ Commit: 97a18733327438ac52ac13b2904e4319dca5ce0d URL: https://git.catflap.org/apache-httpd/commit/?id=97a18733327438ac52ac13b2904e4319dca5ce0d Author: Yann Ylavic (Tue 16 Jan 2024 16:56:58 GMT) Committer: Yann Ylavic (Tue 16 Jan 2024 16:56:58 GMT) regex: Add AP_REG_NOTEMPTY_ATSTART maching option. * include/ap_mmn.h: Bump MMN minor. * include/ap_regex.h: Define AP_REG_NOTEMPTY_ATSTART bit. * server/util_pcre.c(ap_regexec_ex): Map AP_REG_NOTEMPTY_ATSTART to native PCRE_NOTEMPTY_ATSTART. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1915268 13f79535-47bb-0310-9956-ffa450edef68 M include/ap_mmn.h M include/ap_regex.h M server/util_pcre.c ____________________________________________________________________________________________________________ Commit: e52a206008bdfced5551206d695b3c01b7d1948a URL: https://git.catflap.org/apache-httpd/commit/?id=e52a206008bdfced5551206d695b3c01b7d1948a Author: Yann Ylavic (Tue 16 Jan 2024 16:51:03 GMT) Committer: Yann Ylavic (Tue 16 Jan 2024 16:51:03 GMT) regex: Add ap_regexec_ex() which can take a starting offset to match from. * include/ap_mmn.h: Bump MMN minor. * include/ap_regex.h: Declare ap_regexec_ex(). * server/util_pcre.c(ap_regexec, ap_regexec_len, ap_regexec_ex): Reuse existing ap_regexec_len() code to implement ap_regexec_ex() where the offset is given instead of zero, then implement ap_regexec{,len}() in terms of ap_regexec_ex(). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1915267 13f79535-47bb-0310-9956-ffa450edef68 M include/ap_mmn.h M include/ap_regex.h M server/util_pcre.c ____________________________________________________________________________________________________________ Commit: c9028584a89a761e2804b596ce2c9f961f5b6fb8 URL: https://git.catflap.org/apache-httpd/commit/?id=c9028584a89a761e2804b596ce2c9f961f5b6fb8 Author: Christophe Jaillet (Sat 23 Dec 2023 10:30:04 GMT) Committer: Christophe Jaillet (Sat 23 Dec 2023 10:30:04 GMT) Fix a typo (missing "t") s/redisribution/redistribution/ PR 67018 [] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1914884 13f79535-47bb-0310-9956-ffa450edef68 M docs/conf/mime.types M test/pyhttpd/conf/mime.types ____________________________________________________________________________________________________________ Commit: cb5558ecad30d157446992af999a2e6cc11ebd8c URL: https://git.catflap.org/apache-httpd/commit/?id=cb5558ecad30d157446992af999a2e6cc11ebd8c Author: Christophe Jaillet (Sat 23 Dec 2023 09:42:02 GMT) Committer: Christophe Jaillet (Sat 23 Dec 2023 09:42:02 GMT) Fix the authorization types that support expressions. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1914881 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_authz_user.xml.fr ____________________________________________________________________________________________________________ Commit: 99e5f70b02372d32db63aceb790732be1e21e068 URL: https://git.catflap.org/apache-httpd/commit/?id=99e5f70b02372d32db63aceb790732be1e21e068 Author: Lucien Gentis (Thu 21 Dec 2023 15:19:11 GMT) Committer: Lucien Gentis (Thu 21 Dec 2023 15:19:11 GMT) fr doc XML file update. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1914825 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/caching.xml.fr ____________________________________________________________________________________________________________ Commit: b5b2ca3f3e6e95257c6d2a31278bf1f58e83c1bb URL: https://git.catflap.org/apache-httpd/commit/?id=b5b2ca3f3e6e95257c6d2a31278bf1f58e83c1bb Author: Joe Orton (Wed 20 Dec 2023 15:56:15 GMT) Committer: Joe Orton (Wed 20 Dec 2023 15:56:15 GMT) * modules/http/chunk_filter.c (ap_http_chunk_filter): For a brigade containing [FLUSH EOS], insert the last-chunk terminator before the FLUSH rather than between the FLUSH and the EOS. Github: closes #400 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1914804 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/flushing-chunks.txt M modules/http/chunk_filter.c ____________________________________________________________________________________________________________ Commit: 4889f667f8c9b8f09843b7c79c12c78a0e325d07 URL: https://git.catflap.org/apache-httpd/commit/?id=4889f667f8c9b8f09843b7c79c12c78a0e325d07 Author: Joe Orton (Wed 20 Dec 2023 13:07:40 GMT) Committer: Joe Orton (Wed 20 Dec 2023 13:07:40 GMT) mod_deflate: remove filter after seeing EOS Submitted by: Eric Norris Github: closes #387 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1914800 13f79535-47bb-0310-9956-ffa450edef68 M modules/filters/mod_deflate.c ____________________________________________________________________________________________________________ Commit: f5bf0869c7cfd6723f53115c8483737fce53fd2a URL: https://git.catflap.org/apache-httpd/commit/?id=f5bf0869c7cfd6723f53115c8483737fce53fd2a Author: Joe Orton (Wed 13 Dec 2023 09:44:19 GMT) Committer: Joe Orton (Wed 13 Dec 2023 09:44:19 GMT) * modules/ssl/ssl_engine_pphrase.c (modssl_load_engine_keypair): Fix build (hopefully) for OpenSSL 3.x with OPENSSL_NO_ENGINE defined. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1914622 13f79535-47bb-0310-9956-ffa450edef68 M modules/ssl/ssl_engine_pphrase.c ____________________________________________________________________________________________________________ Commit: d3a970420f04f9304e202bd1bdc04cbace9bbbd1 URL: https://git.catflap.org/apache-httpd/commit/?id=d3a970420f04f9304e202bd1bdc04cbace9bbbd1 Author: Lucien Gentis (Sat 9 Dec 2023 16:21:24 GMT) Committer: Lucien Gentis (Sat 9 Dec 2023 16:21:24 GMT) fr doc rebuild. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1914493 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_ssl.html.fr.utf8 M docs/manual/mod/mod_ssl.xml.es M docs/manual/platform/win_compiling.html.fr.utf8 M docs/manual/platform/win_compiling.xml.ko ____________________________________________________________________________________________________________ Commit: 2412f20b176ff54538b67088a9e643ffed6e87ae URL: https://git.catflap.org/apache-httpd/commit/?id=2412f20b176ff54538b67088a9e643ffed6e87ae Author: Lucien Gentis (Sat 9 Dec 2023 16:20:06 GMT) Committer: Lucien Gentis (Sat 9 Dec 2023 16:20:06 GMT) fr doc XML files updates. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1914492 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_ssl.xml.fr M docs/manual/platform/win_compiling.xml.fr ____________________________________________________________________________________________________________ Commit: 8f51ac7b1ba01537ae59e7f8f3a9ff76b75fb197 URL: https://git.catflap.org/apache-httpd/commit/?id=8f51ac7b1ba01537ae59e7f8f3a9ff76b75fb197 Author: Lucien Gentis (Sat 9 Dec 2023 16:18:07 GMT) Committer: Lucien Gentis (Sat 9 Dec 2023 16:18:07 GMT) missing

tag. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1914491 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/platform/win_compiling.xml ____________________________________________________________________________________________________________ Commit: e23acb77016e88f92a39bd176d676d13feabfd4e URL: https://git.catflap.org/apache-httpd/commit/?id=e23acb77016e88f92a39bd176d676d13feabfd4e Author: Joe Orton (Fri 8 Dec 2023 11:43:23 GMT) Committer: Joe Orton (Fri 8 Dec 2023 11:43:23 GMT) * modules/dav/fs/mod_dav_fs.c (dav_fs_post_config): Make safe for 2.4.x without ap_state_dir_relative. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1914457 13f79535-47bb-0310-9956-ffa450edef68 M modules/dav/fs/mod_dav_fs.c ____________________________________________________________________________________________________________ Commit: 6a8b057e024dab4f1ea15dc006b451c1eb335dff URL: https://git.catflap.org/apache-httpd/commit/?id=6a8b057e024dab4f1ea15dc006b451c1eb335dff Author: Joe Orton (Thu 7 Dec 2023 18:29:15 GMT) Committer: Joe Orton (Thu 7 Dec 2023 18:29:15 GMT) * modules/dav/main/util.c (dav_validate_resource_state): Fix error message formatting if an unauthenticated user tries to use an authenticated user's lock token (cosmetic fix only). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1914439 13f79535-47bb-0310-9956-ffa450edef68 M modules/dav/main/util.c ____________________________________________________________________________________________________________ Commit: 455147a36049efc443921ea523d01aa62e047fa3 URL: https://git.catflap.org/apache-httpd/commit/?id=455147a36049efc443921ea523d01aa62e047fa3 Author: Joe Orton (Thu 7 Dec 2023 18:25:35 GMT) Committer: Joe Orton (Thu 7 Dec 2023 18:25:35 GMT) mod_dav_fs: Add global mutex around use of lockdb use, since apr_dbm does not provide thread-safe locking: * modules/dav/fs/mod_dav_fs.c (dav_fs_get_server_conf): Replaces dav_get_lockdb_path. (dav_fs_pre_config, dav_fs_child_init): New hooks. (dav_fs_post_config): Create & store the mutex here. (register_hooks): Register new hooks. * modules/dav/fs/repos.h: Expose new dav_fs_server_conf struct. * modules/dav/fs/lock.c (dav_fs_lockdb_cleanup): New cleanup which unlocks and closes the dbm handle. (dav_fs_really_open_lockdb): Lock the mutex here, register a cleanup. (dav_fs_open_lockdb): Adjust to use dav_fs_get_server_conf. (dav_fs_close_lockdb): Run the cleanup here. Github: closes #395 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1914438 13f79535-47bb-0310-9956-ffa450edef68 M modules/dav/fs/lock.c M modules/dav/fs/mod_dav_fs.c M modules/dav/fs/repos.h ____________________________________________________________________________________________________________ Commit: bd3bc707303a27bc87a6acba33ebdd518b956b3d URL: https://git.catflap.org/apache-httpd/commit/?id=bd3bc707303a27bc87a6acba33ebdd518b956b3d Author: Yann Ylavic (Wed 6 Dec 2023 12:45:26 GMT) Committer: Yann Ylavic (Wed 6 Dec 2023 12:45:26 GMT) docs: Follow up to r1914382: Propose to build from sources too. And provide our link to them. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1914384 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/platform/win_compiling.xml ____________________________________________________________________________________________________________ Commit: ae17ae82cae765dc9707d17bbfd75a7e4f2cfcbc URL: https://git.catflap.org/apache-httpd/commit/?id=ae17ae82cae765dc9707d17bbfd75a7e4f2cfcbc Author: Yann Ylavic (Wed 6 Dec 2023 12:27:13 GMT) Committer: Yann Ylavic (Wed 6 Dec 2023 12:27:13 GMT) docs: update/fix download link for awk.exe on Windows. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1914382 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/platform/win_compiling.xml ____________________________________________________________________________________________________________ Commit: d6954a869a83559230b2f9921ceed5f66ab3d8e7 URL: https://git.catflap.org/apache-httpd/commit/?id=d6954a869a83559230b2f9921ceed5f66ab3d8e7 Author: Yann Ylavic (Tue 5 Dec 2023 17:45:24 GMT) Committer: Yann Ylavic (Tue 5 Dec 2023 17:45:24 GMT) mod_auth_bearer: Fix warning about signed bitfields. BZ 68294 clang reports: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 Change authoritative_set and proxy_set bitfields to unsigned. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1914367 13f79535-47bb-0310-9956-ffa450edef68 M modules/aaa/mod_auth_bearer.c ____________________________________________________________________________________________________________ Commit: cc796e269d7c4f8d105fa46b590c9301c2a55329 URL: https://git.catflap.org/apache-httpd/commit/?id=cc796e269d7c4f8d105fa46b590c9301c2a55329 Author: Joe Orton (Tue 5 Dec 2023 15:26:22 GMT) Committer: Joe Orton (Tue 5 Dec 2023 15:26:22 GMT) mod_ssl: Add support for loading keys from OpenSSL 3.x providers via the STORE API. Separates compile-time support for the STORE API (supported in 3.x) from support for the ENGINE API (deprecated in 3.x). * modules/ssl/ssl_private.h: Define MODSSL_HAVE_OPENSSL_STORE for OpenSSL 3.0+. * modules/ssl/ssl_engine_pphrase.c (modssl_load_store_uri, modssl_load_keypair_store): New functions. (modssl_load_keypair_engine): Renamed from modssl_load_keypair_engine. (modssl_load_engine_keypair): Reimplement to use new STORE-based functions if SSLCryptoDevice was not configured, or else old ENGINE implementation. * modules/ssl/ssl_util.c (modssl_is_engine_id): Match pkcs11: URIs also for the OpenSSL 3.x STORE API. * modules/ssl/ssl_engine_init.c (ssl_init_server_certs): Tweak log message on error paths for the provider/STORE case. Signed-off-by: Ingo Franzki Submitted by: Ingo Franzki Github: closes #397, closes #398 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1914365 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/ssl-providers.txt M docs/log-message-tags/next-number M docs/manual/mod/mod_ssl.xml M modules/ssl/ssl_engine_init.c M modules/ssl/ssl_engine_pphrase.c M modules/ssl/ssl_private.h M modules/ssl/ssl_util.c ____________________________________________________________________________________________________________ Commit: 0123a2b0ede05a9fd08b288c624ac76604f80dd4 URL: https://git.catflap.org/apache-httpd/commit/?id=0123a2b0ede05a9fd08b288c624ac76604f80dd4 Author: Yann Ylavic (Mon 4 Dec 2023 14:46:32 GMT) Committer: Yann Ylavic (Mon 4 Dec 2023 14:46:32 GMT) mod_ssl: Follow up to r1908537: Fix typo s/MODSSL_USE_ENGINE_API/MODSSL_HAVE_ENGINE_API/ git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1914318 13f79535-47bb-0310-9956-ffa450edef68 M modules/ssl/ssl_util.c ____________________________________________________________________________________________________________ Commit: 05348fa120a619f1ad13f86520a3cc2f551e825f URL: https://git.catflap.org/apache-httpd/commit/?id=05348fa120a619f1ad13f86520a3cc2f551e825f Author: Graham Leggett (Sat 2 Dec 2023 09:52:25 GMT) Committer: Graham Leggett (Sat 2 Dec 2023 09:52:25 GMT) Be consistently const across all members of authn_ldap_request_t. Remove unnecessary string duplication. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1914281 13f79535-47bb-0310-9956-ffa450edef68 M modules/aaa/mod_authnz_ldap.c ____________________________________________________________________________________________________________ Commit: 9fbb9984517031008de230218933b29c9ee1a58e URL: https://git.catflap.org/apache-httpd/commit/?id=9fbb9984517031008de230218933b29c9ee1a58e Author: Yann Ylavic (Tue 28 Nov 2023 21:46:04 GMT) Committer: Yann Ylavic (Tue 28 Nov 2023 21:46:04 GMT) mod_authnz_ldap: Follow up to r1914067: Deduplicate APLOGNO(01699). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1914193 13f79535-47bb-0310-9956-ffa450edef68 M modules/aaa/mod_authnz_ldap.c ____________________________________________________________________________________________________________ Commit: e739260c25b8cb9c536aad439cfd5db47ea55c82 URL: https://git.catflap.org/apache-httpd/commit/?id=e739260c25b8cb9c536aad439cfd5db47ea55c82 Author: Yann Ylavic (Tue 28 Nov 2023 21:43:01 GMT) Committer: Yann Ylavic (Tue 28 Nov 2023 21:43:01 GMT) APLOGNO for duplicated 01699. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1914191 13f79535-47bb-0310-9956-ffa450edef68 M docs/log-message-tags/next-number ____________________________________________________________________________________________________________ Commit: d19875a13e5cd936a52639f5f75a93da63448762 URL: https://git.catflap.org/apache-httpd/commit/?id=d19875a13e5cd936a52639f5f75a93da63448762 Author: Lucien Gentis (Sat 25 Nov 2023 16:04:41 GMT) Committer: Lucien Gentis (Sat 25 Nov 2023 16:04:41 GMT) fr doc rebuild. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1914114 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/bind.html.fr.utf8 M docs/manual/configuring.html.fr.utf8 M docs/manual/mod/mod_proxy.html.fr.utf8 M docs/manual/mod/mod_proxy.xml.ja M docs/manual/platform/windows.html.fr.utf8 M docs/manual/platform/windows.xml.ko M docs/manual/sections.html.fr.utf8 ____________________________________________________________________________________________________________ Commit: 779f04ba286109c08c27c5e41690a218670a920d URL: https://git.catflap.org/apache-httpd/commit/?id=779f04ba286109c08c27c5e41690a218670a920d Author: Lucien Gentis (Sat 25 Nov 2023 16:02:32 GMT) Committer: Lucien Gentis (Sat 25 Nov 2023 16:02:32 GMT) fr doc XML file update. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1914113 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_proxy.xml.fr ____________________________________________________________________________________________________________ Commit: 7161194bb11ff2c1db5fbc15d466ebf043f49153 URL: https://git.catflap.org/apache-httpd/commit/?id=7161194bb11ff2c1db5fbc15d466ebf043f49153 Author: Lucien Gentis (Sat 25 Nov 2023 15:53:23 GMT) Committer: Lucien Gentis (Sat 25 Nov 2023 15:53:23 GMT) fr doc XML file update. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1914112 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_proxy.xml.fr ____________________________________________________________________________________________________________ Commit: b8d5678fee33a486b1a5ae8335f8c8299a56edc6 URL: https://git.catflap.org/apache-httpd/commit/?id=b8d5678fee33a486b1a5ae8335f8c8299a56edc6 Author: Lucien Gentis (Sat 25 Nov 2023 15:49:50 GMT) Committer: Lucien Gentis (Sat 25 Nov 2023 15:49:50 GMT) fr doc XML file update. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1914111 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/platform/windows.xml.fr ____________________________________________________________________________________________________________ Commit: dc76ce4c43efb8c0c36a5990aeb0468a87458087 URL: https://git.catflap.org/apache-httpd/commit/?id=dc76ce4c43efb8c0c36a5990aeb0468a87458087 Author: Graham Leggett (Fri 24 Nov 2023 17:01:43 GMT) Committer: Graham Leggett (Fri 24 Nov 2023 17:01:43 GMT) Make sure attributes from ldapsearch are passed into the environment. Make sure the distinguished name is duplicated before being used. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1914091 13f79535-47bb-0310-9956-ffa450edef68 M modules/aaa/mod_authnz_ldap.c ____________________________________________________________________________________________________________ Commit: 001d2a025a3ef0a439597102fb84ddf965e48b24 URL: https://git.catflap.org/apache-httpd/commit/?id=001d2a025a3ef0a439597102fb84ddf965e48b24 Author: Graham Leggett (Fri 24 Nov 2023 16:26:41 GMT) Committer: Graham Leggett (Fri 24 Nov 2023 16:26:41 GMT) Remove unnecessary references to r->user within ldap-search. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1914090 13f79535-47bb-0310-9956-ffa450edef68 M modules/aaa/mod_authnz_ldap.c ____________________________________________________________________________________________________________ Commit: dee495f7f8aa36940c9a665f31afa540c243d1b6 URL: https://git.catflap.org/apache-httpd/commit/?id=dee495f7f8aa36940c9a665f31afa540c243d1b6 Author: Joe Orton (Thu 23 Nov 2023 17:01:02 GMT) Committer: Joe Orton (Thu 23 Nov 2023 17:01:02 GMT) Reserve some lognos for pull #618. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1914072 13f79535-47bb-0310-9956-ffa450edef68 M docs/log-message-tags/next-number ____________________________________________________________________________________________________________ Commit: 7f7e8e2b93a5cb1f88383873137a9e5ede07e909 URL: https://git.catflap.org/apache-httpd/commit/?id=7f7e8e2b93a5cb1f88383873137a9e5ede07e909 Author: Graham Leggett (Thu 23 Nov 2023 10:22:58 GMT) Committer: Graham Leggett (Thu 23 Nov 2023 10:22:58 GMT) Optimise handling LDAP authorization where LDAP was not used previously for LDAP authentication. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1914067 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/ldap-optimise.txt M modules/aaa/mod_authnz_ldap.c ____________________________________________________________________________________________________________ Commit: cf5e1a0601dd8616866f389cdc05dcd3d9dd9368 URL: https://git.catflap.org/apache-httpd/commit/?id=cf5e1a0601dd8616866f389cdc05dcd3d9dd9368 Author: Graham Leggett (Wed 22 Nov 2023 17:19:49 GMT) Committer: Graham Leggett (Wed 22 Nov 2023 17:19:49 GMT) Add an option to specify a source address. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1914045 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/ab-source-address.txt M docs/man/ab.1 M support/ab.c ____________________________________________________________________________________________________________ Commit: 7b2056b163252d5700ccf5fa33a8a16598d4ed9a URL: https://git.catflap.org/apache-httpd/commit/?id=7b2056b163252d5700ccf5fa33a8a16598d4ed9a Author: Eric Covener (Wed 22 Nov 2023 14:02:53 GMT) Committer: Eric Covener (Wed 22 Nov 2023 14:02:53 GMT) mention httpd.conf and install root dependency git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1914040 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/platform/windows.xml ____________________________________________________________________________________________________________ Commit: e4325086577639dc483645fe4f64a41a39602dba URL: https://git.catflap.org/apache-httpd/commit/?id=e4325086577639dc483645fe4f64a41a39602dba Author: Eric Covener (Wed 22 Nov 2023 13:54:06 GMT) Committer: Eric Covener (Wed 22 Nov 2023 13:54:06 GMT) remove apachehaus I've read in two places they are no longer providing builds, and the website is currently down. [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1914039 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/platform/windows.xml ____________________________________________________________________________________________________________ Commit: bcd06a1714ad43968e925f6b3bae48143b39c2c1 URL: https://git.catflap.org/apache-httpd/commit/?id=bcd06a1714ad43968e925f6b3bae48143b39c2c1 Author: Graham Leggett (Wed 22 Nov 2023 12:14:02 GMT) Committer: Graham Leggett (Wed 22 Nov 2023 12:14:02 GMT) mod_ldap: Add a hint to install the apr_ldap module on init failure. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1914038 13f79535-47bb-0310-9956-ffa450edef68 M modules/ldap/util_ldap.c ____________________________________________________________________________________________________________ Commit: 6781ce90afc6476fae124eac0bd303414ec38268 URL: https://git.catflap.org/apache-httpd/commit/?id=6781ce90afc6476fae124eac0bd303414ec38268 Author: Joe Orton (Wed 22 Nov 2023 09:03:34 GMT) Committer: Joe Orton (Wed 22 Nov 2023 09:03:34 GMT) * include/ap_socache.h: Update comment only, to remove reference to session cache. [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1914035 13f79535-47bb-0310-9956-ffa450edef68 M include/ap_socache.h ____________________________________________________________________________________________________________ Commit: 27a68e54b7c6d2ae80dca396fd2727852897dab1 URL: https://git.catflap.org/apache-httpd/commit/?id=27a68e54b7c6d2ae80dca396fd2727852897dab1 Author: Eric Covener (Tue 21 Nov 2023 12:58:47 GMT) Committer: Eric Covener (Tue 21 Nov 2023 12:58:47 GMT) mod_xml2enc: remove dependency on xmlstring header Submitted by: ttachi Github: closes #393 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1914013 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/xmlchar.txt M modules/filters/mod_xml2enc.c ____________________________________________________________________________________________________________ Commit: dc1adad3edf4c0ca5ffd9850ecf8cb5620998711 URL: https://git.catflap.org/apache-httpd/commit/?id=dc1adad3edf4c0ca5ffd9850ecf8cb5620998711 Author: Yann Ylavic (Mon 20 Nov 2023 12:07:11 GMT) Committer: Yann Ylavic (Mon 20 Nov 2023 12:07:11 GMT) mod_authnz_ldap: Follow up to r1913962: r->user not used in ldapsearch_check_authorization(). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1913977 13f79535-47bb-0310-9956-ffa450edef68 M modules/aaa/mod_authnz_ldap.c ____________________________________________________________________________________________________________ Commit: 8f7a7ec06e4c1ec2959bcb0fd560d178173d93aa URL: https://git.catflap.org/apache-httpd/commit/?id=8f7a7ec06e4c1ec2959bcb0fd560d178173d93aa Author: Graham Leggett (Mon 20 Nov 2023 09:58:42 GMT) Committer: Graham Leggett (Mon 20 Nov 2023 09:58:42 GMT) Restore log message tag 02636, assign unique tags. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1913975 13f79535-47bb-0310-9956-ffa450edef68 M modules/aaa/mod_authnz_ldap.c ____________________________________________________________________________________________________________ Commit: 0a372096be8a3db6eb98d18ed41e23cb4c815435 URL: https://git.catflap.org/apache-httpd/commit/?id=0a372096be8a3db6eb98d18ed41e23cb4c815435 Author: Graham Leggett (Mon 20 Nov 2023 09:56:15 GMT) Committer: Graham Leggett (Mon 20 Nov 2023 09:56:15 GMT) Bump log-message-tags. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1913974 13f79535-47bb-0310-9956-ffa450edef68 M docs/log-message-tags/next-number ____________________________________________________________________________________________________________ Commit: a64585b605ac0ec56cbce84b97c407f823e2821c URL: https://git.catflap.org/apache-httpd/commit/?id=a64585b605ac0ec56cbce84b97c407f823e2821c Author: Graham Leggett (Sun 19 Nov 2023 10:45:05 GMT) Committer: Graham Leggett (Sun 19 Nov 2023 10:45:05 GMT) Apply earlier fix to the ldapsearch case: Arrange for backend LDAP connections to be returned to the pool by a fixup hook rather than staying locked until the end of (a potentially slow) request. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1913962 13f79535-47bb-0310-9956-ffa450edef68 M modules/aaa/mod_authnz_ldap.c ____________________________________________________________________________________________________________ Commit: 43670373a1466201731b9d04b4d0a5ff961b76fc URL: https://git.catflap.org/apache-httpd/commit/?id=43670373a1466201731b9d04b4d0a5ff961b76fc Author: Graham Leggett (Sun 19 Nov 2023 10:10:02 GMT) Committer: Graham Leggett (Sun 19 Nov 2023 10:10:02 GMT) Set authorization request variables in the ldapsearch case. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1913959 13f79535-47bb-0310-9956-ffa450edef68 M modules/aaa/mod_authnz_ldap.c ____________________________________________________________________________________________________________ Commit: 510045e63359d436c402163ee8f99437731f7a01 URL: https://git.catflap.org/apache-httpd/commit/?id=510045e63359d436c402163ee8f99437731f7a01 Author: Graham Leggett (Sun 19 Nov 2023 09:23:23 GMT) Committer: Graham Leggett (Sun 19 Nov 2023 09:23:23 GMT) Add check for LDAP filter overflow, and exit cleanly. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1913958 13f79535-47bb-0310-9956-ffa450edef68 M modules/aaa/mod_authnz_ldap.c ____________________________________________________________________________________________________________ Commit: cfee7ee407c5b7ee8055c2e1bb9fbcd6d457d327 URL: https://git.catflap.org/apache-httpd/commit/?id=cfee7ee407c5b7ee8055c2e1bb9fbcd6d457d327 Author: Yann Ylavic (Sat 18 Nov 2023 13:49:04 GMT) Committer: Yann Ylavic (Sat 18 Nov 2023 13:49:04 GMT) mod_proxy: Follow up to r1912245: ap_proxy_ prefix for extern functions. Even if they are not part of the API (not in mod_proxy.h) hence requires no MMN bump, {get,set,increment_,decrement_}busy_count() being AP_PROXY_DECLARE()d could name-collide with a third-party module's functions. Rename them using the ap_proxy_ prefix, with an underscore after the verb for for all of them too (for consistency), that is: ap_proxy_{get,set,increment,decrement}_busy_count() git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1913930 13f79535-47bb-0310-9956-ffa450edef68 M modules/proxy/balancers/mod_lbmethod_bybusyness.c M modules/proxy/mod_proxy_balancer.c M modules/proxy/proxy_util.c M modules/proxy/proxy_util.h ____________________________________________________________________________________________________________ Commit: fbc113c3cf43de7bf11b417f023ad2caf6b420a1 URL: https://git.catflap.org/apache-httpd/commit/?id=fbc113c3cf43de7bf11b417f023ad2caf6b420a1 Author: Eric Covener (Thu 16 Nov 2023 19:53:18 GMT) Committer: Eric Covener (Thu 16 Nov 2023 19:53:18 GMT) mod_ldap: HTML-escape ldap-status handler. Reported by Chamal De Silva. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1913855 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/ldap_status.txt M modules/ldap/util_ldap_cache.c ____________________________________________________________________________________________________________ Commit: b05d54e40fa66cbaf069392d238d91373e1b3e55 URL: https://git.catflap.org/apache-httpd/commit/?id=b05d54e40fa66cbaf069392d238d91373e1b3e55 Author: Yann Ylavic (Thu 16 Nov 2023 14:58:52 GMT) Committer: Yann Ylavic (Thu 16 Nov 2023 14:58:52 GMT) Follow up to r1874101: Axe useless LIBRESSL_VERSION_NUMBER check. Since the fix to MODSSL_USE_OPENSSL_PRE_1_1_API in r1908537, we are sure that !defined(LIBRESSL_VERSION_NUMBER) || LIBRESSL_VERSION_NUMBER < 0x2070000fL in this block. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1913838 13f79535-47bb-0310-9956-ffa450edef68 M modules/ssl/ssl_private.h ____________________________________________________________________________________________________________ Commit: a692cfee88829f62f50ad8664885037249629077 URL: https://git.catflap.org/apache-httpd/commit/?id=a692cfee88829f62f50ad8664885037249629077 Author: Yann Ylavic (Thu 16 Nov 2023 13:56:24 GMT) Committer: Yann Ylavic (Thu 16 Nov 2023 13:56:24 GMT) mod_md: Fix/axe incorrect MD_USE_OPENSSL_PRE_1_1_API definition. Borrowed from mod_ssl, now fixed there (r1908537) so follow up in mod_md.. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1913837 13f79535-47bb-0310-9956-ffa450edef68 M modules/md/md_crypt.c M modules/md/md_ocsp.c ____________________________________________________________________________________________________________ Commit: 0b06bfae4d5b9c6ac6e54f890cd9fb65116038ff URL: https://git.catflap.org/apache-httpd/commit/?id=0b06bfae4d5b9c6ac6e54f890cd9fb65116038ff Author: Yann Ylavic (Thu 16 Nov 2023 11:44:31 GMT) Committer: Yann Ylavic (Thu 16 Nov 2023 11:44:31 GMT) Follow up to r1908537: CHANGES entry. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1913832 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/openssl3.txt ____________________________________________________________________________________________________________ Commit: 56fc7231aeeff4ef9113dedf5845bc389efe6032 URL: https://git.catflap.org/apache-httpd/commit/?id=56fc7231aeeff4ef9113dedf5845bc389efe6032 Author: Yann Ylavic (Thu 16 Nov 2023 10:27:30 GMT) Committer: Yann Ylavic (Thu 16 Nov 2023 10:27:30 GMT) ci: Disable ASan's LeakSanitizer. The tool sometimes/somehow crashes in CI, though I can't reproduce locally. Possibly an issue with the gcc toolchain used there.. disable for now as it makes the tests fail. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1913830 13f79535-47bb-0310-9956-ffa450edef68 M test/travis_run_linux.sh ____________________________________________________________________________________________________________ Commit: 077db539185ca6d4deb0c07e740a4ba0fdbfe719 URL: https://git.catflap.org/apache-httpd/commit/?id=077db539185ca6d4deb0c07e740a4ba0fdbfe719 Author: Yann Ylavic (Wed 15 Nov 2023 22:24:28 GMT) Committer: Yann Ylavic (Wed 15 Nov 2023 22:24:28 GMT) Follow up to r1913815: credit Joe in CHANGES too. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1913816 13f79535-47bb-0310-9956-ffa450edef68 M changes-entries/pr68080.txt ____________________________________________________________________________________________________________ Commit: 922d6bbc423f1684c002031dabc98c7ffabc8e08 URL: https://git.catflap.org/apache-httpd/commit/?id=922d6bbc423f1684c002031dabc98c7ffabc8e08 Author: Yann Ylavic (Wed 15 Nov 2023 22:09:05 GMT) Committer: Yann Ylavic (Wed 15 Nov 2023 22:09:05 GMT) mod_ssl: Disable the OpenSSL ENGINE API when OPENSSL_NO_ENGINE is set. PR 68080 Also, always allow for "SSLCryptoDevice builtin" even if the ENGINE API is not available, OPENSSL_NO_ENGINE or more generally with the new API (providers) available since OpenSSL >= 3. * ssl_private.h: Set MODSSL_HAVE_ENGINE_API to 0 if OPENSSL_NO_ENGINE. * mod_ssl.c, ssl_engine_config.c: Don't depend on HAVE_OPENSSL_ENGINE_H and HAVE_ENGINE_INIT to provide [ssl_cmd_]SSLCryptoDevice. Submitted by: ylavic, jorton git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1913815 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/pr68080.txt M modules/ssl/mod_ssl.c M modules/ssl/ssl_engine_config.c M modules/ssl/ssl_private.h ____________________________________________________________________________________________________________ Commit: 5875b400ee051852c58f3c2738fc2607b76b0549 URL: https://git.catflap.org/apache-httpd/commit/?id=5875b400ee051852c58f3c2738fc2607b76b0549 Author: Joe Orton (Tue 7 Nov 2023 16:46:36 GMT) Committer: Joe Orton (Tue 7 Nov 2023 16:46:36 GMT) * modules/dav/fs/config6.m4: Set _LDADD so that mod_dav_fs-internal functions are not exported in the built DSO. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1913654 13f79535-47bb-0310-9956-ffa450edef68 M modules/dav/fs/config6.m4 ____________________________________________________________________________________________________________ Commit: eb6a9b7bb66f1ecc9abd538cb69a21636d9125f0 URL: https://git.catflap.org/apache-httpd/commit/?id=eb6a9b7bb66f1ecc9abd538cb69a21636d9125f0 Author: Yann Ylavic (Mon 6 Nov 2023 10:53:28 GMT) Committer: Yann Ylavic (Mon 6 Nov 2023 10:53:28 GMT) md_crypt: Fix potential memory leak with openssl < 3. EVP_PKEY_get1_RSA()'s returned value should be EVP_PKEY_free()d, but we can use EVP_PKEY_get0_RSA() here. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1913616 13f79535-47bb-0310-9956-ffa450edef68 M modules/md/md_crypt.c ____________________________________________________________________________________________________________ Commit: ee3449d71e1187ad5432afde6c53418a32ae73ea URL: https://git.catflap.org/apache-httpd/commit/?id=ee3449d71e1187ad5432afde6c53418a32ae73ea Author: Yann Ylavic (Thu 2 Nov 2023 15:06:44 GMT) Committer: Yann Ylavic (Thu 2 Nov 2023 15:06:44 GMT) mod_proxy: Follow up to r1912459: Fix reuse of forward_info. Use the correct fwd_pool for allocating the forward_info when the connection is reusable as spotted by Rüdiger. Do not reuse conn->forward if the ->proxy_auth changed. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1913534 13f79535-47bb-0310-9956-ffa450edef68 M modules/proxy/proxy_util.c ____________________________________________________________________________________________________________ Commit: ec63799cf3da11a2d4c173494f63717981d71dfd URL: https://git.catflap.org/apache-httpd/commit/?id=ec63799cf3da11a2d4c173494f63717981d71dfd Author: Lucien Gentis (Wed 1 Nov 2023 16:07:33 GMT) Committer: Lucien Gentis (Wed 1 Nov 2023 16:07:33 GMT) fr doc small corrections. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1913499 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/sections.xml.fr ____________________________________________________________________________________________________________ Commit: 99e0640f1e7f4d2449c41faa5fee0e4aca56156d URL: https://git.catflap.org/apache-httpd/commit/?id=99e0640f1e7f4d2449c41faa5fee0e4aca56156d Author: Stefan Eissing (Tue 31 Oct 2023 10:24:11 GMT) Committer: Stefan Eissing (Tue 31 Oct 2023 10:24:11 GMT) * mod_md: Fix the reported "until" validity of a certificate in the status handler. [Rainer Jung] Fix possible NULL deref when logging the error that an authentication resource could not be retrieved from the ACME server. [Stefan Eissing] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1913466 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/md_v2.4.25.txt M modules/md/md_acme_order.c M modules/md/md_version.h M modules/md/mod_md_status.c ____________________________________________________________________________________________________________ Commit: 08ab87e8bac4507ff9fa100494b530a14c5ee4f5 URL: https://git.catflap.org/apache-httpd/commit/?id=08ab87e8bac4507ff9fa100494b530a14c5ee4f5 Author: Ruediger Pluem (Mon 30 Oct 2023 15:02:00 GMT) Committer: Ruediger Pluem (Mon 30 Oct 2023 15:02:00 GMT) * Fix .gdbinit directory location git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1913441 13f79535-47bb-0310-9956-ffa450edef68 M test/travis_before_linux.sh ____________________________________________________________________________________________________________ Commit: 613f78d88ee09d68b484835f070d534cfd7bd20f URL: https://git.catflap.org/apache-httpd/commit/?id=613f78d88ee09d68b484835f070d534cfd7bd20f Author: Ruediger Pluem (Mon 30 Oct 2023 14:43:12 GMT) Committer: Ruediger Pluem (Mon 30 Oct 2023 14:43:12 GMT) * .gdbinit is one level deeper git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1913439 13f79535-47bb-0310-9956-ffa450edef68 M test/travis_before_linux.sh ____________________________________________________________________________________________________________ Commit: 1cee2017b06fe1b2f659cc7690799a17bb3d33fe URL: https://git.catflap.org/apache-httpd/commit/?id=1cee2017b06fe1b2f659cc7690799a17bb3d33fe Author: Ruediger Pluem (Mon 30 Oct 2023 14:22:05 GMT) Committer: Ruediger Pluem (Mon 30 Oct 2023 14:22:05 GMT) * Systemd based systems might process core dumps via systemd-coredump. But we want to have local unprocessed files. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1913437 13f79535-47bb-0310-9956-ffa450edef68 M test/travis_run_linux.sh ____________________________________________________________________________________________________________ Commit: ea5fb57588e90a7194d28895b38451dd0b69df08 URL: https://git.catflap.org/apache-httpd/commit/?id=ea5fb57588e90a7194d28895b38451dd0b69df08 Author: Ruediger Pluem (Mon 30 Oct 2023 10:44:59 GMT) Committer: Ruediger Pluem (Mon 30 Oct 2023 10:44:59 GMT) * Document r1912459. [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1913432 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/proxy_backend_dns_ttl.txt M docs/manual/mod/mod_proxy.xml ____________________________________________________________________________________________________________ Commit: 6752fc553ae074c96ce269efd2cbd55b0f76fa98 URL: https://git.catflap.org/apache-httpd/commit/?id=6752fc553ae074c96ce269efd2cbd55b0f76fa98 Author: Lucien Gentis (Fri 27 Oct 2023 15:06:22 BST) Committer: Lucien Gentis (Fri 27 Oct 2023 15:06:22 BST) fr doc smol corrections. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1913388 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/configuring.xml.fr ____________________________________________________________________________________________________________ Commit: df126569e21ae506ad67a142f0a4fca38b192dea URL: https://git.catflap.org/apache-httpd/commit/?id=df126569e21ae506ad67a142f0a4fca38b192dea Author: Joe Orton (Thu 26 Oct 2023 08:31:16 BST) Committer: Joe Orton (Thu 26 Oct 2023 08:31:16 BST) Remove unnecessary APLOGNO() use in TRACE-level logging. Submitted by: Jackie Chang PR: 55627 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1913338 13f79535-47bb-0310-9956-ffa450edef68 M modules/ldap/util_ldap.c M modules/lua/mod_lua.c M modules/proxy/ajp_header.c ____________________________________________________________________________________________________________ Commit: 82eaba1d0a6d1949365ce493286ea7ffe4df4378 URL: https://git.catflap.org/apache-httpd/commit/?id=82eaba1d0a6d1949365ce493286ea7ffe4df4378 Author: Lucien Gentis (Wed 25 Oct 2023 14:33:03 BST) Committer: Lucien Gentis (Wed 25 Oct 2023 14:33:03 BST) fr doc small corrections. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1913323 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/bind.xml.fr ____________________________________________________________________________________________________________ Commit: abaad489b58a0a26b680ee7f99d58e64620ce765 URL: https://git.catflap.org/apache-httpd/commit/?id=abaad489b58a0a26b680ee7f99d58e64620ce765 Author: Joe Orton (Tue 24 Oct 2023 16:43:27 BST) Committer: Joe Orton (Tue 24 Oct 2023 16:43:27 BST) CI: add workflow for WebDAV testing using LMDB as the default APR DBM backend. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1913266 13f79535-47bb-0310-9956-ffa450edef68 M .github/workflows/linux.yml ____________________________________________________________________________________________________________ Commit: 0a9bdb3dc11e67e1a577272aa1e670d300d1b02c URL: https://git.catflap.org/apache-httpd/commit/?id=0a9bdb3dc11e67e1a577272aa1e670d300d1b02c Author: Lucien Gentis (Mon 23 Oct 2023 16:29:41 BST) Committer: Lucien Gentis (Mon 23 Oct 2023 16:29:41 BST) fr doc rebuild. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1913233 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/getting-started.html.fr.utf8 ____________________________________________________________________________________________________________ Commit: eae8d4351b4d43e95de4c69812ac51ba798e9d79 URL: https://git.catflap.org/apache-httpd/commit/?id=eae8d4351b4d43e95de4c69812ac51ba798e9d79 Author: Lucien Gentis (Mon 23 Oct 2023 16:28:47 BST) Committer: Lucien Gentis (Mon 23 Oct 2023 16:28:47 BST) fr doc small corrections. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1913232 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/getting-started.xml.fr ____________________________________________________________________________________________________________ Commit: a2008e63cbe1da9e97cbca3e06644958b9425a07 URL: https://git.catflap.org/apache-httpd/commit/?id=a2008e63cbe1da9e97cbca3e06644958b9425a07 Author: Joe Orton (Wed 18 Oct 2023 08:45:53 BST) Committer: Joe Orton (Wed 18 Oct 2023 08:45:53 BST) * modules/http2/h2_ws.c: Fix comment, no functional change. [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1913078 13f79535-47bb-0310-9956-ffa450edef68 M modules/http2/h2_ws.c ____________________________________________________________________________________________________________ Commit: b2ef1b58868191a779c86b0e8956af7752f21c18 URL: https://git.catflap.org/apache-httpd/commit/?id=b2ef1b58868191a779c86b0e8956af7752f21c18 Author: Joe Orton (Mon 16 Oct 2023 14:10:16 BST) Committer: Joe Orton (Mon 16 Oct 2023 14:10:16 BST) Fix h2 build broken in r1913019: * modules/http2: Make WebSockets support conditional also on APR 1.7.x since apr_encode.h is required. Restore #include "apr_encode.h" removed in previous commit. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1913023 13f79535-47bb-0310-9956-ffa450edef68 M modules/http2/h2.h M modules/http2/h2_ws.c ____________________________________________________________________________________________________________ Commit: 931c39c03b9fb181540871c78b5fd3bc71b387e7 URL: https://git.catflap.org/apache-httpd/commit/?id=931c39c03b9fb181540871c78b5fd3bc71b387e7 Author: Joe Orton (Mon 16 Oct 2023 13:28:13 BST) Committer: Joe Orton (Mon 16 Oct 2023 13:28:13 BST) Further h2 compile fixes: * modules/http2/h2_session.c (h2_session_start): Restrict WebSockets options handling to with-WS builds. * modules/http2/h2_ws.c: Don't include apr_encode.h (not used). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1913019 13f79535-47bb-0310-9956-ffa450edef68 M modules/http2/h2_session.c M modules/http2/h2_ws.c ____________________________________________________________________________________________________________ Commit: 72aeac5f5ad519cd1bf447e512208ad60afae842 URL: https://git.catflap.org/apache-httpd/commit/?id=72aeac5f5ad519cd1bf447e512208ad60afae842 Author: Joe Orton (Mon 16 Oct 2023 13:05:35 BST) Committer: Joe Orton (Mon 16 Oct 2023 13:05:35 BST) Work around caching issue for CI builds with both apr&apr-util built from source. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1913016 13f79535-47bb-0310-9956-ffa450edef68 M .github/workflows/linux.yml ____________________________________________________________________________________________________________ Commit: 6809fe4bc7ad87b0fccd5e72bb5928116d17e4b8 URL: https://git.catflap.org/apache-httpd/commit/?id=6809fe4bc7ad87b0fccd5e72bb5928116d17e4b8 Author: Joe Orton (Mon 16 Oct 2023 12:19:49 BST) Committer: Joe Orton (Mon 16 Oct 2023 12:19:49 BST) * modules/http2: Fill in APLOGNO. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1913007 13f79535-47bb-0310-9956-ffa450edef68 M docs/log-message-tags/next-number M modules/http2/h2_session.c ____________________________________________________________________________________________________________ Commit: 88e86af5ac258ebad451dbc96399ec21a58fb049 URL: https://git.catflap.org/apache-httpd/commit/?id=88e86af5ac258ebad451dbc96399ec21a58fb049 Author: Stefan Eissing (Mon 16 Oct 2023 12:07:31 BST) Committer: Stefan Eissing (Mon 16 Oct 2023 12:07:31 BST) *) mod_http2: enable WebSockets on when compiling against a recent enough nghttp2 version. [Joe Orton] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1913005 13f79535-47bb-0310-9956-ffa450edef68 M modules/http2/h2.h ____________________________________________________________________________________________________________ Commit: 8943c469eb6e60726cc4f73e3d787173c059c5ef URL: https://git.catflap.org/apache-httpd/commit/?id=8943c469eb6e60726cc4f73e3d787173c059c5ef Author: Stefan Eissing (Mon 16 Oct 2023 09:57:51 BST) Committer: Stefan Eissing (Mon 16 Oct 2023 09:57:51 BST) * mod_http2: improved early cleanup of streams. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1912999 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/h2_cleanup.txt M modules/http2/h2_mplx.c M modules/http2/h2_mplx.h M modules/http2/h2_session.c M modules/http2/h2_stream.c ____________________________________________________________________________________________________________ Commit: 5e492904356949047c054feb7731ba75a375ff09 URL: https://git.catflap.org/apache-httpd/commit/?id=5e492904356949047c054feb7731ba75a375ff09 Author: Stefan Eissing (Mon 16 Oct 2023 07:38:32 BST) Committer: Stefan Eissing (Mon 16 Oct 2023 07:38:32 BST) *) mod_macro: use our own strncmp function git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1912993 13f79535-47bb-0310-9956-ffa450edef68 M modules/core/mod_macro.c ____________________________________________________________________________________________________________ Commit: cee2395195adda741f082c4944a3165309feeb1f URL: https://git.catflap.org/apache-httpd/commit/?id=cee2395195adda741f082c4944a3165309feeb1f Author: Lucien Gentis (Sat 14 Oct 2023 14:33:51 BST) Committer: Lucien Gentis (Sat 14 Oct 2023 14:33:51 BST) fr doc rebuild. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1912962 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/directives.html.fr.utf8 M docs/manual/mod/mod_dav_fs.html.fr.utf8 M docs/manual/mod/mod_dav_fs.xml.ja M docs/manual/mod/mod_dav_fs.xml.ko M docs/manual/mod/quickreference.html.fr.utf8 ____________________________________________________________________________________________________________ Commit: 05b2008ecd595caeae14c88fdb8c9d67334a5360 URL: https://git.catflap.org/apache-httpd/commit/?id=05b2008ecd595caeae14c88fdb8c9d67334a5360 Author: Lucien Gentis (Sat 14 Oct 2023 14:32:33 BST) Committer: Lucien Gentis (Sat 14 Oct 2023 14:32:33 BST) fr doc XML file update. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1912961 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_dav_fs.xml.fr ____________________________________________________________________________________________________________ Commit: b0220e1031b53b3f3cb9a15a94fcdd1d61d0c0fe URL: https://git.catflap.org/apache-httpd/commit/?id=b0220e1031b53b3f3cb9a15a94fcdd1d61d0c0fe Author: Lucien Gentis (Sat 14 Oct 2023 14:30:16 BST) Committer: Lucien Gentis (Sat 14 Oct 2023 14:30:16 BST) Misplaced sentence. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1912960 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_dav_fs.xml ____________________________________________________________________________________________________________ Commit: e68016d7677c6fd649f6ec32cf7a1b3651ca1425 URL: https://git.catflap.org/apache-httpd/commit/?id=e68016d7677c6fd649f6ec32cf7a1b3651ca1425 Author: Stefan Eissing (Fri 13 Oct 2023 14:51:43 BST) Committer: Stefan Eissing (Fri 13 Oct 2023 14:51:43 BST) Fix format string type check git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1912941 13f79535-47bb-0310-9956-ffa450edef68 M modules/proxy/proxy_util.c ____________________________________________________________________________________________________________ Commit: afcdbeebbff4b0c50ea26cdd16e178c0d1f24152 URL: https://git.catflap.org/apache-httpd/commit/?id=afcdbeebbff4b0c50ea26cdd16e178c0d1f24152 Author: Joe Orton (Tue 3 Oct 2023 13:58:16 BST) Committer: Joe Orton (Tue 3 Oct 2023 13:58:16 BST) mod_dav_fs: add DAVLockDBType directive. * modules/dav/fs/dbm.c (dav_dbm_open_direct): Take a dbmtype argument and use it to select the apr_dbm driver type. (dav_dbm_open): Continue to use the "default" propdb type to open the property databases. * modules/dav/fs/lock.c: Store and pass through the lockdb_type through. * modules/dav/fs/mod_dav_fs.c (dav_get_lockdb_path): Return the dbm type via an output argument. (dav_fs_cmd_davlockdbtype): New config directive. (dav_fs_merge_server_config): Merge the dbm type. (dav_fs_post_config): Set the default lockdb type. * modules/dav/fs/repos.h: Update prototypes as above; internal API only so no compat concerns. Github: closes #386 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1912718 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/davlockdbtype.txt M docs/manual/mod/mod_dav_fs.xml M modules/dav/fs/dbm.c M modules/dav/fs/lock.c M modules/dav/fs/mod_dav_fs.c M modules/dav/fs/repos.h ____________________________________________________________________________________________________________ Commit: 7faee2a97e3bba63b8755f5f52e6c1efef475332 URL: https://git.catflap.org/apache-httpd/commit/?id=7faee2a97e3bba63b8755f5f52e6c1efef475332 Author: Christophe Jaillet (Sun 1 Oct 2023 17:33:40 BST) Committer: Christophe Jaillet (Sun 1 Oct 2023 17:33:40 BST) DOXYGEN has nothing to do here, just remove this strange "#if defined(DOXYGEN)" git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1912663 13f79535-47bb-0310-9956-ffa450edef68 M modules/http2/h2_proxy_session.c ____________________________________________________________________________________________________________ Commit: cc975860b35282081c6d771ed7cae24ef227754f URL: https://git.catflap.org/apache-httpd/commit/?id=cc975860b35282081c6d771ed7cae24ef227754f Author: Christophe Jaillet (Sun 1 Oct 2023 17:28:31 BST) Committer: Christophe Jaillet (Sun 1 Oct 2023 17:28:31 BST) Slightly optimize h2_mplx_c1_streams_do(). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1912662 13f79535-47bb-0310-9956-ffa450edef68 M modules/http2/h2_mplx.c ____________________________________________________________________________________________________________ Commit: fb0ac6a5ec251dea9e27dfdc75521fe9d053cad9 URL: https://git.catflap.org/apache-httpd/commit/?id=fb0ac6a5ec251dea9e27dfdc75521fe9d053cad9 Author: Joe Orton (Thu 28 Sep 2023 09:11:30 BST) Committer: Joe Orton (Thu 28 Sep 2023 09:11:30 BST) * modules/dav/fs/dbm.c (dav_dbm_open_direct): Test against APR_MAJOR_VERSION, APU_MAJOR_VERSION is not defined for APR trunk since the #include is conditional on APR < 2. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1912571 13f79535-47bb-0310-9956-ffa450edef68 M modules/dav/fs/dbm.c ____________________________________________________________________________________________________________ Commit: c6d7943c8f5753ac19d4aa70df367d20f6789bab URL: https://git.catflap.org/apache-httpd/commit/?id=c6d7943c8f5753ac19d4aa70df367d20f6789bab Author: Joe Orton (Fri 22 Sep 2023 10:31:22 BST) Committer: Joe Orton (Fri 22 Sep 2023 10:31:22 BST) * modules/dav/fs/dbm.c (dav_fs_dbm_error, dav_dbm_open_direct): Remove error message references to "property" databases since these functions are used for both propdbs and the lock database. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1912477 13f79535-47bb-0310-9956-ffa450edef68 M modules/dav/fs/dbm.c ____________________________________________________________________________________________________________ Commit: 8eb0f9e25331297034b590c4354c2388bf8e4f1e URL: https://git.catflap.org/apache-httpd/commit/?id=8eb0f9e25331297034b590c4354c2388bf8e4f1e Author: Yann Ylavic (Thu 21 Sep 2023 14:44:51 BST) Committer: Yann Ylavic (Thu 21 Sep 2023 14:44:51 BST) mod_proxy: Allocate and pnitialize the workers and balancers on pconf. On ungraceful restart, pchild might be destroyed without waiting for the MPM threads, just before exit()ing but still there is a window where threads may be using its data still. Avoid possible exit path crashes by basing the workers/balancers on pconf, which is not destroyed in children processes. While at it, avoid the duplication of the generic "forward" worker for each server(_rec), there can be a single instance like the generic "reverse" worker. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1912463 13f79535-47bb-0310-9956-ffa450edef68 M modules/proxy/mod_proxy.c M modules/proxy/mod_proxy_balancer.c ____________________________________________________________________________________________________________ Commit: 08cde3e5692cd9a4c8a274f0a67663c803d1ad08 URL: https://git.catflap.org/apache-httpd/commit/?id=08cde3e5692cd9a4c8a274f0a67663c803d1ad08 Author: Yann Ylavic (Thu 21 Sep 2023 14:34:33 BST) Committer: Yann Ylavic (Thu 21 Sep 2023 14:34:33 BST) mod_proxy: Simplify ap_proxy_get_worker_ex() Factorize duplicated code in the balancer and non-balancer cases by adding a new worker_matches() helper. No functional change intended. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1912462 13f79535-47bb-0310-9956-ffa450edef68 M modules/proxy/proxy_util.c ____________________________________________________________________________________________________________ Commit: 29fb603784cdb77541817f52a9f47a10f47bc618 URL: https://git.catflap.org/apache-httpd/commit/?id=29fb603784cdb77541817f52a9f47a10f47bc618 Author: Yann Ylavic (Thu 21 Sep 2023 14:31:15 BST) Committer: Yann Ylavic (Thu 21 Sep 2023 14:31:15 BST) mod_proxy: Add ap_proxy_worker_get_name() and deprecate ap_proxy_worker_name(). The latter requires a pool and returns a non constant string although it may return worker shared data. By computing the worker "UDS" name at init time we can return a constant name in any case with no need for a pool, that's the new ap_proxy_worker_get_name(). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1912461 13f79535-47bb-0310-9956-ffa450edef68 M include/ap_mmn.h M modules/proxy/mod_proxy.c M modules/proxy/mod_proxy.h M modules/proxy/mod_proxy_balancer.c M modules/proxy/proxy_util.c ____________________________________________________________________________________________________________ Commit: d11d0b8aa8b10979344f333581a3a258c62dcdb9 URL: https://git.catflap.org/apache-httpd/commit/?id=d11d0b8aa8b10979344f333581a3a258c62dcdb9 Author: Yann Ylavic (Thu 21 Sep 2023 14:24:28 BST) Committer: Yann Ylavic (Thu 21 Sep 2023 14:24:28 BST) mod_proxy: Consistently close the socket on failure to reuse the connection. proxy_connection_create() and ap_proxy_connect_backend() sometimes close the connection on failure, sometimes not. Always close it. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1912460 13f79535-47bb-0310-9956-ffa450edef68 M modules/proxy/proxy_util.c ____________________________________________________________________________________________________________ Commit: 3c7f67fa2a1b174c60d0ce6feb2aa116e7180ac1 URL: https://git.catflap.org/apache-httpd/commit/?id=3c7f67fa2a1b174c60d0ce6feb2aa116e7180ac1 Author: Yann Ylavic (Thu 21 Sep 2023 14:15:35 BST) Committer: Yann Ylavic (Thu 21 Sep 2023 14:15:35 BST) mod_proxy: Handle backend address renewal with address_ttl= parameter. Define a new proxy_address struct holding the current/latest sockaddr in use by each proxy worker and conn. Since backend addresses can be updated when their TTL expires and while connections are being processed, each address is refcounted and freed only when the last worker (or conn) using it grabs the new one. The lifetime of the addresses is handled at a single place by the new ap_proxy_determine_address() function. It guarantees to bind the current/latest backend address to the passed in conn (or do nothing if it's up to date already). The function is called indirectly by ap_proxy_determine_connection() for the proxy modules that use it, or directly by mod_proxy_ftp and mod_proxy_hcheck. It also is called eventually by ap_proxy_connect_backend() when connect()ing all the current addresses fails, to check (PROXY_DETERMINE_ADDRESS_CHECK) if some new addrs are available. This commit is also a rework of the lifetime of conn->addr, conn->hostname and conn->forward, using the conn->uds_pool and conn->fwd_pool for the cases where the backend is connected through a UDS socket and a remote CONNECT proxy respectively. * include/ap_mmn.h: Minor bump for new function/fields. * modules/proxy/mod_proxy.h (struct proxy_address, ap_proxy_determine_addresss()): Declare ap_proxy_determine_addresss() and opaque struct proxy_address, new fields to structs proxy_conn_rec/proxy_worker_shared/proxy_worker. * modules/proxy/mod_proxy.c (set_worker_param): Parse/set the new worker->address_ttl parameter. * modules/proxy/proxy_util.c (proxy_util_register_hooks(), ap_proxy_initialize_worker(), ap_proxy_connection_reusable(), ap_proxyerror(), proxyerror_core(), init_conn_pool(), make_conn_subpool(), connection_make(), connection_cleanup(), connection_constructor()): Initialize *proxy_start_time in proxy_util_register_hooks() as the epoch from which expiration times are relative (i.e. seconds stored in an uint32_t for atomic changes). Make sure worker->s->is_address_reusable and worker->s->disablereuse are consistant in ap_proxy_initialize_worker(), thus no need to check for both in ap_proxy_connection_reusable(). New proxyerror_core() helper taking an apr_status_t to log, wrap in ap_proxyerror(). New make_conn_subpool() to create worker->cp->{pool,dns} with their own allocator. New connection_make() helper to factorize code in connection_cleanup() and connection_constructor(). * modules/proxy/proxy_util.c (proxy_address_inc(), proxy_address_dec(), proxy_address_cleanup(), proxy_address_set_expired(), worker_address_get(), worker_address_set(), worker_address_resolve(), proxy_addrs_equal(), ap_proxy_determine_address(), ap_proxy_determine_connection(), ap_proxy_connect_backend()): Implement ap_proxy_determine_address() using the above helpers for atomic changes, and call it from ap_proxy_determine_connection() and ap_proxy_connect_backend(). * modules/proxy/mod_proxy_ftp.c (proxy_ftp_handler): Use ap_proxy_determine_address() and use the returned backend->addr. * modules/proxy/mod_proxy_hcheck.c (hc_determine_connection, hc_get_backend, hc_init_worker, hc_watchdog_callback): Use ap_proxy_determine_address() in hc_determine_connection() and call the latter from hc_get_backend(), replace hc_init_worker() by hc_init_baton() which now calls hc_get_hcworker() and hc_get_backend() to resolve the first address at init time. * modules/proxy/mod_proxy_http.c (proxy_http_handler): Use backend->addr and ->hostname instead of worker->cp->addr and worker->s->hostname_ex respectively. * modules/proxy/mod_proxy_ajp.c (ap_proxy_ajp_request): Use backend->addr and ->hostname instead of worker->cp->addr and worker->s->hostname_ex respectively. Closes #367 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1912459 13f79535-47bb-0310-9956-ffa450edef68 M include/ap_mmn.h M modules/proxy/mod_proxy.c M modules/proxy/mod_proxy.h M modules/proxy/mod_proxy_ajp.c M modules/proxy/mod_proxy_ftp.c M modules/proxy/mod_proxy_hcheck.c M modules/proxy/mod_proxy_http.c M modules/proxy/proxy_util.c ____________________________________________________________________________________________________________ Commit: 850f1a5d42ffd1c6710e3909a82277028334a4db URL: https://git.catflap.org/apache-httpd/commit/?id=850f1a5d42ffd1c6710e3909a82277028334a4db Author: Stefan Eissing (Tue 19 Sep 2023 20:30:30 BST) Committer: Stefan Eissing (Tue 19 Sep 2023 20:30:30 BST) *) mod_http2: fixed a compile time issue for Windows builds. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1912415 13f79535-47bb-0310-9956-ffa450edef68 M modules/http2/h2_c2.c ____________________________________________________________________________________________________________ Commit: 84430d7f0b46dab9dcc0d8e1fccc6d7ed8632c86 URL: https://git.catflap.org/apache-httpd/commit/?id=84430d7f0b46dab9dcc0d8e1fccc6d7ed8632c86 Author: Stefan Eissing (Mon 18 Sep 2023 08:55:16 BST) Committer: Stefan Eissing (Mon 18 Sep 2023 08:55:16 BST) * mod_http2: fixed a bug in handling of stream timeouts. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1912385 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/h2_stream_timeout.txt M modules/http2/h2_mplx.c M modules/http2/h2_mplx.h M modules/http2/h2_session.c M modules/http2/h2_stream.c M modules/http2/h2_stream.h ____________________________________________________________________________________________________________ Commit: 1b9292a4c930cfe9f0dd2b13d3fab89a9f0abd18 URL: https://git.catflap.org/apache-httpd/commit/?id=1b9292a4c930cfe9f0dd2b13d3fab89a9f0abd18 Author: Jean-Frederic Clere (Mon 11 Sep 2023 14:50:21 BST) Committer: Jean-Frederic Clere (Mon 11 Sep 2023 14:50:21 BST) Arrange the bybusyness logic and prevent bad busy values this closes #383 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1912245 13f79535-47bb-0310-9956-ffa450edef68 M modules/proxy/balancers/mod_lbmethod_bybusyness.c M modules/proxy/mod_proxy_balancer.c M modules/proxy/proxy_util.c M modules/proxy/proxy_util.h ____________________________________________________________________________________________________________ Commit: a077812a1b02addc95a7edcdd33385179f7bc382 URL: https://git.catflap.org/apache-httpd/commit/?id=a077812a1b02addc95a7edcdd33385179f7bc382 Author: Lucien Gentis (Sat 9 Sep 2023 16:08:21 BST) Committer: Lucien Gentis (Sat 9 Sep 2023 16:08:21 BST) fr doc rebuild. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1912214 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/env.html.fr.utf8 M docs/manual/env.xml.ja M docs/manual/env.xml.ko M docs/manual/env.xml.tr M docs/manual/mod/mod_alias.html.fr.utf8 M docs/manual/mod/mod_alias.xml.es M docs/manual/mod/mod_alias.xml.ja M docs/manual/mod/mod_alias.xml.ko M docs/manual/mod/mod_alias.xml.tr M docs/manual/mod/mod_dav.html.fr.utf8 M docs/manual/mod/mod_dav.xml.ja M docs/manual/mod/mod_dav.xml.ko M docs/manual/mod/mod_deflate.html.fr.utf8 M docs/manual/mod/mod_deflate.xml.ja M docs/manual/mod/mod_deflate.xml.ko M docs/manual/mod/quickreference.html.fr.utf8 ____________________________________________________________________________________________________________ Commit: de79e4102f3fbdfb9f3e981e892e08572f1bd1e5 URL: https://git.catflap.org/apache-httpd/commit/?id=de79e4102f3fbdfb9f3e981e892e08572f1bd1e5 Author: Lucien Gentis (Sat 9 Sep 2023 16:07:19 BST) Committer: Lucien Gentis (Sat 9 Sep 2023 16:07:19 BST) fr doc XML files updates. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1912213 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/env.xml.fr M docs/manual/mod/mod_alias.xml.fr M docs/manual/mod/mod_dav.xml.fr M docs/manual/mod/mod_deflate.xml.fr M docs/manual/mod/mod_rewrite.xml.fr ____________________________________________________________________________________________________________ Commit: a2dabc212232b9ff8e2d1defa3c31667142f3704 URL: https://git.catflap.org/apache-httpd/commit/?id=a2dabc212232b9ff8e2d1defa3c31667142f3704 Author: Stefan Eissing (Fri 8 Sep 2023 08:39:50 BST) Committer: Stefan Eissing (Fri 8 Sep 2023 08:39:50 BST) *) mod_proxy_http2: fix `X-Forward-Host` header to carry the correct value. Fixed PR66752. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1912180 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/h2_proxy_forwarded_host.txt M modules/http2/h2_proxy_session.c M test/modules/http2/htdocs/cgi/hello.py M test/modules/http2/test_600_h2proxy.py ____________________________________________________________________________________________________________ Commit: 18b8e6c4abaded5e9bd59f951d9ce8f52050c171 URL: https://git.catflap.org/apache-httpd/commit/?id=18b8e6c4abaded5e9bd59f951d9ce8f52050c171 Author: Joe Orton (Mon 4 Sep 2023 14:10:39 BST) Committer: Joe Orton (Mon 4 Sep 2023 14:10:39 BST) Update DavBasePath availability. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1912085 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_dav.xml ____________________________________________________________________________________________________________ Commit: b9e029c8036fd036281ac266010db91aed6079b2 URL: https://git.catflap.org/apache-httpd/commit/?id=b9e029c8036fd036281ac266010db91aed6079b2 Author: Rainer Jung (Wed 30 Aug 2023 13:56:11 BST) Committer: Rainer Jung (Wed 30 Aug 2023 13:56:11 BST) mod_ssl: Silence info log message "SSL Library Error: error:0A000126: SSL routines::unexpected eof while reading" when using OpenSSL 3 by setting SSL_OP_IGNORE_UNEXPECTED_EOF if available. [Rainer Jung] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1912015 13f79535-47bb-0310-9956-ffa450edef68 M modules/ssl/ssl_engine_init.c ____________________________________________________________________________________________________________ Commit: 7c50a846c1cd24a0ce9c084393b063767d9b250a URL: https://git.catflap.org/apache-httpd/commit/?id=7c50a846c1cd24a0ce9c084393b063767d9b250a Author: Stefan Eissing (Mon 28 Aug 2023 14:27:10 BST) Committer: Stefan Eissing (Mon 28 Aug 2023 14:27:10 BST) *) mod_proxy_http2: improved error handling on connection errors while response is already underway. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1911964 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/h2_proxy_errors.txt M modules/http2/h2_proxy_session.c M modules/http2/mod_proxy_http2.c ____________________________________________________________________________________________________________ Commit: 8595a9c91047ff6f90d92c6b41c7def2fa7e4df8 URL: https://git.catflap.org/apache-httpd/commit/?id=8595a9c91047ff6f90d92c6b41c7def2fa7e4df8 Author: Stefan Eissing (Mon 28 Aug 2023 09:33:22 BST) Committer: Stefan Eissing (Mon 28 Aug 2023 09:33:22 BST) Fix missing break in config settings, code style git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1911961 13f79535-47bb-0310-9956-ffa450edef68 M modules/http2/h2_c2.c M modules/http2/h2_config.c ____________________________________________________________________________________________________________ Commit: 689c2672e1b61c18238214d9597e5f05558da975 URL: https://git.catflap.org/apache-httpd/commit/?id=689c2672e1b61c18238214d9597e5f05558da975 Author: Christophe Jaillet (Sun 27 Aug 2023 07:34:45 BST) Committer: Christophe Jaillet (Sun 27 Aug 2023 07:34:45 BST) Add an hyper-link. Fix a typo (s/a an/an/) Be less agressive (s/ON/On/) and reorder "On|Off". [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1911948 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_alias.xml ____________________________________________________________________________________________________________ Commit: 59c725adeb25dc97b8ebad4a4c24627dca6ccf50 URL: https://git.catflap.org/apache-httpd/commit/?id=59c725adeb25dc97b8ebad4a4c24627dca6ccf50 Author: Joe Orton (Fri 25 Aug 2023 08:46:53 BST) Committer: Joe Orton (Fri 25 Aug 2023 08:46:53 BST) Fix documented default for DavBasePath to match code. Submitted by: rpluem Github: pull #377 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1911907 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_dav.xml ____________________________________________________________________________________________________________ Commit: 706af916933612750c1cf8f165e23d37c9b865b2 URL: https://git.catflap.org/apache-httpd/commit/?id=706af916933612750c1cf8f165e23d37c9b865b2 Author: Joe Orton (Fri 25 Aug 2023 08:44:08 BST) Committer: Joe Orton (Fri 25 Aug 2023 08:44:08 BST) * modules/dav/main/mod_dav.c (dav_get_resource): Don't mask "conf" variable. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1911906 13f79535-47bb-0310-9956-ffa450edef68 M modules/dav/main/mod_dav.c ____________________________________________________________________________________________________________ Commit: a65fb35a10dad49e49362cbbe9d57a93f61b905c URL: https://git.catflap.org/apache-httpd/commit/?id=a65fb35a10dad49e49362cbbe9d57a93f61b905c Author: Christophe Jaillet (Wed 23 Aug 2023 22:40:34 BST) Committer: Christophe Jaillet (Wed 23 Aug 2023 22:40:34 BST) Fix an URL. PR 66630 [Samuel Joly ] [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1911878 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/env.xml ____________________________________________________________________________________________________________ Commit: 8b2b3868598728f3638284d12d63738541da4f0e URL: https://git.catflap.org/apache-httpd/commit/?id=8b2b3868598728f3638284d12d63738541da4f0e Author: Christophe Jaillet (Wed 23 Aug 2023 22:23:46 BST) Committer: Christophe Jaillet (Wed 23 Aug 2023 22:23:46 BST) Remove an extra word. Follow up to r1909084. [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1911876 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_rewrite.xml ____________________________________________________________________________________________________________ Commit: 0c59155481f0b7a0ad34cc28332b15eecd775244 URL: https://git.catflap.org/apache-httpd/commit/?id=0c59155481f0b7a0ad34cc28332b15eecd775244 Author: Christophe Jaillet (Wed 23 Aug 2023 22:03:29 BST) Committer: Christophe Jaillet (Wed 23 Aug 2023 22:03:29 BST) Fix compatibility version, typo (s/hader/header) and trailing spaces [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1911874 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_deflate.xml ____________________________________________________________________________________________________________ Commit: a834e62ebf6279ce9e35193151aec809f7f58df1 URL: https://git.catflap.org/apache-httpd/commit/?id=a834e62ebf6279ce9e35193151aec809f7f58df1 Author: Lucien Gentis (Sat 19 Aug 2023 15:29:02 BST) Committer: Lucien Gentis (Sat 19 Aug 2023 15:29:02 BST) fr doc rebuild. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1911778 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/directives.html.fr.utf8 M docs/manual/mod/mod_dav.html.fr.utf8 M docs/manual/mod/mod_dav.xml.ja M docs/manual/mod/mod_dav.xml.ko M docs/manual/mod/quickreference.html.fr.utf8 ____________________________________________________________________________________________________________ Commit: 90c0a8df9422986fe338bb6ab0036660af7f1f15 URL: https://git.catflap.org/apache-httpd/commit/?id=90c0a8df9422986fe338bb6ab0036660af7f1f15 Author: Lucien Gentis (Sat 19 Aug 2023 15:27:45 BST) Committer: Lucien Gentis (Sat 19 Aug 2023 15:27:45 BST) fr doc XML file update. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1911777 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_dav.xml.fr ____________________________________________________________________________________________________________ Commit: 201d732767aa6ff022a06f450ee4f77f8560f421 URL: https://git.catflap.org/apache-httpd/commit/?id=201d732767aa6ff022a06f450ee4f77f8560f421 Author: Stefan Eissing (Wed 16 Aug 2023 12:40:21 BST) Committer: Stefan Eissing (Wed 16 Aug 2023 12:40:21 BST) * mod_md: fixed passing of the server environment variables to programs started via MDMessageCmd and MDChallengeDns01 on *nix system. See . git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1911721 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/md_v2.4.24.txt M modules/md/md_acme_authz.c M modules/md/md_util.c M modules/md/md_util.h M modules/md/md_version.h M modules/md/mod_md.c ____________________________________________________________________________________________________________ Commit: 29f9ed1436ab20262bb83a15f54274a386ca4efb URL: https://git.catflap.org/apache-httpd/commit/?id=29f9ed1436ab20262bb83a15f54274a386ca4efb Author: Stefan Eissing (Wed 16 Aug 2023 11:59:38 BST) Committer: Stefan Eissing (Wed 16 Aug 2023 11:59:38 BST) *) mod_http2: sync with github version git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1911720 13f79535-47bb-0310-9956-ffa450edef68 M modules/http2/h2.h M modules/http2/h2_c1_io.c M modules/http2/h2_c2.c M modules/http2/h2_version.h M modules/http2/mod_http2.h M modules/http2/mod_proxy_http2.c ____________________________________________________________________________________________________________ Commit: 9b7dbbea0f02303233b2d79d4ebadaf2685e6b31 URL: https://git.catflap.org/apache-httpd/commit/?id=9b7dbbea0f02303233b2d79d4ebadaf2685e6b31 Author: Stefan Eissing (Wed 16 Aug 2023 11:45:47 BST) Committer: Stefan Eissing (Wed 16 Aug 2023 11:45:47 BST) Tests: update pytest for curl 8.1.x bugs git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1911718 13f79535-47bb-0310-9956-ffa450edef68 M test/modules/http2/test_101_ssl_reneg.py M test/modules/http2/test_200_header_invalid.py M test/modules/http2/test_601_h2proxy_twisted.py M test/pyhttpd/env.py ____________________________________________________________________________________________________________ Commit: ed4cb1db3c7efd861bab87dfa84534b81582cb94 URL: https://git.catflap.org/apache-httpd/commit/?id=ed4cb1db3c7efd861bab87dfa84534b81582cb94 Author: Joe Orton (Wed 16 Aug 2023 08:33:45 BST) Committer: Joe Orton (Wed 16 Aug 2023 08:33:45 BST) Add docs for DavBasePath. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1911715 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_dav.xml ____________________________________________________________________________________________________________ Commit: 82434376765dd81f47cbfcffe796903eca8805bc URL: https://git.catflap.org/apache-httpd/commit/?id=82434376765dd81f47cbfcffe796903eca8805bc Author: Joe Orton (Mon 14 Aug 2023 15:40:00 BST) Committer: Joe Orton (Mon 14 Aug 2023 15:40:00 BST) Add DAVBasePath directive to allow users to configure the real repos root path, useful where the DAV repos is configured with a regex match. * modules/dav/main/mod_dav.c (dav_get_resource): If available, pass the configured base path as the repos root to repos provider. On the error path for fetching a resource, detect and warn specifically when the location is configured via a regex. (dav_cmd_davbasepath): New function. PR: 35077 Github: closes #376 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1911651 13f79535-47bb-0310-9956-ffa450edef68 M modules/dav/main/mod_dav.c ____________________________________________________________________________________________________________ Commit: 5ac647d1cf5fbcc65a6e292224b98185aa3286e1 URL: https://git.catflap.org/apache-httpd/commit/?id=5ac647d1cf5fbcc65a6e292224b98185aa3286e1 Author: Stefan Eissing (Mon 14 Aug 2023 15:39:00 BST) Committer: Stefan Eissing (Mon 14 Aug 2023 15:39:00 BST) HTTP/2, websockets - provide "Connection" header in internal Upgrade request - set input notification if input is already available when stream processing is started - add optional function in mod_http2.h to use instead of ap_get_pollfd_from_conn() in older servers with a new mod_http2 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1911650 13f79535-47bb-0310-9956-ffa450edef68 M modules/http2/h2_c2.c M modules/http2/h2_c2_filter.c M modules/http2/h2_mplx.c M modules/http2/h2_ws.c M modules/http2/mod_http2.h ____________________________________________________________________________________________________________ Commit: 7bd9e8bc9b70148a76e4cd44936fa516e70e380d URL: https://git.catflap.org/apache-httpd/commit/?id=7bd9e8bc9b70148a76e4cd44936fa516e70e380d Author: Joe Orton (Mon 14 Aug 2023 08:32:19 BST) Committer: Joe Orton (Mon 14 Aug 2023 08:32:19 BST) Steal a number. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1911640 13f79535-47bb-0310-9956-ffa450edef68 M docs/log-message-tags/next-number ____________________________________________________________________________________________________________ Commit: d62d3143f42771a7111c2148837c0a91a271b83d URL: https://git.catflap.org/apache-httpd/commit/?id=d62d3143f42771a7111c2148837c0a91a271b83d Author: Stefan Eissing (Wed 26 Jul 2023 13:18:06 BST) Committer: Stefan Eissing (Wed 26 Jul 2023 13:18:06 BST) *) mod_http2: Fix reporting of `Total Accesses` in server-status to not count HTTP/2 requests twice. Fixes PR 66801. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1911291 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/pr66801.txt M modules/http2/h2_mplx.c M modules/http2/h2_mplx.h M test/modules/http2/test_008_ranges.py ____________________________________________________________________________________________________________ Commit: 6c3c444dceba338be2001d9890c17a7424d09865 URL: https://git.catflap.org/apache-httpd/commit/?id=6c3c444dceba338be2001d9890c17a7424d09865 Author: Eric Covener (Mon 24 Jul 2023 21:09:43 BST) Committer: Eric Covener (Mon 24 Jul 2023 21:09:43 BST) slight clarification, depends on r->status [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1911255 13f79535-47bb-0310-9956-ffa450edef68 M modules/http/http_filters.c ____________________________________________________________________________________________________________ Commit: 1d572ae866d1ad221f5c9b9d01e5bfaee43afcb6 URL: https://git.catflap.org/apache-httpd/commit/?id=1d572ae866d1ad221f5c9b9d01e5bfaee43afcb6 Author: Eric Covener (Mon 24 Jul 2023 18:31:38 BST) Committer: Eric Covener (Mon 24 Jul 2023 18:31:38 BST) no AH01588 for ap_get_client_block + CL over limit git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1911249 13f79535-47bb-0310-9956-ffa450edef68 M docs/log-message-tags/next-number M modules/http/http_filters.c ____________________________________________________________________________________________________________ Commit: dbb364c0586dff961d7ddae17b69dac056478870 URL: https://git.catflap.org/apache-httpd/commit/?id=dbb364c0586dff961d7ddae17b69dac056478870 Author: Lucien Gentis (Sat 22 Jul 2023 14:15:11 BST) Committer: Lucien Gentis (Sat 22 Jul 2023 14:15:11 BST) fr doc rebuild. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1911197 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/directives.html.fr.utf8 M docs/manual/mod/mod_alias.html.fr.utf8 M docs/manual/mod/mod_alias.xml.es M docs/manual/mod/mod_alias.xml.ja M docs/manual/mod/mod_alias.xml.ko M docs/manual/mod/mod_alias.xml.tr M docs/manual/mod/mod_md.html.fr.utf8 M docs/manual/mod/quickreference.html.fr.utf8 ____________________________________________________________________________________________________________ Commit: bd2be5dcd2a2e22e8733619a06df4af5f6697306 URL: https://git.catflap.org/apache-httpd/commit/?id=bd2be5dcd2a2e22e8733619a06df4af5f6697306 Author: Lucien Gentis (Sat 22 Jul 2023 14:12:47 BST) Committer: Lucien Gentis (Sat 22 Jul 2023 14:12:47 BST) fr doc XML file update. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1911196 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_alias.xml.fr ____________________________________________________________________________________________________________ Commit: 0dc7adf9507fcf2729bb1b2df8894fceb26abfff URL: https://git.catflap.org/apache-httpd/commit/?id=0dc7adf9507fcf2729bb1b2df8894fceb26abfff Author: Yann Ylavic (Fri 21 Jul 2023 15:56:05 BST) Committer: Yann Ylavic (Fri 21 Jul 2023 15:56:05 BST) ab: apr_pool_clear() closes the socket already. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1911177 13f79535-47bb-0310-9956-ffa450edef68 M support/ab.c ____________________________________________________________________________________________________________ Commit: cc71b51730aa6d5c370dd6f72ed6335b34d5c394 URL: https://git.catflap.org/apache-httpd/commit/?id=cc71b51730aa6d5c370dd6f72ed6335b34d5c394 Author: Yann Ylavic (Fri 21 Jul 2023 15:54:51 BST) Committer: Yann Ylavic (Fri 21 Jul 2023 15:54:51 BST) ab: Disable nagle algorithm on sockets, it's not telnet. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1911176 13f79535-47bb-0310-9956-ffa450edef68 M support/ab.c ____________________________________________________________________________________________________________ Commit: a2305b40f408f11c5fe6af5c3c3d3062751e2c26 URL: https://git.catflap.org/apache-httpd/commit/?id=a2305b40f408f11c5fe6af5c3c3d3062751e2c26 Author: Yann Ylavic (Fri 21 Jul 2023 15:51:24 BST) Committer: Yann Ylavic (Fri 21 Jul 2023 15:51:24 BST) ab: Follow up to r1910912: No need for the "events" member. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1911175 13f79535-47bb-0310-9956-ffa450edef68 M support/ab.c ____________________________________________________________________________________________________________ Commit: 349566f40f442e6278c8681913cd7f727dcc140f URL: https://git.catflap.org/apache-httpd/commit/?id=349566f40f442e6278c8681913cd7f727dcc140f Author: Yann Ylavic (Fri 21 Jul 2023 10:27:15 BST) Committer: Yann Ylavic (Fri 21 Jul 2023 10:27:15 BST) Steal some APLOGNOs for PR #367. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1911167 13f79535-47bb-0310-9956-ffa450edef68 M docs/log-message-tags/next-number ____________________________________________________________________________________________________________ Commit: bc8431b198873ddad4d5723bd3fff9e8ceb4774e URL: https://git.catflap.org/apache-httpd/commit/?id=bc8431b198873ddad4d5723bd3fff9e8ceb4774e Author: Graham Leggett (Mon 17 Jul 2023 16:25:13 BST) Committer: Graham Leggett (Mon 17 Jul 2023 16:25:13 BST) mod_alias: Add AliasPreservePath directive to map the full path after the alias in a location. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1911067 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/alias-preserve-path.txt M docs/manual/mod/mod_alias.xml M modules/mappers/mod_alias.c ____________________________________________________________________________________________________________ Commit: 11f9d6caac2d452edf996c93db1a88d6caf236a2 URL: https://git.catflap.org/apache-httpd/commit/?id=11f9d6caac2d452edf996c93db1a88d6caf236a2 Author: Lucien Gentis (Sat 15 Jul 2023 17:19:13 BST) Committer: Lucien Gentis (Sat 15 Jul 2023 17:19:13 BST) fr doc XML file update. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1911035 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_md.xml.fr ____________________________________________________________________________________________________________ Commit: c69fae8d562a8f0e4e1ebf075a423678799ebe82 URL: https://git.catflap.org/apache-httpd/commit/?id=c69fae8d562a8f0e4e1ebf075a423678799ebe82 Author: Stefan Eissing (Fri 14 Jul 2023 13:26:50 BST) Committer: Stefan Eissing (Fri 14 Jul 2023 13:26:50 BST) * mod_md: - New directive `MDMatchNames all|servernames` to allow more control over how MDomains are matched to VirtualHosts. - New directive `MDChallengeDns01Version`. Setting this to `2` will provide the command also with the challenge value on `teardown` invocation. In version 1, the default, only the `setup` invocation gets this parameter. Refs #312. Thanks to @domrim for the idea. - For Managed Domain in "manual" mode, the checks if all used ServerName and ServerAlias are part of the MDomain now reports a warning instead of an error (AH10040) when not all names are present. - MDChallengeDns01 can now be configured for individual domains. Using PR from Jérôme Billiras (@bilhackmac) and adding test case and fixing proper working - 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/trunk@1910996 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/md_v2.4.23.txt M docs/manual/mod/mod_md.xml M modules/md/md.h M modules/md/md_acme_authz.c M modules/md/md_http.c M modules/md/md_util.c M modules/md/md_util.h M modules/md/md_version.h M modules/md/mod_md.c M modules/md/mod_md_config.c M modules/md/mod_md_config.h A test/modules/md/dns01_v2.py M test/modules/md/test_300_conf_validate.py M test/modules/md/test_310_conf_store.py M test/modules/md/test_502_acmev2_drive.py M test/modules/md/test_602_roundtrip.py ____________________________________________________________________________________________________________ Commit: b4c42dc90e879bf9d6f70d4a98fbd79a403532c9 URL: https://git.catflap.org/apache-httpd/commit/?id=b4c42dc90e879bf9d6f70d4a98fbd79a403532c9 Author: Stefan Eissing (Fri 14 Jul 2023 09:49:52 BST) Committer: Stefan Eissing (Fri 14 Jul 2023 09:49:52 BST) test: update http2 test 008_03 for curl allowing the server to send almost all data git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1910995 13f79535-47bb-0310-9956-ffa450edef68 M test/modules/http2/test_008_ranges.py ____________________________________________________________________________________________________________ Commit: bb9b477eac923e5600b8384925fce8c5aa22c119 URL: https://git.catflap.org/apache-httpd/commit/?id=bb9b477eac923e5600b8384925fce8c5aa22c119 Author: Yann Ylavic (Tue 11 Jul 2023 21:24:18 BST) Committer: Yann Ylavic (Tue 11 Jul 2023 21:24:18 BST) Steal another APLOGNO for event_wip. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1910945 13f79535-47bb-0310-9956-ffa450edef68 M docs/log-message-tags/next-number ____________________________________________________________________________________________________________ Commit: 1aa10d984c4682f0a11fea61f1ade86f9383352d URL: https://git.catflap.org/apache-httpd/commit/?id=1aa10d984c4682f0a11fea61f1ade86f9383352d Author: Yann Ylavic (Mon 10 Jul 2023 10:17:51 BST) Committer: Yann Ylavic (Mon 10 Jul 2023 10:17:51 BST) ab: Add -D for a watchdog that prints counters on polled connections. This prints lines like the below (one per worker thread) every 5 seconds: Worker 0: requests 264484/12500, polls 2500, DISCONNECTED 0/0, CONNECTING 0/35, HANDSHAKE 0/0, WRITE 0/0, READ 2465/0 Worker 3: requests 248779/12500, polls 2500, DISCONNECTED 0/0, CONNECTING 0/25, HANDSHAKE 0/0, WRITE 0/0, READ 2475/0 Worker 1: requests 246151/12500, polls 2500, DISCONNECTED 0/0, CONNECTING 0/39, HANDSHAKE 0/0, WRITE 0/0, READ 2461/0 Worker 2: requests 257491/12500, polls 2500, DISCONNECTED 0/0, CONNECTING 0/44, HANDSHAKE 0/0, WRITE 0/0, READ 2456/0 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1910912 13f79535-47bb-0310-9956-ffa450edef68 M support/ab.c ____________________________________________________________________________________________________________ Commit: 53f429b9f4871e169a3f9b1d66599e091bc31bac URL: https://git.catflap.org/apache-httpd/commit/?id=53f429b9f4871e169a3f9b1d66599e091bc31bac Author: Yann Ylavic (Mon 10 Jul 2023 10:08:14 BST) Committer: Yann Ylavic (Mon 10 Jul 2023 10:08:14 BST) ab: Check and handle POLLOUT before POLLIN. connect() failures can return POLLOUT|POLLHUP and the polling loop should take the POLLOUT branch in this case, not the POLLIN|POLLHUP one, so move the check for POLLOUT first. While at it, add some assert()ions to avoid infinite loops. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1910911 13f79535-47bb-0310-9956-ffa450edef68 M support/ab.c ____________________________________________________________________________________________________________ Commit: cca42ea3a40e7cb396a4924d72d9f46aa51a6d47 URL: https://git.catflap.org/apache-httpd/commit/?id=cca42ea3a40e7cb396a4924d72d9f46aa51a6d47 Author: Yann Ylavic (Sat 8 Jul 2023 11:56:58 BST) Committer: Yann Ylavic (Sat 8 Jul 2023 11:56:58 BST) ab: Follow up to r1910871: s/bind_num/bind_rr/g git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1910872 13f79535-47bb-0310-9956-ffa450edef68 M support/ab.c ____________________________________________________________________________________________________________ Commit: 4d737272376e10afbfa51e0758da080ee78d5b5c URL: https://git.catflap.org/apache-httpd/commit/?id=4d737272376e10afbfa51e0758da080ee78d5b5c Author: Yann Ylavic (Sat 8 Jul 2023 11:51:02 BST) Committer: Yann Ylavic (Sat 8 Jul 2023 11:51:02 BST) ab: Allow to bind multiple addresses with -Baddr1,addr2,... By using multiple source addresses, it helps with ports exhaustion where the ones of connections in TIME_WAIT cannot be reused. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1910871 13f79535-47bb-0310-9956-ffa450edef68 M support/ab.c ____________________________________________________________________________________________________________ Commit: 03f6e86ec23d812dd5564d97622f14b5dd57150c URL: https://git.catflap.org/apache-httpd/commit/?id=03f6e86ec23d812dd5564d97622f14b5dd57150c Author: Yann Ylavic (Sat 8 Jul 2023 11:43:44 BST) Committer: Yann Ylavic (Sat 8 Jul 2023 11:43:44 BST) ab: Stop worker at end of -t in any case, not only interruption. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1910870 13f79535-47bb-0310-9956-ffa450edef68 M support/ab.c ____________________________________________________________________________________________________________ Commit: 661e50cf2247d8ea0e08541222dde1c6bccac6cf URL: https://git.catflap.org/apache-httpd/commit/?id=661e50cf2247d8ea0e08541222dde1c6bccac6cf Author: Yann Ylavic (Fri 7 Jul 2023 16:57:32 BST) Committer: Yann Ylavic (Fri 7 Jul 2023 16:57:32 BST) ab: Ignore the delay if it's larger than the timeout. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1910862 13f79535-47bb-0310-9956-ffa450edef68 M support/ab.c ____________________________________________________________________________________________________________ Commit: a9b1f101563f42b7c4a9787f0d56dc13239d8c3e URL: https://git.catflap.org/apache-httpd/commit/?id=a9b1f101563f42b7c4a9787f0d56dc13239d8c3e Author: Yann Ylavic (Fri 7 Jul 2023 16:52:45 BST) Committer: Yann Ylavic (Fri 7 Jul 2023 16:52:45 BST) ab: Fix accounting of started connections. Revert when a kept alive connection is aborted on read. Stop the polling loop when there is nothing to poll anymore, it's simpler. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1910861 13f79535-47bb-0310-9956-ffa450edef68 M support/ab.c ____________________________________________________________________________________________________________ Commit: 00b2bd14044327a1e1b0407aa2771e8b1a4b31ac URL: https://git.catflap.org/apache-httpd/commit/?id=00b2bd14044327a1e1b0407aa2771e8b1a4b31ac Author: Joe Orton (Fri 7 Jul 2023 12:12:02 BST) Committer: Joe Orton (Fri 7 Jul 2023 12:12:02 BST) Add WebAssembly MIME type and file extension Submitted by: Dave Hodder Github: closes #332 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1910849 13f79535-47bb-0310-9956-ffa450edef68 M docs/conf/mime.types ____________________________________________________________________________________________________________ Commit: 63a550e9693f6ebcfde7dc97e403fda67556b1db URL: https://git.catflap.org/apache-httpd/commit/?id=63a550e9693f6ebcfde7dc97e403fda67556b1db Author: Yann Ylavic (Fri 7 Jul 2023 12:03:17 BST) Committer: Yann Ylavic (Fri 7 Jul 2023 12:03:17 BST) pytest: Fine tuning for LogLevel vs -v^n. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1910848 13f79535-47bb-0310-9956-ffa450edef68 M test/pyhttpd/env.py ____________________________________________________________________________________________________________ Commit: 0fc26087e92f67740cf785a1543b145b733ea2ea URL: https://git.catflap.org/apache-httpd/commit/?id=0fc26087e92f67740cf785a1543b145b733ea2ea Author: Joe Orton (Fri 7 Jul 2023 12:02:38 BST) Committer: Joe Orton (Fri 7 Jul 2023 12:02:38 BST) * support/ab.c (ssl_proceed_handshake): Fix X509 * leak. PR: 64264 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1910847 13f79535-47bb-0310-9956-ffa450edef68 M support/ab.c ____________________________________________________________________________________________________________ Commit: b24195a1f212e91e162a9c107e03733b6d03e7a5 URL: https://git.catflap.org/apache-httpd/commit/?id=b24195a1f212e91e162a9c107e03733b6d03e7a5 Author: Yann Ylavic (Fri 7 Jul 2023 12:00:34 BST) Committer: Yann Ylavic (Fri 7 Jul 2023 12:00:34 BST) util_filter: More useful logging for brigade setaside/reinstate/adopt. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1910846 13f79535-47bb-0310-9956-ffa450edef68 M server/util_filter.c ____________________________________________________________________________________________________________ Commit: ac622813b2e8f2546b7a79a63a11dcbdf3a3bd0f URL: https://git.catflap.org/apache-httpd/commit/?id=ac622813b2e8f2546b7a79a63a11dcbdf3a3bd0f Author: Yann Ylavic (Fri 7 Jul 2023 09:21:21 BST) Committer: Yann Ylavic (Fri 7 Jul 2023 09:21:21 BST) pytests: Ignore log errors/warnings per function. It's easier to control errors at the function scope and it avoids ignored errors/warnings to propagate to the following tests (i.e. mask further unexpected errors). github: closes #371 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1910844 13f79535-47bb-0310-9956-ffa450edef68 M test/conftest.py M test/modules/core/conftest.py M test/modules/core/test_001_encoding.py M test/modules/http1/conftest.py M test/modules/http1/env.py M test/modules/http1/test_003_get.py M test/modules/http1/test_004_post.py M test/modules/http1/test_006_unsafe.py M test/modules/http1/test_007_strict.py M test/modules/http2/conftest.py M test/modules/http2/env.py M test/modules/http2/test_007_ssi.py M test/modules/http2/test_100_conn_reuse.py M test/modules/http2/test_101_ssl_reneg.py M test/modules/http2/test_102_require.py M test/modules/http2/test_105_timeout.py M test/modules/http2/test_106_shutdown.py M test/modules/http2/test_200_header_invalid.py M test/modules/http2/test_203_rfc9113.py M test/modules/http2/test_500_proxy.py M test/modules/http2/test_800_websockets.py M test/modules/md/conftest.py M test/modules/md/test_300_conf_validate.py M test/modules/md/test_702_auto.py M test/modules/md/test_720_wildcard.py M test/modules/md/test_730_static.py M test/modules/md/test_740_acme_errors.py M test/modules/md/test_741_setup_errors.py M test/modules/md/test_750_eab.py M test/modules/md/test_780_tailscale.py M test/modules/md/test_790_failover.py M test/modules/md/test_900_notify.py M test/modules/md/test_901_message.py M test/modules/md/test_920_status.py M test/modules/proxy/conftest.py M test/modules/proxy/env.py M test/modules/proxy/test_02_unix.py M test/modules/tls/conftest.py M test/modules/tls/test_03_sni.py M test/modules/tls/test_06_ciphers.py M test/modules/tls/test_14_proxy_ssl.py M test/modules/tls/test_15_proxy_tls.py M test/pyhttpd/env.py M test/pyhttpd/log.py ____________________________________________________________________________________________________________ Commit: 1869205e499c90187a234be7540bf4ffa776b832 URL: https://git.catflap.org/apache-httpd/commit/?id=1869205e499c90187a234be7540bf4ffa776b832 Author: Joe Orton (Fri 7 Jul 2023 09:18:52 BST) Committer: Joe Orton (Fri 7 Jul 2023 09:18:52 BST) Add application/vnd.geogebra.slides mime type Submitted by: Zbynek Konecny Github: closes #207 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1910843 13f79535-47bb-0310-9956-ffa450edef68 M docs/conf/mime.types ____________________________________________________________________________________________________________ Commit: 21e6989f8df8a6c188f993dbe11f44b712a98c34 URL: https://git.catflap.org/apache-httpd/commit/?id=21e6989f8df8a6c188f993dbe11f44b712a98c34 Author: Joe Orton (Fri 7 Jul 2023 08:57:35 BST) Committer: Joe Orton (Fri 7 Jul 2023 08:57:35 BST) apxs: Fix -i for some cases where -n is not used. The $base was already stripped of suffix in typical case. Submitted by: Jan Pazdziora Github: closes #359 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1910841 13f79535-47bb-0310-9956-ffa450edef68 A changes-entries/apxs-i-wo-n.txt M support/apxs.in ____________________________________________________________________________________________________________ Commit: 0de661765b63037c34f4aaea4bc6adc7b2524923 URL: https://git.catflap.org/apache-httpd/commit/?id=0de661765b63037c34f4aaea4bc6adc7b2524923 Author: Joe Orton (Thu 6 Jul 2023 13:20:37 BST) Committer: Joe Orton (Thu 6 Jul 2023 13:20:37 BST) mod_rewrite: Fix a possible NULL pointer dereference in hook_uri2file is_absolute_uri() dereferences r->filename in the function body, but there is no check if r->filename == NULL before. Submitted by: Luboš Uhliarik Github: closes #355 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1910815 13f79535-47bb-0310-9956-ffa450edef68 M modules/mappers/mod_rewrite.c ____________________________________________________________________________________________________________ Commit: 88db699b4d5935d8dcce4daf90b1aa2b28b2a48b URL: https://git.catflap.org/apache-httpd/commit/?id=88db699b4d5935d8dcce4daf90b1aa2b28b2a48b Author: Joe Orton (Thu 6 Jul 2023 09:28:08 BST) Committer: Joe Orton (Thu 6 Jul 2023 09:28:08 BST) Allow mod_dav_fs to tolerate race conditions between PROPFIND and an operation which removes a directory/file between apr_dir_read() and apr_stat(). Current behaviour is to abort the connection which seems inferior to tolerating (and logging) the error. * modules/dav/fs/repos.c (dav_fs_walker): If DAV_WALKTYPE_TOLERANT is set, ignore ENOENT from stat() rather than aborting the response. Log the error from stat either way. * modules/dav/main/mod_dav.c (dav_method_propfind): Set DAV_WALKTYPE_TOLERANT. * modules/dav/main/mod_dav.h: Add DAV_WALKTYPE_TOLERANT. Github: closes #369 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1910811 13f79535-47bb-0310-9956-ffa450edef68 M modules/dav/fs/repos.c M modules/dav/main/mod_dav.c M modules/dav/main/mod_dav.h ____________________________________________________________________________________________________________ Commit: f3c57a99a8d4ebe026b2e0e5f7ee6ec1965e9df0 URL: https://git.catflap.org/apache-httpd/commit/?id=f3c57a99a8d4ebe026b2e0e5f7ee6ec1965e9df0 Author: Stefan Eissing (Thu 6 Jul 2023 09:24:24 BST) Committer: Stefan Eissing (Thu 6 Jul 2023 09:24:24 BST) test h2: be more generous in stutter step jittering. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1910810 13f79535-47bb-0310-9956-ffa450edef68 M test/modules/http2/test_712_buffering.py M test/pyhttpd/curl.py ____________________________________________________________________________________________________________ Commit: 9ad9f45db59bd69a943a7c759859031da2051f8e URL: https://git.catflap.org/apache-httpd/commit/?id=9ad9f45db59bd69a943a7c759859031da2051f8e Author: Stefan Eissing (Thu 6 Jul 2023 08:44:21 BST) Committer: Stefan Eissing (Thu 6 Jul 2023 08:44:21 BST) proxy_util: revert timeout selection on a proxy tunnel back to take the large of client/origin values. Add websocket test to verify that longer proxypass timeout is in effect. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1910809 13f79535-47bb-0310-9956-ffa450edef68 M modules/proxy/proxy_util.c M test/modules/http2/test_800_websockets.py ____________________________________________________________________________________________________________ Commit: a4255be9d9b030d3d0c433a4824124370ac0c2ec URL: https://git.catflap.org/apache-httpd/commit/?id=a4255be9d9b030d3d0c433a4824124370ac0c2ec Author: Joe Orton (Wed 5 Jul 2023 14:09:15 BST) Committer: Joe Orton (Wed 5 Jul 2023 14:09:15 BST) Steal a number. [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1910792 13f79535-47bb-0310-9956-ffa450edef68 M docs/log-message-tags/next-number ____________________________________________________________________________________________________________ Commit: 6e1ef69a90e5721105e0ea65e7432e357dffc5a1 URL: https://git.catflap.org/apache-httpd/commit/?id=6e1ef69a90e5721105e0ea65e7432e357dffc5a1 Author: Joe Orton (Wed 5 Jul 2023 11:09:57 BST) Committer: Joe Orton (Wed 5 Jul 2023 11:09:57 BST) Use 'git clone' rather than 'svn export' in CI scripts. Drop unused run_svn_export. Run git clone with -q throughout. Github: closes #368 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1910790 13f79535-47bb-0310-9956-ffa450edef68 M test/travis_before_linux.sh ____________________________________________________________________________________________________________ Commit: cc0735d1cde406c8d15016e4b2afcebb4d11fc87 URL: https://git.catflap.org/apache-httpd/commit/?id=cc0735d1cde406c8d15016e4b2afcebb4d11fc87 Author: Lucien Gentis (Sat 1 Jul 2023 14:29:49 BST) Committer: Lucien Gentis (Sat 1 Jul 2023 14:29:49 BST) fr doc rebuild. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1910725 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/directives.html.fr.utf8 M docs/manual/mod/mod_http2.html.fr.utf8 M docs/manual/mod/quickreference.html.fr.utf8 ____________________________________________________________________________________________________________ Commit: cb6220f41d104af99cf454f29d699fee04e04b3a URL: https://git.catflap.org/apache-httpd/commit/?id=cb6220f41d104af99cf454f29d699fee04e04b3a Author: Lucien Gentis (Sat 1 Jul 2023 14:28:46 BST) Committer: Lucien Gentis (Sat 1 Jul 2023 14:28:46 BST) XML file update.-Cette ligne, et les suivantes ci-dessous, seront ignorées-- M manual/mod/mod_http2.xml.fr git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1910724 13f79535-47bb-0310-9956-ffa450edef68 M docs/manual/mod/mod_http2.xml.fr ____________________________________________________________________________________________________________ Commit: ba906d321794a38c2c38bf96ab8e6b8c77712059 URL: https://git.catflap.org/apache-httpd/commit/?id=ba906d321794a38c2c38bf96ab8e6b8c77712059 Author: Eric Covener (Fri 30 Jun 2023 13:31:28 BST) Committer: Eric Covener (Fri 30 Jun 2023 13:31:28 BST) typos/whitespace what's one more rev? [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1910705 13f79535-47bb-0310-9956-ffa450edef68 M modules/mappers/mod_rewrite.c ____________________________________________________________________________________________________________ Commit: e86ee5f549ad12747af8f5b46526c6eb59ecaf09 URL: https://git.catflap.org/apache-httpd/commit/?id=e86ee5f549ad12747af8f5b46526c6eb59ecaf09 Author: Stefan Eissing (Fri 30 Jun 2023 10:08:23 BST) Committer: Stefan Eissing (Fri 30 Jun 2023 10:08:23 BST) proxy: in proxy tunnels, use the smaller timeout value of client and origin as timeout for polling the tunnel. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1910704 13f79535-47bb-0310-9956-ffa450edef68 M modules/proxy/proxy_util.c ____________________________________________________________________________________________________________ Commit: f5604a0b59337a1901ccd783ac7a4945d54d0253 URL: https://git.catflap.org/apache-httpd/commit/?id=f5604a0b59337a1901ccd783ac7a4945d54d0253 Author: Stefan Eissing (Fri 30 Jun 2023 09:29:27 BST) Committer: Stefan Eissing (Fri 30 Jun 2023 09:29:27 BST) tests: another sync of the http2 tests git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1910702 13f79535-47bb-0310-9956-ffa450edef68 M test/modules/http2/test_003_get.py M test/modules/http2/test_600_h2proxy.py ____________________________________________________________________________________________________________ Commit: 236ea1568e18c00ad9016f5fec3c01a38118e4bc URL: https://git.catflap.org/apache-httpd/commit/?id=236ea1568e18c00ad9016f5fec3c01a38118e4bc Author: Stefan Eissing (Fri 30 Jun 2023 09:16:25 BST) Committer: Stefan Eissing (Fri 30 Jun 2023 09:16:25 BST) tests: sync mod_http2 tests with mod_h2 and 2.4.x version checks git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1910701 13f79535-47bb-0310-9956-ffa450edef68 M test/modules/http2/test_003_get.py M test/modules/http2/test_004_post.py M test/modules/http2/test_106_shutdown.py M test/modules/http2/test_401_early_hints.py M test/modules/http2/test_600_h2proxy.py M test/modules/http2/test_601_h2proxy_twisted.py ____________________________________________________________________________________________________________ Commit: 47514904a3e91f51b79f29ac325c883e89041507 URL: https://git.catflap.org/apache-httpd/commit/?id=47514904a3e91f51b79f29ac325c883e89041507 Author: Stefan Eissing (Thu 29 Jun 2023 11:38:08 BST) Committer: Stefan Eissing (Thu 29 Jun 2023 11:38:08 BST) mod_http2: add aplogno where makefile did not detect it missing? git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1910688 13f79535-47bb-0310-9956-ffa450edef68 M modules/http2/h2_stream.c ____________________________________________________________________________________________________________ Commit: 197ad1f15024516eac67cbc93e143f87d059b2d2 URL: https://git.catflap.org/apache-httpd/commit/?id=197ad1f15024516eac67cbc93e143f87d059b2d2 Author: Stefan Eissing (Thu 29 Jun 2023 11:37:25 BST) Committer: Stefan Eissing (Thu 29 Jun 2023 11:37:25 BST) steal a number git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1910687 13f79535-47bb-0310-9956-ffa450edef68 M docs/log-message-tags/next-number ____________________________________________________________________________________________________________ Commit: 64c9f297848e642ef52b773d6a2e869a89bece9d URL: https://git.catflap.org/apache-httpd/commit/?id=64c9f297848e642ef52b773d6a2e869a89bece9d Author: Stefan Eissing (Thu 29 Jun 2023 11:15:50 BST) Committer: Stefan Eissing (Thu 29 Jun 2023 11:15:50 BST) mod_http2: when failing a request, make sure the request_rec fields are populated (best effort) for the response generation since this might access fields in there. Respect a http_status already assigned during stream processing for error generation. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1910686 13f79535-47bb-0310-9956-ffa450edef68 M modules/http2/h2_request.c ____________________________________________________________________________________________________________ Commit: 7ca5e6b04d9391e31cc73749d674c189006f60d5 URL: https://git.catflap.org/apache-httpd/commit/?id=7ca5e6b04d9391e31cc73749d674c189006f60d5 Author: Stefan Eissing (Thu 29 Jun 2023 10:28:24 BST) Committer: Stefan Eissing (Thu 29 Jun 2023 10:28:24 BST) mod_http2: move get_pollfd_from_conn hook outside the HAS_RESPONSE_BUCKET part git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1910685 13f79535-47bb-0310-9956-ffa450edef68 M modules/http2/h2_c2.c ____________________________________________________________________________________________________________ Commit: 773ddc5a4ad2eb098191bed9b502ffaa74ef2880 URL: https://git.catflap.org/apache-httpd/commit/?id=773ddc5a4ad2eb098191bed9b502ffaa74ef2880 Author: Yann Ylavic (Wed 28 Jun 2023 16:20:40 BST) Committer: Yann Ylavic (Wed 28 Jun 2023 16:20:40 BST) pyhttpd: Generate core dumps on crash and show them in the ci eventually. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1910668 13f79535-47bb-0310-9956-ffa450edef68 M test/pyhttpd/env.py M test/travis_run_linux.sh ___________________________________________________________________________________________________________