]> granicus.if.org Git - apache/log
apache
10 years agoMerge r1595426 from trunk:
Jim Jagielski [Mon, 19 May 2014 14:53:01 +0000 (14:53 +0000)]
Merge r1595426 from trunk:

mod_socache_shmcb: Correct counting of expirations for status display.
Expirations happening during retrieval were not counted.

Submitted by: rjung
Reviewed/backported by: jim

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

10 years agoMerge r1591143 from trunk:
Jim Jagielski [Mon, 19 May 2014 14:52:20 +0000 (14:52 +0000)]
Merge r1591143 from trunk:

mod_cache: Retry unconditional request with the full URL (including the
           query-string) when the origin server's 304 response does not
           match the conditions used to revalidate the stale entry.

http://www.mail-archive.com/dev@httpd.apache.org/msg59884.html

Submitted by: ylavic
Reviewed/backported by: jim

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

10 years agoMerge r1591320, r1591322, r1591390, r1591394 from trunk:
Jim Jagielski [Mon, 19 May 2014 14:51:35 +0000 (14:51 +0000)]
Merge r1591320, r1591322, r1591390, r1591394 from trunk:

mod_cache: Don't add cached/revalidated entity headers to a 304 response.
           PR 55547.

When the conditional request meets the conditions of the stale then revalidated
entry, the forwarded 304 response includes the entity headers merged from the
cached headers (before updating the entry).
Strip them before returning a 304.

Since the entity headers are stripped elsewhere, factorize the code using a
new table (MOD_CACHE_ENTITY_HEADERS[]) containing these headers's names.

mod_cache: follow up to r1591320.

Use the new MOD_CACHE_ENTITY_HEADERS[] names to check 304 contradictions
against the same headers.

mod_cache: follow up to r1591322

Avoid one unnecessary test when checking 304 contradictions.

mod_cache: follow up to r1591390

Fix code typo.

Submitted by: ylavic
Reviewed/backported by: jim

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

10 years agoPropose: Allow reverse-proxy to be set via explicit handler.
Yann Ylavic [Mon, 19 May 2014 07:41:52 +0000 (07:41 +0000)]
Propose: Allow reverse-proxy to be set via explicit handler.

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

10 years agoadd missing svn:keyword
André Malo [Sun, 18 May 2014 21:14:38 +0000 (21:14 +0000)]
add missing svn:keyword

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

10 years agoHTML build.
Lucien Gentis [Sun, 18 May 2014 14:21:37 +0000 (14:21 +0000)]
HTML build.

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

10 years agoXML updates.
Lucien Gentis [Sun, 18 May 2014 14:20:31 +0000 (14:20 +0000)]
XML updates.

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

10 years agoFix typo as spotted in a comment in online doc by JPKole
Christophe Jaillet [Sun, 18 May 2014 08:39:27 +0000 (08:39 +0000)]
Fix typo as spotted in a comment in online doc by JPKole

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

10 years agoFix typo in comments.
Christophe Jaillet [Sun, 18 May 2014 06:46:24 +0000 (06:46 +0000)]
Fix typo in comments.

trunk commits:
r1491180
r1563894, r1566428, r1566449

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

10 years agoVotes, promotions.
Yann Ylavic [Sat, 17 May 2014 15:14:43 +0000 (15:14 +0000)]
Votes, promotions.

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

10 years agoUpdate.
Lucien Gentis [Sat, 17 May 2014 14:10:24 +0000 (14:10 +0000)]
Update.

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

10 years agoUpdate.
Lucien Gentis [Sat, 17 May 2014 14:06:40 +0000 (14:06 +0000)]
Update.

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

10 years agoiobuffersize for mod_proxy_fcgi?
Jeff Trawick [Sat, 17 May 2014 13:15:53 +0000 (13:15 +0000)]
iobuffersize for mod_proxy_fcgi?

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

10 years agovote, propose
Jeff Trawick [Sat, 17 May 2014 11:54:38 +0000 (11:54 +0000)]
vote, propose

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

10 years agoset 2.4.9 release date to the date Jim sent the announcement e-mail
Jeff Trawick [Sat, 17 May 2014 11:48:24 +0000 (11:48 +0000)]
set 2.4.9 release date to the date Jim sent the announcement e-mail

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

10 years agoPropose.
Rainer Jung [Sat, 17 May 2014 06:19:12 +0000 (06:19 +0000)]
Propose.

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

10 years agoVote, promote.
Graham Leggett [Fri, 16 May 2014 23:21:27 +0000 (23:21 +0000)]
Vote, promote.

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

10 years agoVote.
Graham Leggett [Fri, 16 May 2014 23:20:33 +0000 (23:20 +0000)]
Vote.

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

10 years agoPropose.
Graham Leggett [Fri, 16 May 2014 23:04:02 +0000 (23:04 +0000)]
Propose.

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

10 years agoAdd missing variables:
Christophe Jaillet [Fri, 16 May 2014 21:15:18 +0000 (21:15 +0000)]
Add missing variables:
Introduced in r1132494
   CONTEXT_PREFIX
   CONTEXT_DOCUMENT_ROOT
and since the beginning of util_expr_eval.c  for
   HTTP_COOKIE

Description still missing.

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

10 years agoProvide a single 2.4.x patch where multiple trunk commits are involved.
Yann Ylavic [Wed, 14 May 2014 17:59:04 +0000 (17:59 +0000)]
Provide a single 2.4.x patch where multiple trunk commits are involved.

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

10 years agoAdd 2.4.x patch to mod_cache proposal.
Yann Ylavic [Wed, 14 May 2014 17:45:49 +0000 (17:45 +0000)]
Add 2.4.x patch to mod_cache proposal.

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

10 years agoAdd r1594648 to mod_cache proposal.
Yann Ylavic [Wed, 14 May 2014 17:35:05 +0000 (17:35 +0000)]
Add r1594648 to mod_cache proposal.

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

10 years ago(Re)propose (improved) fix for PR 55547.
Yann Ylavic [Wed, 14 May 2014 17:16:19 +0000 (17:16 +0000)]
(Re)propose (improved) fix for PR 55547.

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

10 years agoPropose r1594625.
Yann Ylavic [Wed, 14 May 2014 16:20:11 +0000 (16:20 +0000)]
Propose r1594625.

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

10 years agoUpdates.
Lucien Gentis [Wed, 14 May 2014 12:30:50 +0000 (12:30 +0000)]
Updates.

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

10 years agoMerge r1583175 and r1593745 from trunk:
Jeff Trawick [Wed, 14 May 2014 10:50:08 +0000 (10:50 +0000)]
Merge r1583175 and r1593745 from trunk:

mod_alias: Stop setting CONTEXT_PREFIX and CONTEXT_DOCUMENT environment
variables as a result of AliasMatch.

Submitted by: covener
Reviewed by: jim, ylavic

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

10 years agoMerge r1583007 from trunk:
Jeff Trawick [Wed, 14 May 2014 10:47:09 +0000 (10:47 +0000)]
Merge r1583007 from trunk:

mod_authn_socache: fix logging of bogus rv in r1576233

Submitted by: trawick
Reviewed by: jim, ylavic

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

10 years agoMerge r1591472 from trunk:
Jeff Trawick [Wed, 14 May 2014 10:45:20 +0000 (10:45 +0000)]
Merge r1591472 from trunk:

mod_proxy_fcgi: remove wasted memset() calls and other historical bits

Submitted by: trawick
Reviewed by: jim, ylavic

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

10 years agoVotes + 2.4.x patch for mod_deflate reentrance bundle.
Yann Ylavic [Wed, 14 May 2014 09:47:57 +0000 (09:47 +0000)]
Votes + 2.4.x patch for mod_deflate reentrance bundle.

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

10 years agoivote
Jim Jagielski [Tue, 13 May 2014 18:22:22 +0000 (18:22 +0000)]
ivote

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

10 years agoFix some comment typos
Mike Rumph [Tue, 13 May 2014 17:56:33 +0000 (17:56 +0000)]
Fix some comment typos

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

10 years agoBased on report from Ken Zalewski, on online doc.
Christophe Jaillet [Mon, 12 May 2014 20:50:34 +0000 (20:50 +0000)]
Based on report from Ken Zalewski, on online doc.

Add missing Server-Variables useable in RewriteCond directive.
Introduced in r1132494
   CONTEXT_PREFIX
   CONTEXT_DOCUMENT_ROOT
Introduced in r737973
   IPV6
Missing for ages!
   SCRIPT_GROUP
   SCRIPT_USER

I have added where I found it logical, feel free to adjust.
I have also reordered this table to ease reading.
Finally, I have beautified some tables at the end.

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

10 years agopropose aliasmatch removal
Eric Covener [Sat, 10 May 2014 23:50:54 +0000 (23:50 +0000)]
propose aliasmatch removal

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

10 years agoFix typo in previous commit
Christophe Jaillet [Sat, 10 May 2014 12:18:53 +0000 (12:18 +0000)]
Fix typo in previous commit

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

10 years agoMinor visual improvement.
Christophe Jaillet [Sat, 10 May 2014 06:25:05 +0000 (06:25 +0000)]
Minor visual improvement.
Remove useless link.

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

10 years ago- Add missing links
Christophe Jaillet [Sat, 10 May 2014 05:43:33 +0000 (05:43 +0000)]
- Add missing links
- Fix extra ] spotted in online doc by emigas.
- Remove another ] introduced in Hearder syntax in r1588244
- s/variable/varname/ to match the text below it.
- Turn the syntax of both Header and RequestHeader to be:
   header [value [replacement [early|env=[!]variable|expr=expression]]]
in order to match the code.
This removes the ambiguity of expr=<something> which can now be used in 2 different places in the syntax.
- Also remove the space in 'expr= value' in compatibility note, to help distinguish between the two

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

10 years agovote
Jim Jagielski [Fri, 9 May 2014 13:22:06 +0000 (13:22 +0000)]
vote

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

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