summaryrefslogtreecommitdiffstats
path: root/docs/manual (follow)
Commit message (Collapse)AuthorAgeFilesLines
* mention quirks, add example, clarifyEric Covener2024-07-041-8/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918892 13f79535-47bb-0310-9956-ffa450edef68
* remove openssl vs. event commentEric Covener2024-07-011-5/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918789 13f79535-47bb-0310-9956-ffa450edef68
* docs bld breakEric Covener2024-06-243-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918565 13f79535-47bb-0310-9956-ffa450edef68
* tighten up prefix_stat and %3f handlingEric Covener2024-06-242-0/+26
| | | | | | | Require opt-ins for unsafe substitutions git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918552 13f79535-47bb-0310-9956-ffa450edef68
* add UNCList directive on Windows Eric Covener2024-06-241-0/+27
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918549 13f79535-47bb-0310-9956-ffa450edef68
* fr doc rebuild.Lucien Gentis2024-06-221-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918507 13f79535-47bb-0310-9956-ffa450edef68
* fr doc xml file update.Lucien Gentis2024-06-221-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918506 13f79535-47bb-0310-9956-ffa450edef68
* Fix the Japanese translation docs of the LimitRequestBodyJoe Orton2024-06-182-4/+7
| | | | | | | | 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
* emphasize no default valueEric Covener2024-06-181-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918407 13f79535-47bb-0310-9956-ffa450edef68
* fr doc rebuild.Lucien Gentis2024-05-114-162/+116
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1917669 13f79535-47bb-0310-9956-ffa450edef68
* fr doc XML file update.Lucien Gentis2024-05-111-48/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1917668 13f79535-47bb-0310-9956-ffa450edef68
* Fail if SSLInsecureRenegotiation is used with mod_ssl, CVE-2009-3555Joe Orton2024-05-091-44/+0
| | | | | | | | | | | | | | | 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
* fr doc rebuild.Lucien Gentis2024-04-208-8/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1917200 13f79535-47bb-0310-9956-ffa450edef68
* fr doc XML files updates.Lucien Gentis2024-04-202-2/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1917199 13f79535-47bb-0310-9956-ffa450edef68
* xformEric Covener2024-04-171-1/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1917054 13f79535-47bb-0310-9956-ffa450edef68
* doc recent addition ap_trust_cgilike_clEric Covener2024-04-171-0/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1917053 13f79535-47bb-0310-9956-ffa450edef68
* docs: Use AP_DECLARE_MODULE in Developing modules and mod_so guidesJoe Orton2024-04-166-18/+19
| | | | | | | | Submitted by: VladimĂ­r Chlup <vchlup redhat.com> Github: closes #432 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1917015 13f79535-47bb-0310-9956-ffa450edef68
* fr doc rebuild.Lucien Gentis2024-04-13249-654/+689
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1916962 13f79535-47bb-0310-9956-ffa450edef68
* fr doc XML files updates.Lucien Gentis2024-04-133-5/+37
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1916961 13f79535-47bb-0310-9956-ffa450edef68
* mod_md: update to v2.4.26Stefan Eissing2024-04-081-0/+25
| | | | | | | | | | | | | | | | | | | | | | - 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
* r1881790 has also added the 3rd argument to "ProxyRemoteMatch"Christophe Jaillet2024-04-011-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1916708 13f79535-47bb-0310-9956-ffa450edef68
* Add <compatibility> note for CGIScriptTimeout.Christophe Jaillet2024-04-011-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1916704 13f79535-47bb-0310-9956-ffa450edef68
* Update copyright yearRainer Jung2024-03-301-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1916669 13f79535-47bb-0310-9956-ffa450edef68
* Ran ./build.sh all to get every previously not-updated file up to speedDaniel Ferradal2024-02-2532-2224/+2236
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1915995 13f79535-47bb-0310-9956-ffa450edef68
* Fix in title, expression, erratas for getting-started.xml.esDaniel Ferradal2024-02-252-11/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1915994 13f79535-47bb-0310-9956-ffa450edef68
* Added getting-started.xml.es Spanish Translation + files modified by ./build.shDaniel Ferradal2024-02-258-21/+501
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1915991 13f79535-47bb-0310-9956-ffa450edef68
* added dsl.xml.es and dso.html.es.utf8Daniel Ferradal2024-02-172-0/+617
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1915843 13f79535-47bb-0310-9956-ffa450edef68
* Added inicial dso.xml.es translationDaniel Ferradal2024-02-174-3/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1915841 13f79535-47bb-0310-9956-ffa450edef68
* fr doc rebuild.Lucien Gentis2024-02-105-24/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1915714 13f79535-47bb-0310-9956-ffa450edef68
* fr doc XML files updates.Lucien Gentis2024-02-102-24/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1915713 13f79535-47bb-0310-9956-ffa450edef68
* docs: mod_dav: Remove references to DavLockDB being required Joe Orton2024-02-091-18/+1
| | | | | | | 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
* Update SSLProxyMachineCertificateFile compat note after r1915679.Joe Orton2024-02-091-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1915680 13f79535-47bb-0310-9956-ffa450edef68
* fr doc rebuild.Lucien Gentis2024-02-0312-39/+54
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1915567 13f79535-47bb-0310-9956-ffa450edef68
* fr doc XML file update.Lucien Gentis2024-02-031-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1915566 13f79535-47bb-0310-9956-ffa450edef68
* fr doc XML files updates.Lucien Gentis2024-02-036-19/+38
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1915565 13f79535-47bb-0310-9956-ffa450edef68
* Misplaced example title.Lucien Gentis2024-02-031-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1915564 13f79535-47bb-0310-9956-ffa450edef68
* mod_dav: Add a title to the example config snippet for DavBasePath.Joe Orton2024-02-021-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1915532 13f79535-47bb-0310-9956-ffa450edef68
* mod_http2 docs: Typo fixJoe Orton2024-02-022-2/+2
| | | | | | | | Submitted by: Justin Vreeland <j_vreeland apple.com> Github: closes #407 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1915531 13f79535-47bb-0310-9956-ffa450edef68
* Rebuilds a number of pending doc changesRich Bowen2024-01-2973-5025/+5781
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1915460 13f79535-47bb-0310-9956-ffa450edef68
* Remove redundant slash from example - mod_proxy docRich Bowen2024-01-292-2/+2
| | | | | | | | | 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
* Clarifies advice around quoting regular expressions.Rich Bowen2024-01-294-2/+12
| | | | | | | | | 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
* fill in empty descriptions from command_recEric Covener2024-01-271-10/+10
| | | | | | | [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1915423 13f79535-47bb-0310-9956-ffa450edef68
* Fix the authorization types that support expressions.Christophe Jaillet2023-12-231-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1914881 13f79535-47bb-0310-9956-ffa450edef68
* fr doc XML file update.Lucien Gentis2023-12-211-54/+50
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1914825 13f79535-47bb-0310-9956-ffa450edef68
* fr doc rebuild.Lucien Gentis2023-12-094-8/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1914493 13f79535-47bb-0310-9956-ffa450edef68
* fr doc XML files updates.Lucien Gentis2023-12-092-12/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1914492 13f79535-47bb-0310-9956-ffa450edef68
* missing </p> tag.Lucien Gentis2023-12-091-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1914491 13f79535-47bb-0310-9956-ffa450edef68
* docs: Follow up to r1914382: Propose to build from sources too.Yann Ylavic2023-12-061-3/+5
| | | | | | | | And provide our link to them. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1914384 13f79535-47bb-0310-9956-ffa450edef68
* docs: update/fix download link for awk.exe on Windows.Yann Ylavic2023-12-061-8/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1914382 13f79535-47bb-0310-9956-ffa450edef68
* mod_ssl: Add support for loading keys from OpenSSL 3.x providers viaJoe Orton2023-12-051-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 <ifranzki linux.ibm.com> Submitted by: Ingo Franzki <ifranzki linux.ibm.com> Github: closes #397, closes #398 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1914365 13f79535-47bb-0310-9956-ffa450edef68