]> granicus.if.org Git - apache/log
apache
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

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