1. 96ed77c Fixes bz70027 - per-directory links to the Glossary, rather than by Rich Bowen · 2 hours ago trunk
  2. b03c43d Rebuild HTML, metafiles by Rich Bowen · 6 hours ago
  3. 67d58f7 docs: Clarify that ErrorDocument text strings are served as text/html, with multi-line HTML example (PR 61152) by Rich Bowen · 24 hours ago
  4. e5b3877 docs: Modernize htaccess tutorial by Rich Bowen · 26 hours ago
  5. 943faf5 docs: Add anchor attr to <rfc> tag, convert legacy RFC/IETF links, fix http->https by Rich Bowen · 27 hours ago
  6. 5dfe643 docs: Convert bare RFC 5988 URL to <rfc>8288</rfc> (Web Linking, supersedes 5988) by Rich Bowen · 27 hours ago
  7. 11b29a5 Rebuilds using new <rfc> tag syntax. by Rich Bowen · 27 hours ago
  8. 86afe6d docs: Add anchor attr to <rfc> tag, convert remaining RFC fragment links, fix http->https by Rich Bowen · 28 hours ago
  9. ba40745 rebuild html, meta files by Rich Bowen · 28 hours ago
  10. ea06c6e docs: Replace <strong>Note:</strong> with <note> per style guide by Rich Bowen · 28 hours ago
  11. 5aae06d docs: Convert <strong>Note...</strong> to <note type="warning"> in Directory section (style guide cleanup) by Rich Bowen · 2 days ago
  12. 3267b65 docs: Fix remaining British spellings (style guide cleanup) by Rich Bowen · 2 days ago
  13. 246bd67 mod_rewrite: Document how substitution paths are interpreted in all context/slash combinations. PR 70020 by Rich Bowen · 2 days ago
  14. 6310dd7 configure: Note that default Apache layout sets sbindir to bin/, not sbin/ (Bug 56250) by Rich Bowen · 3 days ago
  15. 9411142 mod_ssl: Document that SSLStaplingReturnResponderErrors off still returns revoked responses (Bug 69647) by Rich Bowen · 3 days ago
  16. 3e16a7e core: Note that IPv6 addresses in ServerName are not currently supported (Bug 52178) by Rich Bowen · 3 days ago
  17. 5486bd5 rebuild, and fix an xml error by Rich Bowen · 3 days ago
  18. 0ea86e1 Remove duplicate /dd by Rich Bowen · 3 days ago
  19. e9da579 configuring: Document quoting and escaping rules for config files (Bug 66372) by Rich Bowen · 3 days ago
  20. 16201b4 mod_filter: Document AddOutputFilterByType limitation with user-defined filters (Bug 65463) by Rich Bowen · 3 days ago
  21. cdfade8 core, mod_rewrite, expr: Clarify that REQUEST_URI server variable differs from CGI env var of same name (Bug 62663) by Rich Bowen · 3 days ago
  22. cfa48db core: Note that http/1.1 cannot be excluded via Protocols directive (Bug 62543) by Rich Bowen · 3 days ago
  23. c102e55 mod_alias: document Alias context restrictions for one-arg vs two-arg forms (Bug 64511) by Rich Bowen · 3 days ago
  24. 53b4bfd mod_autoindex: use pdf.gif icon for .pdf files instead of generic layout icon (Bug 64208) by Rich Bowen · 3 days ago
  25. 43f8a2c mod_ldap: remove redundant ldap-status handler from SSL/TLS examples (Bug 67770) by Rich Bowen · 3 days ago
  26. eeed35a mod_autoindex: clarify that =value options are not cleared by unprefixed keywords (Bug 53669) by Rich Bowen · 3 days ago
  27. 19cf815 mod_proxy: document that connection pool parameters have no effect with prefork MPM (Bug 54976) by Rich Bowen · 4 days ago
  28. ad4eb56 mod_authn_core: note that modern browsers no longer display AuthName realm (Bug 69326) by Rich Bowen · 4 days ago
  29. 6b7255a mod_expires: document wildcard sub-type matching in ExpiresByType (Bug 69257) by Rich Bowen · 4 days ago
  30. e1ad822 mod_buffer: fix BufferSize context - remove server config/virtual host (Bug 65477) by Rich Bowen · 4 days ago
  31. 021c199 mod_negotiation: note that Content-Type is required in type-map variants (Bug 69775) by Rich Bowen · 4 days ago
  32. 0031ca2 mod_vhost_alias: document absolute path requirement (Bug 66558) by Rich Bowen · 4 days ago
  33. 5de9b63 mod_md: document 'ocsp-renewed' event for MDMessageCmd, update event list (Bug 65593) by Rich Bowen · 4 days ago
  34. 6a7cfcb Fix spelling errors and EN-GB->EN-US in docs (Bug 63923) by Rich Bowen · 4 days ago
  35. 192c6fe rebuild html, man pages, meta files by Rich Bowen · 4 days ago
  36. ee0146a Bug 66648: Document AddOutputFilterByType context merging behavior (additive within context, replaces across contexts) by Rich Bowen · 4 days ago
  37. 550fd9d Bug 64458: Strengthen no-quotes warnings for Require ldap-group and ldap-dn; explain inconsistency with ldap-user by Rich Bowen · 4 days ago
  38. a02bd9a Bug 63961: Fix modguide examples - add AP_MODULE_FLAG_NONE to module struct, use { } sentinel for command_rec arrays (clang compatibility) by Rich Bowen · 4 days ago
  39. bd4ebbe rewrite guide: add Discussion sections to recipes where useful - alternatives, cross-references, caveats (BZ 58892, step 15) by Rich Bowen · 4 days ago
  40. c0395e1 Bug 62031: Add OCSP Stapling production tuning recommendations to SSL howto by Rich Bowen · 4 days ago
  41. 6061294 rewrite guide: add security considerations section - open redirects, SSRF, path traversal (BZ 58892, step 14) by Rich Bowen · 4 days ago
  42. 33daa89 Bug 69092: Expand Location examples to clarify non-filesystem use (proxy, access control) by Rich Bowen · 4 days ago
  43. bf137ca Bug 69891: Warn that <Limit> inside <Location> can silently override <Directory> auth by Rich Bowen · 4 days ago
  44. ba17fe2 rewrite guide: update nav, clean See Also blocks, remove boilerplate duplication, fix external links (BZ 58892, steps 11-13) by Rich Bowen · 4 days ago
  45. 592d5cc Bug 64596: Document that extensionless files cannot be matched by mod_mime; show FilesMatch workaround by Rich Bowen · 4 days ago
  46. 34a901f Bug 70019: Fix contradictory file-system path vs URL-path descriptions; filesystem-existence guessing is server-context only, not per-directory by Rich Bowen · 4 days ago
  47. ee39dbe rewrite guide: add FallbackResource and If-expression sections to avoid.xml (BZ 58892, step 10) by Rich Bowen · 4 days ago
  48. 735d783 rewrite guide: expand END flag, add QSL example, SSRF warning on [P], fix BCTLS/BNE versions, remove 2.2 ref (BZ 58892, step 9) by Rich Bowen · 4 days ago
  49. b547b03 rewrite guide: add modern recipes - HTTPS enforcement, trailing slash, www canonicalization, front-controller routing (BZ 58892, step 8) by Rich Bowen · 4 days ago
  50. 0f8629c Bug 65057: Clarify DirectoryMatch: not same as Directory, regex is substring match with no implicit anchoring, concrete trailing slash example by Rich Bowen · 5 days ago
  51. 1a48b12 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 by Rich Bowen · 5 days ago
  52. 58647c9 Bug 70017: Clarify substitution combinations table intro; fix per-server/per-directory context labels; add seealso from rewrite/htaccess by Rich Bowen · 5 days ago
  53. c515567 Bug 70018: Document %N (RewriteCond) back-references alongside $N in substitution string description by Rich Bowen · 5 days ago
  54. 5a83e98 Bug 65145: Add Authorization Result States section; cross-reference from Require directives, auth howto, and authz provider modules by Rich Bowen · 5 days ago
  55. db2b15c Bug 65054: AllowOverride/AllowOverrideList docs - simplify default, fix syntax typo, document union behavior and All class by Rich Bowen · 5 days ago
  56. bd6dd69 Bug 66341: Note that HttpProtocolOptions Strict blocks credentials in FTP proxy URLs by Rich Bowen · 5 days ago
  57. f770f5c Rebuild new rewrite/htaccess guide by Rich Bowen · 5 days ago
  58. 0093993 Slight rephrase and reorg to clarify the meaning by Rich Bowen · 5 days ago
  59. 120d630 rewrite guide: remove terrible horrible crufty obsolete static-to-dynamic CGI and geo-redirect recipes (BZ 58892, step 7) by Rich Bowen · 5 days ago
  60. 3ec3ecc Rebuilds this morning's work by Rich Bowen · 5 days ago
  61. f148194 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) by Rich Bowen · 5 days ago
  62. c753a20 Bug 64996: Rewrite vhost matching section with explicit priority table and clearer Phase 1/Phase 2 structure by Rich Bowen · 5 days ago
  63. ea1cd2d Translation out-of-date updates. by Rich Bowen · 5 days ago
  64. 0066c5e Rebuild yesterday's patches by Rich Bowen · 5 days ago
  65. b3e89a9 Bug 69549: ErrorLogFormat - "format string items" → "format specifiers"; "log line" → "format string" by Rich Bowen · 5 days ago
  66. abe7399 Bug 69549: ErrorLogFormat docs - "log line" should be "format string" when describing field splitting by Rich Bowen · 5 days ago
  67. 17ba8c7 Bug 70016: Clarify that \$0 refers to the entire match, not a captured group by Rich Bowen · 5 days ago
  68. 8e8be35 Bug 69329: Document ServerPath in vhost matching details; mark as legacy HTTP/1.0 feature; fix seealso link by Rich Bowen · 5 days ago
  69. 49d52aa Constify static arrays of string constants. by Joe Orton · 5 days ago
  70. 67b271b Bug 64895: Document MaxRequestWorkers/ThreadsPerChild relationship constraints by Rich Bowen · 5 days ago
  71. 8651ffb Add per-directory context glossary entry; link key rewrite docs references to it by Rich Bowen · 5 days ago
  72. 688b98e CI: Fail early if PHP_FPM is set but not valid. by Joe Orton · 5 days ago
  73. 237a6d8 Bug 60377: Remaining .htaccess-specific wording in rewrite docs; .htaccess IS per-directory context by Rich Bowen · 5 days ago
  74. dbcf16f Updated list of things we could/should remove from trunk before 2.6. by Joe Orton · 5 days ago
  75. 2cb286d Bug 66375: Fix AuthzProviderAlias example - remove Require all granted, use ldap auth provider by Rich Bowen · 5 days ago
  76. ce80562 Bug 65247: Fix mod_ssl authz providers docs: authentication→authorization, explain Require ssl vs SSLRequireSSL, fix provider name by Rich Bowen · 5 days ago
  77. 4c21f8d Bug 64900: Document that path/regex is required for ProxyPass, ProxyPassMatch, ProxyPassReverse outside Location by Rich Bowen · 5 days ago
  78. adad4c8 Bug 70014: Document that disabling FollowSymLinks prevents mod_rewrite in per-directory context by Rich Bowen · 5 days ago
  79. d7f0a42 Bug 70015: Clarify FollowSymLinks requirement for per-directory rewrites; note SymLinksIfOwnerMatch also works by Rich Bowen · 5 days ago
  80. 83f5ccc CI: The OpenSSL no-engine config option is redundant as of 4.0, remove. by Joe Orton · 6 days ago
  81. 64ddf28 Rebuild HTML, meta files. by Rich Bowen · 6 days ago
  82. 967bfa6 Rebuild error docs by Rich Bowen · 6 days ago
  83. 5628349 rewrite guide: merge proxy.xml content into avoid.xml, replace proxy.xml with deprecation stub (BZ 58892, step 5) by Rich Bowen · 6 days ago
  84. a546c38 rewrite guide: replace access.xml with deprecation stub pointing to avoid.xml (BZ 58892, step 4) by Rich Bowen · 6 days ago
  85. 7e7a803 rewrite guide: move access-control recipes to avoid.xml, reorder simple-to-complex, drop referer-deflector (BZ 58892, step 3) by Rich Bowen · 6 days ago
  86. b10a91d rewrite guide: replace advanced.xml with deprecation stub (BZ 58892, step 2) by Rich Bowen · 6 days ago
  87. 4b223dc rewrite guide: redistribute advanced.xml recipes to topical files (BZ 58892, step 1) by Rich Bowen · 6 days ago
  88. fb004be fr doc XML file update. by Lucien Gentis · 6 days ago
  89. 19c30fb fr doc XML files updates. by Lucien Gentis · 6 days ago
  90. f1c91d9 Sync contextlist metadata in translations to match English source (bz#66478) by Rich Bowen · 6 days ago
  91. 87d8961 mod_proxy: clarify ProxyPass ordering in Location blocks (bz#60479) by Rich Bowen · 6 days ago
  92. 029f51f CI: update actions versions, sync windows.yml with 2.4.x. by Joe Orton · 6 days ago
  93. e2eb21b Bug 65038: MaxRequestWorkers default applies to threaded and hybrid MPMs by Rich Bowen · 6 days ago
  94. 72065dd Change to nav bar causes rebuild of *all* pages. by Rich Bowen · 6 days ago
  95. 0a9f439 This adds a "report a bug" link to the main docs nav menu, as per bz#61218 by Rich Bowen · 6 days ago
  96. b0bdb2e Bug 65242: Clarify DirectoryCheckHandler On vs Off behavior by Rich Bowen · 6 days ago
  97. abe9a43 Bug 70013: AllowOverride Options - clarify that = is optional; fix French translation by Rich Bowen · 6 days ago
  98. 5e1256e Rebuild man pages after reverting nroff.xml change by Rich Bowen · 6 days ago
  99. f87bd55 This note needs to be inside the usage block, or it breaks the build by Rich Bowen · 6 days ago
  100. e340b81 Fix OpenSSL 4.0 compatibility and test that in CI. by Joe Orton · 6 days ago