summaryrefslogtreecommitdiffstats
path: root/docs/manual/sections.xml (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-02-08Fix a race condition.Christophe Jaillet2-14/+15
Authentication with valid credentials could be refused in case of concurrent accesses from different users. PR 63124 [Simon Kappel <simon.kappel axis.com>] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1853190 13f79535-47bb-0310-9956-ffa450edef68
2019-02-07http2: mark tasks' pools.Yann Ylavic1-0/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1853171 13f79535-47bb-0310-9956-ffa450edef68
2019-02-07Follow up to r1853133: CHANGES entry.Yann Ylavic1-0/+4
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1853166 13f79535-47bb-0310-9956-ffa450edef68
2019-02-07mod_ssl: unset FIPS mode only if we set it.Yann Ylavic2-4/+11
If FIPS mode is set by default per openssl lib/module, we should not unset it on restart or it might never be set again. PR 63136 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1853133 13f79535-47bb-0310-9956-ffa450edef68
2019-02-05* server/core.c (core_pre_config): Reset state dir during pre_config.Joe Orton1-0/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1852982 13f79535-47bb-0310-9956-ffa450edef68
2019-02-03documentation rebuildLuca Toscano7-40/+36
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1852808 13f79535-47bb-0310-9956-ffa450edef68
2019-02-02fr doc rebuild.Lucien Gentis8-19/+24
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1852797 13f79535-47bb-0310-9956-ffa450edef68
2019-02-02XML fr doc files updates.Lucien Gentis4-13/+22
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1852796 13f79535-47bb-0310-9956-ffa450edef68
2019-01-30delete a blanck space Luis Gil1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1852560 13f79535-47bb-0310-9956-ffa450edef68
2019-01-29Fixing typos in documentation files. Luis Gil3-3/+3
Bug issue https://bz.apache.org/bugzilla/show_bug.cgi?id=63122 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1852478 13f79535-47bb-0310-9956-ffa450edef68
2019-01-29Make proxy modules compile if APR_HAS_THREADS is not defined.Stefan Sperling4-3/+66
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1852442 13f79535-47bb-0310-9956-ffa450edef68
2019-01-28 * inc http2 version number to distinguish to github released versionStefan Eissing2-3/+3
* further disentangle streama and request memory pools git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1852341 13f79535-47bb-0310-9956-ffa450edef68
2019-01-28 *) mod_http2: Configuration directoves H2Push and H2Upgrade can now be ↵Stefan Eissing30-468/+659
specified per Location/Directory, e.g. disabling PUSH for a specific set of resources. [Stefan Eissing] *) mod_http2: HEAD requests to some module such as mod_cgid caused the stream to terminate improperly and cause a HTTP/2 PROTOCOL_ERROR. Fixes <https://github.com/icing/mod_h2/issues/167>. [Michael Kaufmann] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1852339 13f79535-47bb-0310-9956-ffa450edef68
2019-01-27fr doc rebuild.Lucien Gentis2-6/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1852291 13f79535-47bb-0310-9956-ffa450edef68
2019-01-27fr doc XML update.Lucien Gentis1-5/+5
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1852290 13f79535-47bb-0310-9956-ffa450edef68
2019-01-27fr doc rebuild.Lucien Gentis9-35/+48
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1852289 13f79535-47bb-0310-9956-ffa450edef68
2019-01-27fr doc XML updates.Lucien Gentis2-24/+45
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1852288 13f79535-47bb-0310-9956-ffa450edef68
2019-01-27Quireference extract the default value of a directive from the <default> of ↵Christophe Jaillet1-0/+9
the corresponding <directivesynopsis> block. The current implementation expects <default> to be formated like: directive_name default_value If the directive name is not there, no default value can be extracted and it is missing in the quickreference table. This commit adds a basic check to see if the formating looks correct. It catches cases where the directive name is omited or is misspelled. If it generates too much noise, feel free to revert or improve :) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1852285 13f79535-47bb-0310-9956-ffa450edef68
2019-01-27Fix typo (s/ProxyExpressDBMFile/ProxyExpressDBMType/)Christophe Jaillet1-18/+17
PR 63119. Move compatibility note in the module synopsis instead of repeating it in all directives. Fix the way <default> values are given, so that they can be reflected in quickreference.html. Fix the style used in <syntax> to be consistent with the documentation. Improve syntax highlight. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1852270 13f79535-47bb-0310-9956-ffa450edef68
2019-01-26Remove a useless compatibility note.Christophe Jaillet1-3/+1
It is already stated at the very begining of the page. Add a missing ')' to ease reading git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1852223 13f79535-47bb-0310-9956-ffa450edef68
2019-01-25mod_ssl: give mod_md the chance to override certificate after ALPN protocol ↵Stefan Eissing2-22/+55
negotiation. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1852128 13f79535-47bb-0310-9956-ffa450edef68
2019-01-25mod_http2: fixed slave connection keepalives counter.Stefan Eissing4-17/+25
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1852101 13f79535-47bb-0310-9956-ffa450edef68
2019-01-24mod_http2: enable re-use of slave connections again.Stefan Eissing4-13/+14
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1852038 13f79535-47bb-0310-9956-ffa450edef68
2019-01-24reverting last changeStefan Eissing5-66/+35
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1852037 13f79535-47bb-0310-9956-ffa450edef68
2019-01-24mod_http2: enable re-use of slave connections again.Stefan Eissing5-35/+66
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1852032 13f79535-47bb-0310-9956-ffa450edef68
2019-01-23revert of r808895 somehow missed mod_proxy_ftpEric Covener1-1/+1
r808895 added `ServerTokens OFF` so some modules were switched from ap_get_server_banner() to ap_get_server_description() so they would never be empty. But ap_get_server_description() is documnented as being for local use only, so it was not really a suitable replacement much less w/ `ServerTokens OFF` subsequently taken out. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1851954 13f79535-47bb-0310-9956-ffa450edef68
2019-01-22XformsRainer Jung574-3644/+3681
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1851794 13f79535-47bb-0310-9956-ffa450edef68
2019-01-22Copy the "Note about /" note from the LocationRainer Jung1-0/+22
explanation to the LocationMatch explanation. Probably more people use LocationMatch than Location with "~". git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1851790 13f79535-47bb-0310-9956-ffa450edef68
2019-01-20Fix a typo reported by [stephane.blondon gmail.com]Christophe Jaillet1-1/+1
PR 63092 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1851702 13f79535-47bb-0310-9956-ffa450edef68
2019-01-19fr doc rebuild.Lucien Gentis219-1479/+1505
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1851673 13f79535-47bb-0310-9956-ffa450edef68
2019-01-19XML fr doc update.Lucien Gentis2-10/+37
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1851671 13f79535-47bb-0310-9956-ffa450edef68
2019-01-18Add compatibility note missing in r1740967Christophe Jaillet1-1/+18
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1851643 13f79535-47bb-0310-9956-ffa450edef68
2019-01-17Clarify potentially unsuccessful success results.William A. Rowe Jr1-0/+4
Curious why modules/aaa/mod_authz_dbm.c:get_dbm_grp() doesn't need the same net changes? git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1851552 13f79535-47bb-0310-9956-ffa450edef68
2019-01-15mod_lua was moved to stable; https://s.apache.org/Xnh1Daniel Gruno2-62/+52
also linting. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1851338 13f79535-47bb-0310-9956-ffa450edef68
2019-01-15fix a misleading comment about s->defn_nameEric Covener1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1851332 13f79535-47bb-0310-9956-ffa450edef68
2019-01-13Reverse the order of 2 tests to potentially save a few cycles.Christophe Jaillet1-4/+5
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1851198 13f79535-47bb-0310-9956-ffa450edef68
2019-01-12fr doc rebuild.Lucien Gentis2-3/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1851178 13f79535-47bb-0310-9956-ffa450edef68
2019-01-12XML fr doc update.Lucien Gentis1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1851177 13f79535-47bb-0310-9956-ffa450edef68
2019-01-12fr doc rebuild.Lucien Gentis14-92/+87
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1851173 13f79535-47bb-0310-9956-ffa450edef68
2019-01-12XML fr doc update.Lucien Gentis5-88/+87
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1851172 13f79535-47bb-0310-9956-ffa450edef68
2019-01-12Typo.Lucien Gentis1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1851171 13f79535-47bb-0310-9956-ffa450edef68
2019-01-12Give a littlet breath before the permalinkChristophe Jaillet2-0/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1851168 13f79535-47bb-0310-9956-ffa450edef68
2019-01-12Follow up to r1828588.Christophe Jaillet1-0/+18
Update css to have permalink more in line with httpd.a.o: - default to white (blue on dark-blue is not really visible) - visible only when the mouse is over the corresponding heading git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1851167 13f79535-47bb-0310-9956-ffa450edef68
2019-01-12Remove the default CacheKeyBaseURL value, it doesn't have any.Christophe Jaillet1-22/+21
Improve syntax highlight and hyper-links. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1851152 13f79535-47bb-0310-9956-ffa450edef68
2019-01-12When a :port is included in the CacheKeyBaseURL the ":" is lost from the ↵Christophe Jaillet1-3/+2
actual cache key value. This doesn't harm apache by itself, the real problem arise if some external program which "knows" about the cache keys structure is used to modify the cache. When CacheKeyBaseURL is not use, the ":" is kept. So, be consistent when building the key and keep the ":" in all cases. PR 53915 [Rein Tollevik <rein basefarm.no>] + merge 2 lines of a comment to have it more compact git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1851146 13f79535-47bb-0310-9956-ffa450edef68
2019-01-11Fix a typoChristophe Jaillet1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1851100 13f79535-47bb-0310-9956-ffa450edef68
2019-01-11Fix websocket proxy over UDS.Christophe Jaillet2-1/+7
configuration example: <Location "/apis"> ProxyPass unix:/var/run/unix.sock|ws://127.0.0.1/api </Location> Currently 'ap_proxy_get_worker()' can't get matched pre-defined worker because of different uri formatting in 'proxy_wstunnel_canon()' and ap_proxy_define_worker()' PR 62932 <pavel dcmsys.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1851093 13f79535-47bb-0310-9956-ffa450edef68
2019-01-10LanguagePriority should be case-insensitive in order to match AddLanguage ↵Christophe Jaillet2-1/+4
behavior. PR 39730 Test case added in r1850983 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1850989 13f79535-47bb-0310-9956-ffa450edef68
2019-01-10Always decode session attributes early.Hank Ibell2-11/+16
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1850947 13f79535-47bb-0310-9956-ffa450edef68
2019-01-10* modules/ssl/ssl_engine_io.c (bio_filter_out_write,Joe Orton1-8/+4
bio_filter_in_read): Clear retry flags before aborting on client-initiated reneg. PR: 63052 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1850946 13f79535-47bb-0310-9956-ffa450edef68