]>
granicus.if.org Git - apache/log
Yann Ylavic [Wed, 25 Feb 2015 16:57:51 +0000 (16:57 +0000)]
Propose fix for PR57139.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1662261 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Wed, 25 Feb 2015 15:56:02 +0000 (15:56 +0000)]
Provide standalone 2.4.x patch for PR56872.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1662249 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Wed, 25 Feb 2015 15:54:06 +0000 (15:54 +0000)]
Propose fix for PR56872.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1662248 13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Jung [Tue, 24 Feb 2015 18:34:01 +0000 (18:34 +0000)]
Merge r1661067 from trunk:
mod_proxy_ajp: Forward SSL protocol name (SSLv3, TLSv1.1 etc.) as a
request attribute to the backend. The name is taken from
the SSL_PROTOCOL env var. Recent Tomcat versions will extract
it and provide it as a servlet request attribute named
"org.apache.tomcat.util.net.secure_protocol_version".
The change is compatible with existing AJP13, because we forward
the protocol name as a normal named attribute, not with a new
byte abbreviated attribute name.
Submitted by: rjung
Reviewed by: rjung, ylavic, covener
Backported by: rjung
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1662076 13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Jung [Tue, 24 Feb 2015 18:25:26 +0000 (18:25 +0000)]
Merge r1657685 from trunk:
core: Optimize string concatenation in expression
parser when evaluating a string expression.
We have a relatively small recursion limit of
about 10 operations. This is a compilation
limit (a define). It can be hit if many expr
vars or function calls are concatenated in an
expression that is evaluated as a string not as
a boolean.
The new optimization uses iteration instead of
recursion and is very similar to the
existing one, which optimizes consecutive
concatenations in node2 of the tree. The new
one optimizes consecutive concatenations in
node 1.
Submitted by: rjung
Reviewed by: rjung, ylavic, covener
Backported by: rjung
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1662075 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Tue, 24 Feb 2015 18:09:29 +0000 (18:09 +0000)]
extra newlines
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1662071 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Tue, 24 Feb 2015 18:09:00 +0000 (18:09 +0000)]
move systemd proposals to the stalled section. The patches on p.a.o are 5 months old.
Anyone who votes is free to move them back up.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1662070 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Tue, 24 Feb 2015 18:04:47 +0000 (18:04 +0000)]
vote/promote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1662069 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Tue, 24 Feb 2015 17:40:47 +0000 (17:40 +0000)]
Vote.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1662052 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Tue, 24 Feb 2015 16:45:34 +0000 (16:45 +0000)]
xform
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1662019 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Tue, 24 Feb 2015 16:44:31 +0000 (16:44 +0000)]
Merge r1662012 from trunk:
improve some slightly awkward wording per comments feedback:
http://httpd.apache.org/docs/2.4/configuring.html#comment_3678
The original can be read as applying to comments on a subsequent line.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1662015 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Tue, 24 Feb 2015 06:30:03 +0000 (06:30 +0000)]
Merge r1652930, r1652933 from trunk
* acinclude.m4: Generate #LoadModule directive in default httpd.conf for
every --enable-mpms-shared. PR 53882.
Submitted by: olli hauer <ohauer gmx.de>, Yann Ylavic
Reviewed by: ylavic, rjung, jailletc36
Backported by: jailletc36
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1661848 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Tue, 24 Feb 2015 06:22:22 +0000 (06:22 +0000)]
Merge r1611979, r1611725, r1588448, r1642803, r1657949, r1451108 (part of it),
r1643672, r1496178 from trunk
* Synch with trunk:
- Add missing APLOGNO.
- mod_deflate: don't require <limits.h> by using APR_INT32_MAX instead of INT_MAX.
- Move two variable assignments off the fast path.
- Fix curly braces style. Remove useless empty lines
- tab vs space
- Removed tabs.
- dump fcgi headers with trace8 instead of debug+compile-time flag.
- Drop severity of "LDAP: Setting referrals to ON" from DEBUG to TRACE4
Submitted by: jailletc36, ylavic, minfrin, fuankg, covener
Reviewed by: jailletc36, minfrin, ylavic
Backported by: jailletc36
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1661845 13f79535 -47bb-0310-9956-
ffa450edef68
Mike Rumph [Mon, 23 Feb 2015 19:17:10 +0000 (19:17 +0000)]
Fix a typo in CHANGES
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1661754 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Mon, 23 Feb 2015 19:02:31 +0000 (19:02 +0000)]
Merge r1654184 from trunk:
as in r1517366, drop the severity in authz_groupfile when a require
didn't match but no real error was encountered.
This individual 'require group' may not really dictate who gets in. PR55523
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1661749 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Mon, 23 Feb 2015 16:02:57 +0000 (16:02 +0000)]
Vote/Promote.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1661707 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Sun, 22 Feb 2015 09:49:58 +0000 (09:49 +0000)]
xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1661467 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Sun, 22 Feb 2015 09:47:20 +0000 (09:47 +0000)]
Merge r1661464:
Mention notable things added in 2.4.x
Mention mod_macro, mod_wstunnel, mod_authnz_fcgi and a few other notable
features that were added post 2.4.0
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1661466 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Sun, 22 Feb 2015 07:44:06 +0000 (07:44 +0000)]
Merge r1658567 from trunk
* mod_authn_dbd: Precedence issue. Fix the error message logged in case of
error while querying the database.
Submitted by: jailletc36
Reviewed by: jailletc36, mrumph, minfrin
Backported by: jailletc36
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1661456 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sat, 21 Feb 2015 17:21:24 +0000 (17:21 +0000)]
Rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1661409 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sat, 21 Feb 2015 17:20:08 +0000 (17:20 +0000)]
XML updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1661408 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Sat, 21 Feb 2015 10:51:41 +0000 (10:51 +0000)]
Vote.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1661321 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Sat, 21 Feb 2015 09:20:19 +0000 (09:20 +0000)]
Merge r1656230 from trunk
* mod_proxy_connect: fix duplicated AH introduced by r1635645
(and merged to 2.4.11 in r1642857)
Submitted by: ylavic
Reviewed by: ylavic, jailletc36, minfrin
Backported by: jailletc36
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1661305 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Sat, 21 Feb 2015 07:11:54 +0000 (07:11 +0000)]
Fix an error 403 (file was missing :( )
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1661296 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Sat, 21 Feb 2015 00:59:46 +0000 (00:59 +0000)]
Noting that I get a 404 on the provided v2.4 patch.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1661264 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Sat, 21 Feb 2015 00:57:49 +0000 (00:57 +0000)]
Vote and promote.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1661263 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Sat, 21 Feb 2015 00:55:48 +0000 (00:55 +0000)]
Vote and promote.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1661262 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Sat, 21 Feb 2015 00:41:03 +0000 (00:41 +0000)]
Added to proposal as per ylavic's request.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1661261 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Sat, 21 Feb 2015 00:39:14 +0000 (00:39 +0000)]
Propose.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1661260 13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Jung [Fri, 20 Feb 2015 07:32:51 +0000 (07:32 +0000)]
Propose.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1661068 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Fri, 20 Feb 2015 06:52:43 +0000 (06:52 +0000)]
Typo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1661065 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Thu, 19 Feb 2015 06:38:56 +0000 (06:38 +0000)]
Add to a proposal
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1660801 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Mon, 16 Feb 2015 19:41:54 +0000 (19:41 +0000)]
Fix doc as spotted by Chris in online doc
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1660188 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Sun, 15 Feb 2015 08:51:02 +0000 (08:51 +0000)]
Fix position of a compatibility note, so that it appears in the output
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1659899 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Sun, 15 Feb 2015 08:26:22 +0000 (08:26 +0000)]
Fix a compatibility note
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1659895 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Sun, 15 Feb 2015 08:10:47 +0000 (08:10 +0000)]
Backport r1447192 in order to fix an error in an example as spotted by Ben Johnson in online doc
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1659892 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Sun, 15 Feb 2015 07:51:55 +0000 (07:51 +0000)]
Typo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1659891 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Sat, 14 Feb 2015 19:42:03 +0000 (19:42 +0000)]
Fix doc as spotted by Andrew Stayart in online doc
+ be consistent with the position of '*'
backport r1659848
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1659849 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Sat, 14 Feb 2015 18:31:06 +0000 (18:31 +0000)]
xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1659839 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Sat, 14 Feb 2015 18:30:56 +0000 (18:30 +0000)]
typoes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1659838 13f79535 -47bb-0310-9956-
ffa450edef68
Mike Rumph [Tue, 10 Feb 2015 17:59:28 +0000 (17:59 +0000)]
Vote for mod_authn_dbd fix
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1658768 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Mon, 9 Feb 2015 20:35:11 +0000 (20:35 +0000)]
Propose
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1658568 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Mon, 9 Feb 2015 20:18:43 +0000 (20:18 +0000)]
xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1658563 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Mon, 9 Feb 2015 20:18:30 +0000 (20:18 +0000)]
compatibility info for UDS
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1658562 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Sun, 8 Feb 2015 06:24:34 +0000 (06:24 +0000)]
Remove a proposal that is already proposed.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1658136 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sat, 7 Feb 2015 16:51:43 +0000 (16:51 +0000)]
Rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1658075 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sat, 7 Feb 2015 16:50:16 +0000 (16:50 +0000)]
XML updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1658074 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Sat, 7 Feb 2015 11:28:07 +0000 (11:28 +0000)]
Easy proposals
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1658052 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Fri, 6 Feb 2015 21:43:24 +0000 (21:43 +0000)]
Fix typo already fixed in trunk (missing part of r1648557 ; the other fixes have been done in r1648559)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1657970 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Fri, 6 Feb 2015 15:15:33 +0000 (15:15 +0000)]
xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1657860 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Fri, 6 Feb 2015 15:13:05 +0000 (15:13 +0000)]
Merge r1657854, r1657856 from trunk:
PR57094: Provide some hints about Windows problems
with more than a few dozen piped loggers.
Submitted by: Edward Lu
add a generic tuning section and linked to the piped logger
issue in logs.html
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1657858 13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Jung [Thu, 5 Feb 2015 21:28:58 +0000 (21:28 +0000)]
Propose.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1657696 13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Jung [Thu, 5 Feb 2015 21:25:26 +0000 (21:25 +0000)]
Merge r1652829 from trunk:
mod_authnz_fcgi.c: Silence compiler warnings:
- modules/aaa/mod_authnz_fcgi.c:705: warning:
'orspbuflen' may be used uninitialized in
this function
- modules/aaa/mod_authnz_fcgi.c:1235: warning:
comparison is always false due to limited
range of data type
Submitted by: rjung
Reviewed by: rjung, ylavic, jailletc36
Backported by: rjung
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1657695 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Thu, 5 Feb 2015 20:47:38 +0000 (20:47 +0000)]
Improve doc as spotted by Kalessin in online doc
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1657689 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Wed, 4 Feb 2015 21:29:55 +0000 (21:29 +0000)]
Fix typo spotted by micha137 in online doc
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1657403 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Tue, 3 Feb 2015 10:50:31 +0000 (10:50 +0000)]
Propose fix for PR 57525.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1656674 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Sun, 1 Feb 2015 22:27:35 +0000 (22:27 +0000)]
Vote and promote.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1656372 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Sun, 1 Feb 2015 22:25:20 +0000 (22:25 +0000)]
Update proposal (and 2.4.x backport).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1656371 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Sun, 1 Feb 2015 21:20:36 +0000 (21:20 +0000)]
Propose.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1656360 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sun, 1 Feb 2015 16:45:19 +0000 (16:45 +0000)]
Rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1656327 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sun, 1 Feb 2015 16:43:18 +0000 (16:43 +0000)]
Rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1656326 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sun, 1 Feb 2015 16:39:23 +0000 (16:39 +0000)]
XML updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1656325 13f79535 -47bb-0310-9956-
ffa450edef68
Kaspar Brand [Sun, 1 Feb 2015 08:11:59 +0000 (08:11 +0000)]
adjust link to SSL_CONF_cmd man page on www.openssl.org
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1656269 13f79535 -47bb-0310-9956-
ffa450edef68
Kaspar Brand [Sun, 1 Feb 2015 08:06:53 +0000 (08:06 +0000)]
propose mod_ssl subjectAltname extraction patch
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1656268 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Sun, 1 Feb 2015 07:08:25 +0000 (07:08 +0000)]
Vote + promote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1656266 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Sat, 31 Jan 2015 18:25:09 +0000 (18:25 +0000)]
Propose fix for duplicated AH in mod_proxy_connect.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1656232 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Sat, 31 Jan 2015 18:01:23 +0000 (18:01 +0000)]
Propose rather than add r1656225 to mod_alias proposal (to not hijack minfrin's vote).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1656228 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Sat, 31 Jan 2015 17:56:32 +0000 (17:56 +0000)]
Add r1656225 to mod_alias proposal.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1656226 13f79535 -47bb-0310-9956-
ffa450edef68
Mike Rumph [Fri, 30 Jan 2015 02:25:35 +0000 (02:25 +0000)]
Generated doc changes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1655912 13f79535 -47bb-0310-9956-
ffa450edef68
Mike Rumph [Fri, 30 Jan 2015 02:18:09 +0000 (02:18 +0000)]
Fix typos in mod_deflate doc
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1655907 13f79535 -47bb-0310-9956-
ffa450edef68
Mike Rumph [Thu, 29 Jan 2015 19:05:32 +0000 (19:05 +0000)]
Generated doc changes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1655801 13f79535 -47bb-0310-9956-
ffa450edef68
Mike Rumph [Thu, 29 Jan 2015 18:56:52 +0000 (18:56 +0000)]
Add doc links between mod_proxy_fcgi and mod_authnz_fcgi
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1655800 13f79535 -47bb-0310-9956-
ffa450edef68
Mike Rumph [Thu, 29 Jan 2015 18:46:19 +0000 (18:46 +0000)]
Generated doc changes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1655794 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Wed, 28 Jan 2015 23:12:16 +0000 (23:12 +0000)]
2.4.11 was the dud, 2.4.12 is the one in mid-release.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1655495 13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Wed, 28 Jan 2015 23:01:37 +0000 (23:01 +0000)]
Note rational for not shipping 2.4.12
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1655493 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Tue, 27 Jan 2015 20:01:39 +0000 (20:01 +0000)]
Improve r1525490 (column title was forgotten) and synch with trunk
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1655140 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Tue, 27 Jan 2015 07:22:13 +0000 (07:22 +0000)]
Fix doc as spotted by mebjas.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1654985 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Tue, 27 Jan 2015 07:10:52 +0000 (07:10 +0000)]
Fix doc as spotted by mrskman.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1654982 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Mon, 26 Jan 2015 16:01:15 +0000 (16:01 +0000)]
xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1654834 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Mon, 26 Jan 2015 16:00:29 +0000 (16:00 +0000)]
Merge r1654831 from trunk:
comment feedback -- flow is confusing
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1654833 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sat, 24 Jan 2015 15:38:07 +0000 (15:38 +0000)]
Rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1654545 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sat, 24 Jan 2015 15:36:49 +0000 (15:36 +0000)]
XML updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1654544 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Fri, 23 Jan 2015 13:07:55 +0000 (13:07 +0000)]
Vote.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1654199 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Fri, 23 Jan 2015 12:23:17 +0000 (12:23 +0000)]
add groupfile logging tweek
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1654185 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 22 Jan 2015 18:48:36 +0000 (18:48 +0000)]
And we are 2.4.13-dev
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1654002 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 22 Jan 2015 18:45:47 +0000 (18:45 +0000)]
get ready to tag
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1654000 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Thu, 22 Jan 2015 18:38:57 +0000 (18:38 +0000)]
Modify PR57100 proposal.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1653998 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Thu, 22 Jan 2015 18:08:01 +0000 (18:08 +0000)]
Update proposal.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1653979 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 22 Jan 2015 17:34:09 +0000 (17:34 +0000)]
note t&r
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1653965 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 22 Jan 2015 17:33:07 +0000 (17:33 +0000)]
Merge r1652982 from trunk:
Fix detection of old Solaris versions.
Autotools need double square brackets.
Submitted by: rjung
Reviewed/backported by: jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1653963 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 22 Jan 2015 17:32:27 +0000 (17:32 +0000)]
Merge r1652929, r1652931 from trunk:
Fix --enable-v4-mapped configuration on *BSD. PR 53824.
Submitted by: olli hauer <ohauer gmx.de>
Committed by: ylavic
Submitted by: ylavic
Reviewed/backported by: jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1653962 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Thu, 22 Jan 2015 17:25:13 +0000 (17:25 +0000)]
Vote and promote.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1653955 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Thu, 22 Jan 2015 17:20:31 +0000 (17:20 +0000)]
Propose.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1653951 13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Thu, 22 Jan 2015 17:19:06 +0000 (17:19 +0000)]
Voted up low-hanging autoconf.in fruit
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1653950 13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Thu, 22 Jan 2015 17:15:57 +0000 (17:15 +0000)]
This is a crash-bug fix that is easy to review, really low hanging fruit
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1653948 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Thu, 22 Jan 2015 15:45:29 +0000 (15:45 +0000)]
sslprotocol fix
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1653917 13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 19 Jan 2015 20:49:22 +0000 (20:49 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1653114 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 19 Jan 2015 15:13:22 +0000 (15:13 +0000)]
won't be releasing 2.4.11
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1653026 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Mon, 19 Jan 2015 12:46:46 +0000 (12:46 +0000)]
Votes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1652991 13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Jung [Mon, 19 Jan 2015 12:44:01 +0000 (12:44 +0000)]
Another proposal enhancement.
Thanks Yann.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1652990 13f79535 -47bb-0310-9956-
ffa450edef68