]>
granicus.if.org Git - apache/log
Lucien Gentis [Sat, 6 Jan 2018 13:52:46 +0000 (13:52 +0000)]
XML update.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1820398 13f79535 -47bb-0310-9956-
ffa450edef68
Luca Toscano [Fri, 5 Jan 2018 15:30:52 +0000 (15:30 +0000)]
documentation rebuild
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1820313 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Eissing [Fri, 5 Jan 2018 15:21:06 +0000 (15:21 +0000)]
mod_md: adding new directive to manual.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1820312 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Eissing [Fri, 5 Jan 2018 15:16:13 +0000 (15:16 +0000)]
On the trunk:
mod_md v1.1.8: new configuration directive "MDBaseServer on|off" to allow/inhibit
management of the base server domains outside VirtualHosts. By default, this is "off",
e.g. mod_md will not manage certificates or perform https: redirections on the
base server.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1820310 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Thu, 4 Jan 2018 16:54:38 +0000 (16:54 +0000)]
Adding new french translated XML file.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1820130 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Thu, 4 Jan 2018 16:30:17 +0000 (16:30 +0000)]
Rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1820120 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Thu, 4 Jan 2018 16:29:02 +0000 (16:29 +0000)]
XML updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1820118 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Thu, 4 Jan 2018 16:05:02 +0000 (16:05 +0000)]
incorporate review comments from Rüdiger
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1820113 13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Jung [Thu, 4 Jan 2018 15:15:21 +0000 (15:15 +0000)]
Happy New Year 2018
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1820101 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Thu, 4 Jan 2018 15:13:50 +0000 (15:13 +0000)]
mmn bump for r1820098.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1820099 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Thu, 4 Jan 2018 15:10:45 +0000 (15:10 +0000)]
Add "AcceptErrorsNonFatal" directive
This tweaks accept() failure processing by having ap_unixd_accept
pass more errors up, and having the MPM's check against a macro
to see if they are in a whitelist of non ENETDOWN/EMFILE kind
of potential process-wide errors.
Default behavior is still to exit.
edit: MMN bump in
1820099 .
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1820098 13f79535 -47bb-0310-9956-
ffa450edef68
Luca Toscano [Thu, 4 Jan 2018 10:58:20 +0000 (10:58 +0000)]
Happy new year's documentation rebuild
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1820055 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Thu, 4 Jan 2018 06:11:18 +0000 (06:11 +0000)]
Add missing APLOGNO.
10112 is wasted because it is in my tree only.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1820036 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Thu, 4 Jan 2018 06:07:56 +0000 (06:07 +0000)]
Add missing APLOGNO
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1820035 13f79535 -47bb-0310-9956-
ffa450edef68
Luca Toscano [Wed, 3 Jan 2018 18:24:57 +0000 (18:24 +0000)]
common.xsl: update year to 2018 in the footer
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1819994 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Wed, 3 Jan 2018 15:52:08 +0000 (15:52 +0000)]
mod_proxy_html: output filter rework.
Such that it cleans up the buckets while they are consumed and bails out
appropriately on EOS.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1819986 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Wed, 3 Jan 2018 13:40:26 +0000 (13:40 +0000)]
mod_proxy_html: don't depend on NUL terminated bucket data.
ap_regexec() wants NUL terminated strings, so use ap_regexec_len() instead.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1819970 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Wed, 3 Jan 2018 13:37:50 +0000 (13:37 +0000)]
mod_proxy_html: follow up to r1599012.
To determine whether or not HTML data are lower than 4 bytes, use a retain
buffer rather than assuming that all should be contained in a single bucket
with the next one being EOS (if any).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1819969 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Eissing [Wed, 3 Jan 2018 10:21:54 +0000 (10:21 +0000)]
On the trunk:
Fixed gcc warnings in latest mod_md version.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1819943 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Tue, 2 Jan 2018 22:25:23 +0000 (22:25 +0000)]
Fix upgrading examples
- providers are case sensitive
- description didn't match example / 2.2 didn't match 2.4.
Submitted by: Hank Ibell
Committed by: covener
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1819907 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Tue, 2 Jan 2018 16:13:45 +0000 (16:13 +0000)]
mpm_event: wakeup the listener to re-enable listening sockets.
When listening sockets are disabled (too many connections) and the number of
workers / active connections comes back below the limit, we need to wake up
the listener to re-enable them.
Add a new connections_above_limit() helper to determine when this applies.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1819855 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Eissing [Tue, 2 Jan 2018 15:57:39 +0000 (15:57 +0000)]
On the trunk:
mod_md v1.1.7 changes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1819854 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Tue, 2 Jan 2018 15:55:53 +0000 (15:55 +0000)]
mpm_event: remove atomics for timeout_queue's total counter.
It's always updated under the timeout_mutex lock, or read for logging and
scoreboard updates (not critical).
For the read cases a volatile access is enough, while removing the atomic ops
for the already protected write cases saves cycles and context switches.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1819853 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Tue, 2 Jan 2018 15:44:17 +0000 (15:44 +0000)]
mpm_event: worker factor vs pollset.
Make sure the worker factor is at least one (w.r.t. WORKER_FACTOR_SCALE), and
use it to size the pollset appropriately (including K-A and lingering close
connections), in addition to the listening sockets.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1819852 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Tue, 2 Jan 2018 15:29:58 +0000 (15:29 +0000)]
mpm_event: make sure wakeup_listener() does its minimal job.
Even if the listener thread is not created yet (i.e. about to be), we must
still tell it to leave, and terminate the worker queue in any case.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1819848 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Tue, 2 Jan 2018 15:24:48 +0000 (15:24 +0000)]
mpm_event: avoid unexpected compiler optimizations.
Make sure the compiler doesn't play games with our synchronization variables
by marking them volatile.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1819847 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Tue, 2 Jan 2018 10:34:10 +0000 (10:34 +0000)]
mod_md: fix leaks in md_cert_get_issuers_uri() and md_cert_get_alt_names().
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1819799 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Sun, 31 Dec 2017 16:14:34 +0000 (16:14 +0000)]
stray char
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1819742 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Sun, 31 Dec 2017 16:12:55 +0000 (16:12 +0000)]
up to date xform
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1819741 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Sun, 31 Dec 2017 16:12:24 +0000 (16:12 +0000)]
xform
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1819740 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Sun, 31 Dec 2017 16:09:44 +0000 (16:09 +0000)]
mod_substitute: allow opt-in to expressions in substitution value
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1819739 13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 30 Dec 2017 19:34:11 +0000 (19:34 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1819675 13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 30 Dec 2017 19:23:13 +0000 (19:23 +0000)]
svn:eol-style = native
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1819672 13f79535 -47bb-0310-9956-
ffa450edef68
Luca Toscano [Wed, 27 Dec 2017 09:33:49 +0000 (09:33 +0000)]
documentation rebuild
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1819325 13f79535 -47bb-0310-9956-
ffa450edef68
Luca Toscano [Wed, 27 Dec 2017 09:27:08 +0000 (09:27 +0000)]
event documentation rebuild
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1819323 13f79535 -47bb-0310-9956-
ffa450edef68
Luca Toscano [Wed, 27 Dec 2017 09:26:49 +0000 (09:26 +0000)]
event.xml: add a note about lingering close
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1819322 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Sun, 24 Dec 2017 11:39:30 +0000 (11:39 +0000)]
mpm_event: follow up to r1818804 and r1818960.
Align mod_http2 with expected returned state from process_connection hooks in
async MPMs.
When the master connection is handled, enter CONN_STATE_LINGER in any case.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1819214 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Fri, 22 Dec 2017 10:52:22 +0000 (10:52 +0000)]
mpm_event: follow up to r1818804 and r1818951.
Be more correct in comment about CONN_STATE_WRITE_COMPLETION.
We currently have/need no state to simply wait for readability on a socket,
so the previous comment was misleading. Write completion can't be used for
a simple "wait for read event and come back to process_connection hooks".
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1819027 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Thu, 21 Dec 2017 18:52:13 +0000 (18:52 +0000)]
tiny formatting/readability tweak in example
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1818968 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Thu, 21 Dec 2017 17:45:08 +0000 (17:45 +0000)]
mpm_event: follow up to r1818804.
Allow DONE as a successful ap_run_process_connection() return value, for
instance h2_conn_run() and h2_task_process_conn() uses it, third-party
modules may too...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1818960 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Thu, 21 Dec 2017 17:23:22 +0000 (17:23 +0000)]
mpm_event: follow up to r1818804 and r1818951.
Align comment and fix typos.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1818958 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Thu, 21 Dec 2017 17:06:23 +0000 (17:06 +0000)]
rebuild
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1818957 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Thu, 21 Dec 2017 16:59:01 +0000 (16:59 +0000)]
Make this example actually work.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1818952 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Thu, 21 Dec 2017 16:44:37 +0000 (16:44 +0000)]
mpm_event: follow up to r1818804.
Address corner case where connection is aborted due to ap_run_pre_connection()
failure, and update comment about ap_run_process_connection() expected return
status and state.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1818951 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Thu, 21 Dec 2017 13:44:07 +0000 (13:44 +0000)]
ap_add_common_vars(): use apr_pstrmemdup().
This avoids a transient replacement/restore of '?' by '\0' in r->filename.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1818924 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Eissing [Wed, 20 Dec 2017 20:38:00 +0000 (20:38 +0000)]
On the trunk:
mod_md: fixed mem pool usage for auto-added server names. Added
error logging of exact ACME response when challenges failed.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1818849 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Wed, 20 Dec 2017 17:02:39 +0000 (17:02 +0000)]
rebuild
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1818832 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Wed, 20 Dec 2017 17:02:22 +0000 (17:02 +0000)]
Fix markup to pass valid XML check.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1818830 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Wed, 20 Dec 2017 16:54:58 +0000 (16:54 +0000)]
Define "delimiter", as per a complaint in the comments.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1818827 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Wed, 20 Dec 2017 16:42:42 +0000 (16:42 +0000)]
mod_dumpio: follow up to r1818802.
Negate APLOGctrace7(c) test!
Also, return DECLINED when nothing is to be done, same result as OK but
possibly more semantically correct.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1818825 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Wed, 20 Dec 2017 14:49:17 +0000 (14:49 +0000)]
mpm_event: close connections not reported as handled by any module.
This avoids losing track of them and leaking scoreboard entries.
PR 61551.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1818804 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Wed, 20 Dec 2017 14:38:05 +0000 (14:38 +0000)]
mod_dumpio: do nothing below log level TRACE7.
For instance, depending on EnableMMAP/Sendfile configuration, don't split
file brigades to 8K heap buckets upon reading.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1818802 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Eissing [Wed, 20 Dec 2017 13:53:22 +0000 (13:53 +0000)]
On the trunk:
mod_md: reverses most of v1.0.5 optimization of post_config init, so that
mod_ssl can ask for certiticates without crashing.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1818792 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Tue, 19 Dec 2017 22:46:27 +0000 (22:46 +0000)]
mod_proxy: allow SSLProxyCheckPeer* usage for all proxy modules.
PR 61857.
Proposed by: Markus Gausling <markusgausling googlemail.com>
Reviewed by: ylavic
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1818726 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Tue, 19 Dec 2017 22:39:03 +0000 (22:39 +0000)]
md: fix warning about unused variable 'cert'.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1818725 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Tue, 19 Dec 2017 19:06:21 +0000 (19:06 +0000)]
clarify/reword RegisterHTTPMethod and add some seealso's
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1818701 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Mon, 18 Dec 2017 21:00:17 +0000 (21:00 +0000)]
Fix some style
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1818624 13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Deffontaines [Mon, 18 Dec 2017 20:31:04 +0000 (20:31 +0000)]
Updated .fr translation to latest .en version
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1818622 13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Deffontaines [Mon, 18 Dec 2017 20:29:25 +0000 (20:29 +0000)]
Updated .fr translation to latest .en version
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1818621 13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Deffontaines [Mon, 18 Dec 2017 20:27:25 +0000 (20:27 +0000)]
Updated .fr translation to latest .en version
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1818620 13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Deffontaines [Mon, 18 Dec 2017 20:24:26 +0000 (20:24 +0000)]
Updated .fr translation to latest .en version
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1818619 13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Deffontaines [Mon, 18 Dec 2017 20:13:34 +0000 (20:13 +0000)]
Updated .fr translation to latest english version
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1818617 13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Deffontaines [Mon, 18 Dec 2017 19:32:37 +0000 (19:32 +0000)]
Updated mod_log_config's fr translation to #
1818346
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1818615 13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Deffontaines [Mon, 18 Dec 2017 19:17:17 +0000 (19:17 +0000)]
Updated content to latest english revision
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1818613 13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Deffontaines [Mon, 18 Dec 2017 19:14:04 +0000 (19:14 +0000)]
Introducing 6 .fr translations
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1818612 13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Deffontaines [Mon, 18 Dec 2017 19:02:09 +0000 (19:02 +0000)]
Introducing new .fr translation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1818610 13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Deffontaines [Mon, 18 Dec 2017 19:00:26 +0000 (19:00 +0000)]
Introducing 6 new .fr translations
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1818609 13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Deffontaines [Mon, 18 Dec 2017 18:50:04 +0000 (18:50 +0000)]
Introducing 3 new .fr translations
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1818608 13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Deffontaines [Mon, 18 Dec 2017 18:35:13 +0000 (18:35 +0000)]
Introducing 3 new .fr translations
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1818604 13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Deffontaines [Mon, 18 Dec 2017 18:21:57 +0000 (18:21 +0000)]
New .fr translation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1818603 13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Deffontaines [Mon, 18 Dec 2017 18:20:38 +0000 (18:20 +0000)]
New .fr translations
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1818602 13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Deffontaines [Mon, 18 Dec 2017 18:09:31 +0000 (18:09 +0000)]
Fixed encoding in two previous commits
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1818599 13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Deffontaines [Mon, 18 Dec 2017 18:03:03 +0000 (18:03 +0000)]
Introducing .fr translation for perf-scaling howto
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1818598 13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Deffontaines [Mon, 18 Dec 2017 18:00:59 +0000 (18:00 +0000)]
Introducing .fr translation for reverse proxy howto
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1818597 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Sat, 16 Dec 2017 22:05:01 +0000 (22:05 +0000)]
mod_proxy_html: fix metafix handling of <meta http-equiv> elements
PR#58121
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1818457 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Fri, 15 Dec 2017 22:14:20 +0000 (22:14 +0000)]
Fix typo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1818346 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Fri, 15 Dec 2017 21:28:23 +0000 (21:28 +0000)]
per comments, add a better hint about what %D/%T measure / do not measure
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1818344 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Fri, 15 Dec 2017 21:15:54 +0000 (21:15 +0000)]
add some descriptions to the placeholders
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1818341 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Fri, 15 Dec 2017 20:06:01 +0000 (20:06 +0000)]
"{c}L" exists and logs the "Log-Id of the Connection".
I'm not sure of the description to write there, so I just mention it in the doc and hope s.o. will find the words :)
This has been introduced in r992806 and is also part of 2.4.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1818323 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Fri, 15 Dec 2017 19:52:08 +0000 (19:52 +0000)]
"{c}h" exists and logs the value returned by 'ap_get_useragent_host()'.
I'm not sure of the description to write there, so I just mention it in the doc and hope s.o. will find the words :)
This has been introduced in r1730129.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1818321 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 15 Dec 2017 17:36:05 +0000 (17:36 +0000)]
"It is better to light a candle than curse the darkness."
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1818308 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 15 Dec 2017 17:10:14 +0000 (17:10 +0000)]
correct copyright/license headers
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1818306 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 15 Dec 2017 12:26:01 +0000 (12:26 +0000)]
note
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1818282 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 15 Dec 2017 12:23:13 +0000 (12:23 +0000)]
APR-ize uint types
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1818280 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 15 Dec 2017 12:22:53 +0000 (12:22 +0000)]
APR-ize uint types
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1818279 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 15 Dec 2017 12:22:31 +0000 (12:22 +0000)]
APR-ize uint types
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1818278 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Thu, 14 Dec 2017 19:38:43 +0000 (19:38 +0000)]
rebuild
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1818203 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Thu, 14 Dec 2017 19:36:46 +0000 (19:36 +0000)]
add trailing slash to end of URL
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1818201 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Thu, 14 Dec 2017 19:28:55 +0000 (19:28 +0000)]
The directive isn't wrong as stated - ie, it does work - but I feel it's
potentially confusing to leave off the closing "|" in the example.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1818196 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Eissing [Thu, 14 Dec 2017 11:45:56 +0000 (11:45 +0000)]
On the trunk:
mod_md: fixed backward compatibility to old <ManagedDomain configuration.
Add higher level WARNING log when initial request to ACME server fails, mentioning
some advice.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1818120 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Wed, 13 Dec 2017 20:20:53 +0000 (20:20 +0000)]
rebuild
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1818060 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Wed, 13 Dec 2017 20:16:22 +0000 (20:16 +0000)]
Fix a link as spotted by Benoit Wery in the comment system.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1818059 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Wed, 13 Dec 2017 16:55:48 +0000 (16:55 +0000)]
PR61891: looping over mostly full LDAP cache
*) mod_ldap: Fix a case where a full LDAP cache would continually fail to
purge old entries and log AH01323. PR61891.
Submitted By: Hendrik Harms <hendrik.harms gmail.com>
Committed By: covener
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1818040 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Eissing [Wed, 13 Dec 2017 15:02:54 +0000 (15:02 +0000)]
On the trunk:
updated missing log tags.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1818030 13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 13 Dec 2017 14:39:00 +0000 (14:39 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1818026 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Wed, 13 Dec 2017 13:32:49 +0000 (13:32 +0000)]
Use APR type
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1818013 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 12 Dec 2017 19:24:18 +0000 (19:24 +0000)]
rebuild
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1817951 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 12 Dec 2017 19:23:15 +0000 (19:23 +0000)]
Remove broken link to mod_sed tutorial.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1817950 13f79535 -47bb-0310-9956-
ffa450edef68
Jean-Frederic Clere [Tue, 12 Dec 2017 12:36:25 +0000 (12:36 +0000)]
Arrange the examples: use a balancer member.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1817908 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Eissing [Tue, 12 Dec 2017 09:11:41 +0000 (09:11 +0000)]
On the trunk:
mod_ssl: fixed orphaned code path in ssl policy lookup after review by rpluem
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1817894 13f79535 -47bb-0310-9956-
ffa450edef68