summaryrefslogtreecommitdiffstats
path: root/INSTALL (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-02-25fr doc rebuild.Lucien Gentis6-4/+17
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1907869 13f79535-47bb-0310-9956-ffa450edef68
2023-02-25fr doc XML files updates.Lucien Gentis2-2/+15
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1907868 13f79535-47bb-0310-9956-ffa450edef68
2023-02-19fixups vs. early in check_authnEric Covener2-1/+13
[skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1907762 13f79535-47bb-0310-9956-ffa450edef68
2023-02-19Re-order the fields of 'struct h2_session_props' to avoid a hole and some ↵Christophe Jaillet1-2/+2
padding. On x86_64, this shrinks the size of the struct from 40 to 32 bytes. Before the patch, pahole states that: struct h2_session_props { int accepted_max; /* 0 4 */ int completed_max; /* 4 4 */ int emitted_count; /* 8 4 */ int emitted_max; /* 12 4 */ int error; /* 16 4 */ /* XXX 4 bytes hole, try to pack */ const char * error_msg; /* 24 8 */ unsigned int accepting:1; /* 32: 0 4 */ unsigned int shutdown:1; /* 32: 1 4 */ /* size: 40, cachelines: 1, members: 8 */ /* sum members: 28, holes: 1, sum holes: 4 */ /* sum bitfield members: 2 bits (0 bytes) */ /* padding: 4 */ /* bit_padding: 30 bits */ /* last cacheline: 40 bytes */ }; git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1907756 13f79535-47bb-0310-9956-ffa450edef68
2023-02-18fr doc rebuild.Lucien Gentis3-574/+603
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1907738 13f79535-47bb-0310-9956-ffa450edef68
2023-02-18fr doc XML file update.Lucien Gentis1-1/+29
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1907737 13f79535-47bb-0310-9956-ffa450edef68
2023-02-16s/http/https/Christophe Jaillet1-8/+8
These links are visible from the root of the github page. (https://github.com/apache/httpd) So, https is better than plain http. [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1907707 13f79535-47bb-0310-9956-ffa450edef68
2023-02-16 *) mod_http2: new directive 'H2MaxDataFrameLen n' to limit the maximumStefan Eissing10-7/+125
amount of response body bytes put into a single HTTP/2 DATA frame. Setting this to 0 places no limit (but the max size allowed by the protocol is observed). The module, by default, tries to use the maximum size possible, which is somewhat around 16KB. This sets the maximum. When less response data is available, smaller frames will be sent. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1907697 13f79535-47bb-0310-9956-ffa450edef68
2023-02-16 *) mod_http2: deny protocol upgrade if the request has a chunked-encoded body.Stefan Eissing2-4/+5
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1907696 13f79535-47bb-0310-9956-ffa450edef68
2023-02-16Fix signedness formatting check in mod_dav code.Stefan Eissing1-4/+4
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1907695 13f79535-47bb-0310-9956-ffa450edef68
2023-02-15Fix warning for NULL pointermanu1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1907683 13f79535-47bb-0310-9956-ffa450edef68
2023-02-15Fix warningsmanu1-15/+4
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1907680 13f79535-47bb-0310-9956-ffa450edef68
2023-02-15configure: Assume crypt() does not support SHA-2 when cross-compiling.Yann Ylavic1-1/+1
Can be forced with "./configure ap_cv_crypt_sha2=yes ..." still. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1907672 13f79535-47bb-0310-9956-ffa450edef68
2023-02-15Remove Travis configuration, it's no longer supported by the ASF. [skip ci]Joe Orton1-204/+0
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1907671 13f79535-47bb-0310-9956-ffa450edef68
2023-02-15Clear cache for mod_tls test.Joe Orton1-0/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1907670 13f79535-47bb-0310-9956-ffa450edef68
2023-02-14Turn msext_opts into a bitfieldmanu1-21/+19
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1907649 13f79535-47bb-0310-9956-ffa450edef68
2023-02-14FIx typomanu1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1907647 13f79535-47bb-0310-9956-ffa450edef68
2023-02-13Add MS-WDV supportmanu8-4/+933
MS-WDV specification: https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-wdv The changes introduces the DAVMSext directive, which is used to enable MS-WDV: DAVMSext +WDV dav_get_timeout_string() is introduced as a variant of dav_get_timeout(). The former parses a string, the later parse the Timeout HTTP header. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1907608 13f79535-47bb-0310-9956-ffa450edef68
2023-02-10* Optimize code: We know that we already have a valid encoding string,Ruediger Pluem1-3/+4
because we just decoded it. Hence just copy what we have instead of redoing it. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1907565 13f79535-47bb-0310-9956-ffa450edef68
2023-02-07Further migration of tests to GHA, though HTTP/2, ACME andJoe Orton5-146/+91
i386 build testing are all failing so currently disabled. Caching needs adjusting to use a different model to Travis. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1907506 13f79535-47bb-0310-9956-ffa450edef68
2023-02-07* In the reverse proxy case r->filename might contain a query string ifRuediger Pluem1-1/+14
the nocanon option was used with ProxyPass. If this is the case cut off the query string as the last parameter in this query string might end up on an extension we take care about, but we only want to match against path components not against query parameters. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1907505 13f79535-47bb-0310-9956-ffa450edef68
2023-02-04fr doc rebuild.Lucien Gentis6-11/+12
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1907311 13f79535-47bb-0310-9956-ffa450edef68
2023-02-04fr doc XML files update.Lucien Gentis2-4/+11
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1907310 13f79535-47bb-0310-9956-ffa450edef68
2023-02-03Add todo list for GHA migration. [skip ci]Joe Orton1-6/+16
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1907237 13f79535-47bb-0310-9956-ffa450edef68
2023-02-03Travis RIP, WIP. [skip ci]Joe Orton1-0/+0
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1907236 13f79535-47bb-0310-9956-ffa450edef68
2023-02-03Migrate more tests to Github Actions.Joe Orton3-137/+167
Github: fixes #340, fixes #339 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1907235 13f79535-47bb-0310-9956-ffa450edef68
2023-01-31Someone updated the copyright year. :)Rich Bowen646-646/+660
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1907148 13f79535-47bb-0310-9956-ffa450edef68
2023-01-31Fixes the inverted labels in this example log format string, as per bz65060Rich Bowen1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1907144 13f79535-47bb-0310-9956-ffa450edef68
2023-01-29Clarify accepted values for driver names used with 'dbacquire'.Christophe Jaillet1-1/+8
PR 66334 [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1907076 13f79535-47bb-0310-9956-ffa450edef68
2023-01-28fr doc rebuild.Lucien Gentis246-261/+302
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1907060 13f79535-47bb-0310-9956-ffa450edef68
2023-01-28fr doc XML file update.Lucien Gentis1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1907059 13f79535-47bb-0310-9956-ffa450edef68
2023-01-28fr doc XML files updates.Lucien Gentis2-14/+67
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1907058 13f79535-47bb-0310-9956-ffa450edef68
2023-01-27xforms [skip ci]Yann Ylavic4-3/+5
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1907046 13f79535-47bb-0310-9956-ffa450edef68
2023-01-27docs: no default value for mod_proxy upgrade= parameter. [skip ci]Yann Ylavic1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1907045 13f79535-47bb-0310-9956-ffa450edef68
2023-01-27Update copyright year for doc in trunkChristophe Jaillet1-1/+1
[skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1907044 13f79535-47bb-0310-9956-ffa450edef68
2023-01-27docs xforms [skip ci]Yann Ylavic1-4/+4
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1907041 13f79535-47bb-0310-9956-ffa450edef68
2023-01-27docs: fix typos. [skip ci]Yann Ylavic1-4/+4
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1907040 13f79535-47bb-0310-9956-ffa450edef68
2023-01-27docs xforms [skip ci]Yann Ylavic3-15/+19
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1907039 13f79535-47bb-0310-9956-ffa450edef68
2023-01-27docs: move mod_proxy_wstunnel deprecation warning up and warn about ANY/NONE ↵Yann Ylavic1-12/+18
protos. [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1907038 13f79535-47bb-0310-9956-ffa450edef68
2023-01-27docs xforms [skip ci]Yann Ylavic9-23/+36
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1907036 13f79535-47bb-0310-9956-ffa450edef68
2023-01-27docs: Add deprecation note for wstunnel, move Upgrade example up for proxy_http.Yann Ylavic2-22/+30
[skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1907035 13f79535-47bb-0310-9956-ffa450edef68
2023-01-27docs xforms [skip ci]Yann Ylavic1-3/+26
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1907032 13f79535-47bb-0310-9956-ffa450edef68
2023-01-27docs: Better mod_proxy_wstunnel vs mod_proxy_http upgrade= documentation.Yann Ylavic1-3/+29
[skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1907031 13f79535-47bb-0310-9956-ffa450edef68
2023-01-27LDAPConnectionPoolTTL should accept negative values in order to allowChristophe Jaillet2-2/+8
connections of any age to be reused. Up to now, a negative value was handled as an error when parsing the configuration file. PR 66421. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1907024 13f79535-47bb-0310-9956-ffa450edef68
2023-01-24* CMakeLists.txt: Configure stack size to 256K for httpd.exe to match NMakeIvan Zhakov1-1/+4
build system. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1906980 13f79535-47bb-0310-9956-ffa450edef68
2023-01-23* Report an error if the AJP backend sends an invalid number of headersRuediger Pluem2-1/+10
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1906940 13f79535-47bb-0310-9956-ffa450edef68
2023-01-23* Steal an error number [skip ci]Ruediger Pluem1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1906939 13f79535-47bb-0310-9956-ffa450edef68
2023-01-21fr doc rebuild.Lucien Gentis4-11/+7
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1906860 13f79535-47bb-0310-9956-ffa450edef68
2023-01-21XML file update.Lucien Gentis1-6/+6
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1906859 13f79535-47bb-0310-9956-ffa450edef68
2023-01-20rebuild mod_rewrite doc, and various other files.Rich Bowen29-4699/+4787
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1906842 13f79535-47bb-0310-9956-ffa450edef68