Commit Graph

10021 Commits

Author SHA1 Message Date
223f607038 On the tlsv1.3-for-2.4.x branch:
Merged 1827912,1827924,1827992,1828222,1828720,1828723,1833588,1833589,1839920,1839946 from trunk

  *) mod_ssl: add experimental support for TLSv1.3 (tested with OpenSSL v1.1.1-pre9. 
     SSL(Proxy)CipherSuite now has an optional first parameter for the protocol the ciphers are for.
     Directive "SSLVerifyClient" now triggers certificate retrieval from the client.
     Verifying the client fails exactly the same for HTTP/2 connections for all SSL protocols,
     as this would need to trigger the master connection thread - which we do not support
     right now.
     Renegotiation of ciphers is intentionally ignored for TLSv1.3 connections. "SSLCipherSuite"
     does not allow to specify TLSv1.3 ciphers in a directory context (because it cannot work) and
     TLSv1.2 or lower ciphers are not relevant for 1.3, as cipher suites are completely separate.
     Sites which make use of such TLSv1.2 feature need to evaluate carefully if or how they 
     can match their needs onto the TLSv1.3 protocol.
     [Yann Ylavic, Stefan Eissing]



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/tlsv1.3-for-2.4.x@1840120 13f79535-47bb-0310-9956-ffa450edef68
2018-09-05 11:28:15 +00:00
60187cb6d3 Transforms.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1840096 13f79535-47bb-0310-9956-ffa450edef68
2018-09-05 07:44:30 +00:00
b9fe277a4b Rebuil fr doc.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1839438 13f79535-47bb-0310-9956-ffa450edef68
2018-08-28 12:26:12 +00:00
66e98ea7c3 XML updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1839437 13f79535-47bb-0310-9956-ffa450edef68
2018-08-28 12:25:21 +00:00
eae84a5a63 Add some more modules that use mod_watchdog
r1839250 in trunk

+ remove some trailing spaces to synch with trunk
+ add the optional [s] in WatchdogInterval syntax

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1839254 13f79535-47bb-0310-9956-ffa450edef68
2018-08-26 21:17:20 +00:00
6e8c2406cc Add missing space
(r1839245 on trunk)

+ remove some trailling spaces to synch with trunk

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1839246 13f79535-47bb-0310-9956-ffa450edef68
2018-08-26 20:29:47 +00:00
d894728437 Use the default location to display a default value
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1838953 13f79535-47bb-0310-9956-ffa450edef68
2018-08-24 20:22:44 +00:00
a0c8e15b0f Fix an example (/foo vs /foo/bar)
Synch with trunk and improve alignment in examples.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1838946 13f79535-47bb-0310-9956-ffa450edef68
2018-08-24 19:49:59 +00:00
c7e37ca576 Backport r1786113 (Wording/formatting/typo fixes.)
+ s/require/Require/ to help syntax color highlight work correctly. (r1838458 + r1838459 in trunk)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1838466 13f79535-47bb-0310-9956-ffa450edef68
2018-08-20 19:48:59 +00:00
b77ca7fcbf Rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1838342 13f79535-47bb-0310-9956-ffa450edef68
2018-08-18 15:50:50 +00:00
292400fda8 XML updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1838341 13f79535-47bb-0310-9956-ffa450edef68
2018-08-18 15:49:58 +00:00
733c6c691f - Add some links.
- Remove the space in "character set" in the syntax of ProxyFtpDirCharset to avoid confusion (it is 1 parameter only)
- Use the correct syntax for the "default" values, so that they are parsed and correctly displayed in 'quickreference'
- Remove extra [] when directive's parameter are required

- correct the default password: apache-proxy@ instead of apache_proxy@.
This was silently changed in r88745, 17 years ago!

(r1838313 in trunk + some style to synch 2.4.x and trunk)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1838314 13f79535-47bb-0310-9956-ffa450edef68
2018-08-18 07:56:02 +00:00
00cbe94e09 Fix comment in mod_lua and docs.
s/addoutputfilter/add_output_filter/
See PR 62359
(r1837404 on trunk)

Note: .c file is patch without any vote because it is only a comment in order to be consistent with the doc and the code, and mod_lua is marked as experimental.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1837405 13f79535-47bb-0310-9956-ffa450edef68
2018-08-04 08:09:54 +00:00
c7ccdfaf27 rebuilt added misc index.html.es ES
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1837206 13f79535-47bb-0310-9956-ffa450edef68
2018-08-01 01:15:48 +00:00
c44796aa30 rebuilt added ES
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1837203 13f79535-47bb-0310-9956-ffa450edef68
2018-08-01 00:29:33 +00:00
6cd403b60e forgot to commit html
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1837202 13f79535-47bb-0310-9956-ffa450edef68
2018-08-01 00:20:07 +00:00
f926dfe057 rebuilt spanish docs to match eng rev of ssi
translated adding ssi spanish doc

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1837201 13f79535-47bb-0310-9956-ffa450edef68
2018-08-01 00:17:49 +00:00
176e15ff72 built and update file http2.html.es
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1837200 13f79535-47bb-0310-9956-ffa450edef68
2018-08-01 00:08:43 +00:00
5bcfa9d7d6 rebuilt
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1837199 13f79535-47bb-0310-9956-ffa450edef68
2018-08-01 00:01:15 +00:00
dc576e5208 rebuilt spanish docs access.html.es
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1837198 13f79535-47bb-0310-9956-ffa450edef68
2018-08-01 00:00:43 +00:00
c98473f0f9 rebuilt
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1837196 13f79535-47bb-0310-9956-ffa450edef68
2018-07-31 23:38:04 +00:00
6ae0ac8755 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1837195 13f79535-47bb-0310-9956-ffa450edef68 2018-07-31 23:23:20 +00:00
228dd41fcc git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1837193 13f79535-47bb-0310-9956-ffa450edef68 2018-07-31 22:41:14 +00:00
818e95cfa0 fixed miss spells and rebuilt
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1837191 13f79535-47bb-0310-9956-ffa450edef68
2018-07-31 22:39:29 +00:00
7fee0722d1 rebuilt
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1837190 13f79535-47bb-0310-9956-ffa450edef68
2018-07-31 22:38:15 +00:00
92c87310a6 fixed miss spells and rebuilt
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1837183 13f79535-47bb-0310-9956-ffa450edef68
2018-07-31 22:03:00 +00:00
022328baf9 spelling
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1837182 13f79535-47bb-0310-9956-ffa450edef68
2018-07-31 21:59:31 +00:00
f098b62d52 fixed miss spells and rebuilt
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1837180 13f79535-47bb-0310-9956-ffa450edef68
2018-07-31 21:58:33 +00:00
3a49397378 mached ENG rev 1824187
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1837179 13f79535-47bb-0310-9956-ffa450edef68
2018-07-31 21:37:28 +00:00
2107d1f6ac updated spanish revision to match English Revision: 1807765 index file
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1837178 13f79535-47bb-0310-9956-ffa450edef68
2018-07-31 21:29:11 +00:00
3e0e6a9da1 Rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1837167 13f79535-47bb-0310-9956-ffa450edef68
2018-07-31 16:22:29 +00:00
12197dc113 XML update.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1837166 13f79535-47bb-0310-9956-ffa450edef68
2018-07-31 16:21:26 +00:00
6136c2f310 Rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1837165 13f79535-47bb-0310-9956-ffa450edef68
2018-07-31 16:12:49 +00:00
38993359ba XML updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1837164 13f79535-47bb-0310-9956-ffa450edef68
2018-07-31 16:11:48 +00:00
38de5ff02b xform
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1836761 13f79535-47bb-0310-9956-ffa450edef68
2018-07-26 19:51:52 +00:00
3919c3f904 Merge r1836758 from trunk:
replace mystery smart-quotes copy/pasted from httpd.conf + vi.




git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1836760 13f79535-47bb-0310-9956-ffa450edef68
2018-07-26 19:50:41 +00:00
b408180e87 Merge r1836638 from trunk:
add 2 conditional logging examples




git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1836640 13f79535-47bb-0310-9956-ffa450edef68
2018-07-25 14:47:11 +00:00
01823d0a5d xform
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1836315 13f79535-47bb-0310-9956-ffa450edef68
2018-07-20 02:30:36 +00:00
142f6724f9 Rebuild after adding new files.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1836111 13f79535-47bb-0310-9956-ffa450edef68
2018-07-17 12:57:33 +00:00
e78a13913d French translated file - First version.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1836110 13f79535-47bb-0310-9956-ffa450edef68
2018-07-17 12:47:37 +00:00
5234d8ccea Rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1836106 13f79535-47bb-0310-9956-ffa450edef68
2018-07-17 11:48:05 +00:00
842a4c2898 Forgotten update.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1836105 13f79535-47bb-0310-9956-ffa450edef68
2018-07-17 11:46:30 +00:00
3e67668517 Adding new file manual/platform/rpm.html.fr after french doc rebuilding
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1836089 13f79535-47bb-0310-9956-ffa450edef68
2018-07-17 09:11:25 +00:00
a119fbc5d7 First version of french translation of manual/platform/rpm.xml.fr
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1836088 13f79535-47bb-0310-9956-ffa450edef68
2018-07-17 09:04:58 +00:00
7771508ac9 paraphrase slightly better
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1836061 13f79535-47bb-0310-9956-ffa450edef68
2018-07-16 19:47:16 +00:00
d53638f494 Rebuild after style/lang/fr.xml update.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1836025 13f79535-47bb-0310-9956-ffa450edef68
2018-07-16 12:09:08 +00:00
29cb3eb927 XML update.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1836024 13f79535-47bb-0310-9956-ffa450edef68
2018-07-16 12:06:02 +00:00
fc4a9304c2 Rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1835730 13f79535-47bb-0310-9956-ffa450edef68
2018-07-12 12:52:43 +00:00
dcf913b306 XML update.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1835729 13f79535-47bb-0310-9956-ffa450edef68
2018-07-12 12:51:11 +00:00
138819c459 Rebuild (with 8 bits characters replaced by their HTML entities because -Xbootclasspath/p option disabled in build.sh script because it is no more supported in openjdk 10)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1835727 13f79535-47bb-0310-9956-ffa450edef68
2018-07-12 12:42:48 +00:00