]>
granicus.if.org Git - apache/log
Yann Ylavic [Mon, 29 Jun 2015 23:44:28 +0000 (23:44 +0000)]
mod_substitute: follow up to r1687680.
Fix dir config merger 'over'-write, thanks Bill (again).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1688331 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Mon, 29 Jun 2015 17:52:00 +0000 (17:52 +0000)]
http: follow up to r1484852.
Don't check LimitRequestBody when there is no (more) body.
This fixes an uninitialized use of 'totalread' in ap_http_filter() when either
the remaining or requested number of body bytes is zero, leading to an invalid
computation of bytes received.
Reported by: Michael Kaufmann <mail michael-kaufmann.ch>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1688274 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sun, 28 Jun 2015 13:41:05 +0000 (13:41 +0000)]
Rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1688010 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sun, 28 Jun 2015 13:36:16 +0000 (13:36 +0000)]
XML update.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1688009 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sun, 28 Jun 2015 13:33:28 +0000 (13:33 +0000)]
Rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1688007 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sun, 28 Jun 2015 13:32:47 +0000 (13:32 +0000)]
XML update.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1688006 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sun, 28 Jun 2015 13:28:16 +0000 (13:28 +0000)]
Rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1688004 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sun, 28 Jun 2015 13:26:26 +0000 (13:26 +0000)]
Typo and XML update.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1688003 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Sun, 28 Jun 2015 00:56:09 +0000 (00:56 +0000)]
*) mod_ldap: In some case, LDAP_NO_SUCH_ATTRIBUTE could be returned instead of
an error during a compare operation. [Eric Covener]
+ accompanying trace.
Note: the if/else now matches (don't replace unknown compare errors with
LDAP_NO_SUCH_ATTRIBUTE) the logic just above when pulling comparisons
out of the cache.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1687980 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Fri, 26 Jun 2015 15:10:29 +0000 (15:10 +0000)]
mod_proxy: follow up to r1678768.
The resource is not dereferenceable if connection_destructor()
is called from reslist_destroy().
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1687783 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Fri, 26 Jun 2015 07:08:16 +0000 (07:08 +0000)]
mod_substitute: follow up to r1687539.
Use tristate single inherit_before variable instead of two, according to
wrowe's advices.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1687680 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Thu, 25 Jun 2015 20:45:08 +0000 (20:45 +0000)]
be less weird in comment
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1687643 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Thu, 25 Jun 2015 20:44:42 +0000 (20:44 +0000)]
elaborate on a misleading comment
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1687642 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Thu, 25 Jun 2015 16:01:44 +0000 (16:01 +0000)]
Don't count your chickens before they are hatched.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1687567 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Thu, 25 Jun 2015 14:50:55 +0000 (14:50 +0000)]
mod_substitute: follow up r1684900.
Introduce the SubstituteInheritBefore directive to configure the merge order.
This allows to preserve 2.4 and earlier behaviour.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1687539 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Tue, 23 Jun 2015 15:38:13 +0000 (15:38 +0000)]
mod_session_dbd: follow up to r1687021.
Move the new pool argument of dbd_load() first as the other functions in the
module (no functional change).
Suggested by: mrumph
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1687087 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Tue, 23 Jun 2015 10:54:15 +0000 (10:54 +0000)]
mod_session_dbd: follow up to r1686122.
DBD entries should also have request lifetime.
Proposed by: Jacob Champion <jacob.champion ni.com>
Reviewed by: ylavic
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1687021 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Mon, 22 Jun 2015 13:02:49 +0000 (13:02 +0000)]
mod_alias: follow up to r1686853.
Factorize code (no functional change).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1686856 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Mon, 22 Jun 2015 12:48:02 +0000 (12:48 +0000)]
mod_alias: follow up to r1653941.
Limit Redirect expressions to directory (Location) context
and redirect statuses (implicit or explicit).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1686853 13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 22 Jun 2015 09:24:37 +0000 (09:24 +0000)]
fix eol-style
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1686819 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sun, 21 Jun 2015 14:21:56 +0000 (14:21 +0000)]
Problem adding mod_log_forensic.html.fr
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1686726 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sun, 21 Jun 2015 13:57:51 +0000 (13:57 +0000)]
Problem with mod_log_forensic.xml.fr
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1686723 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sun, 21 Jun 2015 13:55:33 +0000 (13:55 +0000)]
Problem with mod_log_forensic.xml.fr.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1686722 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sun, 21 Jun 2015 13:49:41 +0000 (13:49 +0000)]
Rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1686721 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sun, 21 Jun 2015 13:48:14 +0000 (13:48 +0000)]
XML update and conflict resolution with mod_log_forensic.html.fr
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1686720 13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 21 Jun 2015 13:13:05 +0000 (13:13 +0000)]
update
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1686714 13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 21 Jun 2015 13:00:14 +0000 (13:00 +0000)]
fix keywords
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1686712 13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 21 Jun 2015 12:57:04 +0000 (12:57 +0000)]
set eol-style
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1686710 13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 21 Jun 2015 12:55:44 +0000 (12:55 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1686709 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sun, 21 Jun 2015 12:54:23 +0000 (12:54 +0000)]
Restore upgradind.xml after naming error.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1686708 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sun, 21 Jun 2015 12:46:03 +0000 (12:46 +0000)]
Rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1686707 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sun, 21 Jun 2015 12:43:59 +0000 (12:43 +0000)]
XML update.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1686706 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Wed, 17 Jun 2015 23:09:36 +0000 (23:09 +0000)]
mod_session_dbd: Request Notes should have request lifetime.
Patch by Jacob Champion at ni.com
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1686122 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Wed, 17 Jun 2015 18:28:58 +0000 (18:28 +0000)]
*) mod_ext_filter, mod_charset_lite: Avoid inadvertent filtering of protocol
data during read of chunked request bodies. PR 58049.
[Edward Lu <Chaosed0 gmail.com>]
Submitted By: Edward Lu <Chaosed0 gmail.com>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1686085 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Tue, 16 Jun 2015 22:19:34 +0000 (22:19 +0000)]
CHANGES: remove backported entries.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1685917 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Tue, 16 Jun 2015 11:58:47 +0000 (11:58 +0000)]
mod_ssl: Remove deprecated SSLCertificateChainFile warning.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1685779 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Tue, 16 Jun 2015 11:53:13 +0000 (11:53 +0000)]
mod_ssl: revert r1685052, r1685078 and r1685097.
Will remove the deprecation message in a follow up commit.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1685777 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Mon, 15 Jun 2015 20:07:03 +0000 (20:07 +0000)]
Fix directive name in error message + fix some style issue
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1685659 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Mon, 15 Jun 2015 18:21:27 +0000 (18:21 +0000)]
LDAP connection pool did not release/close connections with
"LDAPConnectionPoolTTL 0". PR58037.
Submitted by: Ted Phelps <phelps gnusto.com>
committed by: covener
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1685650 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sun, 14 Jun 2015 15:45:48 +0000 (15:45 +0000)]
Rebuil.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1685416 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sun, 14 Jun 2015 15:45:06 +0000 (15:45 +0000)]
XML update.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1685415 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sun, 14 Jun 2015 15:35:20 +0000 (15:35 +0000)]
Rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1685412 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sun, 14 Jun 2015 15:32:05 +0000 (15:32 +0000)]
XML update.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1685411 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Sun, 14 Jun 2015 00:55:10 +0000 (00:55 +0000)]
Follow up to r1685349: remove a tab.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1685350 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Sun, 14 Jun 2015 00:53:13 +0000 (00:53 +0000)]
Follow up to r1685345: CHANGES entry.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1685349 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Sun, 14 Jun 2015 00:24:30 +0000 (00:24 +0000)]
Follow up to r1685345: don't accept spaces *before* the chunk-size.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1685347 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Sat, 13 Jun 2015 23:35:04 +0000 (23:35 +0000)]
Follow up to r1684513: allow spaces before and after chunk-size.
Slightly modified version of trawick's proposal.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1685345 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Sat, 13 Jun 2015 22:24:22 +0000 (22:24 +0000)]
Follow up to r1684513: apply missing changes voted on security@.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1685339 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sat, 13 Jun 2015 15:11:05 +0000 (15:11 +0000)]
Rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1685269 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sat, 13 Jun 2015 15:09:58 +0000 (15:09 +0000)]
XML update.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1685268 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Fri, 12 Jun 2015 14:58:58 +0000 (14:58 +0000)]
Follow up to r1685052: reduce log level to INFO.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1685097 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Fri, 12 Jun 2015 12:31:13 +0000 (12:31 +0000)]
Follow up to r1685052: use retained data pattern instead,
as suggested by trawick.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1685078 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Fri, 12 Jun 2015 11:33:22 +0000 (11:33 +0000)]
http, mod_ssl: Introduce and return the 421 (Misdirected Request) status code
for clients requesting a hostname on a reused connection whose SNI (from the
TLS handshake) does not match.
PR 5802.
This allows HTTP/2 clients to fall back to a new connection as per:
https://tools.ietf.org/html/rfc7540#section-9.1.2
Proposed by: Stefan Eissing <stefan eissing.org>
Reviewed by: ylavic
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1685069 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Fri, 12 Jun 2015 09:07:34 +0000 (09:07 +0000)]
mod_ssl: Warn about deprecated SSLCertificateChainFile once at startup,
on first usage only.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1685052 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Thu, 11 Jun 2015 14:22:21 +0000 (14:22 +0000)]
mod_substitute: Fix configuraton merge order.
PR 57641 [Marc.Stern]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1684900 13f79535 -47bb-0310-9956-
ffa450edef68
Jan Kaluža [Wed, 10 Jun 2015 10:43:54 +0000 (10:43 +0000)]
* mod_auth_digest: Use anonymous shm by default, fall back on name-based.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1684636 13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Tue, 9 Jun 2015 20:41:28 +0000 (20:41 +0000)]
SECURITY: CVE-2015-3185 (cve.mitre.org)
Replacement of ap_some_auth_required (unusable in Apache httpd 2.4)
with new ap_some_authn_required and ap_force_authn hook.
Submitted by: breser
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1684524 13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Tue, 9 Jun 2015 20:12:31 +0000 (20:12 +0000)]
Limit accepted chunk-size to 2^63-1 and be strict about chunk-ext
authorized characters.
Submitted by: Yann Ylavic
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1684513 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Tue, 9 Jun 2015 05:08:20 +0000 (05:08 +0000)]
Add compatibility note.
Turn some tabs into space.
Remove some useless <br /> in <highlight> blocks. (this was causing some additionnal blank lines at the end of some examples)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1684313 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Tue, 9 Jun 2015 04:33:24 +0000 (04:33 +0000)]
Add compatibility note
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1684311 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Mon, 8 Jun 2015 12:25:22 +0000 (12:25 +0000)]
mod_ssl: when SSLVerify is disabled (NONE), don't force a renegotiation if
the SSLVerifyDepth applied with the default/handshaken vhost differs from
the one applicable with the finally selected vhost.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1684171 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Sun, 7 Jun 2015 18:31:11 +0000 (18:31 +0000)]
mpm_event: Follow up to r1664071: quiet compiler (spurious) warning.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1684057 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sat, 6 Jun 2015 15:53:35 +0000 (15:53 +0000)]
Rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1683924 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sat, 6 Jun 2015 15:51:34 +0000 (15:51 +0000)]
XML updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1683923 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Sat, 6 Jun 2015 05:59:49 +0000 (05:59 +0000)]
Save a few bytes in conf pool
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1683884 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Sat, 6 Jun 2015 05:45:04 +0000 (05:45 +0000)]
Fix typo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1683883 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Sat, 6 Jun 2015 05:35:22 +0000 (05:35 +0000)]
Save a few bytes in conf pool
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1683881 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Tue, 2 Jun 2015 23:35:23 +0000 (23:35 +0000)]
mod_proxy_scgi upgraders likely need to set proxy-scgi-pathinfo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1683198 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Tue, 2 Jun 2015 15:20:34 +0000 (15:20 +0000)]
CHANGES: Remove backported entries.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1683127 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Tue, 2 Jun 2015 14:49:32 +0000 (14:49 +0000)]
core: Avoid a possible truncation of the faulty header included in the
HTML response when LimitRequestFieldSize is reached.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1683123 13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 2 Jun 2015 12:16:04 +0000 (12:16 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1683084 13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 2 Jun 2015 12:11:11 +0000 (12:11 +0000)]
fix eol-style
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1683083 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Tue, 2 Jun 2015 05:54:58 +0000 (05:54 +0000)]
Constify + save a few bytes in conf pool
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1683047 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Tue, 2 Jun 2015 05:40:57 +0000 (05:40 +0000)]
Small speed optimization when parsing <Limit>, <LimitExcept> and environment variables
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1683044 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Mon, 1 Jun 2015 20:10:01 +0000 (20:10 +0000)]
Initialize args to not print garbage mem during a RewriteCond parse error (same as r1681795 for RewriteRule)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1682988 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Mon, 1 Jun 2015 19:35:25 +0000 (19:35 +0000)]
Improve style in examples.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1682979 13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Jung [Mon, 1 Jun 2015 15:52:57 +0000 (15:52 +0000)]
Xforms.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1682938 13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Jung [Mon, 1 Jun 2015 15:50:46 +0000 (15:50 +0000)]
Fix copy and paste docs error.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1682937 13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Jung [Mon, 1 Jun 2015 15:19:39 +0000 (15:19 +0000)]
Xforms.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1682930 13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Jung [Mon, 1 Jun 2015 15:00:13 +0000 (15:00 +0000)]
Try to clarify extended uses of SSLCertificateFile.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1682923 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Mon, 1 Jun 2015 14:06:39 +0000 (14:06 +0000)]
mod_proxy: follow up to r1681694.
Handle the proxy-error-override note also in mod_proxy_ajp.
The note is not needed in mod_proxy_fcgi (which also handles
ProxyErrorOverride) since it calls ap_die() by itself, and always
returns OK to proxy_handler().
Add a comment about the note where used.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1682907 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Mon, 1 Jun 2015 05:45:13 +0000 (05:45 +0000)]
Improve error message (related to PR57311 diagnostic)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1682819 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Mon, 1 Jun 2015 05:12:54 +0000 (05:12 +0000)]
Concat string at compile time in order to save a few cycles.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1682816 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Fri, 29 May 2015 14:22:10 +0000 (14:22 +0000)]
PR 57968: Don't lowercase the argument to SetHandler if the handler is
proxy:unix.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1682482 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 28 May 2015 17:01:26 +0000 (17:01 +0000)]
Allow for array of multiple simul requests per connection and
keep track of them (mostly need to worry about when there are
no more requests, but having the list could be useful later on)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1682280 13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Wed, 27 May 2015 18:59:59 +0000 (18:59 +0000)]
Clarify the change to the default cipher suite lists
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1682099 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Tue, 26 May 2015 17:24:13 +0000 (17:24 +0000)]
initialize args to not print garbage mem during a RewriteRule parse error
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1681795 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Tue, 26 May 2015 13:51:29 +0000 (13:51 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1681760 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Tue, 26 May 2015 12:12:22 +0000 (12:12 +0000)]
Follow up to r1676004: revert changes to html files.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1681746 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Tue, 26 May 2015 11:21:00 +0000 (11:21 +0000)]
CHANGES: add ALPN entry.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1681741 13f79535 -47bb-0310-9956-
ffa450edef68
Yann Ylavic [Tue, 26 May 2015 07:25:08 +0000 (07:25 +0000)]
mod_proxy: Don't put the worker in error state for 500 or 503 errors
returned by the backend unless failonstatus is configured to. PR 56925.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1681694 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Tue, 26 May 2015 05:57:36 +0000 (05:57 +0000)]
Save a few bytes in conf pool
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1681685 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Mon, 25 May 2015 15:56:10 +0000 (15:56 +0000)]
Rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1681599 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Mon, 25 May 2015 15:54:20 +0000 (15:54 +0000)]
XML updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1681598 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sun, 24 May 2015 14:39:48 +0000 (14:39 +0000)]
Rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1681465 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sun, 24 May 2015 14:38:38 +0000 (14:38 +0000)]
XML updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1681464 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Sun, 24 May 2015 12:32:22 +0000 (12:32 +0000)]
Save a few bytes in conf pool and axe a function that duplicates 'ap_set_string_slot'
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1681440 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Sun, 24 May 2015 08:09:15 +0000 (08:09 +0000)]
Constify + save a few bytes in conf pool (+ some minor space adjustments)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1681424 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sat, 23 May 2015 16:30:17 +0000 (16:30 +0000)]
Rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1681364 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sat, 23 May 2015 16:29:01 +0000 (16:29 +0000)]
XML updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1681363 13f79535 -47bb-0310-9956-
ffa450edef68