]>
granicus.if.org Git - apache/log
Christophe Jaillet [Sun, 1 Jun 2014 17:31:11 +0000 (17:31 +0000)]
AcceptFilter has two parameters + syntax highlight
See r1397602 on trunk
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1599011 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sat, 31 May 2014 14:30:18 +0000 (14:30 +0000)]
Rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1598872 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sat, 31 May 2014 14:28:56 +0000 (14:28 +0000)]
XML Updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1598871 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 30 May 2014 13:51:39 +0000 (13:51 +0000)]
Merge r1592511, r1592514 from trunk:
reformat only (get rid of unnecessary block scope)
Clarify an existing requirement of the server_portstr parameter
to ap_proxy_determine_connection(): it must be a buffer of at
least one byte in size.
(And don't bother with using strcpy in order to zap a string.)
Submitted by: trawick
Reviewed/backported by: jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1598605 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 30 May 2014 13:50:37 +0000 (13:50 +0000)]
Merge r1591328, r1594643, r1594648 from trunk:
mod_cache: Preserve non-cacheable headers forwarded from an origin 304
response. PR 55547.
When mod_cache asks for a revalidation of a stale entry and the origin responds
with a 304 (not that stale), the module strips the non-cacheable headers from
the origin response and merges the stale headers to update the cache.
The problem is that mod_cache won't forward the non-cacheable headers to the
client, for example if the 304 response contains both Set-Cookie and
'Cache-Control: no-cache="Set-Cookie"' headers, or CacheIgnoreHeaders is used.
mod_cache: follow up to r1591328.
Define the cache_merge_headers_out() function to merge r->err_headers_out into
r->headers_out and add the ones from r->content_type/encoding if available.
Use it in ap_cache_cacheable_headers_out() where the same is done and in
cache_save_filter() where this has to be done before updating the entry.
mod_cache: follow up to r1594643.
Avoid table lookup if not necessary (fast path first).
Submitted by: ylavic
Reviewed/backported by: jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1598604 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 30 May 2014 13:49:29 +0000 (13:49 +0000)]
Merge r1594625 from trunk:
mod_proxy_wstunnel: Fix the use of SSL connections with the "wss:" scheme.
PR55320.
Submitted by: Alex Liu <alex.leo.ca gmail.com>
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@
1598603 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 30 May 2014 13:48:02 +0000 (13:48 +0000)]
xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1598602 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 30 May 2014 13:44:41 +0000 (13:44 +0000)]
promote (more this weekend)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1598599 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 30 May 2014 13:44:00 +0000 (13:44 +0000)]
votes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1598597 13f79535 -47bb-0310-9956-
ffa450edef68
Takashi Sato [Fri, 30 May 2014 11:52:54 +0000 (11:52 +0000)]
update Japanese translation
(simply copy from trunk except revision ref)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1598563 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Thu, 29 May 2014 18:42:06 +0000 (18:42 +0000)]
Rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1598363 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Thu, 29 May 2014 18:41:28 +0000 (18:41 +0000)]
XML Update.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1598362 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Thu, 29 May 2014 14:10:10 +0000 (14:10 +0000)]
Rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1598297 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Thu, 29 May 2014 14:08:29 +0000 (14:08 +0000)]
XML updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1598296 13f79535 -47bb-0310-9956-
ffa450edef68
Takashi Sato [Thu, 29 May 2014 12:55:59 +0000 (12:55 +0000)]
Merge r1560683 and r1581011 from trunk:
(mod/mod_proxy_express.xml)
It does more than just a ProxyPass, but also looks at the HOST header,
so this gives somewhat deeper insight into what the end result looks
like.
(mod/mod_proxy_connect.xml)
a comma leaked onto the page
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1598284 13f79535 -47bb-0310-9956-
ffa450edef68
Jan Kaluža [Thu, 29 May 2014 08:01:31 +0000 (08:01 +0000)]
Vote for mod_deflate patch.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1598216 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Wed, 28 May 2014 20:50:12 +0000 (20:50 +0000)]
Fix typo spotted on online doc by Louise Hope.
#comment_2558
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1598136 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Wed, 28 May 2014 20:14:36 +0000 (20:14 +0000)]
xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1598124 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Wed, 28 May 2014 20:13:38 +0000 (20:13 +0000)]
comment #2562 -- copy/paste error in CacheSocache. Already correct on trunk.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1598123 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Wed, 28 May 2014 18:02:36 +0000 (18:02 +0000)]
Merge r1598088 from trunk:
fix typo -- comment 2561
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1598089 13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 26 May 2014 07:50:42 +0000 (07:50 +0000)]
thie file is not outdated.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1597525 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sat, 24 May 2014 14:31:10 +0000 (14:31 +0000)]
HTML build.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1597309 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sat, 24 May 2014 14:25:53 +0000 (14:25 +0000)]
XML Updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1597307 13f79535 -47bb-0310-9956-
ffa450edef68
Takashi Sato [Fri, 23 May 2014 21:37:10 +0000 (21:37 +0000)]
update transformations
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1597193 13f79535 -47bb-0310-9956-
ffa450edef68
Takashi Sato [Fri, 23 May 2014 21:17:39 +0000 (21:17 +0000)]
update Japanese translation update Japanese translations
(simply copy from trunk except revision ref)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1597185 13f79535 -47bb-0310-9956-
ffa450edef68
Takashi Sato [Fri, 23 May 2014 20:50:17 +0000 (20:50 +0000)]
Merge r1517551, r1517588 and r1517589 from trunk
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1597179 13f79535 -47bb-0310-9956-
ffa450edef68
Takashi Sato [Fri, 23 May 2014 20:25:43 +0000 (20:25 +0000)]
update Japanese translations
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1597174 13f79535 -47bb-0310-9956-
ffa450edef68
Takashi Sato [Fri, 23 May 2014 19:50:28 +0000 (19:50 +0000)]
update Japanese translations
(simply copy from trunk except revision ref)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1597165 13f79535 -47bb-0310-9956-
ffa450edef68
Takashi Sato [Fri, 23 May 2014 12:47:50 +0000 (12:47 +0000)]
Merge r1516872,
1542353 and
1580895 from trunk:
howto/index.xml:
CGI is no longer the most common way to provide dynamic content, is it?
howto/access.xml:
Suggest the 'require expr' syntax as an alternate way to do something.
caching.xml:
elaborate on the early/late vs "Authorization" header (vs. other forms of
authorization)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1597081 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Fri, 23 May 2014 09:40:52 +0000 (09:40 +0000)]
HTML rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1597047 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Fri, 23 May 2014 09:39:52 +0000 (09:39 +0000)]
fenêtre du cadre création
--fenêtre du cadre créationCette ligne, et les suivantes ci-dessous, seront ignorées--
M manual/glossary.xml.fr
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1597046 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Fri, 23 May 2014 09:36:59 +0000 (09:36 +0000)]
HTML rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1597045 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Fri, 23 May 2014 09:34:54 +0000 (09:34 +0000)]
XML Updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1597044 13f79535 -47bb-0310-9956-
ffa450edef68
Takashi Sato [Fri, 23 May 2014 08:05:54 +0000 (08:05 +0000)]
Meger r1597021 from trunk:
follow up r1387612(and
1387618 ):
All current windows have functionality of windows service,
so remove the redundant phrase.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1597027 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Thu, 22 May 2014 21:15:17 +0000 (21:15 +0000)]
Fix typo spotted on online doc by Gerard H. Pille.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1596969 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Wed, 21 May 2014 19:08:21 +0000 (19:08 +0000)]
rebuild
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1596654 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Wed, 21 May 2014 18:54:22 +0000 (18:54 +0000)]
Remove proposal. This doc change has been applied.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1596650 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Wed, 21 May 2014 18:48:11 +0000 (18:48 +0000)]
Add version number in <title>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1596647 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Wed, 21 May 2014 11:40:32 +0000 (11:40 +0000)]
Update.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1596544 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Wed, 21 May 2014 05:07:03 +0000 (05:07 +0000)]
Proposal
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1596463 13f79535 -47bb-0310-9956-
ffa450edef68
Christophe Jaillet [Tue, 20 May 2014 18:14:24 +0000 (18:14 +0000)]
Fix typo spotted on online doc by Markie.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1596345 13f79535 -47bb-0310-9956-
ffa450edef68
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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