]>
granicus.if.org Git - apache/log
Rainer Jung [Sat, 6 Feb 2016 19:13:42 +0000 (19:13 +0000)]
Netware: pull up ws2nlm imports from all (most)
proxy module makefiles to the main proxy makefile.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1728874 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sat, 6 Feb 2016 17:46:30 +0000 (17:46 +0000)]
Rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1728858 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sat, 6 Feb 2016 17:34:33 +0000 (17:34 +0000)]
XML updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1728855 13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Jung [Sat, 6 Feb 2016 11:21:34 +0000 (11:21 +0000)]
Netware proxy makefiles:
- change vpatch for wstunnel to be consistent
with orther proxy modules. Likely a
a copy&paste error from a balancer module
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1728813 13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Jung [Sat, 6 Feb 2016 11:18:36 +0000 (11:18 +0000)]
Netwarep proxy makefiles
- remove unneeded XINCDIRS
- there are no header files in $(STDMOD)/http
- $(STDMOD)/generators and $(STDMOD)/ssl
for serf were likely copy&paste from
NWGNUproxy, but serf doesn't need them
- $(STDMOD)/proxy for wstunnel likely
copy&paste from some lb module but
wstunnel doesn't need them
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1728812 13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Jung [Sat, 6 Feb 2016 11:05:15 +0000 (11:05 +0000)]
Netware proxy makefiles:
- use $(NLM_NAME) instead of explicit name
when defining TARGET_nlm
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1728810 13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Jung [Sat, 6 Feb 2016 11:01:18 +0000 (11:01 +0000)]
Reduce differences between Netware proxy makefiles.
- removing trailing whitespace
- remove trailing empty lines
- choose a common order for lists
- choose a common style for TARGET_nlm and
TARGET_lib definitions
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1728808 13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Jung [Sat, 6 Feb 2016 10:16:06 +0000 (10:16 +0000)]
Set EOL style on new file.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1728805 13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Jung [Sat, 6 Feb 2016 10:15:00 +0000 (10:15 +0000)]
Add mod_proxy_hcheck to the Netware build
system.
Contributed by NormW.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1728804 13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Jung [Sat, 6 Feb 2016 10:11:19 +0000 (10:11 +0000)]
Fix typo in Netware makefiles.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1728803 13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Jung [Sat, 6 Feb 2016 00:35:22 +0000 (00:35 +0000)]
Add proxy_module to the list of symbols
detected by Netware export/import awk
script.
We do not export proxy_module by putting it
into modules/proxy/NWGNUproxy explicitely,
because all accompanying proxy modules need
this symbol to access their config. So let
the awk script add proxy_module to the imp
file and then export it from mod_proxy and
import it to all other mod_proxy_xxx modules
via the imp file.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1728780 13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Jung [Sat, 6 Feb 2016 00:30:37 +0000 (00:30 +0000)]
Standardize order of "extern" and XXX_DECLARE_YYY.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1728779 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Fri, 5 Feb 2016 22:24:38 +0000 (22:24 +0000)]
Remove now useless apr_pstrdup.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1728748 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Fri, 5 Feb 2016 22:21:40 +0000 (22:21 +0000)]
Remove now useless cast.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1728744 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Fri, 5 Feb 2016 22:17:46 +0000 (22:17 +0000)]
Constify the protocol field in the request_rec structure.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1728739 13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Jung [Fri, 5 Feb 2016 13:27:56 +0000 (13:27 +0000)]
Remove recent new marker macroPROXY_HOOK_NON_LINKED
and instead use PROXY_DECLARE_OPTIONAL_HOOK which
is defined to be equal to APR_DECLARE_EXTERNAL_HOOK.
Correct explanation for the use of
PROXY_DECLARE_OPTIONAL_HOOK.
Use PROXY_DECLARE_OPTIONAL_HOOK for the correct
hooks.
Adjust build/make_nw_export.awk to match the new
PROXY_DECLARE_OPTIONAL_HOOK.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1728663 13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Jung [Fri, 5 Feb 2016 12:31:33 +0000 (12:31 +0000)]
Allow Netware awk script which handles proxy
symbol import/export to differentiate between
hooks which call APR_HOOK_LINK() in the C
files and those who don't by marking them
in the header file.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1728656 13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Jung [Fri, 5 Feb 2016 12:12:14 +0000 (12:12 +0000)]
Provide dummy impl of ap_proxy_connect_uds()
in case when APR_HAVE_SYS_UN_H is not defined.
Just returns APR_ENOTIMPL.
This helps symbol export/import handling on
Netware and also seems to be more correct,
because mod_proxy.h contains ap_proxy_connect_uds()
unconditionally.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1728650 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Eissing [Fri, 5 Feb 2016 10:41:00 +0000 (10:41 +0000)]
seems to work better in this order
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1728631 13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Jung [Fri, 5 Feb 2016 00:20:07 +0000 (00:20 +0000)]
Build symbol import and export files for
proxy on Netware using the same awk script
which is already used for mod_cache.
Adjust other Netware makefiles to use this
new imp file.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1728574 13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Jung [Fri, 5 Feb 2016 00:18:26 +0000 (00:18 +0000)]
Add support for the proxy modules to
the awk script used to generate Netware
symbol import and export files.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1728573 13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Jung [Fri, 5 Feb 2016 00:16:52 +0000 (00:16 +0000)]
Guess some platforms need PROXY_DECLARE_DATA
for data shared between proxy modules and
declared to be extern.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1728572 13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Jung [Thu, 4 Feb 2016 23:40:43 +0000 (23:40 +0000)]
Add new exported symbols to the Netware make
file.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1728569 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 4 Feb 2016 19:09:35 +0000 (19:09 +0000)]
xform
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1728536 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 4 Feb 2016 19:08:28 +0000 (19:08 +0000)]
Hrm
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1728534 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 4 Feb 2016 19:06:03 +0000 (19:06 +0000)]
Use bordered table
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1728532 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 4 Feb 2016 18:43:43 +0000 (18:43 +0000)]
xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1728526 13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Thu, 4 Feb 2016 13:57:14 +0000 (13:57 +0000)]
* Let mod_proxy_wstunnel and mod_proxy_connect use ap_proxy_transfer_between_connections
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1728481 13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Thu, 4 Feb 2016 13:41:19 +0000 (13:41 +0000)]
* Introduce ap_proxy_transfer_between_connections
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1728478 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Wed, 3 Feb 2016 14:33:43 +0000 (14:33 +0000)]
Enabling a worker via health-check also moves them out of
ERROR more (which may have been set via the static
"health" check done via mod_proxy).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1728326 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Wed, 3 Feb 2016 14:30:53 +0000 (14:30 +0000)]
Only health-check workers which are not STOPPED
Only log Checking if we are actually checking
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1728325 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Wed, 3 Feb 2016 13:54:26 +0000 (13:54 +0000)]
correct closing tag
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1728314 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Wed, 3 Feb 2016 13:19:39 +0000 (13:19 +0000)]
Better explanation... use as table
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1728305 13f79535 -47bb-0310-9956-
ffa450edef68
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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