]> granicus.if.org Git - apache/log
apache
8 years agoSTOPPED workers are never retried... Disabled can be.
Jim Jagielski [Wed, 3 Feb 2016 12:52:29 +0000 (12:52 +0000)]
STOPPED workers are never retried... Disabled can be.

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

8 years agoActually, do the nulling indepedent of whether it is being
Jim Jagielski [Tue, 2 Feb 2016 20:49:23 +0000 (20:49 +0000)]
Actually, do the nulling indepedent of whether it is being
set or not.

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

8 years agoIf disabling health check (NONE) or using TCP method, then
Jim Jagielski [Tue, 2 Feb 2016 20:49:17 +0000 (20:49 +0000)]
If disabling health check (NONE) or using TCP method, then
the expression is moot and is nulled out

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

8 years agoNow honor changed params!
Jim Jagielski [Tue, 2 Feb 2016 20:28:13 +0000 (20:28 +0000)]
Now honor changed params!

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

8 years agoNow input-ize the values... next step is to tie into the
Jim Jagielski [Tue, 2 Feb 2016 18:04:46 +0000 (18:04 +0000)]
Now input-ize the values... next step is to tie into the
actual POST

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

8 years agoTie bal-man to hcheck for dynamic adjustments... right now,
Jim Jagielski [Tue, 2 Feb 2016 17:23:43 +0000 (17:23 +0000)]
Tie bal-man to hcheck for dynamic adjustments... right now,
actually editing not implemented yet.

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

8 years agoBetter naming
Jim Jagielski [Tue, 2 Feb 2016 15:45:39 +0000 (15:45 +0000)]
Better naming

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

8 years agoOnly show if hcheck module is loaded
Jim Jagielski [Tue, 2 Feb 2016 15:45:32 +0000 (15:45 +0000)]
Only show if hcheck module is loaded

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

8 years agoSince these are externs, prepend proxy_
Jim Jagielski [Tue, 2 Feb 2016 15:21:38 +0000 (15:21 +0000)]
Since these are externs, prepend proxy_

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

8 years agoexpose more worker status info in prep for making
Jim Jagielski [Tue, 2 Feb 2016 14:56:30 +0000 (14:56 +0000)]
expose more worker status info in prep for making
more dynamically changable

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

8 years agoexplicitly controlling write timeouts, not properly in place from vhost
Stefan Eissing [Tue, 2 Feb 2016 12:12:29 +0000 (12:12 +0000)]
explicitly controlling write timeouts, not properly in place from vhost

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

8 years agoResolves comment about how regex matches, at
Rich Bowen [Tue, 2 Feb 2016 11:11:23 +0000 (11:11 +0000)]
Resolves comment about how regex matches, at
http://httpd.apache.org/docs/current/mod/mod_rewrite.html#comments_thread

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

8 years agoFix weird indentation
Rich Bowen [Tue, 2 Feb 2016 10:53:15 +0000 (10:53 +0000)]
Fix weird indentation

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

8 years agoBuncha rebuilds.
Rich Bowen [Mon, 1 Feb 2016 17:11:56 +0000 (17:11 +0000)]
Buncha rebuilds.

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

8 years agoThis is a definition list, so format it as one.
Rich Bowen [Mon, 1 Feb 2016 17:10:30 +0000 (17:10 +0000)]
This is a definition list, so format it as one.

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

8 years agoa little love for timneouts in the sync mpm setups
Stefan Eissing [Mon, 1 Feb 2016 16:19:10 +0000 (16:19 +0000)]
a little love for timneouts in the sync mpm setups

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

8 years agoAnother catch from NormW
Jim Jagielski [Mon, 1 Feb 2016 14:19:10 +0000 (14:19 +0000)]
Another catch from NormW

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

8 years agoexporting mod_http2.h
Stefan Eissing [Mon, 1 Feb 2016 13:30:32 +0000 (13:30 +0000)]
exporting mod_http2.h

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

8 years agomod_heartmonitor: No need to search twice for the same value + fix some style
Christophe Jaillet [Sun, 31 Jan 2016 17:10:27 +0000 (17:10 +0000)]
mod_heartmonitor: No need to search twice for the same value + fix some style

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

8 years agoFix typo in my last change; spotted by Lucien Gentis.
Christophe Jaillet [Sat, 30 Jan 2016 17:59:04 +0000 (17:59 +0000)]
Fix typo in my last change; spotted by Lucien Gentis.
Thx

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

8 years ago2nd rebuild
Lucien Gentis [Sat, 30 Jan 2016 17:47:12 +0000 (17:47 +0000)]
2nd rebuild

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

8 years agoRebuild.
Lucien Gentis [Sat, 30 Jan 2016 17:36:32 +0000 (17:36 +0000)]
Rebuild.

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

8 years agocharset returns to ISO-8859-1.
Lucien Gentis [Sat, 30 Jan 2016 17:32:35 +0000 (17:32 +0000)]
charset returns to ISO-8859-1.

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

8 years agoRebuild with 'fr bootstrap' options.
Lucien Gentis [Sat, 30 Jan 2016 17:25:53 +0000 (17:25 +0000)]
Rebuild with 'fr bootstrap' options.

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

8 years agocharset change to UTF-8.
Lucien Gentis [Sat, 30 Jan 2016 17:20:47 +0000 (17:20 +0000)]
charset change to UTF-8.

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

8 years agoRebuild.
Lucien Gentis [Sat, 30 Jan 2016 16:44:35 +0000 (16:44 +0000)]
Rebuild.

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

8 years agoXML updates.
Lucien Gentis [Sat, 30 Jan 2016 16:43:13 +0000 (16:43 +0000)]
XML updates.

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

8 years agoFix a tag in the Spanish doc
Christophe Jaillet [Sat, 30 Jan 2016 07:05:38 +0000 (07:05 +0000)]
Fix a tag in the Spanish doc

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

8 years agoFix examples
Christophe Jaillet [Fri, 29 Jan 2016 21:59:16 +0000 (21:59 +0000)]
Fix examples

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

8 years agoAdd missing <code></code> to be consistent
Christophe Jaillet [Fri, 29 Jan 2016 21:53:09 +0000 (21:53 +0000)]
Add missing <code></code> to be consistent

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

8 years agoTake into account an old comment from Thomas.
Christophe Jaillet [Fri, 29 Jan 2016 21:46:27 +0000 (21:46 +0000)]
Take into account an old comment from Thomas.
Add an example using regex

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

8 years agoSmall visual tweak
Christophe Jaillet [Fri, 29 Jan 2016 20:20:22 +0000 (20:20 +0000)]
Small visual tweak

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

8 years agoFix doc as spotted by Shane Roberts in online doc
Christophe Jaillet [Fri, 29 Jan 2016 19:40:36 +0000 (19:40 +0000)]
Fix doc as spotted by Shane Roberts in online doc

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

8 years agoremoval of ugly and distatestful event connection state hacks in mod_http2
Stefan Eissing [Fri, 29 Jan 2016 15:52:32 +0000 (15:52 +0000)]
removal of ugly and distatestful event connection state hacks in mod_http2

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

8 years agoevent: slave connection init, vhost early config
Stefan Eissing [Fri, 29 Jan 2016 15:51:25 +0000 (15:51 +0000)]
event: slave connection init, vhost early config

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

8 years agousing keepalive timeout only when no streams are open, changing from seconds to prope...
Stefan Eissing [Fri, 29 Jan 2016 14:37:17 +0000 (14:37 +0000)]
using keepalive timeout only when no streams are open, changing from seconds to proper apr_interval_time_t

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

8 years agoremoved experimental++ H2* timeout directives, instead using normal Timeout and KeepA...
Stefan Eissing [Fri, 29 Jan 2016 14:17:12 +0000 (14:17 +0000)]
removed experimental++ H2* timeout directives, instead using normal Timeout and KeepAliveTimeout only

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

8 years agofix for wrong return check on ap_prep_lingering_close(), causing regressions
Stefan Eissing [Fri, 29 Jan 2016 13:13:05 +0000 (13:13 +0000)]
fix for wrong return check on ap_prep_lingering_close(), causing regressions

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

8 years ago* Transform the buckets to the correct lifetime of the brigade, connection and filter...
Ruediger Pluem [Fri, 29 Jan 2016 12:36:38 +0000 (12:36 +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@1727567 13f79535-47bb-0310-9956-ffa450edef68

8 years ago* Use the correct brigade created from the correct bucket allocator for the correct...
Ruediger Pluem [Fri, 29 Jan 2016 11:59:34 +0000 (11:59 +0000)]
* Use the correct brigade created from the correct bucket allocator for the correct purpose

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

8 years ago* Use the brigades the other way around if the connections are used the other way...
Ruediger Pluem [Fri, 29 Jan 2016 11:58:25 +0000 (11:58 +0000)]
* Use the brigades the other way around if the connections are used the other way around

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

8 years agocorrectly processing multiple rel values in Link headers, suppressing PUSH if nopush...
Stefan Eissing [Fri, 29 Jan 2016 11:40:19 +0000 (11:40 +0000)]
correctly processing multiple rel values in Link headers, suppressing PUSH if nopush param is present in link header

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

8 years ago* Ensure that proto_num and protocol is set in another "error out early" edge
Ruediger Pluem [Fri, 29 Jan 2016 11:36:36 +0000 (11:36 +0000)]
* Ensure that proto_num and protocol is set in another "error out early" edge
  case. This can happen with invalid CONNECT requests as described in the PR.

PR: 58929

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

8 years agomake docs
Jeff Trawick [Thu, 28 Jan 2016 12:11:16 +0000 (12:11 +0000)]
make docs

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

8 years agoUpdate Perl FCGI examples to work with current version of module
Jeff Trawick [Thu, 28 Jan 2016 12:07:07 +0000 (12:07 +0000)]
Update Perl FCGI examples to work with current version of module

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

8 years agoAdded more env variables to the mod_cgi's documentation.
Luca Toscano [Wed, 27 Jan 2016 21:48:28 +0000 (21:48 +0000)]
Added more env variables to the mod_cgi's documentation.
Bugs: 58305/58306

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

8 years ago* Xforms
Ruediger Pluem [Wed, 27 Jan 2016 16:15:20 +0000 (16:15 +0000)]
* Xforms

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

8 years ago* Change entry and documentation for SSLOCSPProxyURL
Ruediger Pluem [Wed, 27 Jan 2016 16:14:51 +0000 (16:14 +0000)]
* Change entry and documentation for SSLOCSPProxyURL

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

8 years ago* Whitespace cleanup
Ruediger Pluem [Wed, 27 Jan 2016 16:12:22 +0000 (16:12 +0000)]
* Whitespace cleanup

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

8 years ago* Xforms
Ruediger Pluem [Wed, 27 Jan 2016 15:59:51 +0000 (15:59 +0000)]
* Xforms

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

8 years ago* Xforms
Ruediger Pluem [Wed, 27 Jan 2016 15:57:57 +0000 (15:57 +0000)]
* Xforms

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

8 years agoasync handling of idle http2 connections
Stefan Eissing [Wed, 27 Jan 2016 15:06:36 +0000 (15:06 +0000)]
async handling of idle http2 connections

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

8 years agonew hook pre_close_connection
Stefan Eissing [Wed, 27 Jan 2016 14:51:53 +0000 (14:51 +0000)]
new hook pre_close_connection

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

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