1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-01 07:26:57 +03:00

7081 Commits

Author SHA1 Message Date
adfde76381 fr doc XML file update.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1896127 13f79535-47bb-0310-9956-ffa450edef68
2021-12-18 12:10:15 +00:00
ed2112d21c Add a compatibility note for MDExternalAccountBinding
[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1896105 13f79535-47bb-0310-9956-ffa450edef68
2021-12-17 19:51:42 +00:00
3006922ffd Sync docs [skip ci].
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1896065 13f79535-47bb-0310-9956-ffa450edef68
2021-12-16 15:09:50 +00:00
e9fa9ce6d0 Sync docs [skip ci].
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1896063 13f79535-47bb-0310-9956-ffa450edef68
2021-12-16 15:07:43 +00:00
ac62a999bb Improve ProxyPass mapping= docs. [skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1896062 13f79535-47bb-0310-9956-ffa450edef68
2021-12-16 15:07:15 +00:00
60e25e8b4e Sync docs [skip ci].
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1896056 13f79535-47bb-0310-9956-ffa450edef68
2021-12-16 13:42:23 +00:00
fe9393d725 docs/mod_proxy.xml: syntax. [skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1896048 13f79535-47bb-0310-9956-ffa450edef68
2021-12-16 12:25:40 +00:00
10fbb5c3cd Add a note about aliging mapping= with the backend's. [skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1895907 13f79535-47bb-0310-9956-ffa450edef68
2021-12-13 16:37:29 +00:00
00818b7979 Improve docs for ProxyPass mapping= parameter. [skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1895895 13f79535-47bb-0310-9956-ffa450edef68
2021-12-13 15:07:45 +00:00
78f2e7c6c3 docs: rebuild of documentation
[skip ci]


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1895756 13f79535-47bb-0310-9956-ffa450edef68
2021-12-10 12:22:17 +00:00
02800f09f7 *) mod_tls: adding module documentation to our manuals.
[skip ci]


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1895755 13f79535-47bb-0310-9956-ffa450edef68
2021-12-10 12:20:49 +00:00
c9f1a0a301 fr doc rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1895577 13f79535-47bb-0310-9956-ffa450edef68
2021-12-04 15:18:28 +00:00
e0c5e9a283 fr doc XML file update.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1895576 13f79535-47bb-0310-9956-ffa450edef68
2021-12-04 15:17:12 +00:00
331504f01e *) mod_md: values for External Account Binding (EAB) can
now also be configured to be read from a separate JSON
     file. This allows to keep server configuration permissions
     world readable without exposing secrets.



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1895285 13f79535-47bb-0310-9956-ffa450edef68
2021-11-24 10:13:42 +00:00
b070951f90 fr doc rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1894781 13f79535-47bb-0310-9956-ffa450edef68
2021-11-06 16:14:27 +00:00
cca46d497e fr doc XML file update.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1894780 13f79535-47bb-0310-9956-ffa450edef68
2021-11-06 16:13:19 +00:00
51a214821c *) mod_md: adding v2.4.8 with the following changes
- Added support for ACME External Account Binding (EAB).
      Use the new directive `MDExternalAccountBinding` to provide the
      server with the value for key identifier and hmac as provided by
      your CA.
      While working on some servers, EAB handling is not uniform
      across CAs. First tests with a Sectigo Certificate Manager in
      demo mode are successful. But ZeroSSL, for example, seems to
      regard EAB values as a one-time-use-only thing, which makes them
      fail if you create a seconde account or retry the creation of the
      first account with the same EAB.
    - The directive 'MDCertificateAuthority' now checks if its parameter
      is a http/https url or one of a set of known names. Those are
      'LetsEncrypt', 'LetsEncrypt-Test', 'Buypass' and 'Buypass-Test'
      for now and they are not case-sensitive.
      The default of LetsEncrypt is unchanged.
    - `MDContactEmail` can now be specified inside a `<MDomain dnsname>`
      section.
    - Treating 401 HTTP status codes for orders like 403, since some ACME
      servers seem to prefer that for accessing oders from other accounts.
    - When retrieving certificate chains, try to read the repsonse even
      if the HTTP Content-Type is unrecognized.
    - Fixed a bug that reset the error counter of a certificate renewal
      and prevented the increasing delays in further attempts.
    - Fixed the renewal process giving up every time on an already existing
      order with some invalid domains. Now, if such are seen in a previous
      order, a new order is created for a clean start over again.
      See <https://github.com/icing/mod_md/issues/268>
    - Fixed a mixup in md-status handler when static certificate files
      and renewal was configured at the same time.



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1894610 13f79535-47bb-0310-9956-ffa450edef68
2021-10-29 09:04:38 +00:00
045f98d8d2 fr doc rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1894536 13f79535-47bb-0310-9956-ffa450edef68
2021-10-24 15:19:47 +00:00
8f5d35b9f4 fr doc XML file update.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1894535 13f79535-47bb-0310-9956-ffa450edef68
2021-10-24 15:14:27 +00:00
1eaa69eb5d fr doc XML file update.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1894534 13f79535-47bb-0310-9956-ffa450edef68
2021-10-24 14:47:02 +00:00
222b4fe01f fr doc XML file update.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1894532 13f79535-47bb-0310-9956-ffa450edef68
2021-10-24 14:37:47 +00:00
d46d8ef88c fr doc XML files updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1894531 13f79535-47bb-0310-9956-ffa450edef68
2021-10-24 14:31:51 +00:00
773b4987b2 fix english
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1894515 13f79535-47bb-0310-9956-ffa450edef68
2021-10-23 18:37:32 +00:00
98595201df followup to r1894456: use a DirectorySlash argument instead
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1894460 13f79535-47bb-0310-9956-ffa450edef68
2021-10-22 00:12:40 +00:00
b125eddc68 add DirectorySlashNotFound to silence scanners
Almost as awkwardly named as IndexForbiddenReturn404 



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1894456 13f79535-47bb-0310-9956-ffa450edef68
2021-10-21 18:54:46 +00:00
9c14928e79 add IndexForbiddenReturn404 to help silence scanners
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1894455 13f79535-47bb-0310-9956-ffa450edef68
2021-10-21 18:52:48 +00:00
d4ec4a3c72 * mod_http2: avoid the term "pushing" in documentation for H2StreamTimeout
as this has nothing to do with the HTTP/2 PUSH feature. 


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1894187 13f79535-47bb-0310-9956-ffa450edef68
2021-10-13 08:38:34 +00:00
1c5c030a70 * Add first documentation for H2StreamTimeout [skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1894183 13f79535-47bb-0310-9956-ffa450edef68
2021-10-13 08:21:34 +00:00
6221624da6 * Update transformation [skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1894180 13f79535-47bb-0310-9956-ffa450edef68
2021-10-13 07:19:25 +00:00
b3822d389a fr doc rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1893815 13f79535-47bb-0310-9956-ffa450edef68
2021-10-02 13:15:42 +00:00
b3ca03d58f fr doc XML file update.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1893814 13f79535-47bb-0310-9956-ffa450edef68
2021-10-02 13:14:29 +00:00
7a7f29ba08 Add compatibility note for CheckBasenameMatch
[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1893733 13f79535-47bb-0310-9956-ffa450edef68
2021-09-29 19:32:39 +00:00
fbb9dcabd1 fr doc rebuild
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1893250 13f79535-47bb-0310-9956-ffa450edef68
2021-09-11 12:41:29 +00:00
aee32a9265 fr doc XML file update.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1893249 13f79535-47bb-0310-9956-ffa450edef68
2021-09-11 12:40:23 +00:00
fca3ce72fe Add an alternate syntax for <!-- comment ... -->
PR 65546

[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1892902 13f79535-47bb-0310-9956-ffa450edef68
2021-09-04 17:19:35 +00:00
bc06af4721 s/Freenode/Libera.chat/g
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1891400 13f79535-47bb-0310-9956-ffa450edef68
2021-07-09 12:22:48 +00:00
f2e9880ac9 fr doc rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1890913 13f79535-47bb-0310-9956-ffa450edef68
2021-06-19 15:30:10 +00:00
fb2059ca7e fr doc XML file update.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1890912 13f79535-47bb-0310-9956-ffa450edef68
2021-06-19 15:29:14 +00:00
a360cd342f Corrected mod_md typos + build all which results in tons of copy right notice updates
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1890574 13f79535-47bb-0310-9956-ffa450edef68
2021-06-07 17:08:50 +00:00
f475ae9c4c fr doc rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1890506 13f79535-47bb-0310-9956-ffa450edef68
2021-06-05 15:06:28 +00:00
303010734b fr doc XML files updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1890505 13f79535-47bb-0310-9956-ffa450edef68
2021-06-05 15:05:31 +00:00
8077b7af77 Add mapping = servlet / encoded
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1890477 13f79535-47bb-0310-9956-ffa450edef68
2021-06-04 17:11:58 +00:00
7df1cef1a2 xform
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1890426 13f79535-47bb-0310-9956-ffa450edef68
2021-06-03 12:29:28 +00:00
c6e751c62e PR65073: updates to MergeSlashes related doc
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1890424 13f79535-47bb-0310-9956-ffa450edef68
2021-06-03 12:28:09 +00:00
dc519bb041 fr doc rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1890112 13f79535-47bb-0310-9956-ffa450edef68
2021-05-22 16:17:15 +00:00
3f5a814a03 fr doc XML files updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1890111 13f79535-47bb-0310-9956-ffa450edef68
2021-05-22 16:15:49 +00:00
175d9e45b5 <contextlist> and <compatibility> bad ordering.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1890110 13f79535-47bb-0310-9956-ffa450edef68
2021-05-22 16:11:08 +00:00
c9ffde1c33 mod_md: update documentation regading private keys and message events.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1889958 13f79535-47bb-0310-9956-ffa450edef68
2021-05-17 12:11:24 +00:00
4b5394837f mod_proxy_wstunnel: Add ProxyWebsocketFallbackToProxyHttp.
Allows to opt-out the fallback to mod_proxy_http to handle WebSocket upgrade,
and let mod_proxy_wstunnel handle the requests as in 2.4.46 and earlier.

Update docs.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1889792 13f79535-47bb-0310-9956-ffa450edef68
2021-05-12 10:10:36 +00:00
6d636ca087 fr doc rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1888303 13f79535-47bb-0310-9956-ffa450edef68
2021-04-02 12:44:28 +00:00