Joe Orton
b7fedf3aa3
Transforms.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1857629 13f79535-47bb-0310-9956-ffa450edef68
2019-04-16 08:13:46 +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
daa8b61a2a
documentation rebuild
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1844557 13f79535-47bb-0310-9956-ffa450edef68
2018-10-22 13:15:54 +00:00
André Malo
f2b5ac922b
move es and fr targets to *.utf8 extension. Update transformation
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1843201 13f79535-47bb-0310-9956-ffa450edef68
2018-10-08 20:59:30 +00:00
Graham Leggett
7473595d8b
Apply transformations.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1841786 13f79535-47bb-0310-9956-ffa450edef68
2018-09-23 21:48:32 +00:00
Eric Covener
e9ba7c1cf3
clean up sandbox, touch mod_proxy.xml, rebuild.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1836713 13f79535-47bb-0310-9956-ffa450edef68
2018-07-26 10:46:48 +00:00
Eric Covener
029ea11930
xforms
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1836684 13f79535-47bb-0310-9956-ffa450edef68
2018-07-26 00:51:41 +00:00
Luca Toscano
126d4784b3
documentation rebuild
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1834523 13f79535-47bb-0310-9956-ffa450edef68
2018-06-27 17:49:33 +00:00
Luca Toscano
6142b57a31
documentation rebuild
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1834243 13f79535-47bb-0310-9956-ffa450edef68
2018-06-24 10:30:55 +00:00
Luca Toscano
98b7386272
documentation rebuild
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1834204 13f79535-47bb-0310-9956-ffa450edef68
2018-06-23 13:14:17 +00:00
Luca Toscano
c781dd075c
documentation rebuild
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1833952 13f79535-47bb-0310-9956-ffa450edef68
2018-06-20 20:47:40 +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
f8f80fe1b2
docs rebuild
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1828070 13f79535-47bb-0310-9956-ffa450edef68
2018-03-30 15:43:58 +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
Jean-Frederic Clere
8d67a47d6c
Add a warning for host starting with a letter.
...
Fix for PR 61540.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1810316 13f79535-47bb-0310-9956-ffa450edef68
2017-10-02 09:18:50 +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
985b913a68
mod_proxy doc rebuild
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1803255 13f79535-47bb-0310-9956-ffa450edef68
2017-07-28 09:14:34 +00:00
Luca Toscano
579e1799fb
Clarify some mod_proxy concepts in the docs
...
I have recently got some basic mod-proxy concepts
and these simple info would have helped me a lot:
- connection pooling == reuse. My brain did not pick
up this simple nomenclature at first read for some
reason, probably because we have parameters called
"*reuse*" and not "*pooling*". I find the term
"reuse" clearer than "pooling", but this is
debatable :)
- the concept of "Worker" needs to be read before
the ProxyPass section (that people probably read
directly after checking a search engine) to fully
understand its power.
- the fact that a worker is related to a single process
(and not shared as a Balancer) is a really important
concept that I tried to highlight when talking
about maxconns (question popped up a lot of times
from users).
Hope that my understanding is correct, feedback is welcome.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1803171 13f79535-47bb-0310-9956-ffa450edef68
2017-07-27 12:30:20 +00:00
Luca Toscano
f21bbb5659
mod-proxy documentation rebuild
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1802076 13f79535-47bb-0310-9956-ffa450edef68
2017-07-16 16:05:07 +00:00
Jim Jagielski
611cefffc9
xforms... again.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1799465 13f79535-47bb-0310-9956-ffa450edef68
2017-06-21 15:07:16 +00:00
Jim Jagielski
0c10f350ab
xforms
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1799461 13f79535-47bb-0310-9956-ffa450edef68
2017-06-21 14:51:09 +00:00
André Malo
08a050a14a
update transformation
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1794163 13f79535-47bb-0310-9956-ffa450edef68
2017-05-06 17:06:28 +00:00
Eric Covener
6e7dcf18ed
xforms
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1785908 13f79535-47bb-0310-9956-ffa450edef68
2017-03-08 00:40:30 +00:00
Luca Toscano
195d89f2af
Documentation rebuild
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1781581 13f79535-47bb-0310-9956-ffa450edef68
2017-02-03 17:29:37 +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
Luca Toscano
b662a42e4f
Documentation rebuild
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1769638 13f79535-47bb-0310-9956-ffa450edef68
2016-11-14 14:17:21 +00:00
Luca Toscano
6ad65bbc76
Documentation rebuild
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1748949 13f79535-47bb-0310-9956-ffa450edef68
2016-06-18 10:14:08 +00:00
Luca Toscano
1cac3199f7
Documentation Rebuild
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1745170 13f79535-47bb-0310-9956-ffa450edef68
2016-05-23 12:14:50 +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
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
Luca Toscano
cee998d39b
Documentation rebuild
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1741066 13f79535-47bb-0310-9956-ffa450edef68
2016-04-26 18:13:42 +00:00
Luca Toscano
24fd893d5d
Documentation rebuild
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1740736 13f79535-47bb-0310-9956-ffa450edef68
2016-04-24 21:13:03 +00:00
Luca Toscano
51f512bf98
Documentation rebuild
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1740111 13f79535-47bb-0310-9956-ffa450edef68
2016-04-20 11:13:59 +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
Jim Jagielski
fc5a37aac4
xforms
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1729840 13f79535-47bb-0310-9956-ffa450edef68
2016-02-11 14:10:35 +00:00
Jim Jagielski
8f59b29221
xform
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1728536 13f79535-47bb-0310-9956-ffa450edef68
2016-02-04 19:09:35 +00:00
Jim Jagielski
442ecce822
xforms
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1728526 13f79535-47bb-0310-9956-ffa450edef68
2016-02-04 18:43:43 +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
Mike Rumph
6473d3f292
Generated doc changes
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1717779 13f79535-47bb-0310-9956-ffa450edef68
2015-12-03 15:06:55 +00:00
Rich Bowen
5f8b9acc03
Rebuild
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1702017 13f79535-47bb-0310-9956-ffa450edef68
2015-09-09 14:03:28 +00:00
Mike Rumph
14459b9d4a
Generated doc changes
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1697440 13f79535-47bb-0310-9956-ffa450edef68
2015-08-24 15:41:44 +00:00
Mike Rumph
2cc9b103f5
Restructure ProxyPass directive doc
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1696622 13f79535-47bb-0310-9956-ffa450edef68
2015-08-19 16:18:23 +00:00
Mike Rumph
17512740b3
Generated doc changes
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1696481 13f79535-47bb-0310-9956-ffa450edef68
2015-08-18 18:48:34 +00:00
Mike Rumph
cd3e041f0b
Generated doc changes
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1695915 13f79535-47bb-0310-9956-ffa450edef68
2015-08-14 13:56:35 +00:00
Mike Rumph
e0d80d75bf
Generated doc changes
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1695765 13f79535-47bb-0310-9956-ffa450edef68
2015-08-13 19:41:36 +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
Christophe Jaillet
de69fc5a7d
Add missing <code> around a parameter
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1689317 13f79535-47bb-0310-9956-ffa450edef68
2015-07-06 06:30:57 +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