1
0
mirror of https://github.com/apache/httpd.git synced 2025-04-18 22:24:07 +03:00

428 Commits

Author SHA1 Message Date
Joe Orton
7ab0b1146b docs: Use AP_DECLARE_MODULE in Developing modules and mod_so guides
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
2024-04-16 09:27:40 +00:00
Graham Leggett
409508c6db Regenerate docs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1909412 13f79535-47bb-0310-9956-ffa450edef68
2023-04-25 17:52:58 +00:00
Graham Leggett
3e638ff283 core: Add the token_checker hook, that allows authentication to take
place using mechanisms other than username/password, such as bearer
tokens.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1909409 13f79535-47bb-0310-9956-ffa450edef68
2023-04-25 17:35:08 +00:00
Rich Bowen
01055edef2 Someone updated the copyright year. :)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1907148 13f79535-47bb-0310-9956-ffa450edef68
2023-01-31 15:04:05 +00:00
Lucien Gentis
674d670b9c fr doc rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1897340 13f79535-47bb-0310-9956-ffa450edef68
2022-01-22 13:44:26 +00:00
Rich Bowen
6158184868 Link to where to open a bug, as requested in
https://bz.apache.org/bugzilla/show_bug.cgi?id=61218


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1897302 13f79535-47bb-0310-9956-ffa450edef68
2022-01-21 16:39:57 +00:00
Ruediger Pluem
53f46545e7 * Add two new files generated by transformation [skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1894182 13f79535-47bb-0310-9956-ffa450edef68
2021-10-13 08:20:13 +00:00
Rich Bowen
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
Daniel Ferradal
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
Christophe Jaillet
e29032b9b7 Fix a typo
[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1888958 13f79535-47bb-0310-9956-ffa450edef68
2021-04-19 12:21:09 +00:00
Christophe Jaillet
ad12128c21 Fix a typo
[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1888955 13f79535-47bb-0310-9956-ffa450edef68
2021-04-19 12:16:24 +00:00
Lucien Gentis
457bc37d41 fr doc XML files updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1881298 13f79535-47bb-0310-9956-ffa450edef68
2020-08-29 14:36:27 +00:00
Joe Orton
919923c6f0 Add new transforms. [skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1880983 13f79535-47bb-0310-9956-ffa450edef68
2020-08-19 07:33:25 +00:00
Joe Orton
7f6aec2cf7 Follow up to r1880368 and r1880980:
Complete move to .en.utf8 suffixes in two steps:

1. From fresh checkout, renamed all existing files:
 
$ for f in *.html.en */*.html.en; do svn mv $f $f.utf8; done

2. Ran "./build.sh all" which also regenerates the typemaps.

[skip ci]


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1880982 13f79535-47bb-0310-9956-ffa450edef68
2020-08-19 07:31:23 +00:00
Graham Leggett
6bf5bd6cb2 core: Remove support for the Content-MD5 header, removed in RFC7231.
Functions ap_md5digest() and ap_md5contextTo64() removed, and
ContentDigest directive.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1879472 13f79535-47bb-0310-9956-ffa450edef68
2020-07-03 12:44:53 +00:00
Graham Leggett
fb8757762d Add skeleton for new features docs for 2.6.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1879471 13f79535-47bb-0310-9956-ffa450edef68
2020-07-03 12:29:55 +00:00
Yann Ylavic
3c47401358 Declare pre_translate hook in lua/info/log_debug/example modules, and docs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1879077 13f79535-47bb-0310-9956-ffa450edef68
2020-06-22 10:34:28 +00:00
Christophe Jaillet
e04a53399a Update "en" generated doc files to UTF-8
There seems to be an issue with mod_socache_redis.*
The files were marked as deleted in my tree, and are not seen as modified after running ./build.sh

[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1878790 13f79535-47bb-0310-9956-ffa450edef68
2020-06-13 07:18:35 +00:00
Rich Bowen
4e34c68e4e rebuild docs
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1878548 13f79535-47bb-0310-9956-ffa450edef68
2020-06-06 18:15:51 +00:00
Rich Bowen
0121b9eb7e Adds additional clarification, as requested in bz64167
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1875941 13f79535-47bb-0310-9956-ffa450edef68
2020-03-31 14:39:56 +00:00
Mike Rumph
6881183e84 Fix spelling errors in docs found by codespell. [skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1874148 13f79535-47bb-0310-9956-ffa450edef68
2020-02-17 21:41:22 +00:00
Mike Rumph
3833f37fd2 Fixed some grammar errors in the docs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1873230 13f79535-47bb-0310-9956-ffa450edef68
2020-01-27 22:37:22 +00:00
Rich Bowen
b3f061b430 rebuilt with change to comment text
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1872269 13f79535-47bb-0310-9956-ffa450edef68
2020-01-02 21:09:21 +00:00
Rainer Jung
8a5135533c Xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1872208 13f79535-47bb-0310-9956-ffa450edef68
2020-01-01 20:46:25 +00:00
Joe Orton
29a3e3e50a Transforms.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1862610 13f79535-47bb-0310-9956-ffa450edef68
2019-07-05 12:21:52 +00:00
Christophe Jaillet
ee78b17fad Fix a typo spotted by Ioannis Cherouvim (PR 63414)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1859038 13f79535-47bb-0310-9956-ffa450edef68
2019-05-09 20:07:12 +00:00
Rainer Jung
5464a1ae69 Xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1851794 13f79535-47bb-0310-9956-ffa450edef68
2019-01-22 09:53:04 +00:00
Rainer Jung
17a38a1eae Docs rebuild after copyright year update.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1850117 13f79535-47bb-0310-9956-ffa450edef68
2019-01-01 20:52:56 +00:00
Luca Toscano
64fe380250 documentation rebuild
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1834467 13f79535-47bb-0310-9956-ffa450edef68
2018-06-27 06:34:06 +00:00
Luca Toscano
ceacf1fad9 output-filters.xml: add a use case study
While working on http://svn.apache.org/r1833875
I learned a ton of non trivial things about
the output filter chain and how to design a filter,
and I thought to report them as a separate section
of the output filters doc page. Feedback is welcome
for inaccuracies or wrong understanding :)



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1834466 13f79535-47bb-0310-9956-ffa450edef68
2018-06-27 06:32:53 +00:00
Eric Covener
025ed9b18a rebuild with extraclean to pick up permalinks in
This will make it easier to compare with an extraclean jdk9 



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1829716 13f79535-47bb-0310-9956-ffa450edef68
2018-04-21 15:59:44 +00:00
Luca Toscano
3a216c2776 Happy new year's documentation rebuild
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1820055 13f79535-47bb-0310-9956-ffa450edef68
2018-01-04 10:58:20 +00:00
Luca Toscano
05ed8fd266 Documentation rebuild
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1805373 13f79535-47bb-0310-9956-ffa450edef68
2017-08-18 08:24:45 +00:00
Luca Toscano
b15a33253f Documentation rebuild
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1805196 13f79535-47bb-0310-9956-ffa450edef68
2017-08-16 13:42:46 +00:00
Luca Toscano
31c8cd4655 documentation rebuild
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1780213 13f79535-47bb-0310-9956-ffa450edef68
2017-01-25 15:22:53 +00:00
Luca Toscano
232d9e3c8a Correct some typos across the documentation.
This commit was made thanks to the tool and PR
created by Lajos Veres (vlajos) on github.

PR: https://github.com/apache/httpd/pull/6
Tool: https://github.com/vlajos/misspell_fixer



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1780210 13f79535-47bb-0310-9956-ffa450edef68
2017-01-25 15:19:30 +00:00
Rainer Jung
f0348fc283 Xforms.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1776970 13f79535-47bb-0310-9956-ffa450edef68
2017-01-02 17:57:35 +00:00
Rich Bowen
81aad8d58e rebuild
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1744984 13f79535-47bb-0310-9956-ffa450edef68
2016-05-21 21:01:21 +00:00
Christophe Jaillet
693a3c7bff Remove useless <br \> in highlight blocks.
(r1741841 in 2.4.x + small tweak for logs.xml because quoting is different. This will be fixed later on)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1741842 13f79535-47bb-0310-9956-ffa450edef68
2016-05-01 06:47:18 +00:00
Luca Toscano
0ae5b1af6b Documentation rebuild after recent commits
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1741558 13f79535-47bb-0310-9956-ffa450edef68
2016-04-29 06:33:47 +00:00
Jim Jagielski
79f068d00c Use nice PNG instead of ugly nasty GIF
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1730073 13f79535-47bb-0310-9956-ffa450edef68
2016-02-12 17:03:09 +00:00
Rainer Jung
deaf36d879 Update XForms.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1722582 13f79535-47bb-0310-9956-ffa450edef68
2016-01-01 21:15:00 +00:00
Eric Covener
c1980adcd6 PR58761: developer doc improvements.
Submitted By: Luca Toscano
 


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1721973 13f79535-47bb-0310-9956-ffa450edef68
2015-12-28 18:23:36 +00:00
Christophe Jaillet
6f11e6bd83 rebuild
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1701350 13f79535-47bb-0310-9956-ffa450edef68
2015-09-05 06:36:56 +00:00
Christophe Jaillet
58c4db6a9b Fix typo spotted in comment in online doc. [comment #4454)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1701349 13f79535-47bb-0310-9956-ffa450edef68
2015-09-05 06:34:02 +00:00
André Malo
d80e4641d5 update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1690173 13f79535-47bb-0310-9956-ffa450edef68
2015-07-09 20:59:23 +00:00
Yann Ylavic
d9a3b78926 s/\<\(\w\+\)\>\s\+\<\1\>/\1/g
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1690137 13f79535-47bb-0310-9956-ffa450edef68
2015-07-09 18:07:50 +00:00
André Malo
5a16b27d5d rebuild docs with meta element enabled
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1674393 13f79535-47bb-0310-9956-ffa450edef68
2015-04-17 20:28:18 +00:00
Ken Coar
0566cf0f31 Simply remove trailing whitespace.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1673947 13f79535-47bb-0310-9956-ffa450edef68
2015-04-15 20:16:24 +00:00
Ken Coar
430aadce59 * Remove trailing whitespace from a bunch of *.xml files
* Quoted arguments to Rewrite{Base,Cond,Map,Rule}.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1673945 13f79535-47bb-0310-9956-ffa450edef68
2015-04-15 20:04:05 +00:00