]> granicus.if.org Git - apache/log
apache
8 years agoadjust
Jim Jagielski [Wed, 10 Feb 2016 14:57:07 +0000 (14:57 +0000)]
adjust

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

8 years agoStart of guide...
Jim Jagielski [Wed, 10 Feb 2016 14:54:58 +0000 (14:54 +0000)]
Start of guide...

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

8 years agotuning the output passing and flushing a bit
Stefan Eissing [Wed, 10 Feb 2016 13:49:25 +0000 (13:49 +0000)]
tuning the output passing and flushing a bit

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

8 years agoCommit images for reverse proxy howto guide
Jim Jagielski [Wed, 10 Feb 2016 13:20:23 +0000 (13:20 +0000)]
Commit images for reverse proxy howto guide

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

8 years agotimeout handling when idle but still streams open
Stefan Eissing [Wed, 10 Feb 2016 12:15:15 +0000 (12:15 +0000)]
timeout handling when idle but still streams open

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

8 years agonetware build additions for mod_proxy_http2 supplied by normw
Stefan Eissing [Wed, 10 Feb 2016 11:34:26 +0000 (11:34 +0000)]
netware build additions for mod_proxy_http2 supplied by normw

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

8 years agotune from rocky horror picture show: Doing the handshake...again
Stefan Eissing [Wed, 10 Feb 2016 11:04:03 +0000 (11:04 +0000)]
tune from rocky horror picture show: Doing the handshake...again

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

8 years agofixing uninitialized ssl_hostname
Stefan Eissing [Wed, 10 Feb 2016 10:06:57 +0000 (10:06 +0000)]
fixing uninitialized ssl_hostname

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

8 years agomod_proxy: axe negative "ping" parameter setting and handling.
Yann Ylavic [Tue, 9 Feb 2016 23:38:59 +0000 (23:38 +0000)]
mod_proxy: axe negative "ping" parameter setting and handling.
This used to check for the backend connection readability only (instead of
the full ping/100-continue round-trip), but the case is already handled by
ap_proxy_connect_backend() which is always called.

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

8 years agoOpenSSL 1.1.0 support
Rainer Jung [Tue, 9 Feb 2016 23:20:50 +0000 (23:20 +0000)]
OpenSSL 1.1.0 support
- no need to check for opaque "valid" cert
  flag, since we get here only if internal
  certificate verification of OpenSSL returned
  ok=1.

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

8 years agoOpenSSl 1.1.0 support
Rainer Jung [Tue, 9 Feb 2016 23:18:20 +0000 (23:18 +0000)]
OpenSSl 1.1.0 support
- improve renegotiation loop.
  Should now also work in case only the
  cipher changes.
  Should now also work in case the handshake
  ends with an error.

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

8 years agoDocumentation rebuild.
Luca Toscano [Tue, 9 Feb 2016 21:34:38 +0000 (21:34 +0000)]
Documentation rebuild.

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

8 years agoProposal for an improved version of the mod_even page.
Luca Toscano [Tue, 9 Feb 2016 21:33:28 +0000 (21:33 +0000)]
Proposal for an improved version of the mod_even page.

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

8 years agoadding flush bucket on every main connection buffer flushes
Stefan Eissing [Tue, 9 Feb 2016 19:17:45 +0000 (19:17 +0000)]
adding flush bucket on every main connection buffer flushes

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

8 years agoFix compiler warning when using OpenSSL 1.1.0.
Rainer Jung [Tue, 9 Feb 2016 18:10:11 +0000 (18:10 +0000)]
Fix compiler warning when using OpenSSL 1.1.0.

The old compatibility macro check no longer works,
because those are now actual functions, so an
ifndef is not the correct check.

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

8 years agoremove as requested by yann
Jim Jagielski [Tue, 9 Feb 2016 17:50:02 +0000 (17:50 +0000)]
remove as requested by yann

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

8 years agor1726009 was a minor bump only
Eric Covener [Tue, 9 Feb 2016 12:57:11 +0000 (12:57 +0000)]
r1726009 was a minor bump only

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

8 years ago1726233 temporarily broke UDS r->handler case sensitivity
Eric Covener [Tue, 9 Feb 2016 12:55:17 +0000 (12:55 +0000)]
1726233 temporarily broke UDS r->handler case sensitivity

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

8 years agoxforms
Jim Jagielski [Tue, 9 Feb 2016 12:18:23 +0000 (12:18 +0000)]
xforms

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

8 years agoNote new status flag
Jim Jagielski [Tue, 9 Feb 2016 12:16:46 +0000 (12:16 +0000)]
Note new status flag

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

8 years agoSupport for OpenSSL 1.1.0:
Rainer Jung [Tue, 9 Feb 2016 09:55:18 +0000 (09:55 +0000)]
Support for OpenSSL 1.1.0:
- partial support for renegotiations.
  - Not a good design, need to poll until
    renegotitation has finished.
  - Loop criterion not right, if no client certs
    will be send.
  - Also doesn't work for EC or DH ciphers.
    Unclear how to fix with current 1.1.0
    API.
  - Details see
    http://marc.info/?t=145493359200002&r=1&w=2

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

8 years agoNetware Makefiles for mod_proxy:
Rainer Jung [Mon, 8 Feb 2016 23:27:27 +0000 (23:27 +0000)]
Netware Makefiles for mod_proxy:
Rephrase comment as Norm suggested.

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

8 years agoNetware Makefiles for mod_proxy:
Rainer Jung [Mon, 8 Feb 2016 23:24:55 +0000 (23:24 +0000)]
Netware Makefiles for mod_proxy:

mod_proxy_express and mod_proxy_hcheck
do not need imports for sockets.

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

8 years agoRevert r1728874:
Rainer Jung [Mon, 8 Feb 2016 23:21:57 +0000 (23:21 +0000)]
Revert r1728874:
Netware: pull up ws2nlm imports from all (most)
proxy module makefiles to the main proxy makefile.

The individual module Makefiles overwrite
FILES_nlm_Ximports instead of appending.
Furthermore, now we know which modules need
this import so we can set it specifically
for those.

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

8 years agoExclude MPM modules from automatic LoadModule
Rainer Jung [Mon, 8 Feb 2016 19:45:17 +0000 (19:45 +0000)]
Exclude MPM modules from automatic LoadModule
enabling when configure was called with
-enable-load-all-modules. The default MPM
should still get enabled automatically.

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

8 years agonew experimental http2 proxy module for h2: and h2c: proxy urls
Stefan Eissing [Mon, 8 Feb 2016 16:53:45 +0000 (16:53 +0000)]
new experimental http2 proxy module for h2: and h2c: proxy urls

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

8 years agolet proxy handler forward ALPN protocol strings for ssl proxy connections
Stefan Eissing [Mon, 8 Feb 2016 16:50:07 +0000 (16:50 +0000)]
let proxy handler forward ALPN protocol strings for ssl proxy connections

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

8 years agoEVP_MD_CTX_new() and EVP_MD_CTX_free()
Rainer Jung [Sun, 7 Feb 2016 21:10:16 +0000 (21:10 +0000)]
EVP_MD_CTX_new() and EVP_MD_CTX_free()
Only exist in OpenSSL 1.1.0. They were
renamed from EVP_MD_CTX_create() and
EVP_MD_CTX_destroy().

Followup to r1728979.

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

8 years agoRestore line deleted in error in r1728909.
Rainer Jung [Sun, 7 Feb 2016 20:37:42 +0000 (20:37 +0000)]
Restore line deleted in error in r1728909.

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

8 years agoSupport for OpenSSL 1.1.0:
Rainer Jung [Sun, 7 Feb 2016 16:12:34 +0000 (16:12 +0000)]
Support for OpenSSL 1.1.0:
- don't check for SSLeay_version() in configure
  The function no longer exists in 1.1.0.
  It was replaced by OpenSSL_version().
- Switch between SSLeay_version(U) and
  OpenSSL_version() depending on version
  in modules/ssl/ssl_util_ssl.h.
- Use MODSSL_LIBRARY_DYNTEXT everywhere.

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

8 years agoRebuild.
Lucien Gentis [Sun, 7 Feb 2016 16:11:39 +0000 (16:11 +0000)]
Rebuild.

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

8 years agoSupport for OpenSSL 1.1.0:
Rainer Jung [Sun, 7 Feb 2016 16:10:46 +0000 (16:10 +0000)]
Support for OpenSSL 1.1.0:
- followup to r1728909 (incomplete switch
  from struct to struct pointer).

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

8 years agoXML update.
Lucien Gentis [Sun, 7 Feb 2016 16:10:26 +0000 (16:10 +0000)]
XML update.

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

8 years agoSupport for OpenSSL 1.1.0:
Rainer Jung [Sun, 7 Feb 2016 01:20:37 +0000 (01:20 +0000)]
Support for OpenSSL 1.1.0:
- mod_ssl
Look out for "XXX: OpenSSL 1.1.0:" for a few
open problems.

Not tested with test suite yet.

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

8 years agoSupport for OpenSSL 1.1.0
Rainer Jung [Sun, 7 Feb 2016 01:03:15 +0000 (01:03 +0000)]
Support for OpenSSL 1.1.0
- ab

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

8 years agoSet eol-style native for new mod_proxy_hcheck.c.
Rainer Jung [Sat, 6 Feb 2016 19:16:28 +0000 (19:16 +0000)]
Set eol-style native for new mod_proxy_hcheck.c.

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

8 years agoNetware: pull up ws2nlm imports from all (most)
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

8 years agoRebuild.
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

8 years agoXML updates.
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

8 years agoNetware proxy makefiles:
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

8 years agoNetwarep proxy makefiles
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

8 years agoNetware proxy makefiles:
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

8 years agoReduce differences between Netware proxy makefiles.
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

8 years agoSet EOL style on new file.
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

8 years agoAdd mod_proxy_hcheck to the Netware build
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

8 years agoFix typo in Netware makefiles.
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

8 years agoAdd proxy_module to the list of symbols
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

8 years agoStandardize order of "extern" and XXX_DECLARE_YYY.
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

8 years agoRemove now useless apr_pstrdup.
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

8 years agoRemove now useless cast.
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

8 years agoConstify the protocol field in the request_rec structure.
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

8 years agoRemove recent new marker macroPROXY_HOOK_NON_LINKED
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

8 years agoAllow Netware awk script which handles proxy
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

8 years agoProvide dummy impl of ap_proxy_connect_uds()
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

8 years agoseems to work better in this order
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

8 years agoBuild symbol import and export files for
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

8 years agoAdd support for the proxy modules to
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

8 years agoGuess some platforms need PROXY_DECLARE_DATA
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

8 years agoAdd new exported symbols to the Netware make
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

8 years agoxform
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

8 years agoHrm
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

8 years agoUse bordered table
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

8 years agoxforms
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

8 years ago* Let mod_proxy_wstunnel and mod_proxy_connect use ap_proxy_transfer_between_connections
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

8 years ago* Introduce ap_proxy_transfer_between_connections
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

8 years agoEnabling a worker via health-check also moves them out of
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

8 years agoOnly health-check workers which are not STOPPED
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

8 years agocorrect closing tag
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

8 years agoBetter explanation... use as table
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

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