]> granicus.if.org Git - apache/log
apache
8 years agoBackporting mod_event's doc updates from trunk
Luca Toscano [Fri, 19 Feb 2016 14:57:06 +0000 (14:57 +0000)]
Backporting mod_event's doc updates from trunk

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

8 years agoDocumentation rebuild
Luca Toscano [Fri, 19 Feb 2016 08:05:22 +0000 (08:05 +0000)]
Documentation rebuild

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

8 years agoImproved sections doc for Bug: 58789
Luca Toscano [Fri, 19 Feb 2016 08:05:08 +0000 (08:05 +0000)]
Improved sections doc for Bug: 58789

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

8 years agoxforms
Jim Jagielski [Thu, 18 Feb 2016 15:10:00 +0000 (15:10 +0000)]
xforms

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

8 years agoMerge r1727842 from trunk:
Jim Jagielski [Thu, 18 Feb 2016 15:07:33 +0000 (15:07 +0000)]
Merge r1727842 from trunk:

mod_heartmonitor: No need to search twice for the same value + fix some style
Submitted by: jailletc36
Reviewed/backported by: jim

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

8 years agoMerge r1725485 from trunk:
Jim Jagielski [Thu, 18 Feb 2016 15:07:06 +0000 (15:07 +0000)]
Merge r1725485 from trunk:

Added many log numbers to log statements that
had none.

Those were not detected by the coccinelle script.

Submitted by: rjung
Reviewed/backported by: jim

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

8 years agoMerge r1722154, r1722701 from trunk:
Jim Jagielski [Thu, 18 Feb 2016 15:06:27 +0000 (15:06 +0000)]
Merge r1722154, r1722701 from trunk:

Update w/ better logging

Fix sparse warnings introduced in r1722154 (inconsistent indenting)
Submitted by: jim, jailletc36
Reviewed/backported by: jim

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

8 years agoMerge r1721899 from trunk:
Jim Jagielski [Thu, 18 Feb 2016 15:05:46 +0000 (15:05 +0000)]
Merge r1721899 from trunk:

mod_cache_socache: Fix a possible cached entity body corruption when it
is received from an origin server in multiple batches and forwarded by
mod_proxy.

Upstream buckets should be setaside when saving response body (store_body),
but since those will finally be flatten in the cache buffer (commit_entity),
let's save them directly into the buffer to avoid heap allocation(s) and
the final copy.

Reported by: Mike Pastore <mike oobak.org>

Submitted by: ylavic
Reviewed/backported by: jim

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

8 years agoMerge r1653941, r1653978, r1656225, r1686853, r1686856 from trunk:
Jim Jagielski [Thu, 18 Feb 2016 15:04:17 +0000 (15:04 +0000)]
Merge r1653941, r1653978, r1656225, r1686853, r1686856 from trunk:

mod_alias: Introduce expression parser support for Alias, ScriptAlias
and Redirect.

Use unsigned bit fields.

mod_alias: follow up to r1653941.
Fill empty APLOGNO().

mod_alias: follow up to r1653941.
Limit Redirect expressions to directory (Location) context
and redirect statuses (implicit or explicit).

mod_alias: follow up to r1686853.
Factorize code (no functional change).
Submitted by: minfrin, ylavic, ylavic, ylavic
Reviewed/backported by: jim

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

8 years ago* Promote
Ruediger Pluem [Wed, 17 Feb 2016 20:27:07 +0000 (20:27 +0000)]
* Promote

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

8 years ago* Vote and comment
Ruediger Pluem [Wed, 17 Feb 2016 20:24:06 +0000 (20:24 +0000)]
* Vote and comment

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

8 years ago* Add proposal
Ruediger Pluem [Wed, 17 Feb 2016 13:21:49 +0000 (13:21 +0000)]
* Add proposal

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

8 years agoMove this to being "worked".... maybe "stalled" might
Jim Jagielski [Tue, 16 Feb 2016 13:20:47 +0000 (13:20 +0000)]
Move this to being "worked".... maybe "stalled" might
be more accurate??

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

8 years agoMerge r1588330 from trunk:
Jim Jagielski [Tue, 16 Feb 2016 13:19:01 +0000 (13:19 +0000)]
Merge r1588330 from trunk:

Prevent an external proxy from presenting an internal proxy
in mod_remoteip.c. PR 55962.

Submitted by: mrumph
Reviewed/backported by: jim

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

8 years agopromote
Jim Jagielski [Tue, 16 Feb 2016 13:17:21 +0000 (13:17 +0000)]
promote

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

8 years agoA bunch o' votes
Jim Jagielski [Tue, 16 Feb 2016 13:16:53 +0000 (13:16 +0000)]
A bunch o' votes

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

8 years agoPropose
Christophe Jaillet [Mon, 15 Feb 2016 17:12:10 +0000 (17:12 +0000)]
Propose

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

8 years agoVote.
Rainer Jung [Sat, 13 Feb 2016 17:47:48 +0000 (17:47 +0000)]
Vote.

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

8 years agoRebuild.
Lucien Gentis [Sat, 13 Feb 2016 15:10:07 +0000 (15:10 +0000)]
Rebuild.

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

8 years agoRebuild.
Lucien Gentis [Sat, 13 Feb 2016 14:41:58 +0000 (14:41 +0000)]
Rebuild.

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

8 years agoXML update and typo in mod/mod_rewrite.xml.
Lucien Gentis [Sat, 13 Feb 2016 14:37:56 +0000 (14:37 +0000)]
XML update and typo in mod/mod_rewrite.xml.

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

8 years agoFeather
Jim Jagielski [Fri, 12 Feb 2016 17:51:32 +0000 (17:51 +0000)]
Feather

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

8 years agoLeave out mention of something we won't try on a released branch
William A. Rowe Jr [Fri, 12 Feb 2016 16:23:17 +0000 (16:23 +0000)]
Leave out mention of something we won't try on a released branch

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

8 years agobackport props... simple
Jim Jagielski [Fri, 12 Feb 2016 15:55:43 +0000 (15:55 +0000)]
backport props... simple

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

8 years agoptr to 2.4 patch
Jim Jagielski [Fri, 12 Feb 2016 13:48:52 +0000 (13:48 +0000)]
ptr to 2.4 patch

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

8 years agoupdating backport proposal of pre_close_connection and scoreboard changes, resetting...
Stefan Eissing [Fri, 12 Feb 2016 09:58:32 +0000 (09:58 +0000)]
updating backport proposal of pre_close_connection and scoreboard changes, resetting votes

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

8 years agoDocumentation rebuild.
Luca Toscano [Fri, 12 Feb 2016 07:41:06 +0000 (07:41 +0000)]
Documentation rebuild.

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

8 years agoRemoved confusing lines in mod_event's documentation.
Luca Toscano [Fri, 12 Feb 2016 07:39:56 +0000 (07:39 +0000)]
Removed confusing lines in mod_event's documentation.

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

8 years agoSubmitted for consideration...
William A. Rowe Jr [Fri, 12 Feb 2016 01:24:44 +0000 (01:24 +0000)]
Submitted for consideration...

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

8 years agofollowups to 1729876:
Eric Covener [Thu, 11 Feb 2016 23:16:23 +0000 (23:16 +0000)]
followups to 1729876:
 - fix relase # in MMN
 - compatibility is for expression only

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

8 years agoNeed status on this backport...
Jim Jagielski [Thu, 11 Feb 2016 19:09:39 +0000 (19:09 +0000)]
Need status on this backport...

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

8 years agoMerge r1725149, r1726233, r1729374, r1729374 from trunk:
Jim Jagielski [Thu, 11 Feb 2016 19:06:16 +0000 (19:06 +0000)]
Merge r1725149, r1726233, r1729374, r1729374 from trunk:

allow expressions to be used in SetHandler. Opt-in with expr= prefix.

from feedback, assume all parameters to SetHandler are expressions.

I couldnt come up with a plausible handler name that was an
invalid expression.

1726233 temporarily broke UDS r->handler case sensitivity

1726233 temporarily broke UDS r->handler case sensitivity

Submitted by: covener
Reviewed/backported by: jim

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

8 years agoMerge r1727544 from trunk:
Jim Jagielski [Thu, 11 Feb 2016 19:05:07 +0000 (19:05 +0000)]
Merge r1727544 from trunk:

* Ensure that proto_num and protocol is set in another "error out early" edge
  case. This can happen with invalid CONNECT requests as described in the PR.

PR: 58929

Submitted by: rpluem
Reviewed/backported by: jim

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

8 years agoMerge r1725940 from trunk:
Jim Jagielski [Thu, 11 Feb 2016 19:03:54 +0000 (19:03 +0000)]
Merge r1725940 from trunk:

handling TIMEUP on SSL inputs by allowing later retries
Submitted by: icing
Reviewed/backported by: jim

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

8 years agoMerge r1717816 from trunk:
Jim Jagielski [Thu, 11 Feb 2016 19:03:04 +0000 (19:03 +0000)]
Merge r1717816 from trunk:

Fix missing Upgrade headers on OPTION * requests, PR58688
Submitted by: wrowe
Reviewed/backported by: jim

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

8 years agoMerge r1725325 from trunk:
Jim Jagielski [Thu, 11 Feb 2016 19:02:29 +0000 (19:02 +0000)]
Merge r1725325 from trunk:

* Since r1724820 two modules, mod_http2 and mod_ssl, call APACHE_CHECK_OPENSSL,
  with mod_http2 doing it first. Because the result of APACHE_CHECK_OPENSSL
  is cached this causes MOD_LDFLAGS and MOD_CFLAGS to remain unset for mod_ssl
  which in turn causes it not to be linked against Openssl which means that
  mod_ssl cannot be loaded if the Openssl libs haven't been loaded by other means
  already.
  Fix this by caching the values for MOD_LDFLAGS and MOD_CFLAGS created during
  the first run and set them in the cached case.

Submitted by: rpluem
Reviewed/backported by: jim

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

8 years agoVote on mod_remoteip proposal
Mike Rumph [Thu, 11 Feb 2016 18:27:42 +0000 (18:27 +0000)]
Vote on mod_remoteip proposal

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

8 years agoFinally reviewed in detail, this should be backported to close PR 55962
William A. Rowe Jr [Thu, 11 Feb 2016 17:38:24 +0000 (17:38 +0000)]
Finally reviewed in detail, this should be backported to close PR 55962

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

8 years agoadd date from announcement
Eric Covener [Thu, 11 Feb 2016 16:42:19 +0000 (16:42 +0000)]
add date from announcement

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

8 years agoDocumentation rebuild
Luca Toscano [Wed, 10 Feb 2016 22:45:27 +0000 (22:45 +0000)]
Documentation rebuild

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

8 years agoImproved version of the mod_event's doc page.
Luca Toscano [Wed, 10 Feb 2016 22:41:08 +0000 (22:41 +0000)]
Improved version of the mod_event's doc page.

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

8 years agoAdd APLOGNO, first chunk (those that were
Rainer Jung [Tue, 9 Feb 2016 23:09:24 +0000 (23:09 +0000)]
Add APLOGNO, first chunk (those that were
detected by coccinelle).

There are some more but they are easier to
backport once these here are applied.

Backport of r1725392, r1725394, r1725395
and r1725468 from trunk.

Submitted by: rjung
Reviewed by: jim, ylavic

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

8 years agoVote, promote.
Yann Ylavic [Tue, 9 Feb 2016 22:14:45 +0000 (22:14 +0000)]
Vote, promote.

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

8 years agoadd catch from Yann, also check in some votes I never committed.
Eric Covener [Tue, 9 Feb 2016 12:56:24 +0000 (12:56 +0000)]
add catch from Yann, also check in some votes I never committed.

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

8 years agoadd h2_filter.c
Gregg Lewis Smith [Mon, 8 Feb 2016 22:06:21 +0000 (22:06 +0000)]
add h2_filter.c

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

8 years agoRebuild.
Lucien Gentis [Sun, 7 Feb 2016 16:27:31 +0000 (16:27 +0000)]
Rebuild.

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

8 years agoXML updates.
Lucien Gentis [Sun, 7 Feb 2016 16:26:46 +0000 (16:26 +0000)]
XML updates.

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

8 years agoRebuild.
Lucien Gentis [Sat, 6 Feb 2016 17:56:37 +0000 (17:56 +0000)]
Rebuild.

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

8 years agoXML updates.
Lucien Gentis [Sat, 6 Feb 2016 17:50:08 +0000 (17:50 +0000)]
XML updates.

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

8 years agoRemove @jim comment. He has voted again.
Rainer Jung [Thu, 4 Feb 2016 20:03:59 +0000 (20:03 +0000)]
Remove @jim comment. He has voted again.

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

8 years agoMerge r1726888 from trunk:
Jim Jagielski [Thu, 4 Feb 2016 19:26:41 +0000 (19:26 +0000)]
Merge r1726888 from trunk:

Fix some duplicate definitions
Submitted by: mrumph
Reviewed/backported by: jim

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

8 years agoMerge r1725445 from trunk:
Jim Jagielski [Thu, 4 Feb 2016 19:26:00 +0000 (19:26 +0000)]
Merge r1725445 from trunk:

No need to search twice for the same value.
Submitted by: jailletc36
Reviewed/backported by: jim

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

8 years agopromote
Jim Jagielski [Thu, 4 Feb 2016 19:25:20 +0000 (19:25 +0000)]
promote

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

8 years agosome votes
Jim Jagielski [Thu, 4 Feb 2016 19:24:39 +0000 (19:24 +0000)]
some votes

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

8 years agoPut in a placeholder
Jim Jagielski [Thu, 4 Feb 2016 19:23:24 +0000 (19:23 +0000)]
Put in a placeholder

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

8 years agoNot really needed to backport
Jim Jagielski [Thu, 4 Feb 2016 19:21:58 +0000 (19:21 +0000)]
Not really needed to backport

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

8 years ago* Add a proposal
Ruediger Pluem [Wed, 3 Feb 2016 19:56:38 +0000 (19:56 +0000)]
* Add a proposal

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

8 years ago* Add a proposal
Ruediger Pluem [Wed, 3 Feb 2016 19:45:47 +0000 (19:45 +0000)]
* Add a proposal

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

8 years agomerged patch
Eric Covener [Tue, 2 Feb 2016 17:00:26 +0000 (17:00 +0000)]
merged patch

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

8 years agoResolves comment about how regex matches, at
Rich Bowen [Tue, 2 Feb 2016 11:11:33 +0000 (11:11 +0000)]
Resolves comment about how regex matches, at
http://httpd.apache.org/docs/current/mod/mod_rewrite.html#comments_thread

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

8 years agoFix weird indentation
Rich Bowen [Tue, 2 Feb 2016 10:53:37 +0000 (10:53 +0000)]
Fix weird indentation

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

8 years agoRebuild All The Things.
Rich Bowen [Tue, 2 Feb 2016 09:51:49 +0000 (09:51 +0000)]
Rebuild All The Things.

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

8 years agomod_rewrite doc enhancements from trunk.
Rich Bowen [Tue, 2 Feb 2016 09:50:10 +0000 (09:50 +0000)]
mod_rewrite doc enhancements from trunk.

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

8 years agoBackporting documentation changes from trunk related to mod_cgi/cgid and mod_deflate
Luca Toscano [Mon, 1 Feb 2016 22:33:57 +0000 (22:33 +0000)]
Backporting documentation changes from trunk related to mod_cgi/cgid and mod_deflate

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

8 years agoRebuild.
Lucien Gentis [Sat, 30 Jan 2016 16:50:05 +0000 (16:50 +0000)]
Rebuild.

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

8 years agoXML updates.
Lucien Gentis [Sat, 30 Jan 2016 16:49:19 +0000 (16:49 +0000)]
XML updates.

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

8 years agoxforms
Christophe Jaillet [Fri, 29 Jan 2016 22:01:02 +0000 (22:01 +0000)]
xforms

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

8 years agoFix examples
Christophe Jaillet [Fri, 29 Jan 2016 22:00:16 +0000 (22:00 +0000)]
Fix examples

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

8 years agoxforms
Christophe Jaillet [Fri, 29 Jan 2016 21:51:15 +0000 (21:51 +0000)]
xforms

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

8 years agoTake into account an old comment from Thomas.
Christophe Jaillet [Fri, 29 Jan 2016 21:49:37 +0000 (21:49 +0000)]
Take into account an old comment from Thomas.
Add an example using regex

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

8 years agoxforms
Christophe Jaillet [Fri, 29 Jan 2016 20:18:09 +0000 (20:18 +0000)]
xforms

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

8 years agoSmall visual tweak
Christophe Jaillet [Fri, 29 Jan 2016 20:17:45 +0000 (20:17 +0000)]
Small visual tweak

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

8 years agoxforms
Christophe Jaillet [Fri, 29 Jan 2016 19:53:47 +0000 (19:53 +0000)]
xforms

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

8 years agoFix doc as spotted by Shane Roberts in online doc
Christophe Jaillet [Fri, 29 Jan 2016 19:52:15 +0000 (19:52 +0000)]
Fix doc as spotted by Shane Roberts in online doc
+ synch with trunk

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

8 years agoFix proposal, restart vote.
Rainer Jung [Fri, 29 Jan 2016 15:48:04 +0000 (15:48 +0000)]
Fix proposal, restart vote.
Thanks Stefan.

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

8 years agoadding missing change for APLOGNO
Stefan Eissing [Fri, 29 Jan 2016 13:44:53 +0000 (13:44 +0000)]
adding missing change for APLOGNO

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

8 years agoproposing backport of pre_close_connection hook
Stefan Eissing [Fri, 29 Jan 2016 13:41:42 +0000 (13:41 +0000)]
proposing backport of pre_close_connection hook

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

8 years agoregresssions as test parse debug log
Stefan Eissing [Fri, 29 Jan 2016 10:05:47 +0000 (10:05 +0000)]
regresssions as test parse debug log

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

8 years agodisable any openssl use until configure fix is backported, linking gets messed up...
Stefan Eissing [Fri, 29 Jan 2016 09:57:58 +0000 (09:57 +0000)]
disable any openssl use until configure fix is backported, linking gets messed up when multiple places have openssl

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

8 years agovote
Stefan Eissing [Fri, 29 Jan 2016 09:22:55 +0000 (09:22 +0000)]
vote

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

8 years agovote
Stefan Eissing [Fri, 29 Jan 2016 09:21:19 +0000 (09:21 +0000)]
vote

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

8 years agoBackport proposal
Mike Rumph [Thu, 28 Jan 2016 20:42:24 +0000 (20:42 +0000)]
Backport proposal

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

8 years agoproposing APACHE_CHECK_OPENSSL twice invocation fix for backport
Stefan Eissing [Thu, 28 Jan 2016 16:44:36 +0000 (16:44 +0000)]
proposing APACHE_CHECK_OPENSSL twice invocation fix for backport

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

8 years agobackport of r1718514,1721313
Stefan Eissing [Thu, 28 Jan 2016 16:29:47 +0000 (16:29 +0000)]
backport of r1718514,1721313

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

8 years agomissed author
Stefan Eissing [Thu, 28 Jan 2016 16:21:27 +0000 (16:21 +0000)]
missed author

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

8 years agovote
Stefan Eissing [Thu, 28 Jan 2016 16:19:10 +0000 (16:19 +0000)]
vote

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

8 years agobackport of r1723122,1723143
Stefan Eissing [Thu, 28 Jan 2016 16:13:54 +0000 (16:13 +0000)]
backport of r1723122,1723143

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

8 years agovote
Stefan Eissing [Thu, 28 Jan 2016 16:12:23 +0000 (16:12 +0000)]
vote

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

8 years agoSome backport votes
Jim Jagielski [Thu, 28 Jan 2016 14:58:06 +0000 (14:58 +0000)]
Some backport votes

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

8 years agomake docs
Jeff Trawick [Thu, 28 Jan 2016 12:12:21 +0000 (12:12 +0000)]
make docs

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

8 years agoMerge r1727317 from trunk:
Jeff Trawick [Thu, 28 Jan 2016 12:10:40 +0000 (12:10 +0000)]
Merge r1727317 from trunk:

Update Perl FCGI examples to work with current version of module

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

8 years agoProposal
Christophe Jaillet [Wed, 27 Jan 2016 20:43:19 +0000 (20:43 +0000)]
Proposal

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

8 years agoxforms
Christophe Jaillet [Wed, 27 Jan 2016 06:28:33 +0000 (06:28 +0000)]
xforms

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

8 years agoFix typo spotted by noodl in online doc + synch with trunk
Christophe Jaillet [Wed, 27 Jan 2016 06:25:33 +0000 (06:25 +0000)]
Fix typo spotted by noodl  in online doc + synch with trunk

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

8 years agomod_http2: merge r1726798 from trunk.
Yann Ylavic [Tue, 26 Jan 2016 14:34:57 +0000 (14:34 +0000)]
mod_http2: merge r1726798 from trunk.
Fix warnings:
modules/http2/h2_util.c|174| warning: suggest parentheses around ‘+’ in operand of ‘&’
modules/http2/h2_util.c|176| warning: suggest parentheses around ‘+’ in operand of ‘&’

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

8 years agoRebuild.
Lucien Gentis [Sat, 23 Jan 2016 14:40:11 +0000 (14:40 +0000)]
Rebuild.

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

8 years agoXML updates.
Lucien Gentis [Sat, 23 Jan 2016 14:39:09 +0000 (14:39 +0000)]
XML updates.

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

8 years agoper ML feedback, make setHandler expression interp
Eric Covener [Fri, 22 Jan 2016 15:32:09 +0000 (15:32 +0000)]
per ML feedback, make setHandler expression interp
implicit.

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

8 years agoFix typo in comment (s/patterm/pattern/).
Rainer Jung [Thu, 21 Jan 2016 20:17:14 +0000 (20:17 +0000)]
Fix typo in comment (s/patterm/pattern/).

Backport of r1726086 from trunk.

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

8 years agoFix typo in comment
Christophe Jaillet [Thu, 21 Jan 2016 18:45:54 +0000 (18:45 +0000)]
Fix typo in comment

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