1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-01 07:26:57 +03:00

736 Commits

Author SHA1 Message Date
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
a92100ebe1 French html doc files : UTF-8 encoding in order to get rid of HTML entities.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1842386 13f79535-47bb-0310-9956-ffa450edef68
2018-09-30 15:02:28 +00:00
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
c0e273a35b update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1841200 13f79535-47bb-0310-9956-ffa450edef68
2018-09-18 09:03:58 +00:00
12745a93ae Rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1836023 13f79535-47bb-0310-9956-ffa450edef68
2018-07-16 12:05:25 +00:00
f191c3cb62 Adding html files after doc rebuild ; why did I have to do that ?
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1835751 13f79535-47bb-0310-9956-ffa450edef68
2018-07-12 15:30:52 +00:00
ff5b8ec8c7 Rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1835739 13f79535-47bb-0310-9956-ffa450edef68
2018-07-12 13:52:21 +00:00
c9b20b5e48 New french translation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1835738 13f79535-47bb-0310-9956-ffa450edef68
2018-07-12 13:50:29 +00:00
7bee0591d5 Rebuild (with 8 bits characters replaced by their HTML entities because -Xbootclasspath/p option disabled in build.sh script because it is no more supported in openjdk 10)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1835732 13f79535-47bb-0310-9956-ffa450edef68
2018-07-12 13:05:22 +00:00
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
96f81bf282 Rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1828650 13f79535-47bb-0310-9956-ffa450edef68
2018-04-08 16:31:28 +00:00
ec55fff0f2 doc rebuild
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1828127 13f79535-47bb-0310-9956-ffa450edef68
2018-04-01 07:27:48 +00:00
cc00cf795c Add a note about prepared DBD queries to rewritemap docs.
PR#60440 identifies this as a gotcha!


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1828121 13f79535-47bb-0310-9956-ffa450edef68
2018-03-31 21:14:41 +00:00
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
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
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
869fbe09de Rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1803657 13f79535-47bb-0310-9956-ffa450edef68
2017-08-01 15:37:03 +00:00
0fee2b3e0c XML updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1803655 13f79535-47bb-0310-9956-ffa450edef68
2017-08-01 15:35:41 +00:00
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
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
46466f34d2 update xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1802338 13f79535-47bb-0310-9956-ffa450edef68
2017-07-18 21:01:55 +00:00
49d653a53a Rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1800560 13f79535-47bb-0310-9956-ffa450edef68
2017-07-02 12:42:19 +00:00
6b5f0211ed XML update.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1800559 13f79535-47bb-0310-9956-ffa450edef68
2017-07-02 12:41:20 +00:00
7634f6172e Synch with 2.4.x
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1799968 13f79535-47bb-0310-9956-ffa450edef68
2017-06-26 18:36:28 +00:00
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
3bdce8069a use consistent encoding between xml.fr files (utf-8)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1771654 13f79535-47bb-0310-9956-ffa450edef68
2016-11-27 22:04:17 +00:00
6099655506 Rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1763015 13f79535-47bb-0310-9956-ffa450edef68
2016-10-01 14:11:32 +00:00
7f317af27b xml update.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1763014 13f79535-47bb-0310-9956-ffa450edef68
2016-10-01 14:10:05 +00:00
514e8d4697 rebuild
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1762662 13f79535-47bb-0310-9956-ffa450edef68
2016-09-28 13:20:52 +00:00
3ccbde5991 Actually show the example of how to do this.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1762651 13f79535-47bb-0310-9956-ffa450edef68
2016-09-28 13:12:26 +00:00
d49939c66d rebuild
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1760977 13f79535-47bb-0310-9956-ffa450edef68
2016-09-15 20:22:47 +00:00
57c6ddd622 Missing 'cgi-bin' in regex, as per comment by pgajdos.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1760974 13f79535-47bb-0310-9956-ffa450edef68
2016-09-15 20:19:13 +00:00
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
86ab4211a9 Remove useless <br \> in highlight blocks.
(r1741864 in 2.4.x + small tweak because quoting is different. This will be fixed later on)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1741874 13f79535-47bb-0310-9956-ffa450edef68
2016-05-01 17:47:37 +00:00
9176fa2566 Rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1741769 13f79535-47bb-0310-9956-ffa450edef68
2016-04-30 14:41:58 +00:00
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
b5cf9d9ee1 xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1739049 13f79535-47bb-0310-9956-ffa450edef68
2016-04-14 10:50:46 +00:00
61f39ed4e0 Add some missing hyperlinks
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1739045 13f79535-47bb-0310-9956-ffa450edef68
2016-04-14 09:58:23 +00:00
f32efffe34 Fix doc as spotted by Mark Brooks in online doc
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1739038 13f79535-47bb-0310-9956-ffa450edef68
2016-04-14 08:52:37 +00:00
bb4a6ff0a6 xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1737434 13f79535-47bb-0310-9956-ffa450edef68
2016-04-01 20:18:04 +00:00
b17ca69a54 Fix typo (extra sapce) in example spoted by Juan Antonio Rua Soto in online doc.
Add a few more links to modules and directives (more could be done)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1737433 13f79535-47bb-0310-9956-ffa450edef68
2016-04-01 20:17:44 +00:00
6f37cc1bbc Rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1735152 13f79535-47bb-0310-9956-ffa450edef68
2016-03-15 17:48:07 +00:00
f1eff27ef1 XML updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1735151 13f79535-47bb-0310-9956-ffa450edef68
2016-03-15 17:45:57 +00:00
2aa8763575 update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1734323 13f79535-47bb-0310-9956-ffa450edef68
2016-03-09 22:07:25 +00:00
0daa39b282 backported
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1734260 13f79535-47bb-0310-9956-ffa450edef68
2016-03-09 15:14:14 +00:00
9abfad5705 mod_rewrite: Add QSL|qslast flag to allow rewrites to files with
literal question marks in their names. 

PR 58777. 




git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1734125 13f79535-47bb-0310-9956-ffa450edef68
2016-03-08 19:18:15 +00:00
3d54d3b091 rebuild
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1733404 13f79535-47bb-0310-9956-ffa450edef68
2016-03-03 01:15:38 +00:00
53ea193b93 Fix weird indentation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1733402 13f79535-47bb-0310-9956-ffa450edef68
2016-03-03 01:12:33 +00:00
31af3d9024 Rebuild
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1733400 13f79535-47bb-0310-9956-ffa450edef68
2016-03-03 00:56:24 +00:00
9da70936a0 Unnecessary .*'s floating around just make this less readable.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1733398 13f79535-47bb-0310-9956-ffa450edef68
2016-03-03 00:54:41 +00:00