]> granicus.if.org Git - apache/log
apache
10 years agooops, we forgot about the glitch with a new log message
Jeff Trawick [Wed, 7 May 2014 13:03:30 +0000 (13:03 +0000)]
oops, we forgot about the glitch with a new log message

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1593006 13f79535-47bb-0310-9956-ffa450edef68

10 years agomore mod_proxy_*cgi goodness
Jeff Trawick [Wed, 7 May 2014 12:58:25 +0000 (12:58 +0000)]
more mod_proxy_*cgi goodness

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1593005 13f79535-47bb-0310-9956-ffa450edef68

10 years agoMerge r1592529 from trunk:
Jim Jagielski [Wed, 7 May 2014 12:53:37 +0000 (12:53 +0000)]
Merge r1592529 from trunk:

mod_proxy_scgi: Support Unix sockets.

ap_proxy_port_of_scheme(): Support default SCGI port (4000).

Submitted by: trawick
Reviewed/backported by: jim

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1593004 13f79535-47bb-0310-9956-ffa450edef68

10 years agorestore argument structure for exec-type SSLPassPhraseDialog
Jim Jagielski [Wed, 7 May 2014 12:52:55 +0000 (12:52 +0000)]
restore argument structure for exec-type SSLPassPhraseDialog
programs, and implement a special merging algorithm for
SSLCertificate[Key]File to emulate the behavior in versions <= 2.4.7

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1593003 13f79535-47bb-0310-9956-ffa450edef68

10 years agoMerge r1588853 from trunk:
Jim Jagielski [Wed, 7 May 2014 12:52:13 +0000 (12:52 +0000)]
Merge r1588853 from trunk:

ssl_stapling_init_cert: do not return success when no responder URI is found
stapling_renew_response: abort early (before apr_uri_parse) if ocspuri is empty

Submitted by: kbrand
Reviewed/backported by: jim

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1593002 13f79535-47bb-0310-9956-ffa450edef68

10 years agoMerge r1588851 from trunk:
Jim Jagielski [Wed, 7 May 2014 12:51:38 +0000 (12:51 +0000)]
Merge r1588851 from trunk:

ssl_callback_TmpDH: for OpenSSL 1.0.2 and later, set the current cert to the
one actually used for the connection before calling SSL_get_privatekey(ssl)

Submitted by: kbrand
Reviewed/backported by: jim

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1593001 13f79535-47bb-0310-9956-ffa450edef68

10 years agoMerge r1588704 from trunk:
Jim Jagielski [Wed, 7 May 2014 12:51:18 +0000 (12:51 +0000)]
Merge r1588704 from trunk:

Fix errors with CacheLock on Windows:

cache_util.c(757): (OS 80)The file exists.  : [client 127.0.0.1:63889]
AH00784: Attempt to obtain a cache lock for stale cached URL failed,
revalidating entry anyway:

Submitted by: covener
Reviewed/backported by: jim

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1593000 13f79535-47bb-0310-9956-ffa450edef68

10 years agoMerge r1584430, r1584434 from trunk:
Jim Jagielski [Wed, 7 May 2014 12:50:35 +0000 (12:50 +0000)]
Merge r1584430, r1584434 from trunk:

mod_expires: don't add Expires header to error responses (4xx/5xx),
             be they generated or forwarded. PR 55669.

Follow up to r1584430.

Submitted by: ylavic
Reviewed/backported by: jim

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1592999 13f79535-47bb-0310-9956-ffa450edef68

10 years agoMerge r1590437, r1592500 from trunk:
Jim Jagielski [Wed, 7 May 2014 12:49:40 +0000 (12:49 +0000)]
Merge r1590437, r1592500 from trunk:

mod_proxy_fcgi: Don't segfault when failing to connect to the backend.

now understood why users haven't reported the segfault (yet) when mod_proxy_fcgi
can't connect to the application

Submitted by: trawick
Reviewed/backported by: jim

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1592998 13f79535-47bb-0310-9956-ffa450edef68

10 years agopromotes
Jim Jagielski [Wed, 7 May 2014 12:47:52 +0000 (12:47 +0000)]
promotes

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1592995 13f79535-47bb-0310-9956-ffa450edef68

10 years agovotes
Jim Jagielski [Wed, 7 May 2014 12:46:59 +0000 (12:46 +0000)]
votes

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1592993 13f79535-47bb-0310-9956-ffa450edef68

10 years agomod_authn_socache: Fix creation of default socache_instance. Fixes crash
Jeff Trawick [Wed, 7 May 2014 12:43:56 +0000 (12:43 +0000)]
mod_authn_socache: Fix creation of default socache_instance. Fixes crash
                   on startup if default socache_provider is used and
                   AuthnCacheEnable or AuthnCacheProvideFor is used.
                   This problem has been introduced in r1531961.
                   PR 56371.

Submitted by: jkaluza
Reviewed by: ylavic, jim, trawick

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1592991 13f79535-47bb-0310-9956-ffa450edef68

10 years agoVotes.
Yann Ylavic [Wed, 7 May 2014 00:14:13 +0000 (00:14 +0000)]
Votes.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1592925 13f79535-47bb-0310-9956-ffa450edef68

10 years agoVote for SSLPassPhraseDialog proposal
Jan Kaluža [Tue, 6 May 2014 08:03:05 +0000 (08:03 +0000)]
Vote for SSLPassPhraseDialog proposal

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1592680 13f79535-47bb-0310-9956-ffa450edef68

10 years agoComplete URL in link, comment and typo
Christophe Jaillet [Tue, 6 May 2014 05:09:00 +0000 (05:09 +0000)]
Complete URL in link, comment and typo

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1592657 13f79535-47bb-0310-9956-ffa450edef68

10 years ago$ ./test/readbody.sh httpd scgi tcp 10000 100 2>&1 | egrep '(Document Length|Failed...
Jeff Trawick [Mon, 5 May 2014 14:14:53 +0000 (14:14 +0000)]
$ ./test/readbody.sh httpd scgi tcp 10000 100 2>&1 | egrep '(Document Length|Failed requests|Requests per second)'
Document Length:        71453 bytes
Failed requests:        0
Requests per second:    9698.92 [#/sec] (mean)
$ ./test/readbody.sh httpd scgi unix 10000 100 2>&1 | egrep '(Document Length|Failed requests|Requests per second)'
Document Length:        71453 bytes
Failed requests:        0
Requests per second:    10140.24 [#/sec] (mean)
$ ./test/readbody.sh nginx scgi tcp 10000 100 2>&1 | egrep '(Document Length|Failed requests|Requests per second)'
Document Length:        71453 bytes
Failed requests:        0
Requests per second:    3900.32 [#/sec] (mean)
$ ./test/readbody.sh nginx scgi unix 10000 100 2>&1 | egrep '(Document Length|Failed requests|Requests per second)'
Document Length:        71453 bytes
Failed requests:        0
Requests per second:    4300.62 [#/sec] (mean)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1592537 13f79535-47bb-0310-9956-ffa450edef68

10 years agotwo simple votes
Eric Covener [Mon, 5 May 2014 13:28:33 +0000 (13:28 +0000)]
two simple votes

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1592523 13f79535-47bb-0310-9956-ffa450edef68

10 years agoupdate a mod_proxy_fcgi proposal with an additional tweak to CHANGES
Jeff Trawick [Mon, 5 May 2014 12:16:30 +0000 (12:16 +0000)]
update a mod_proxy_fcgi proposal with an additional tweak to CHANGES

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1592504 13f79535-47bb-0310-9956-ffa450edef68

10 years agovote for SSLOCSPUseRequestNonce proposal
Kaspar Brand [Thu, 1 May 2014 05:58:27 +0000 (05:58 +0000)]
vote for SSLOCSPUseRequestNonce proposal

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1591548 13f79535-47bb-0310-9956-ffa450edef68

10 years agor1591401 added to SSLOCSPUseRequestNonce bundle.
Yann Ylavic [Wed, 30 Apr 2014 17:23:38 +0000 (17:23 +0000)]
r1591401 added to SSLOCSPUseRequestNonce bundle.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1591405 13f79535-47bb-0310-9956-ffa450edef68

10 years agoAdd typo fix to mod_cache proposal.
Yann Ylavic [Wed, 30 Apr 2014 16:54:20 +0000 (16:54 +0000)]
Add typo fix to mod_cache proposal.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1591395 13f79535-47bb-0310-9956-ffa450edef68

10 years agoPropose mod_cache changes regarding 304 and forwarded headers.
Yann Ylavic [Wed, 30 Apr 2014 16:47:06 +0000 (16:47 +0000)]
Propose mod_cache changes regarding 304 and forwarded headers.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1591392 13f79535-47bb-0310-9956-ffa450edef68

10 years agoUpdates.
Lucien Gentis [Wed, 30 Apr 2014 12:22:23 +0000 (12:22 +0000)]
Updates.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1591270 13f79535-47bb-0310-9956-ffa450edef68

10 years agocomment
Kaspar Brand [Wed, 30 Apr 2014 12:07:53 +0000 (12:07 +0000)]
comment

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1591266 13f79535-47bb-0310-9956-ffa450edef68

10 years agoAdd missing links
Christophe Jaillet [Wed, 30 Apr 2014 05:23:42 +0000 (05:23 +0000)]
Add missing links

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1591197 13f79535-47bb-0310-9956-ffa450edef68

10 years agoCorrect typo as spoted in a comment in online doc
Christophe Jaillet [Wed, 30 Apr 2014 05:01:49 +0000 (05:01 +0000)]
Correct typo as spoted in a comment in online doc

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1591194 13f79535-47bb-0310-9956-ffa450edef68

10 years agoCorrect typo as spoted in a comment in online doc
Christophe Jaillet [Wed, 30 Apr 2014 04:43:28 +0000 (04:43 +0000)]
Correct typo as spoted in a comment in online doc

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1591193 13f79535-47bb-0310-9956-ffa450edef68

10 years agoCorrect typo as spoted in a comment in online doc
Christophe Jaillet [Wed, 30 Apr 2014 04:10:17 +0000 (04:10 +0000)]
Correct typo as spoted in a comment in online doc

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1591189 13f79535-47bb-0310-9956-ffa450edef68

10 years agoCorrect typo as spoted in a comment in online doc
Christophe Jaillet [Tue, 29 Apr 2014 20:31:30 +0000 (20:31 +0000)]
Correct typo as spoted in a comment in online doc

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1591088 13f79535-47bb-0310-9956-ffa450edef68

10 years agoPropose.
Graham Leggett [Tue, 29 Apr 2014 16:01:24 +0000 (16:01 +0000)]
Propose.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1591010 13f79535-47bb-0310-9956-ffa450edef68

10 years agoCorrect typo as spoted in a comment in online doc
Christophe Jaillet [Mon, 28 Apr 2014 15:23:48 +0000 (15:23 +0000)]
Correct typo as spoted in a comment in online doc

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1590671 13f79535-47bb-0310-9956-ffa450edef68

10 years agoCorrect case as spoted in a comment in online doc
Christophe Jaillet [Mon, 28 Apr 2014 14:28:59 +0000 (14:28 +0000)]
Correct case as spoted in a comment in online doc

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1590654 13f79535-47bb-0310-9956-ffa450edef68

10 years agoCorrect according to the comments in online doc
Christophe Jaillet [Mon, 28 Apr 2014 06:58:10 +0000 (06:58 +0000)]
Correct according to the comments in online doc

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1590565 13f79535-47bb-0310-9956-ffa450edef68

10 years agoAdd follow up to r1587639 in mod_deflate's reentrance bundle.
Yann Ylavic [Sun, 27 Apr 2014 22:43:22 +0000 (22:43 +0000)]
Add follow up to r1587639 in mod_deflate's reentrance bundle.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1590511 13f79535-47bb-0310-9956-ffa450edef68

10 years agoembarazada is not quite the right word
Jeff Trawick [Sun, 27 Apr 2014 18:14:44 +0000 (18:14 +0000)]
embarazada is not quite the right word

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1590439 13f79535-47bb-0310-9956-ffa450edef68

10 years agoCorrect port number in example as spoted in comment in online doc
Christophe Jaillet [Sun, 27 Apr 2014 17:01:13 +0000 (17:01 +0000)]
Correct port number in example as spoted in comment in online doc

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1590420 13f79535-47bb-0310-9956-ffa450edef68

10 years agoSSLOCSPUseRequestNonce's proposal's 2.4.x patch.
Yann Ylavic [Sun, 27 Apr 2014 14:46:16 +0000 (14:46 +0000)]
SSLOCSPUseRequestNonce's proposal's 2.4.x patch.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1590400 13f79535-47bb-0310-9956-ffa450edef68

10 years agoKSDSKSDS ****
Lucien Gentis [Sun, 27 Apr 2014 14:29:54 +0000 (14:29 +0000)]
KSDSKSDS ****
 ****

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1590399 13f79535-47bb-0310-9956-ffa450edef68

10 years agoUpdates.
Lucien Gentis [Sun, 27 Apr 2014 13:55:15 +0000 (13:55 +0000)]
Updates.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1590395 13f79535-47bb-0310-9956-ffa450edef68

10 years agopropose mod_ssl backwards compat patch, comment
Kaspar Brand [Sun, 27 Apr 2014 08:36:35 +0000 (08:36 +0000)]
propose mod_ssl backwards compat patch, comment

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1590359 13f79535-47bb-0310-9956-ffa450edef68

10 years agos/=/==/ as spotted in comment in online doc
Christophe Jaillet [Sat, 26 Apr 2014 21:51:00 +0000 (21:51 +0000)]
s/=/==/ as spotted in comment in online doc

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1590308 13f79535-47bb-0310-9956-ffa450edef68

10 years agoUpdates.
Lucien Gentis [Sat, 26 Apr 2014 16:21:00 +0000 (16:21 +0000)]
Updates.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1590246 13f79535-47bb-0310-9956-ffa450edef68

10 years agoFix a few things in french translation that were already fixed in trunk.
Christophe Jaillet [Thu, 24 Apr 2014 05:30:37 +0000 (05:30 +0000)]
Fix a few things in french translation that were already fixed in trunk.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1589591 13f79535-47bb-0310-9956-ffa450edef68

10 years agoC89 and such
Daniel Gruno [Wed, 23 Apr 2014 14:42:18 +0000 (14:42 +0000)]
C89 and such

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1589430 13f79535-47bb-0310-9956-ffa450edef68

10 years agoMerge 1589413 from trunk:
Jeff Trawick [Wed, 23 Apr 2014 14:05:39 +0000 (14:05 +0000)]
Merge 1589413 from trunk:

tweaks to grammar and markup

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1589417 13f79535-47bb-0310-9956-ffa450edef68

10 years agoUpdates.
Lucien Gentis [Mon, 21 Apr 2014 16:34:18 +0000 (16:34 +0000)]
Updates.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1588919 13f79535-47bb-0310-9956-ffa450edef68

10 years agofix lua_ap_requestbody (bad backport?)
Daniel Gruno [Mon, 21 Apr 2014 16:23:32 +0000 (16:23 +0000)]
fix lua_ap_requestbody (bad backport?)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1588915 13f79535-47bb-0310-9956-ffa450edef68

10 years agoTypo in comment (r1588862 in trunk)
Christophe Jaillet [Mon, 21 Apr 2014 09:34:47 +0000 (09:34 +0000)]
Typo in comment (r1588862 in trunk)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1588863 13f79535-47bb-0310-9956-ffa450edef68

10 years agoadd two mod_ssl proposals (TmpDH callback, OCSP stapling init)
Kaspar Brand [Mon, 21 Apr 2014 07:02:10 +0000 (07:02 +0000)]
add two mod_ssl proposals (TmpDH callback, OCSP stapling init)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1588854 13f79535-47bb-0310-9956-ffa450edef68

10 years agoBackport r1588807
Daniel Gruno [Sun, 20 Apr 2014 17:56:41 +0000 (17:56 +0000)]
Backport r1588807

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1588808 13f79535-47bb-0310-9956-ffa450edef68

10 years agoupdate CHANGES
Daniel Gruno [Sun, 20 Apr 2014 14:04:59 +0000 (14:04 +0000)]
update CHANGES

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1588763 13f79535-47bb-0310-9956-ffa450edef68

10 years agomod_lua: backport the two parsebody fixes.
Daniel Gruno [Sun, 20 Apr 2014 14:02:22 +0000 (14:02 +0000)]
mod_lua: backport the two parsebody fixes.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1588762 13f79535-47bb-0310-9956-ffa450edef68

10 years ago2.4-only: remove 2.3.9/2.3.10 trivia
Eric Covener [Sun, 20 Apr 2014 13:14:34 +0000 (13:14 +0000)]
2.4-only: remove 2.3.9/2.3.10 trivia

Merge r1588747 from trunk:

expr=value updates:
 update RequestHeader syntax,
 add compat to Header and RequestHeader

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1588748 13f79535-47bb-0310-9956-ffa450edef68

10 years agovote/promote
Jeff Trawick [Sun, 20 Apr 2014 11:14:12 +0000 (11:14 +0000)]
vote/promote

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1588738 13f79535-47bb-0310-9956-ffa450edef68

10 years agopropose CacheLock APR_EEXIST/APR_STATUS_IS_EEXIST() bug
Eric Covener [Sat, 19 Apr 2014 20:22:51 +0000 (20:22 +0000)]
propose CacheLock APR_EEXIST/APR_STATUS_IS_EEXIST() bug

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1588705 13f79535-47bb-0310-9956-ffa450edef68

10 years agoMerge r1588427 from trunk:
Jim Jagielski [Fri, 18 Apr 2014 15:29:20 +0000 (15:29 +0000)]
Merge r1588427 from trunk:

Also clear the error queue before calling SSL_CTX_use_certificate[_chain]_file
(workaround for OpenSSL versions before 0.9.8h, see
https://rt.openssl.org/Ticket/Display.html?user=guest&pass=guest&id=1513).

PR 56410.

Submitted by: kbrand
Reviewed/backported by: jim

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1588496 13f79535-47bb-0310-9956-ffa450edef68

10 years agoMerge r1587036, r1587040, r1587053, r1587654 from trunk:
Jim Jagielski [Fri, 18 Apr 2014 15:28:41 +0000 (15:28 +0000)]
Merge r1587036, r1587040, r1587053, r1587654 from trunk:

  *) mod_proxy_wstunnel: Don't pool backend websockets connections,
     because we need to handshake every time. PR 55890.
     [Eric Covener]

actually remove mod_reqtimeout, since the util_filter functions involved
only manipulate c->input_filters no matter what we pass. We need to make
copies of c->input_filters after, not before, it skips over reqtimeout.

Note: reqtimeout doesn't really interfere today with normal operation,
but this is misleading/confusing when dealing with other
wstunnel issues.

cleanup wstunnel error handling

Submitted By: covener, ylavic, Edward Lu
Commited By: covener

followup to r1587036.

if backend->close is set too early, proxy_util.c will close it right
away and then blow away the field.

Submitted by: covener
Reviewed/backported by: jim

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1588495 13f79535-47bb-0310-9956-ffa450edef68

10 years agoMerge r1543174, r1560367, r1560546, r1560689, r1560979, r1561137, r1561660 from trunk:
Jim Jagielski [Fri, 18 Apr 2014 15:27:42 +0000 (15:27 +0000)]
Merge r1543174, r1560367, r1560546, r1560689, r1560979, r1561137, r1561660 from trunk:

Correct logic... if this is a UDS socket, then bypass all
this.

make mod_rewrite and mod_proxy UDS work together...

Adjust url as required, following what we did to r->filename.
Save some cycles when searching...

Tuck away UDS path in request-rec, since worker isn't
thread-safe. Protect from NULL refs.

Reflow logic... pull UDS stuff out

handle leak. thx to Y^2

r->filename should maintain the proxy: prefix for PHP-FPM
Reviewed/backported by: jim

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1588494 13f79535-47bb-0310-9956-ffa450edef68

10 years agoMerge r1514255, r1514267 from trunk:
Jim Jagielski [Fri, 18 Apr 2014 15:26:01 +0000 (15:26 +0000)]
Merge r1514255, r1514267 from trunk:

follow-up to r813376:

finish reverting r808965 (ServerTokens set foo)

tweak syntax strings for ServerTokens
Submitted by: trawick
Reviewed/backported by: jim

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1588492 13f79535-47bb-0310-9956-ffa450edef68

10 years agoMerge r1546835, r1546836 from trunk:
Jim Jagielski [Fri, 18 Apr 2014 15:25:21 +0000 (15:25 +0000)]
Merge r1546835, r1546836 from trunk:

Follow-up to r1546759: Fix compilation when exception hooks aren't enabled.

avoid duplication of APR_HOOK_LINK invocations

Submitted by: trawick
Reviewed/backported by: jim

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1588491 13f79535-47bb-0310-9956-ffa450edef68

10 years agoipromote
Jim Jagielski [Fri, 18 Apr 2014 15:24:24 +0000 (15:24 +0000)]
ipromote

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1588490 13f79535-47bb-0310-9956-ffa450edef68

10 years agoivote
Jim Jagielski [Fri, 18 Apr 2014 15:23:49 +0000 (15:23 +0000)]
ivote

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1588489 13f79535-47bb-0310-9956-ffa450edef68

10 years agoVote for r1561385 and promote uds-rewrite.
Yann Ylavic [Fri, 18 Apr 2014 14:26:26 +0000 (14:26 +0000)]
Vote for r1561385 and promote uds-rewrite.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1588478 13f79535-47bb-0310-9956-ffa450edef68

10 years agopropose mod_ssl SSLCertificateFile workaround for OpenSSL < 0.9.8h
Kaspar Brand [Fri, 18 Apr 2014 09:12:55 +0000 (09:12 +0000)]
propose mod_ssl SSLCertificateFile workaround for OpenSSL < 0.9.8h

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1588430 13f79535-47bb-0310-9956-ffa450edef68

10 years agoMerge r1585090 from trunk:
Kaspar Brand [Fri, 18 Apr 2014 08:29:11 +0000 (08:29 +0000)]
Merge r1585090 from trunk:

Bring SNI behavior into better conformance with RFC 6066:

- no longer send a warning-level unrecognized_name(112) alert
  when no matching vhost is found (PR 56241)

- at startup, only issue warnings about IP/port conflicts and name-based
  SSL vhosts when running with an OpenSSL without TLS extension support
  (almost 5 years after SNI was added to 2.2.x, the
  "[...] only work for clients with TLS server name indication support"
  warning feels obsolete)

Proposed by: kbrand
Reviewed by: jorton, ylavic

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1588424 13f79535-47bb-0310-9956-ffa450edef68

10 years agoAdd missing entry as suggested on dev list.
Christophe Jaillet [Thu, 17 Apr 2014 19:54:36 +0000 (19:54 +0000)]
Add missing entry as suggested on dev list.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1588356 13f79535-47bb-0310-9956-ffa450edef68

10 years agoGrammar
Christophe Jaillet [Thu, 17 Apr 2014 19:11:06 +0000 (19:11 +0000)]
Grammar

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1588345 13f79535-47bb-0310-9956-ffa450edef68

10 years agoVote for build breakage fix.
Yann Ylavic [Thu, 17 Apr 2014 14:34:07 +0000 (14:34 +0000)]
Vote for build breakage fix.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1588268 13f79535-47bb-0310-9956-ffa450edef68

10 years agoFix build breakage when exception hooks aren't enabled,
Jeff Trawick [Thu, 17 Apr 2014 14:24:52 +0000 (14:24 +0000)]
Fix build breakage when exception hooks aren't enabled,
introduced by r1587695 (and my silent killer proposal)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1588267 13f79535-47bb-0310-9956-ffa450edef68

10 years agoVote and promote r1585090.
Yann Ylavic [Thu, 17 Apr 2014 14:03:32 +0000 (14:03 +0000)]
Vote and promote r1585090.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1588257 13f79535-47bb-0310-9956-ffa450edef68

10 years agoVote and promote r1514255.
Yann Ylavic [Thu, 17 Apr 2014 13:57:59 +0000 (13:57 +0000)]
Vote and promote r1514255.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1588254 13f79535-47bb-0310-9956-ffa450edef68

10 years agoMerge r1531672 from trunk:
Jim Jagielski [Thu, 17 Apr 2014 13:39:01 +0000 (13:39 +0000)]
Merge r1531672 from trunk:

mod_auth_form: Make sure the optional functions are loaded even when
the AuthFormProvider isn't specified.

Submitted by: minfrin
Reviewed/backported by: jim

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1588247 13f79535-47bb-0310-9956-ffa450edef68

10 years agoMerge r1585918 from trunk:
Jim Jagielski [Thu, 17 Apr 2014 13:38:14 +0000 (13:38 +0000)]
Merge r1585918 from trunk:

Only read "active" values from the key_files array. PR 56306.

Submitted by: kbrand
Reviewed/backported by: jim

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1588246 13f79535-47bb-0310-9956-ffa450edef68

10 years agoMerge r1585919 from trunk:
Jim Jagielski [Thu, 17 Apr 2014 13:37:04 +0000 (13:37 +0000)]
Merge r1585919 from trunk:

Reverse the order when merging global and vhost-level config arrays.
Putting the vhost-level elements last allows overriding global settings
(for the deprecated SSLRequire directive, the order is irrelevant,
all of them must be met, cf. ssl_engine_kernel.c:ssl_hook_Access).

Submitted by: kbrand
Reviewed/backported by: jim

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1588245 13f79535-47bb-0310-9956-ffa450edef68

10 years agoMerge r1546801 from trunk:
Jim Jagielski [Thu, 17 Apr 2014 13:36:05 +0000 (13:36 +0000)]
Merge r1546801 from trunk:

If the "value" argument is prefixed with expr=, parse it with ap_expr
rather than mod_headers' built-in format strings.

Submitted by: covener
Reviewed/backported by: jim

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1588244 13f79535-47bb-0310-9956-ffa450edef68

10 years agoVote and promotion.
Yann Ylavic [Thu, 17 Apr 2014 13:17:55 +0000 (13:17 +0000)]
Vote and promotion.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1588240 13f79535-47bb-0310-9956-ffa450edef68

10 years agorebuild docs
Jeff Trawick [Thu, 17 Apr 2014 11:31:49 +0000 (11:31 +0000)]
rebuild docs

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1588221 13f79535-47bb-0310-9956-ffa450edef68

10 years agomerge r1588213 from trunk:
Jeff Trawick [Thu, 17 Apr 2014 11:30:36 +0000 (11:30 +0000)]
merge r1588213 from trunk:
  Add hint about RequestHeader

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1588220 13f79535-47bb-0310-9956-ffa450edef68

10 years agoVote, promote.
Joe Orton [Thu, 17 Apr 2014 09:04:12 +0000 (09:04 +0000)]
Vote, promote.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1588179 13f79535-47bb-0310-9956-ffa450edef68

10 years agoMerged.
Joe Orton [Thu, 17 Apr 2014 09:00:58 +0000 (09:00 +0000)]
Merged.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1588176 13f79535-47bb-0310-9956-ffa450edef68

10 years agoMerge r1587255 from trunk:
Joe Orton [Thu, 17 Apr 2014 09:00:36 +0000 (09:00 +0000)]
Merge r1587255 from trunk:

* support/rotatelogs.c (main): Prevent creation of zombies from
  post-rotate programs.

Reviewed by: druggeri, ylavic, covener

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1588175 13f79535-47bb-0310-9956-ffa450edef68

10 years agos/two/three/
Christophe Jaillet [Thu, 17 Apr 2014 05:38:49 +0000 (05:38 +0000)]
s/two/three/

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1588135 13f79535-47bb-0310-9956-ffa450edef68

10 years agomerge r1588065 from trunk
Gregg Lewis Smith [Wed, 16 Apr 2014 21:00:23 +0000 (21:00 +0000)]
merge r1588065 from trunk
add change to makefile.win missing from r1588054
which was merged to 2.4 in r1588064

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1588076 13f79535-47bb-0310-9956-ffa450edef68

10 years agoMerged /httpd/httpd/trunk:r1515403,1515411,1515420,1517175,1521909,1526647,1541181...
Jeff Trawick [Wed, 16 Apr 2014 20:44:14 +0000 (20:44 +0000)]
Merged /httpd/httpd/trunk:r1515403,1515411,1515420,1517175,1521909,1526647,1541181,1578762,1585054,1585072,1588054

mod_authnz_fcgi: New module to enable FastCGI authorizer
applications to authenticate and/or authorize clients.

Submitted by: trawick, jailletc36, gsmith
Approved by: trawick, jim, gsmith

(Thanks gsmith for the Windows build bits!)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1588064 13f79535-47bb-0310-9956-ffa450edef68

10 years agovotes and promote
Gregg Lewis Smith [Wed, 16 Apr 2014 20:17:33 +0000 (20:17 +0000)]
votes and promote

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1588057 13f79535-47bb-0310-9956-ffa450edef68

10 years agoRevert r1587881, I have committed it to 2.4.x by a mistake. sorry.
Jan Kaluža [Wed, 16 Apr 2014 11:58:12 +0000 (11:58 +0000)]
Revert r1587881, I have committed it to 2.4.x by a mistake. sorry.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1587884 13f79535-47bb-0310-9956-ffa450edef68

10 years agocore.xml: document Warning directive
Jan Kaluža [Wed, 16 Apr 2014 11:51:42 +0000 (11:51 +0000)]
core.xml: document Warning directive

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1587881 13f79535-47bb-0310-9956-ffa450edef68

10 years agovote/promote
Eric Covener [Wed, 16 Apr 2014 01:35:00 +0000 (01:35 +0000)]
vote/promote

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1587770 13f79535-47bb-0310-9956-ffa450edef68

10 years agowithdraw -0 and promote
Eric Covener [Wed, 16 Apr 2014 01:31:30 +0000 (01:31 +0000)]
withdraw -0 and promote

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1587768 13f79535-47bb-0310-9956-ffa450edef68

10 years agopropose a small mod_headers feature from trunk
Eric Covener [Wed, 16 Apr 2014 01:30:16 +0000 (01:30 +0000)]
propose a small mod_headers feature from trunk

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1587767 13f79535-47bb-0310-9956-ffa450edef68

10 years agoRemove -1 on UDS proposal.
Yann Ylavic [Tue, 15 Apr 2014 23:58:58 +0000 (23:58 +0000)]
Remove -1 on UDS proposal.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1587758 13f79535-47bb-0310-9956-ffa450edef68

10 years agoMerge r1564437 from trunk:
Jim Jagielski [Tue, 15 Apr 2014 19:17:56 +0000 (19:17 +0000)]
Merge r1564437 from trunk:

* Do not parse URL in case of regular expression as they likely do not follow
  the URL syntax.

PR: 56074

Submitted by: rpluem
Reviewed/backported by: jim

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1587699 13f79535-47bb-0310-9956-ffa450edef68

10 years agoMerge r1580568 from trunk:
Jim Jagielski [Tue, 15 Apr 2014 19:17:12 +0000 (19:17 +0000)]
Merge r1580568 from trunk:

mod_reqtimeout: Resolve unexpected timeouts on keepalive requests
under the Event MPM. PR56216.

Submitted By: Frank Meier <frank meier ergon ch>
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@1587697 13f79535-47bb-0310-9956-ffa450edef68

10 years agoMerge r1546759, r1546760 from trunk:
Jim Jagielski [Tue, 15 Apr 2014 19:15:02 +0000 (19:15 +0000)]
Merge r1546759, r1546760 from trunk:

Add suspend_connection and resume_connection hooks to notify modules
when the thread/connection relationship changes.  (Currently implemented
only for the Event MPM; should be implemented for all async MPMs.)

follow-up to r1546759: remove an inadvertently committed testcase
Submitted by: trawick
Reviewed/backported by: jim

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1587695 13f79535-47bb-0310-9956-ffa450edef68

10 years agoMerge r1585824 from trunk:
Jim Jagielski [Tue, 15 Apr 2014 19:13:30 +0000 (19:13 +0000)]
Merge r1585824 from trunk:

mod_proxy_fcgi: Fix sending of response without some HTTP headers
that might be set by filters.

The problem occurs when no body bytes were read while reading the
response headers, resulting in an empty brigade being sent down
the filter stack.  One particualr filter that mishandles the empty
initial brigade is mod_deflate.  It neglects to add to the response
header fields.

PR: 55558
Submitted by: Jim Riggs <jim riggs.me>
Reviewed by: trawick

Submitted by: trawick
Reviewed/backported by: jim

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1587694 13f79535-47bb-0310-9956-ffa450edef68

10 years agoMerge r1584878 from trunk:
Jim Jagielski [Tue, 15 Apr 2014 19:12:47 +0000 (19:12 +0000)]
Merge r1584878 from trunk:

Do not delete the wrong data from HTML code when a "http-equiv" meta tag specifies a Content-Type behind any other "http-equiv" meta tag.
PR 56287 [Micha Lenk <micha lenk info>]
Submitted by: jailletc36
Reviewed/backported by: jim

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1587693 13f79535-47bb-0310-9956-ffa450edef68

10 years agoMerge r1584884 from trunk:
Jim Jagielski [Tue, 15 Apr 2014 19:11:57 +0000 (19:11 +0000)]
Merge r1584884 from trunk:

Do not scan past the end of the buffer.
If no terminating delimiter is found, just leave things as it is
Submitted by: jailletc36
Reviewed/backported by: jim

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1587692 13f79535-47bb-0310-9956-ffa450edef68

10 years agoMerge r1584896 from trunk:
Jim Jagielski [Tue, 15 Apr 2014 19:11:31 +0000 (19:11 +0000)]
Merge r1584896 from trunk:

Do not perform a p+= 7 that could go past the end of the buffer in case we find a 'content' without a corresponding '='.

Should we need to deal with this case, a new search should be performed to find the real starting position of another potential 'content=' pattern.
Submitted by: jailletc36
Reviewed/backported by: jim

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1587690 13f79535-47bb-0310-9956-ffa450edef68

10 years agoA question...
Jim Jagielski [Tue, 15 Apr 2014 19:10:36 +0000 (19:10 +0000)]
A question...

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1587688 13f79535-47bb-0310-9956-ffa450edef68

10 years agopropose some recent wstunnel fixes together in a small bundle
Eric Covener [Tue, 15 Apr 2014 18:57:54 +0000 (18:57 +0000)]
propose some recent wstunnel fixes together in a small bundle

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1587687 13f79535-47bb-0310-9956-ffa450edef68