]>
granicus.if.org Git - apache/log
Kaspar Brand [Sat, 12 Sep 2015 15:50:07 +0000 (15:50 +0000)]
update mod_ssl transformations
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1702646 13f79535 -47bb-0310-9956-
ffa450edef68
Kaspar Brand [Sat, 12 Sep 2015 15:42:40 +0000 (15:42 +0000)]
link to the OpenSSL 1.0.2 version of the SSL_CONF_cmd man page
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1702644 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Thu, 10 Sep 2015 19:32:52 +0000 (19:32 +0000)]
Andy Wang says lots of fishy things here
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1702312 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Wed, 9 Sep 2015 14:09:22 +0000 (14:09 +0000)]
Rebuild
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1702021 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Wed, 9 Sep 2015 14:07:35 +0000 (14:07 +0000)]
Applies patch from info@mathijs.info to use 2.4 authz syntax.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1702020 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Wed, 9 Sep 2015 02:37:49 +0000 (02:37 +0000)]
propose old trunk patch
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1701892 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 8 Sep 2015 11:10:16 +0000 (11:10 +0000)]
Merge r1700317, r1700318, r1700319, r1700320, r1700321, r1700322, r1700326, r1700328, r1700330, r1700331, r1700332, r1700334, r1700336, r1700338 from trunk:
Fix some spurious ident spotted by sparse
Silence a sparse warning about inconsistent indenting
Silence a sparse warning about inconsistent indenting
Silence a sparse warning about inconsistent indenting
Silence a sparse warning about inconsistent indenting
Silence a sparse warning about inconsistent indenting
Silence a sparse warning about inconsistent indenting + some minor style issues
Remove useless line
Silence a sparse warning about inconsistent indenting + some minor style issues
Silence a sparse warning about inconsistent indenting + some minor style issues
Silence a sparse warning about inconsistent indenting + some minor style issues
Fix some spurious ident spotted by sparse
Silence a sparse warning about inconsistent indenting + some minor style issues
Silence a sparse warning about inconsistent indenting + some minor style issues
Submitted by: jailletc36
Reviewed/backported by: jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1701772 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 8 Sep 2015 11:07:37 +0000 (11:07 +0000)]
Merge r1696105, r1700418 from trunk:
With the current implementation, it is likely to connect/close a socket with the memcache server for each command sent.
The root cause is a too small idle timeout (600 microseconds).
Add a new directive, 'MemcacheConnTTL', to control this idle connection timeout with the memcache server(s).
Change the default value from 600 usec (!) to 15 sec as per Yann suggestion.
I've limited accepted values from 1 to 1800 seconds (half an hour) because internaly, the value passed to 'apr_memcache_server_create' is still in mirco-seconds.
PR 58091
~~~~~~~~~~~~~~~~~~~_
Homemade measurement (on a slighly modified version of httpd) shows a +30% in number of processed requests using memcache to cache /index.html.
Comparison made between the 600 usec and 15 sec TTL.
Memcache config:
default
httpd Config:
CacheEnable socache /
CacheSocache memcache:127.0.0.1
LoadModule mpm_event_module modules/mod_mpm_event.so
httpd compiled with:
./configure --enable-mpms-shared=all --with-included-apr --with-mysql --with-libxml2 --enable-modules=reallyall --enable-ssl-ct=no --enable-maintainer-mode --prefix=$HOME/httpd-2.5
httpd and memcache running on the same VM running under Ubuntu 15.04
Load tested using:
ab -n 20000 http://127.0.0.1/index.html
Creation/closing of connections beetween httpd and memcache confirmed using the telnet connection to memcache and the stats command
Allow 0 as a valid value (never close idle connections)
Increased maximum allowed value to 3600 s (1 hour)
Use 'ap_timeout_parameter_parse' to allow more flexible configuration (i.e. h, min, s, ms suffixes)
Use 'apr_time_from_sec' when applicable.
Submitted by: jailletc36
Reviewed/backported by: jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1701771 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Eissing [Mon, 7 Sep 2015 18:08:52 +0000 (18:08 +0000)]
updated http2 backport proposal with own branch reference
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1701656 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Mon, 7 Sep 2015 06:54:54 +0000 (06:54 +0000)]
Vote.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1701559 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Mon, 7 Sep 2015 06:07:32 +0000 (06:07 +0000)]
Update proposal
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1701550 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Sun, 6 Sep 2015 21:47:45 +0000 (21:47 +0000)]
vote for alternative fix
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1701534 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Sun, 6 Sep 2015 21:28:35 +0000 (21:28 +0000)]
remove old flavor of ALPN proposal, new ALPN/Protols is now proposed.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1701529 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Sun, 6 Sep 2015 21:25:14 +0000 (21:25 +0000)]
some easy votes/promotes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1701528 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Sun, 6 Sep 2015 06:10:29 +0000 (06:10 +0000)]
Add CHANGES entry
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1701442 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Sun, 6 Sep 2015 02:08:32 +0000 (02:08 +0000)]
autoindex fix w/o mod_mime and mod_dir
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1701437 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Sat, 5 Sep 2015 17:04:34 +0000 (17:04 +0000)]
Merge r1597352 from trunk:
* Give ap_proxy_post_request as chance to act correctly on the status code
by setting r->status temporarily to access_status. r->status might be
different than access_status e.g. r->status could be HTTP_OK if e.g. we
override the error page on the proxy or if the error was not generated
by the backend itself but by the proxy e.g. a bad gateway.
Submitted by: rpluem
Reviewed/backported by: jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1701411 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Sat, 5 Sep 2015 17:04:13 +0000 (17:04 +0000)]
*) mod_session_dbd: fix lifetime of Request notes.
trunk: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/session/mod_session_dbd.c?r1=
1679181 &r2=
1687087 &view=patch
2.4.x: trunk patch applies.
+1: niq, ylavic, jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1701410 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Sat, 5 Sep 2015 17:02:41 +0000 (17:02 +0000)]
Merge r1693963 from trunk:
Allow cookies set by mod_rewrite to contain ':' by accepting
';' as an alternate separator. PR47241.
Submitted By: <bugzilla schermesser com>, covener
Committed By: covener
Submitted by: covener
Reviewed/backported by: jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1701409 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Sat, 5 Sep 2015 17:02:03 +0000 (17:02 +0000)]
Merge r1693919 from trunk:
Add HTTPD_VERSION and HTTPD_MMN to the variables available with apxs -q
PR58202.
Submitted By: Daniel Shahaf
Committed By: covener
Submitted by: covener
Reviewed/backported by: jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1701408 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Sat, 5 Sep 2015 17:01:10 +0000 (17:01 +0000)]
promote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1701407 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Sat, 5 Sep 2015 17:00:27 +0000 (17:00 +0000)]
ok
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1701406 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Sat, 5 Sep 2015 16:58:48 +0000 (16:58 +0000)]
Merge r1695170 from trunk:
Avoid a crash when lacking correct DB access permissions. PR 57868.
Submitted by: jailletc36
Reviewed/backported by: jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1701405 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Sat, 5 Sep 2015 16:58:11 +0000 (16:58 +0000)]
Merge r1688660 from trunk:
mod_authz_dbd: Avoid a crash when lacking correct DB access permissions. PR 57868.
Submitted by: Jose Kahan <jose w3.org>
Submitted by: ylavic
Reviewed/backported by: jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1701404 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Sat, 5 Sep 2015 06:39:49 +0000 (06:39 +0000)]
Fix typo (r1701349 in trunk)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1701351 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Fri, 4 Sep 2015 11:26:27 +0000 (11:26 +0000)]
Fix commits URLs ('r' prefix).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1701217 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Eissing [Fri, 4 Sep 2015 11:06:44 +0000 (11:06 +0000)]
updated backport proposal for protocols+mod_h2, updated patches
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1701210 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Eissing [Wed, 2 Sep 2015 14:09:42 +0000 (14:09 +0000)]
proposed backport of mod_h2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1700829 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Eissing [Wed, 2 Sep 2015 11:09:34 +0000 (11:09 +0000)]
updated protocols patch with latest changes and the missing NPN removal
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1700766 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Tue, 1 Sep 2015 09:56:05 +0000 (09:56 +0000)]
Vote.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1700462 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Tue, 1 Sep 2015 09:49:46 +0000 (09:49 +0000)]
Vote, comment.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1700458 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Tue, 1 Sep 2015 09:34:31 +0000 (09:34 +0000)]
Easy proposals
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1700447 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Tue, 1 Sep 2015 09:11:45 +0000 (09:11 +0000)]
Update proposal
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1700429 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Fri, 28 Aug 2015 21:21:41 +0000 (21:21 +0000)]
Move proposal to PATCHES/ISSUES THAT ARE BEING WORKED
Remove Eric vote as the patch will be tweaked.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1698419 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Fri, 28 Aug 2015 18:01:53 +0000 (18:01 +0000)]
vote for memcache change
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1698388 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Fri, 28 Aug 2015 17:54:29 +0000 (17:54 +0000)]
backport http://svn.apache.org/r1695583 from trunk:
mod_dir: when we bail out of fixups, make sure Content-Type is not still
httpd/unix-directory. This only happens when the generator sets
no content-type which is more common w/ no DefaultType in 2.4.
Submitted By: covener
Reviewed By: ylavic, niq
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1698384 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Fri, 28 Aug 2015 12:55:53 +0000 (12:55 +0000)]
pull proposal
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1698327 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Thu, 27 Aug 2015 23:02:03 +0000 (23:02 +0000)]
add FallbackResource / PR58292 fix
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1698240 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Eissing [Thu, 27 Aug 2015 12:26:58 +0000 (12:26 +0000)]
adding changeset for ap_array_index start parameter and ap_array_contains function
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1698137 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Thu, 27 Aug 2015 11:50:45 +0000 (11:50 +0000)]
Withdraw mod_proxy_balancer proposal (reverted).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1698124 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Eissing [Thu, 27 Aug 2015 11:25:09 +0000 (11:25 +0000)]
adding r1698116 to core-protocols.patch to clarify new api
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1698117 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Eissing [Thu, 27 Aug 2015 08:57:30 +0000 (08:57 +0000)]
added r1693918 to change list for protocols backport, updated core-protocols.patch
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1698094 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Eissing [Wed, 26 Aug 2015 13:37:18 +0000 (13:37 +0000)]
proposing Protocols patch for backport
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1697931 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Eissing [Wed, 26 Aug 2015 13:36:34 +0000 (13:36 +0000)]
arg, reverting the merge info
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1697930 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Eissing [Wed, 26 Aug 2015 13:34:10 +0000 (13:34 +0000)]
proposing Protocols patch for backport
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1697928 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Mon, 24 Aug 2015 10:39:17 +0000 (10:39 +0000)]
Add warning about reaching the balancer[-member] growth limit.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1697353 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Mon, 24 Aug 2015 10:05:53 +0000 (10:05 +0000)]
Still +1 with the new change.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1697348 13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Mon, 24 Aug 2015 07:46:52 +0000 (07:46 +0000)]
* Add patch for better cleanup and reset vote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1697324 13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Mon, 24 Aug 2015 07:40:33 +0000 (07:40 +0000)]
* Comments
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1697322 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sat, 22 Aug 2015 16:47:39 +0000 (16:47 +0000)]
Rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1697100 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sat, 22 Aug 2015 16:40:39 +0000 (16:40 +0000)]
XML update.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1697099 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Fri, 21 Aug 2015 23:05:42 +0000 (23:05 +0000)]
Status review: vote, promote, comment.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1697067 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Fri, 21 Aug 2015 16:18:33 +0000 (16:18 +0000)]
Update SubstituteInheritBefore proposal to v5.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1697021 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Fri, 21 Aug 2015 13:38:09 +0000 (13:38 +0000)]
Votes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1696976 13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Fri, 21 Aug 2015 13:32:51 +0000 (13:32 +0000)]
* Add proposal
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1696970 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Fri, 21 Aug 2015 12:53:10 +0000 (12:53 +0000)]
Propose fix for PR 58024.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1696962 13f79535 -47bb-0310-9956-
ffa450edef68
Mike Rumph [Fri, 21 Aug 2015 00:30:54 +0000 (00:30 +0000)]
Generated doc changes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1696885 13f79535 -47bb-0310-9956-
ffa450edef68
Mike Rumph [Fri, 21 Aug 2015 00:25:46 +0000 (00:25 +0000)]
Restructure ProxyPass directive documentation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1696884 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Thu, 20 Aug 2015 23:57:23 +0000 (23:57 +0000)]
Propose backports
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1696883 13f79535 -47bb-0310-9956-
ffa450edef68
Mike Rumph [Tue, 18 Aug 2015 19:00:47 +0000 (19:00 +0000)]
Generated doc changes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1696483 13f79535 -47bb-0310-9956-
ffa450edef68
Mike Rumph [Tue, 18 Aug 2015 18:58:09 +0000 (18:58 +0000)]
Grammar corrections
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1696482 13f79535 -47bb-0310-9956-
ffa450edef68
Mike Rumph [Mon, 17 Aug 2015 19:40:44 +0000 (19:40 +0000)]
Generated doc changes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1696330 13f79535 -47bb-0310-9956-
ffa450edef68
Mike Rumph [Mon, 17 Aug 2015 19:36:51 +0000 (19:36 +0000)]
Grammar corrections
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1696329 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Sun, 16 Aug 2015 12:59:03 +0000 (12:59 +0000)]
propose
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1696139 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Wed, 12 Aug 2015 17:37:59 +0000 (17:37 +0000)]
propose fix for tricky stackoveflow.com bug
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1695584 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Tue, 11 Aug 2015 21:03:43 +0000 (21:03 +0000)]
Propose
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1695378 13f79535 -47bb-0310-9956-
ffa450edef68
Gregg Lewis Smith [Mon, 10 Aug 2015 00:11:07 +0000 (00:11 +0000)]
merge r1694936
remove space after the \
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1694938 13f79535 -47bb-0310-9956-
ffa450edef68
Gregg Lewis Smith [Sun, 9 Aug 2015 22:09:20 +0000 (22:09 +0000)]
Merge r1694903
Add include path for NetWare build.
Submitted by: normw gknw net.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1694919 13f79535 -47bb-0310-9956-
ffa450edef68
Gregg Lewis Smith [Sun, 9 Aug 2015 21:57:33 +0000 (21:57 +0000)]
Merge r1642099
Add include path for NetWare build.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1694916 13f79535 -47bb-0310-9956-
ffa450edef68
Gregg Lewis Smith [Sun, 9 Aug 2015 21:53:57 +0000 (21:53 +0000)]
Add missing proxy export symbol.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1694915 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Mon, 3 Aug 2015 20:11:09 +0000 (20:11 +0000)]
propose old rewrite/cookie fix
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1693965 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Mon, 3 Aug 2015 15:39:38 +0000 (15:39 +0000)]
propose apxs -q additions
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1693920 13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Thu, 30 Jul 2015 00:09:31 +0000 (00:09 +0000)]
Record approval/staging date
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1693365 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Wed, 29 Jul 2015 14:45:10 +0000 (14:45 +0000)]
tag the not-released versions to synch up with STATUS, recommended
by Julian Foad. 2.2.x CHANGES has this for a recent not-released
version.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1693278 13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Wed, 22 Jul 2015 14:08:56 +0000 (14:08 +0000)]
* Add proposal
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1692279 13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 20 Jul 2015 10:28:13 +0000 (10:28 +0000)]
property cleanup
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1691911 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sat, 18 Jul 2015 15:28:04 +0000 (15:28 +0000)]
Rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1691749 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sat, 18 Jul 2015 15:26:43 +0000 (15:26 +0000)]
XML update.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1691748 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sat, 18 Jul 2015 15:04:29 +0000 (15:04 +0000)]
Rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1691741 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sat, 18 Jul 2015 15:03:54 +0000 (15:03 +0000)]
XML update.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1691740 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Sat, 18 Jul 2015 12:20:59 +0000 (12:20 +0000)]
revert r1691722, I thought I was in a private tree.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1691723 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Sat, 18 Jul 2015 12:19:49 +0000 (12:19 +0000)]
remove socache
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1691722 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sun, 12 Jul 2015 13:22:48 +0000 (13:22 +0000)]
Rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1690458 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sun, 12 Jul 2015 13:22:01 +0000 (13:22 +0000)]
XML updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1690457 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sat, 11 Jul 2015 15:57:42 +0000 (15:57 +0000)]
Rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1690382 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sat, 11 Jul 2015 15:56:48 +0000 (15:56 +0000)]
XML updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1690381 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Sat, 11 Jul 2015 05:40:05 +0000 (05:40 +0000)]
Rebuild and only leave outdated the translated files that already were outdated
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1690351 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Sat, 11 Jul 2015 05:33:45 +0000 (05:33 +0000)]
Backport r1690137.
Doc and comment fix only
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1690350 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Sat, 11 Jul 2015 05:21:39 +0000 (05:21 +0000)]
Backport r1690120.
Doc and comment fix only
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1690349 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Sat, 11 Jul 2015 04:57:56 +0000 (04:57 +0000)]
Backport r1690122.
Doc and comment fix only
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1690347 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Sat, 11 Jul 2015 04:54:34 +0000 (04:54 +0000)]
Rebuild
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1690346 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Sat, 11 Jul 2015 04:53:00 +0000 (04:53 +0000)]
Fix doc as spotted by Matthew in online doc
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1690345 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 10 Jul 2015 20:25:38 +0000 (20:25 +0000)]
and we are 2.4.17-dev
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1690308 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 10 Jul 2015 20:23:52 +0000 (20:23 +0000)]
prepare to tag 2.4.16
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1690306 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 10 Jul 2015 09:38:36 +0000 (09:38 +0000)]
note 2.4.15 not released either.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1690234 13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Thu, 9 Jul 2015 14:51:57 +0000 (14:51 +0000)]
mod_ldap: Fix unexpected return codes from LDAP lib being coerced
into LDAP_NO_SUCH_ATTRIBUTE + some new tracing.
trunk patch: http://svn.apache.org/r1687980
http://svn.apache.org/r1689694
http://svn.apache.org/r1689698
Backports:
1687980 ,
1689694 ,
1689698
Submitted by: covener
Reviewied by: covener, wrowe, ylavic
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1690114 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Thu, 9 Jul 2015 07:46:22 +0000 (07:46 +0000)]
Vote and propote.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1690006 13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Wed, 8 Jul 2015 21:12:18 +0000 (21:12 +0000)]
Drop a vote till we decide to destabilize 2.4 again.
Add a vote where there is no behavior change, better diagnostic visibility.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1689962 13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Wed, 8 Jul 2015 20:58:08 +0000 (20:58 +0000)]
core: Avoid a possible truncation of the faulty header included in the
HTML response when LimitRequestFieldSize is reached.
Submitted by: ylavic
Backports:
1683123
Reviewed by: jailletc36, ylavic, covener
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1689961 13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Wed, 8 Jul 2015 17:38:26 +0000 (17:38 +0000)]
mod_reqtimeout: Don't let pipelining checks and keep-alive times interfere
with the timeouts computed for subsequent requests. PR 56729.
Submitted by: covener, ylavic
Backports:
1621453 ,
1641376 ,
1689325
Reviewed by: ylavic, wrowe, covener
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1689922 13f79535 -47bb-0310-9956-
ffa450edef68