]> granicus.if.org Git - apache/log
apache
6 years agompm_event: follow up to r1818804.
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

6 years agompm_event: follow up to r1818804 and r1818951.
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

6 years agorebuild
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

6 years agoMake this example actually work.
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

6 years agompm_event: follow up to r1818804.
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

6 years agoap_add_common_vars(): use apr_pstrmemdup().
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

6 years agoOn the trunk:
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

6 years agorebuild
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

6 years agoFix markup to pass valid XML check.
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

6 years agoDefine "delimiter", as per a complaint in the comments.
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

6 years agomod_dumpio: follow up to r1818802.
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

6 years agompm_event: close connections not reported as handled by any module.
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

6 years agomod_dumpio: do nothing below log level TRACE7.
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

6 years agoOn the trunk:
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

6 years agomod_proxy: allow SSLProxyCheckPeer* usage for all proxy modules.
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

6 years agomd: fix warning about unused variable 'cert'.
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

6 years agoclarify/reword RegisterHTTPMethod and add some seealso's
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

6 years agoFix some style
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

6 years agoUpdated .fr translation to latest .en version
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

6 years agoUpdated .fr translation to latest .en version
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

6 years agoUpdated .fr translation to latest .en version
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

6 years agoUpdated .fr translation to latest .en version
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

6 years agoUpdated .fr translation to latest english version
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

6 years agoUpdated mod_log_config's fr translation to #1818346
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

6 years agoUpdated content to latest english revision
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

6 years agoIntroducing 6 .fr translations
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

6 years agoIntroducing new .fr translation
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

6 years agoIntroducing 6 new .fr translations
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

6 years agoIntroducing 3 new .fr translations
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

6 years agoIntroducing 3 new .fr translations
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

6 years agoNew .fr translation
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

6 years agoNew .fr translations
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

6 years agoFixed encoding in two previous commits
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

6 years agoIntroducing .fr translation for perf-scaling howto
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

6 years agoIntroducing .fr translation for reverse proxy howto
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

6 years agomod_proxy_html: fix metafix handling of <meta http-equiv> elements
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

6 years agoFix typo
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

6 years agoper comments, add a better hint about what %D/%T measure / do not measure
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

6 years agoadd some descriptions to the placeholders
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

6 years ago"{c}L" exists and logs the "Log-Id of the Connection".
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

6 years ago"{c}h" exists and logs the value returned by 'ap_get_useragent_host()'.
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

6 years ago"It is better to light a candle than curse the darkness."
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

6 years agocorrect copyright/license headers
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

6 years agonote
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

6 years agoAPR-ize uint types
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

6 years agoAPR-ize uint types
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

6 years agoAPR-ize uint types
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

6 years agorebuild
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

6 years agoadd trailing slash to end of URL
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

6 years agoThe directive isn't wrong as stated - ie, it does work - but I feel it's
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

6 years agoOn the trunk:
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

6 years agorebuild
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

6 years agoFix a link as spotted by Benoit Wery in the comment system.
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

6 years agoPR61891: looping over mostly full LDAP cache
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

6 years agoOn the trunk:
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

6 years agoupdate transformation
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

6 years agoUse APR type
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

6 years agorebuild
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

6 years agoRemove broken link to mod_sed tutorial.
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

6 years agoArrange the examples: use a balancer member.
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

6 years agoOn the trunk:
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

6 years agodocumentation rebuild
Luca Toscano [Mon, 11 Dec 2017 15:22:20 +0000 (15:22 +0000)]
documentation rebuild

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1817786 13f79535-47bb-0310-9956-ffa450edef68

6 years agoUpdated mod_md config name changes
Stefan Eissing [Mon, 11 Dec 2017 15:14:51 +0000 (15:14 +0000)]
Updated mod_md config name changes

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1817785 13f79535-47bb-0310-9956-ffa450edef68

6 years agoOn the trunk:
Stefan Eissing [Mon, 11 Dec 2017 14:01:28 +0000 (14:01 +0000)]
On the trunk:

mod_md: name change in configuration directives. The Apache team decided that the current
   names would confuse you, the users, and asked for a change. The old names are still working
   in this version, so you can safely upgrade.
   They will give warnings in the log and will disappear in the immediate future.
   * ManagedDomain is now MDomain
   * <ManagedDomain> is now <MDomainSet>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1817777 13f79535-47bb-0310-9956-ffa450edef68

6 years agoIn verify_ocsp_status in ssl_engine_ocsp.c, the log message, "OCSP response not succe...
Christophe Jaillet [Sat, 9 Dec 2017 11:33:54 +0000 (11:33 +0000)]
In verify_ocsp_status in ssl_engine_ocsp.c, the log message, "OCSP response not successful: %d" should print the value of r instead of rc.
The value of rc will always be 0.

PR 61876 [sam <sam.eastman.4114 gmail.com>]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1817598 13f79535-47bb-0310-9956-ffa450edef68

6 years agoOn the trunk:
Stefan Eissing [Thu, 7 Dec 2017 15:11:13 +0000 (15:11 +0000)]
On the trunk:

mod_ssl: renamed section <SSLPolicy to <SSLPolicyDefine. Fixed behaviour
     for new server config merge flag. Denying global, only once used directives
     inside a SSLPolicyDefine.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1817381 13f79535-47bb-0310-9956-ffa450edef68

6 years agoRussian translations of errordocs.
Nick Kew [Tue, 5 Dec 2017 11:21:21 +0000 (11:21 +0000)]
Russian translations of errordocs.
Contributed by Alexander Gaganashvili.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1817175 13f79535-47bb-0310-9956-ffa450edef68

6 years agoBe less tolerant when parsing the credencial for Basic authorization. Only spaces...
Christophe Jaillet [Mon, 4 Dec 2017 21:54:58 +0000 (21:54 +0000)]
Be less tolerant when parsing the credencial for Basic authorization. Only spaces  should be accepted after the authorization scheme. \t are also tolerated.

The current code accepts \v and \f as well.

The same behavior is already used in 'ap_get_basic_auth_pw()' which is mostly the same function as 'get_basic_auth()'.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1817131 13f79535-47bb-0310-9956-ffa450edef68

6 years agoUse ap_cstr_casecmp instead of strcasecmp.
Christophe Jaillet [Mon, 4 Dec 2017 06:43:58 +0000 (06:43 +0000)]
Use ap_cstr_casecmp instead of strcasecmp.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1817063 13f79535-47bb-0310-9956-ffa450edef68

6 years agoDocumentation rebuild
Luca Toscano [Sun, 3 Dec 2017 10:04:52 +0000 (10:04 +0000)]
Documentation rebuild

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1817024 13f79535-47bb-0310-9956-ffa450edef68

6 years agomod_md.xml: (hopefully) clarify some directives usage
Luca Toscano [Sun, 3 Dec 2017 10:04:21 +0000 (10:04 +0000)]
mod_md.xml: (hopefully) clarify some directives usage

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1817023 13f79535-47bb-0310-9956-ffa450edef68

6 years agoRemove entry backported in 2.4.x r1811749
Christophe Jaillet [Sat, 2 Dec 2017 23:50:38 +0000 (23:50 +0000)]
Remove entry backported in 2.4.x r1811749

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1817006 13f79535-47bb-0310-9956-ffa450edef68

6 years agoThis has been merged in 2.4.x in r1748212
Christophe Jaillet [Sat, 2 Dec 2017 23:23:12 +0000 (23:23 +0000)]
This has been merged in 2.4.x in r1748212

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1817004 13f79535-47bb-0310-9956-ffa450edef68

6 years agorebuild
Rich Bowen [Sat, 2 Dec 2017 22:28:40 +0000 (22:28 +0000)]
rebuild

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1816996 13f79535-47bb-0310-9956-ffa450edef68

6 years agoRemove duplication in Rewrite ruleset for pre-compressed content.
Rich Bowen [Sat, 2 Dec 2017 22:21:28 +0000 (22:21 +0000)]
Remove duplication in Rewrite ruleset for pre-compressed content.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1816992 13f79535-47bb-0310-9956-ffa450edef68

6 years agoSimplifies the rewrite block for serving pre-compressed content.
Rich Bowen [Sat, 2 Dec 2017 22:08:46 +0000 (22:08 +0000)]
Simplifies the rewrite block for serving pre-compressed content.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1816989 13f79535-47bb-0310-9956-ffa450edef68

6 years agoOn the trunk:
Stefan Eissing [Sat, 2 Dec 2017 17:53:58 +0000 (17:53 +0000)]
On the trunk:

mod_md: check for arc4random_buf in configure and use if available.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1816970 13f79535-47bb-0310-9956-ffa450edef68

6 years agoAdd APLOGNO to error messages
Christophe Jaillet [Fri, 1 Dec 2017 22:15:24 +0000 (22:15 +0000)]
Add APLOGNO to error messages

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1816922 13f79535-47bb-0310-9956-ffa450edef68

6 years agoTake numbers
Christophe Jaillet [Fri, 1 Dec 2017 22:14:40 +0000 (22:14 +0000)]
Take numbers

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1816921 13f79535-47bb-0310-9956-ffa450edef68

6 years agoSome small optimization:
Christophe Jaillet [Fri, 1 Dec 2017 22:06:33 +0000 (22:06 +0000)]
Some small optimization:
   - use 'ap_cstr_casecmpn' instead of 'strncasecmp'
   - use 'apr_table_setn' when parameters are constant
   - avoid some memory allocation if the module can not handle a request

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1816919 13f79535-47bb-0310-9956-ffa450edef68

6 years agoOn the trunk:
Stefan Eissing [Wed, 29 Nov 2017 09:49:19 +0000 (09:49 +0000)]
On the trunk:

mod_http2: fixed unfair scheduling when number of active connections
     exceeded the scheduling fifo capacity.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1816619 13f79535-47bb-0310-9956-ffa450edef68

6 years agoAdd PR reference.
Joe Orton [Wed, 29 Nov 2017 09:18:33 +0000 (09:18 +0000)]
Add PR reference.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1816610 13f79535-47bb-0310-9956-ffa450edef68

6 years agoSupport IPv6 link-local scope IDs in Listen and VirtualHost, if built
Joe Orton [Wed, 29 Nov 2017 09:07:48 +0000 (09:07 +0000)]
Support IPv6 link-local scope IDs in Listen and VirtualHost, if built
with APR 1.7 or later:

* server/listen.c (match_address): New function, factored out from
  find_listeners.
  (find_listeners): Use it; add scope and temp pool arguments.
  (alloc_listener): Take scope_id and pool arguments and pass through;
  set zone for addresses if present.
  (ap_set_listener): Pass through temp pool and scope id.

* server/vhost.c (get_addresses): Set zone for vhost address if
  present.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1816609 13f79535-47bb-0310-9956-ffa450edef68

6 years agoOn the trunk:
Stefan Eissing [Tue, 28 Nov 2017 15:55:33 +0000 (15:55 +0000)]
On the trunk:

mod_md: some clarifications around 'auto' membership in Managed Domains after review.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1816558 13f79535-47bb-0310-9956-ffa450edef68

6 years agoOn the trunk:
Stefan Eissing [Tue, 28 Nov 2017 15:13:20 +0000 (15:13 +0000)]
On the trunk:

mod_md: v1.0.5, restricting post_config dry run to be more silent and performing
     only necessary work for mod_ssl to be also happy with the configuration.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1816552 13f79535-47bb-0310-9956-ffa450edef68

6 years ago* support/Makefile.in, acinclude.m4: Add OpenSSL libraries at the end of the
Joe Orton [Tue, 28 Nov 2017 09:31:00 +0000 (09:31 +0000)]
* support/Makefile.in, acinclude.m4: Add OpenSSL libraries at the end of the
  ab link line, not the start.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1816534 13f79535-47bb-0310-9956-ffa450edef68

6 years ago* build/config_vars.sh.in: Trim more variables from installed config_vars.mk.
Joe Orton [Tue, 28 Nov 2017 09:25:58 +0000 (09:25 +0000)]
* build/config_vars.sh.in: Trim more variables from installed config_vars.mk.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1816532 13f79535-47bb-0310-9956-ffa450edef68

6 years agoThe other half of r1442409: fix mod_proxy_html doctype-handling typos
Nick Kew [Mon, 27 Nov 2017 14:34:09 +0000 (14:34 +0000)]
The other half of r1442409: fix mod_proxy_html doctype-handling typos
PR 56457

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1816458 13f79535-47bb-0310-9956-ffa450edef68

6 years agoRebuild.
Lucien Gentis [Sat, 25 Nov 2017 15:03:12 +0000 (15:03 +0000)]
Rebuild.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1816302 13f79535-47bb-0310-9956-ffa450edef68

6 years agoXML update.
Lucien Gentis [Sat, 25 Nov 2017 15:01:32 +0000 (15:01 +0000)]
XML update.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1816301 13f79535-47bb-0310-9956-ffa450edef68

6 years agorebuild
Christophe Jaillet [Sat, 25 Nov 2017 11:35:42 +0000 (11:35 +0000)]
rebuild

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1816283 13f79535-47bb-0310-9956-ffa450edef68

6 years agos/simmilar/similar/ reported in PR 61799
Christophe Jaillet [Sat, 25 Nov 2017 11:22:14 +0000 (11:22 +0000)]
s/simmilar/similar/ reported in PR 61799

Remove some trailing spaces to synch with 2.4.x

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1816282 13f79535-47bb-0310-9956-ffa450edef68

6 years agomod_substitute: add runtime traces. PR 61132.
Yann Ylavic [Thu, 23 Nov 2017 17:27:42 +0000 (17:27 +0000)]
mod_substitute: add runtime traces. PR 61132.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1816179 13f79535-47bb-0310-9956-ffa450edef68

6 years agoOn the trunk:
Stefan Eissing [Thu, 23 Nov 2017 14:24:35 +0000 (14:24 +0000)]
On the trunk:

removed a2md from Windows makefile and .dsw

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1816156 13f79535-47bb-0310-9956-ffa450edef68

6 years agoOn the trunk:
Stefan Eissing [Thu, 23 Nov 2017 13:55:25 +0000 (13:55 +0000)]
On the trunk:

mod_md: v1.0.4, removed the 'a2md' utility command from build. Only used in github
     testing. Avoid problems with our build system that had problems after the latest
     changes to make a clean initial build. Remove the windows a2md.dsp therefore also.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1816154 13f79535-47bb-0310-9956-ffa450edef68

6 years agoRegenerate.
Joe Orton [Thu, 23 Nov 2017 08:59:21 +0000 (08:59 +0000)]
Regenerate.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1816112 13f79535-47bb-0310-9956-ffa450edef68

6 years agoDocument special cases where changing Listen across a restart will
Joe Orton [Thu, 23 Nov 2017 08:57:18 +0000 (08:57 +0000)]
Document special cases where changing Listen across a restart will
fail.

PR: 61666

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1816110 13f79535-47bb-0310-9956-ffa450edef68

6 years agospelling fixes from Josh Soref via github
Stefan Eissing [Wed, 22 Nov 2017 13:28:28 +0000 (13:28 +0000)]
spelling fixes from Josh Soref via github

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1816055 13f79535-47bb-0310-9956-ffa450edef68

6 years agoRebuild.
Lucien Gentis [Sat, 18 Nov 2017 15:13:37 +0000 (15:13 +0000)]
Rebuild.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1815678 13f79535-47bb-0310-9956-ffa450edef68

6 years agoXML updates.
Lucien Gentis [Sat, 18 Nov 2017 15:12:49 +0000 (15:12 +0000)]
XML updates.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1815677 13f79535-47bb-0310-9956-ffa450edef68