]> granicus.if.org Git - apache/log
apache
8 years agoxforms
Christophe Jaillet [Wed, 27 Jan 2016 06:31:59 +0000 (06:31 +0000)]
xforms

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

8 years agoFix typo spotted by noodl in online doc
Christophe Jaillet [Wed, 27 Jan 2016 06:22:32 +0000 (06:22 +0000)]
Fix typo spotted by noodl  in online doc

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

8 years agoFix some duplicate definitions
Mike Rumph [Tue, 26 Jan 2016 20:30:28 +0000 (20:30 +0000)]
Fix some duplicate definitions

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

8 years ago* Introduce SSLOCSPProxyURL in order to do OCSP requests via a HTTP proxy.
Ruediger Pluem [Tue, 26 Jan 2016 20:24:33 +0000 (20:24 +0000)]
* Introduce SSLOCSPProxyURL in order to do OCSP requests via a HTTP proxy.
  Documentation to follow.

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

8 years agoxforms
Jim Jagielski [Tue, 26 Jan 2016 14:46:25 +0000 (14:46 +0000)]
xforms

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

8 years agomod_http2: Fix warnings:
Yann Ylavic [Tue, 26 Jan 2016 14:29:24 +0000 (14:29 +0000)]
mod_http2: Fix warnings:
modules/http2/h2_util.c|174| warning: suggest parentheses around ‘+’ in operand of ‘&’
modules/http2/h2_util.c|176| warning: suggest parentheses around ‘+’ in operand of ‘&’

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

8 years ago* Transform the buckets to the correct lifetime of the brigade, connection and filter...
Ruediger Pluem [Tue, 26 Jan 2016 12:57:18 +0000 (12:57 +0000)]
* Transform the buckets to the correct lifetime of the brigade, connection and filter stack that processes it.

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

8 years ago* Use new ap_proxy_buckets_lifetime_transform
Ruediger Pluem [Tue, 26 Jan 2016 12:20:33 +0000 (12:20 +0000)]
* Use new ap_proxy_buckets_lifetime_transform

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

8 years ago* Fill missing log number
Ruediger Pluem [Tue, 26 Jan 2016 12:19:50 +0000 (12:19 +0000)]
* Fill missing log number

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

8 years ago* Introduce ap_proxy_buckets_lifetime_transform as a replacement for
Ruediger Pluem [Tue, 26 Jan 2016 12:13:56 +0000 (12:13 +0000)]
* Introduce ap_proxy_buckets_lifetime_transform as a replacement for
  proxy_buckets_lifetime_transform in mod_proxy_http. Another future consumer
  of this will be mod_proxy_wstunnel.

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

8 years ago* For creating new buckets always use the bucket allocator of the brigade in
Ruediger Pluem [Tue, 26 Jan 2016 11:59:07 +0000 (11:59 +0000)]
* For creating new buckets always use the bucket allocator of the brigade in
  which we want to put the bucket.

  Currently this does not change behaviour as r->connection->bucket_alloc and
  to->bucket_alloc are the same. It is a cleanup and preparation for abstracting
  this in a proxy API.

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

8 years agomod_filter: Fix AddOutputFilterByType with non-content-level filters.
Nick Kew [Mon, 25 Jan 2016 22:31:19 +0000 (22:31 +0000)]
mod_filter: Fix AddOutputFilterByType with non-content-level filters.
PR58856  (Micha Lenk)

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

8 years agoxforms
Jim Jagielski [Mon, 25 Jan 2016 20:07:44 +0000 (20:07 +0000)]
xforms

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

8 years agobetter s-maxage support
Eric Covener [Mon, 25 Jan 2016 19:57:33 +0000 (19:57 +0000)]
better s-maxage support

+  *) mod_cache: Consider Cache-Control: s-maxage in expiration
+     calculations.  [Eric Covener]
+
+  *) mod_cache: Allow caching of responses with an Expires header
+     in the past that also has Cache-Control: max-age or s-maxage.
+     PR55156. [Eric Covener]

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

8 years agoAmending the previous commit to remove any specific list of caching proxies.
Luca Toscano [Mon, 25 Jan 2016 06:38:37 +0000 (06:38 +0000)]
Amending the previous commit to remove any specific list of caching proxies.

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

8 years agoDocumentation rebuild after change in mod_deflate.xml
Luca Toscano [Mon, 25 Jan 2016 06:28:29 +0000 (06:28 +0000)]
Documentation rebuild after change in mod_deflate.xml

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

8 years agoAdded important info for the DeflateBufferSize directive (mod_deflate).
Luca Toscano [Mon, 25 Jan 2016 06:25:59 +0000 (06:25 +0000)]
Added important info for the DeflateBufferSize directive (mod_deflate).
Bug: 33454

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

8 years agoDocumentation rebuild for r1726506
Luca Toscano [Sun, 24 Jan 2016 17:04:47 +0000 (17:04 +0000)]
Documentation rebuild for r1726506

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

8 years agomod_cgi/mod_cgid documentation about environment variables added (like DOCUMENT_ROOT).
Luca Toscano [Sun, 24 Jan 2016 16:39:30 +0000 (16:39 +0000)]
mod_cgi/mod_cgid documentation about environment variables added (like DOCUMENT_ROOT).
Bug: 58305

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

8 years agoPatch from Norm
Jim Jagielski [Sat, 23 Jan 2016 21:48:11 +0000 (21:48 +0000)]
Patch from Norm

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

8 years agoxforms
Jim Jagielski [Sat, 23 Jan 2016 18:25:57 +0000 (18:25 +0000)]
xforms

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

8 years agoNew directive
Jim Jagielski [Sat, 23 Jan 2016 18:25:49 +0000 (18:25 +0000)]
New directive

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

8 years agoMake size of threadpool adjustable, even to the extent of
Jim Jagielski [Sat, 23 Jan 2016 17:37:37 +0000 (17:37 +0000)]
Make size of threadpool adjustable, even to the extent of
disabling it.

doccos to come.

PS: ProxyHCTPsize only available if APR has threads

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

8 years agobetter logging
Jim Jagielski [Sat, 23 Jan 2016 17:37:36 +0000 (17:37 +0000)]
better logging

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

8 years agoRebuild.
Lucien Gentis [Sat, 23 Jan 2016 17:34:52 +0000 (17:34 +0000)]
Rebuild.

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

8 years ago-
Lucien Gentis [Sat, 23 Jan 2016 17:34:19 +0000 (17:34 +0000)]
-
---Cette ligne, et les suivantes ci-dessous, seront ignorées--

M    manual/env.xml.fr

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

8 years agoReplace HTML entities by their equivalent accented characters.
Lucien Gentis [Sat, 23 Jan 2016 17:28:15 +0000 (17:28 +0000)]
Replace HTML entities by their equivalent accented characters.

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

8 years agoRebuild.
Lucien Gentis [Sat, 23 Jan 2016 15:01:08 +0000 (15:01 +0000)]
Rebuild.

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

8 years agoXML updates.
Lucien Gentis [Sat, 23 Jan 2016 15:00:06 +0000 (15:00 +0000)]
XML updates.

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

8 years agoRebuild.
Lucien Gentis [Sat, 23 Jan 2016 14:38:10 +0000 (14:38 +0000)]
Rebuild.

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

8 years agoXML updates.
Lucien Gentis [Sat, 23 Jan 2016 14:33:06 +0000 (14:33 +0000)]
XML updates.

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

8 years agoUse a shorter-lived pool to conserve mem.
Jim Jagielski [Sat, 23 Jan 2016 03:53:45 +0000 (03:53 +0000)]
Use a shorter-lived pool to conserve mem.

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

8 years agoxforms
Eric Covener [Fri, 22 Jan 2016 23:04:58 +0000 (23:04 +0000)]
xforms

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

8 years agowas never backported to 2.4.
Eric Covener [Fri, 22 Jan 2016 23:04:25 +0000 (23:04 +0000)]
was never backported to 2.4.

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

8 years agoxforms
Jim Jagielski [Fri, 22 Jan 2016 21:34:10 +0000 (21:34 +0000)]
xforms

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

8 years agoUpdate...
Jim Jagielski [Fri, 22 Jan 2016 21:32:46 +0000 (21:32 +0000)]
Update...

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

8 years agoSome renaming to make things more clear.
Jim Jagielski [Fri, 22 Jan 2016 21:26:53 +0000 (21:26 +0000)]
Some renaming to make things more clear.

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

8 years agofound by CJ
Jim Jagielski [Fri, 22 Jan 2016 21:26:52 +0000 (21:26 +0000)]
found by CJ

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

8 years agowe actually talk 1.0
Jim Jagielski [Fri, 22 Jan 2016 21:26:47 +0000 (21:26 +0000)]
we actually talk 1.0

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

8 years agoUse threadpools and shove each hcheck to be done by a thread
Jim Jagielski [Fri, 22 Jan 2016 20:23:42 +0000 (20:23 +0000)]
Use threadpools and shove each hcheck to be done by a thread
in the threadpool. If we don't have threadpools (either
because APR lacks threads or we can'r create a threadpool)
simply hcheck sequetially in the watchdog process.

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

8 years agoxforms
Jim Jagielski [Fri, 22 Jan 2016 15:42:52 +0000 (15:42 +0000)]
xforms

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

8 years agoAdd examples
Jim Jagielski [Fri, 22 Jan 2016 15:42:42 +0000 (15:42 +0000)]
Add examples

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

8 years agofrom feedback, assume all parameters to SetHandler are expressions.
Eric Covener [Fri, 22 Jan 2016 15:30:19 +0000 (15:30 +0000)]
from feedback, assume all parameters to SetHandler are expressions.

I couldnt come up with a plausible handler name that was an
invalid expression.

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

8 years agoexpr support for HTTP2 variable
Stefan Eissing [Fri, 22 Jan 2016 10:09:28 +0000 (10:09 +0000)]
expr support for HTTP2 variable

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

8 years agoadj pool lifetimes.
Jim Jagielski [Thu, 21 Jan 2016 23:22:53 +0000 (23:22 +0000)]
adj pool lifetimes.

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

8 years agoxforms
Jim Jagielski [Thu, 21 Jan 2016 21:30:00 +0000 (21:30 +0000)]
xforms

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

8 years agolog when we are updating hc worker, which should be never at
Jim Jagielski [Thu, 21 Jan 2016 20:33:30 +0000 (20:33 +0000)]
log when we are updating hc worker, which should be never at
present.

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

8 years agoWe don't allow for changes yet...
Jim Jagielski [Thu, 21 Jan 2016 20:20:45 +0000 (20:20 +0000)]
We don't allow for changes yet...

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

8 years agoFix typo in comment (s/patterm/pattern/).
Rainer Jung [Thu, 21 Jan 2016 20:13:58 +0000 (20:13 +0000)]
Fix typo in comment (s/patterm/pattern/).

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

8 years agoremove 'binary' propset
Jim Jagielski [Thu, 21 Jan 2016 19:00:43 +0000 (19:00 +0000)]
remove 'binary' propset

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

8 years agoupdate
Jim Jagielski [Thu, 21 Jan 2016 18:58:00 +0000 (18:58 +0000)]
update

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

8 years agoBetter description of trace
Jim Jagielski [Thu, 21 Jan 2016 18:47:04 +0000 (18:47 +0000)]
Better description of trace

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

8 years agoFix typo in comment
Christophe Jaillet [Thu, 21 Jan 2016 18:45:24 +0000 (18:45 +0000)]
Fix typo in comment

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

8 years agorevert
Jim Jagielski [Thu, 21 Jan 2016 18:41:21 +0000 (18:41 +0000)]
revert

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

8 years agoclash :)
Jim Jagielski [Thu, 21 Jan 2016 18:38:01 +0000 (18:38 +0000)]
clash :)

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

8 years agoAdjust
Jim Jagielski [Thu, 21 Jan 2016 18:33:52 +0000 (18:33 +0000)]
Adjust

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

8 years agoTry fixing new proxy_hcheck expr extension.
Rainer Jung [Thu, 21 Jan 2016 18:30:26 +0000 (18:30 +0000)]
Try fixing new proxy_hcheck expr extension.

Interestingly mod_ssl using NULL as well,
but some other module I wrote uses parms->name.

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

8 years agoFix copy&paste error in new function.
Rainer Jung [Thu, 21 Jan 2016 18:22:38 +0000 (18:22 +0000)]
Fix copy&paste error in new function.

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

8 years agoImplement expr lookup in mod_proxy_hcheck for
Rainer Jung [Thu, 21 Jan 2016 17:49:21 +0000 (17:49 +0000)]
Implement expr lookup in mod_proxy_hcheck for
variables whose names start with "HC_" and for
the new function hc().

Currently only HC_BODY and hc(body) are supported.
Both return the saved body of the health check
response to be used in an expr that decides about
success of a check.

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

8 years agommn bump for scoreboard api changes
Stefan Eissing [Thu, 21 Jan 2016 17:18:19 +0000 (17:18 +0000)]
mmn bump for scoreboard api changes

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

8 years agoscoreboard http2 status gives stream summary
Stefan Eissing [Thu, 21 Jan 2016 16:43:42 +0000 (16:43 +0000)]
scoreboard http2 status gives stream summary

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

8 years agoupdate scoreboard CHANGES
Stefan Eissing [Thu, 21 Jan 2016 16:42:18 +0000 (16:42 +0000)]
update scoreboard CHANGES

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

8 years agoreverting messup
Stefan Eissing [Thu, 21 Jan 2016 16:41:00 +0000 (16:41 +0000)]
reverting messup

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

8 years agoupdate scoreboard CHANGES, doh
Stefan Eissing [Thu, 21 Jan 2016 16:39:12 +0000 (16:39 +0000)]
update scoreboard CHANGES, doh

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

8 years agoscoreboard addition of protocol, new ap_udpte_child_status methods
Stefan Eissing [Thu, 21 Jan 2016 16:36:33 +0000 (16:36 +0000)]
scoreboard addition of protocol, new ap_udpte_child_status methods

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

8 years agospatch uses, from what I can see, double '-' for long directives
Jim Jagielski [Thu, 21 Jan 2016 15:23:59 +0000 (15:23 +0000)]
spatch uses, from what I can see, double '-' for long directives

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

8 years agoUpdate...
Jim Jagielski [Thu, 21 Jan 2016 15:22:41 +0000 (15:22 +0000)]
Update...

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

8 years agoAdjust so that watchdog runs every 2 seconds
Jim Jagielski [Thu, 21 Jan 2016 15:08:25 +0000 (15:08 +0000)]
Adjust so that watchdog runs every 2 seconds

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

8 years agousing socket timeouts to stutter keepalives, so that MPM stopping can be properly...
Stefan Eissing [Thu, 21 Jan 2016 15:00:30 +0000 (15:00 +0000)]
using socket timeouts to stutter keepalives, so that MPM stopping can be properly addressed.

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

8 years agoAssign log message tags
Jim Jagielski [Thu, 21 Jan 2016 14:52:43 +0000 (14:52 +0000)]
Assign log message tags

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

8 years agonew module
Jim Jagielski [Thu, 21 Jan 2016 13:58:03 +0000 (13:58 +0000)]
new module

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

8 years agoGET now supported
Jim Jagielski [Thu, 21 Jan 2016 13:55:37 +0000 (13:55 +0000)]
GET now supported

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

8 years agoNote that as a function, kept_body requires an argument,
Jim Jagielski [Thu, 21 Jan 2016 13:54:41 +0000 (13:54 +0000)]
Note that as a function, kept_body requires an argument,
but the value of that argument is completely moot.

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

8 years agohandling TIMEUP on SSL inputs by allowing later retries
Stefan Eissing [Thu, 21 Jan 2016 13:14:07 +0000 (13:14 +0000)]
handling TIMEUP on SSL inputs by allowing later retries

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

8 years agoxforms
Eric Covener [Thu, 21 Jan 2016 02:26:53 +0000 (02:26 +0000)]
xforms

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

8 years agorevert r1725348, force-response-1.0 is not suggested.
Eric Covener [Thu, 21 Jan 2016 02:24:51 +0000 (02:24 +0000)]
revert r1725348, force-response-1.0 is not suggested.

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

8 years agorevert r1725349, misread 7230.
Eric Covener [Thu, 21 Jan 2016 02:23:42 +0000 (02:23 +0000)]
revert r1725349, misread 7230.

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

8 years agoFix APLOGNO coccinelle change done in r1725551.
Rainer Jung [Wed, 20 Jan 2016 23:33:38 +0000 (23:33 +0000)]
Fix APLOGNO coccinelle change done in r1725551.

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

8 years agoWith the updated ap_expr, we can now check for the
Jim Jagielski [Wed, 20 Jan 2016 22:13:02 +0000 (22:13 +0000)]
With the updated ap_expr, we can now check for the
returned response body, stored in kept_body

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

8 years agoexpand and err-check...
Jim Jagielski [Wed, 20 Jan 2016 17:54:38 +0000 (17:54 +0000)]
expand and err-check...

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

8 years agoJust in case...
Jim Jagielski [Wed, 20 Jan 2016 17:37:19 +0000 (17:37 +0000)]
Just in case...

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

8 years agoxforms
Jim Jagielski [Wed, 20 Jan 2016 17:01:07 +0000 (17:01 +0000)]
xforms

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

8 years agoap_expr now allows kept_body() function to grab/use
Jim Jagielski [Wed, 20 Jan 2016 16:58:04 +0000 (16:58 +0000)]
ap_expr now allows kept_body() function to grab/use
response body if stored in r->kept_body

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

8 years agoupdating scoreboard from conn to erase request string whenever appropriate
Stefan Eissing [Wed, 20 Jan 2016 13:45:31 +0000 (13:45 +0000)]
updating scoreboard from conn to erase request string whenever appropriate

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

8 years agoAnd make the list of health check conditions viewable via
Jim Jagielski [Tue, 19 Jan 2016 20:48:33 +0000 (20:48 +0000)]
And make the list of health check conditions viewable via
the balancer manager :)

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

8 years agoExpose the expr
Jim Jagielski [Tue, 19 Jan 2016 20:48:24 +0000 (20:48 +0000)]
Expose the expr

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

8 years agoUse worker status character defines taken
Rainer Jung [Tue, 19 Jan 2016 19:44:13 +0000 (19:44 +0000)]
Use worker status character defines taken
from mod_proxy.h instead of explicit characters.

Noted by rpluem.

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

8 years agoUpdate xforms!
Jim Jagielski [Tue, 19 Jan 2016 18:49:08 +0000 (18:49 +0000)]
Update xforms!

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

8 years agocorrect error string
Jim Jagielski [Tue, 19 Jan 2016 18:16:21 +0000 (18:16 +0000)]
correct error string

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

8 years agoLatest fixes... move some to TRACE7
Jim Jagielski [Tue, 19 Jan 2016 17:40:37 +0000 (17:40 +0000)]
Latest fixes... move some to TRACE7

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

8 years agoAdjust log levels
Jim Jagielski [Tue, 19 Jan 2016 16:59:50 +0000 (16:59 +0000)]
Adjust log levels

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

8 years agoNow, allow for checking of conditions, created and defined via
Jim Jagielski [Tue, 19 Jan 2016 16:30:12 +0000 (16:30 +0000)]
Now, allow for checking of conditions, created and defined via
the ProxyHCExpr directive.

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

8 years agoImprove spatch for APLOGNO a bit.
Rainer Jung [Tue, 19 Jan 2016 15:45:44 +0000 (15:45 +0000)]
Improve spatch for APLOGNO a bit.

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

8 years agoUpdate APLOGNO next-number.
Rainer Jung [Tue, 19 Jan 2016 15:43:43 +0000 (15:43 +0000)]
Update APLOGNO next-number.

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

8 years agoAdded some more log numbers to log statements that
Rainer Jung [Tue, 19 Jan 2016 15:43:17 +0000 (15:43 +0000)]
Added some more log numbers to log statements that
had none.

Those were not detected by the coccinelle script.
Only a few hard cases are remaining now.

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

8 years agoStart impl of expr conditions for runtime checks
Jim Jagielski [Tue, 19 Jan 2016 15:29:25 +0000 (15:29 +0000)]
Start impl of expr conditions for runtime checks

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

8 years agochecking for stopping MPM before going into blocking keepalive read
Stefan Eissing [Tue, 19 Jan 2016 15:24:41 +0000 (15:24 +0000)]
checking for stopping MPM before going into blocking keepalive read

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

8 years agoFor OPTIONS and HEAD, only 2xx and 3xx are considered "passing"
Jim Jagielski [Tue, 19 Jan 2016 14:14:27 +0000 (14:14 +0000)]
For OPTIONS and HEAD, only 2xx and 3xx are considered "passing"
(until I implement the conditions expr testing)... honor
the pass/fail count and LOG_INFO when the health check enables
or disables a backend worker.

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

8 years agoRemove APLOGNO after moving log message to
Rainer Jung [Tue, 19 Jan 2016 13:37:42 +0000 (13:37 +0000)]
Remove APLOGNO after moving log message to
TRACE1 in r1724847.

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

8 years agoOPTIONS/HEAD proxy function should be diff from simple TCP check
Jim Jagielski [Tue, 19 Jan 2016 12:50:03 +0000 (12:50 +0000)]
OPTIONS/HEAD proxy function should be diff from simple TCP check

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