]> git.ipfire.org Git - thirdparty/apache/httpd.git/log
thirdparty/apache/httpd.git
15 hours agoFix broken links, but this module seems abandoned. trunk trunk
Rich Bowen [Mon, 27 Apr 2026 18:05:38 +0000 (18:05 +0000)] 
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

15 hours agoFix broken links in ssl_intro.xml
Rich Bowen [Mon, 27 Apr 2026 17:53:01 +0000 (17:53 +0000)] 
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

15 hours agoFix broken links in thread_safety.xml
Rich Bowen [Mon, 27 Apr 2026 17:42:23 +0000 (17:42 +0000)] 
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

17 hours agofr doc XML files updates.
Lucien Gentis [Mon, 27 Apr 2026 15:57:08 +0000 (15:57 +0000)] 
fr doc XML files updates.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933392 13f79535-47bb-0310-9956-ffa450edef68

20 hours agoAdd ap_*_timingsafe() constant-time comparison functions:
Joe Orton [Mon, 27 Apr 2026 12:54:48 +0000 (12:54 +0000)] 
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

20 hours agofr doc XML files updates.
Lucien Gentis [Mon, 27 Apr 2026 12:30:57 +0000 (12:30 +0000)] 
fr doc XML files updates.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933384 13f79535-47bb-0310-9956-ffa450edef68

40 hours agoscan outgoing status line for newlines and controls
Eric Covener [Sun, 26 Apr 2026 16:30:43 +0000 (16:30 +0000)] 
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

40 hours agomod_authn_socache: validate URL earlier
Eric Covener [Sun, 26 Apr 2026 16:28:47 +0000 (16:28 +0000)] 
mod_authn_socache: validate URL earlier

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933357 13f79535-47bb-0310-9956-ffa450edef68

41 hours agomod_auth_digest: use apr_crypto_equals
Eric Covener [Sun, 26 Apr 2026 16:25:43 +0000 (16:25 +0000)] 
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

41 hours agomod_dav_lock: use the right dav_lock_discovery
Eric Covener [Sun, 26 Apr 2026 16:04:17 +0000 (16:04 +0000)] 
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

41 hours agoocsp limits
Eric Covener [Sun, 26 Apr 2026 16:01:59 +0000 (16:01 +0000)] 
ocsp limits

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933351 13f79535-47bb-0310-9956-ffa450edef68

41 hours agouse AP_EXPR_FLAG_RESTRICTED in htaccess
Eric Covener [Sun, 26 Apr 2026 15:59:34 +0000 (15:59 +0000)] 
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

41 hours agofix ajp_msg_check_header check
Eric Covener [Sun, 26 Apr 2026 15:57:15 +0000 (15:57 +0000)] 
fix ajp_msg_check_header check

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933347 13f79535-47bb-0310-9956-ffa450edef68

41 hours agolognos for r1933344
Eric Covener [Sun, 26 Apr 2026 15:54:12 +0000 (15:54 +0000)] 
lognos for r1933344

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933345 13f79535-47bb-0310-9956-ffa450edef68

41 hours agofix ajp_parse_data message len check
Eric Covener [Sun, 26 Apr 2026 15:53:19 +0000 (15:53 +0000)] 
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

41 hours agofix ajp_msg_get_string buffer checks
Eric Covener [Sun, 26 Apr 2026 15:50:18 +0000 (15:50 +0000)] 
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

41 hours agofix length checks in AJP msg_get functions
Eric Covener [Sun, 26 Apr 2026 15:47:51 +0000 (15:47 +0000)] 
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

3 days agoRebuild html, meta files
Rich Bowen [Fri, 24 Apr 2026 15:57:20 +0000 (15:57 +0000)] 
Rebuild html, meta files

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933312 13f79535-47bb-0310-9956-ffa450edef68

3 days agoCorrect link for Bruce Schneier's website
Rich Bowen [Fri, 24 Apr 2026 15:54:41 +0000 (15:54 +0000)] 
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

3 days agoI changed my mind. Removed reference to abandoned mod_fastcgi entirely.
Rich Bowen [Fri, 24 Apr 2026 15:38:28 +0000 (15:38 +0000)] 
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

3 days agoLink to the archive of the fastcgi website, since the original has gone away
Rich Bowen [Fri, 24 Apr 2026 15:30:26 +0000 (15:30 +0000)] 
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

3 days agoRemove references to the Novell SDK, which no longer exists
Rich Bowen [Fri, 24 Apr 2026 15:23:32 +0000 (15:23 +0000)] 
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

3 days agoRemove link to Sablotron - Discontinued in 2006
Rich Bowen [Fri, 24 Apr 2026 15:18:17 +0000 (15:18 +0000)] 
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

3 days agoRemove references to retired/abandoned projects ... although to be
Rich Bowen [Fri, 24 Apr 2026 15:16:50 +0000 (15:16 +0000)] 
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

3 days agoMing, and Flash in general, have been dead for years. Remove references.
Rich Bowen [Fri, 24 Apr 2026 15:05:48 +0000 (15:05 +0000)] 
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

3 days agoRemove an ancient email from 1997 that links to no-longer-there FTP
Rich Bowen [Fri, 24 Apr 2026 15:01:11 +0000 (15:01 +0000)] 
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

3 days agoLink to current source for PKCS docs.
Rich Bowen [Fri, 24 Apr 2026 14:52:23 +0000 (14:52 +0000)] 
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

3 days agoRemove ancient historical artifact
Rich Bowen [Fri, 24 Apr 2026 14:49:12 +0000 (14:49 +0000)] 
Remove ancient historical artifact

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933294 13f79535-47bb-0310-9956-ffa450edef68

3 days agofr doc XML files updates.
Lucien Gentis [Fri, 24 Apr 2026 14:28:21 +0000 (14:28 +0000)] 
fr doc XML files updates.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933291 13f79535-47bb-0310-9956-ffa450edef68

4 days agoRemove apreq from trunk per PMC vote:
Joe Orton [Thu, 23 Apr 2026 16:08:21 +0000 (16:08 +0000)] 
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

4 days agofr doc XML files updates.
Lucien Gentis [Thu, 23 Apr 2026 14:38:29 +0000 (14:38 +0000)] 
fr doc XML files updates.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933269 13f79535-47bb-0310-9956-ffa450edef68

5 days agospanish translation stopping.xml.es was up to date, english version only corrected...
Daniel Ferradal [Wed, 22 Apr 2026 15:51:53 +0000 (15:51 +0000)] 
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

5 days agoSpanish translation was up to date, english revision only corrected an errata
Daniel Ferradal [Wed, 22 Apr 2026 15:49:30 +0000 (15:49 +0000)] 
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

5 days agofr doc XML files updates.
Lucien Gentis [Wed, 22 Apr 2026 15:16:41 +0000 (15:16 +0000)] 
fr doc XML files updates.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933252 13f79535-47bb-0310-9956-ffa450edef68

5 days agoNote that the doc is for historical reference only, and unlink all of
Rich Bowen [Wed, 22 Apr 2026 14:09:59 +0000 (14:09 +0000)] 
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

5 days agoUpdated and corrected glossary.xml.es
Daniel Ferradal [Wed, 22 Apr 2026 12:36:59 +0000 (12:36 +0000)] 
Updated and corrected glossary.xml.es

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933242 13f79535-47bb-0310-9956-ffa450edef68

5 days agoMinor update to custom-error.xml.es to keep it current
Daniel Ferradal [Wed, 22 Apr 2026 11:25:31 +0000 (11:25 +0000)] 
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

6 days agoRemaining Updates produced by running build.sh all
Daniel Ferradal [Tue, 21 Apr 2026 21:14:42 +0000 (21:14 +0000)] 
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

6 days agoTranslation up to date for new_features_2_4.xml.es
Daniel Ferradal [Tue, 21 Apr 2026 21:10:21 +0000 (21:10 +0000)] 
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

6 days agofr doc XML files updates.
Lucien Gentis [Tue, 21 Apr 2026 15:07:24 +0000 (15:07 +0000)] 
fr doc XML files updates.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933208 13f79535-47bb-0310-9956-ffa450edef68

7 days agoUse <highlight> rather than embedding HTML in <example> blocks (style
Rich Bowen [Mon, 20 Apr 2026 19:31:26 +0000 (19:31 +0000)] 
Use <highlight> rather than embedding HTML in <example> blocks (style
guide)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933189 13f79535-47bb-0310-9956-ffa450edef68

7 days agofr doc XML files updates.
Lucien Gentis [Mon, 20 Apr 2026 14:57:26 +0000 (14:57 +0000)] 
fr doc XML files updates.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933183 13f79535-47bb-0310-9956-ffa450edef68

7 days agodocs: normalize British spellings to American English per style guide
Rich Bowen [Mon, 20 Apr 2026 12:45:42 +0000 (12:45 +0000)] 
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

7 days agofr doc XML files updates.
Lucien Gentis [Mon, 20 Apr 2026 12:25:13 +0000 (12:25 +0000)] 
fr doc XML files updates.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933176 13f79535-47bb-0310-9956-ffa450edef68

7 days agofr doc XML file update.
Lucien Gentis [Mon, 20 Apr 2026 11:08:06 +0000 (11:08 +0000)] 
fr doc XML file update.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933173 13f79535-47bb-0310-9956-ffa450edef68

8 days agofr doc XML file update.
Lucien Gentis [Sun, 19 Apr 2026 14:44:10 +0000 (14:44 +0000)] 
fr doc XML file update.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933163 13f79535-47bb-0310-9956-ffa450edef68

9 days agofr doc XML files updates.
Lucien Gentis [Sat, 18 Apr 2026 15:41:16 +0000 (15:41 +0000)] 
fr doc XML files updates.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933148 13f79535-47bb-0310-9956-ffa450edef68

10 days agoStyle guide: use <program> rather than <code> for httpd programs.
Rich Bowen [Fri, 17 Apr 2026 15:55:03 +0000 (15:55 +0000)] 
Style guide: use <program> rather than <code> for httpd programs.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933136 13f79535-47bb-0310-9956-ffa450edef68

11 days agoStyle guide: use <program> to reference programs/scripts.
Rich Bowen [Thu, 16 Apr 2026 14:59:32 +0000 (14:59 +0000)] 
Style guide: use <program> to reference programs/scripts.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933119 13f79535-47bb-0310-9956-ffa450edef68

11 days agoStyle guide: Fixes authnz_ldap doc markup
Rich Bowen [Thu, 16 Apr 2026 14:50:25 +0000 (14:50 +0000)] 
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

12 days ago* server/util.c (ap_escape_shell_cmd, ap_escape_path_segment,
Joe Orton [Thu, 16 Apr 2026 07:49:22 +0000 (07:49 +0000)] 
* 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 <koda.reef5@gmail.com>
Github: closes #615

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933099 13f79535-47bb-0310-9956-ffa450edef68

12 days agodocs(mod_ssl): fix SSL_CLIENTHELLO env var typo
Joe Orton [Thu, 16 Apr 2026 07:30:49 +0000 (07:30 +0000)] 
docs(mod_ssl): fix SSL_CLIENTHELLO env var typo

Submitted by: Pavan Shinde <pavann97@gmail.com>
Github: closes #634

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933097 13f79535-47bb-0310-9956-ffa450edef68

12 days agompm/event: fix 'occured' -> 'occurred' in event.c comment
Joe Orton [Thu, 16 Apr 2026 07:30:19 +0000 (07:30 +0000)] 
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 <SAY-5@users.noreply.github.com>
Submitted by: SAY-5 <SAY-5@users.noreply.github.com>
Github: closes #635

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933096 13f79535-47bb-0310-9956-ffa450edef68

12 days agoStyle guide: Replace "Apache" with "httpd" or other terms as appropriate
Rich Bowen [Wed, 15 Apr 2026 14:03:46 +0000 (14:03 +0000)] 
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

12 days agoStyle guide: Replace 'Apache' with 'Apache HTTP Server', 'Apache httpd',
Rich Bowen [Wed, 15 Apr 2026 13:27:23 +0000 (13:27 +0000)] 
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

12 days agoReplaces bare mentions of 'Apache' with Apache HTTP Server, Apache
Rich Bowen [Wed, 15 Apr 2026 13:14:47 +0000 (13:14 +0000)] 
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

13 days agoReplace uses of "Apache" with "Apache HTTP Server", "Apache httpd" or
Rich Bowen [Tue, 14 Apr 2026 20:41:23 +0000 (20:41 +0000)] 
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

13 days agoRebuild html, meta files
Rich Bowen [Tue, 14 Apr 2026 20:09:16 +0000 (20:09 +0000)] 
Rebuild html, meta files

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933074 13f79535-47bb-0310-9956-ffa450edef68

13 days agoShould never use <module> inside an existing <a> tag, as that leads to
Rich Bowen [Tue, 14 Apr 2026 20:06:32 +0000 (20:06 +0000)] 
Should never use <module> inside an existing <a> tag, as that leads to
double/nested <a> tags in the generated HTML.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933071 13f79535-47bb-0310-9956-ffa450edef68

13 days agoWrap module name in <module>
Rich Bowen [Tue, 14 Apr 2026 20:02:12 +0000 (20:02 +0000)] 
Wrap module name in <module>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933070 13f79535-47bb-0310-9956-ffa450edef68

13 days agoWrap modules in <module>
Rich Bowen [Tue, 14 Apr 2026 19:56:54 +0000 (19:56 +0000)] 
Wrap modules in <module>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933069 13f79535-47bb-0310-9956-ffa450edef68

13 days agoModules names in <module>
Rich Bowen [Tue, 14 Apr 2026 19:54:59 +0000 (19:54 +0000)] 
Modules names in <module>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933068 13f79535-47bb-0310-9956-ffa450edef68

13 days agoWrap module names in <module>
Rich Bowen [Tue, 14 Apr 2026 19:45:20 +0000 (19:45 +0000)] 
Wrap module names in <module>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933067 13f79535-47bb-0310-9956-ffa450edef68

13 days agoBatch up all xml -> html conversions.
Rich Bowen [Tue, 14 Apr 2026 19:34:16 +0000 (19:34 +0000)] 
Batch up all xml -> html conversions.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933065 13f79535-47bb-0310-9956-ffa450edef68

13 days agoWrap module mentions in <module>
Rich Bowen [Tue, 14 Apr 2026 19:30:14 +0000 (19:30 +0000)] 
Wrap module mentions in <module>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933062 13f79535-47bb-0310-9956-ffa450edef68

13 days agoWrap module names in <module>
Rich Bowen [Tue, 14 Apr 2026 19:23:12 +0000 (19:23 +0000)] 
Wrap module names in <module>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933060 13f79535-47bb-0310-9956-ffa450edef68

13 days agoMentions of a module name should use <module> not <code> or just a
Rich Bowen [Tue, 14 Apr 2026 19:08:26 +0000 (19:08 +0000)] 
Mentions of a module name should use <module> not <code> or just a
bareword.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933058 13f79535-47bb-0310-9956-ffa450edef68

13 days ago<var> rather than <em> for argument placeholders (style guide)
Rich Bowen [Tue, 14 Apr 2026 18:17:29 +0000 (18:17 +0000)] 
<var> rather than <em> for argument placeholders (style guide)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933057 13f79535-47bb-0310-9956-ffa450edef68

13 days agoUse syntax highlight example style.
Rich Bowen [Tue, 14 Apr 2026 17:54:05 +0000 (17:54 +0000)] 
Use syntax highlight example style.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933054 13f79535-47bb-0310-9956-ffa450edef68

13 days agoUse syntax-highlighted example blocks
Rich Bowen [Tue, 14 Apr 2026 17:31:41 +0000 (17:31 +0000)] 
Use syntax-highlighted example blocks

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933052 13f79535-47bb-0310-9956-ffa450edef68

13 days agoUses highlight syntax for example blocks.
Rich Bowen [Tue, 14 Apr 2026 17:15:12 +0000 (17:15 +0000)] 
Uses highlight syntax for example blocks.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933050 13f79535-47bb-0310-9956-ffa450edef68

13 days agoBring markup into compliance with style guide.
Rich Bowen [Tue, 14 Apr 2026 16:47:13 +0000 (16:47 +0000)] 
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

13 days agoAdds an AGENTS.md file to guide agentic contributions to the
Rich Bowen [Tue, 14 Apr 2026 15:15:22 +0000 (15:15 +0000)] 
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

13 days agoUpdate German translation. (Assisted by Amazon Kiro)
Rich Bowen [Tue, 14 Apr 2026 12:01:15 +0000 (12:01 +0000)] 
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

2 weeks ago *) mod_md: update to version 2.6.10
Stefan Eissing [Mon, 13 Apr 2026 09:05:23 +0000 (09:05 +0000)] 
  *) mod_md: update to version 2.6.10
     - Fix issue #420 <https://github.com/icing/mod_md/issues/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

2 weeks agoUpdate mpm.xml.es to level it with english translation
Daniel Ferradal [Sun, 12 Apr 2026 20:55:03 +0000 (20:55 +0000)] 
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

2 weeks agoMinor update to install.xml.es to level it with english translation
Daniel Ferradal [Sun, 12 Apr 2026 19:47:39 +0000 (19:47 +0000)] 
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

2 weeks agoheap buffer over-read in ms_wdv.c (reported both by San Zhang and Merih Mengisteab)
Vincent Deffontaines [Fri, 10 Apr 2026 13:35:48 +0000 (13:35 +0000)] 
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

2 weeks agomod_md: fix vesion number format
Stefan Eissing [Fri, 10 Apr 2026 09:50:18 +0000 (09:50 +0000)] 
mod_md: fix vesion number format

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932953 13f79535-47bb-0310-9956-ffa450edef68

2 weeks agoupdate to mod_md v2.6.9
Stefan Eissing [Fri, 10 Apr 2026 08:44:53 +0000 (08:44 +0000)] 
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

2 weeks agoInclude modified files from build.sh all execution
Daniel Ferradal [Thu, 9 Apr 2026 21:05:10 +0000 (21:05 +0000)] 
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

2 weeks agoThis time really update filter.xml.es on par with latest english revision
Daniel Ferradal [Thu, 9 Apr 2026 20:33:00 +0000 (20:33 +0000)] 
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

2 weeks agoUpdate filter.xml.es to the english revision
Daniel Ferradal [Thu, 9 Apr 2026 20:03:18 +0000 (20:03 +0000)] 
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

2 weeks ago* modules/filters/mod_deflate.c (consume_buffer, flush_libz_buffer):
Joe Orton [Wed, 8 Apr 2026 14:15:36 +0000 (14:15 +0000)] 
* 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

2 weeks agomod_mime_magic: Disable decompression by default, add config option
Joe Orton [Wed, 8 Apr 2026 14:08:31 +0000 (14:08 +0000)] 
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 <gmessmer redhat.com>
Github: closes #625

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932902 13f79535-47bb-0310-9956-ffa450edef68

3 weeks agoAddresses bz64307 and 64607 - Correctly identifies which characters are
Rich Bowen [Fri, 3 Apr 2026 20:19:53 +0000 (20:19 +0000)] 
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

3 weeks agoResolves bz66405:
Rich Bowen [Fri, 3 Apr 2026 19:54:30 +0000 (19:54 +0000)] 
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

3 weeks agoAdd TLS1.3 to ssl_intro
Rich Bowen [Fri, 3 Apr 2026 19:39:54 +0000 (19:39 +0000)] 
Add TLS1.3 to ssl_intro

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932825 13f79535-47bb-0310-9956-ffa450edef68

3 weeks agoResolves bz69854 - Adds TLS1.3 to Table 4: Versions of the SSL protocol
Rich Bowen [Fri, 3 Apr 2026 19:38:29 +0000 (19:38 +0000)] 
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

3 weeks agorebuild html, translation metadata
Rich Bowen [Fri, 3 Apr 2026 19:33:48 +0000 (19:33 +0000)] 
rebuild html, translation metadata

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932821 13f79535-47bb-0310-9956-ffa450edef68

3 weeks agoaddresses bz69256:
Rich Bowen [Fri, 3 Apr 2026 19:31:59 +0000 (19:31 +0000)] 
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

3 weeks agoAddresses remaining comments in bz54269
Rich Bowen [Fri, 3 Apr 2026 19:17:42 +0000 (19:17 +0000)] 
Addresses remaining comments in bz54269

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932817 13f79535-47bb-0310-9956-ffa450edef68

3 weeks agoRebuild html, metadata
Rich Bowen [Fri, 3 Apr 2026 19:01:25 +0000 (19:01 +0000)] 
Rebuild html, metadata

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932815 13f79535-47bb-0310-9956-ffa450edef68

3 weeks agoResolves bz57777 - Use an example other than cgi-script for AddHandler
Rich Bowen [Fri, 3 Apr 2026 18:59:58 +0000 (18:59 +0000)] 
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

3 weeks agoResolves bz64880 - Note that AllowOverrideList None cannot be combined
Rich Bowen [Fri, 3 Apr 2026 15:22:50 +0000 (15:22 +0000)] 
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

3 weeks agoResolves bz65121 - Note which format strings respect MergeSlashes, and
Rich Bowen [Fri, 3 Apr 2026 15:03:33 +0000 (15:03 +0000)] 
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

3 weeks agoResolves bz64094 - note that `all` includes TLSv1.3
Rich Bowen [Fri, 3 Apr 2026 14:41:40 +0000 (14:41 +0000)] 
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

3 weeks agoRebuild HTML, metadata for last few patches
Rich Bowen [Fri, 3 Apr 2026 14:06:44 +0000 (14:06 +0000)] 
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

3 weeks agoFixes XML error
Rich Bowen [Fri, 3 Apr 2026 14:05:50 +0000 (14:05 +0000)] 
Fixes XML error

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932803 13f79535-47bb-0310-9956-ffa450edef68

3 weeks agoresolves bz65123 - Document which format strings are escaped,
Rich Bowen [Fri, 3 Apr 2026 14:03:46 +0000 (14:03 +0000)] 
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