Rich Bowen
5c5ce24bc4
Rebuilding changes from earlier today.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1719576 13f79535-47bb-0310-9956-ffa450edef68
2015-12-11 21:53:45 +00:00
Mike Rumph
caf621b627
Generated doc changes
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1718421 13f79535-47bb-0310-9956-ffa450edef68
2015-12-07 16:33:20 +00:00
Stefan Eissing
d093f82cee
removing weight from H2PushPriority with dependency 'before' as on stream close, priorities would not be as before otherwise
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1718400 13f79535-47bb-0310-9956-ffa450edef68
2015-12-07 15:22:11 +00:00
Lucien Gentis
7410d28d0e
Rebuild.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1718100 13f79535-47bb-0310-9956-ffa450edef68
2015-12-05 16:01:29 +00:00
Lucien Gentis
cc0dda03ec
XML updates.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1718099 13f79535-47bb-0310-9956-ffa450edef68
2015-12-05 16:00:27 +00:00
Mike Rumph
3119333913
Generated doc changes
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1717819 13f79535-47bb-0310-9956-ffa450edef68
2015-12-03 18:02:44 +00:00
Mike Rumph
3bf386ebf3
Satisfy XML validation and fix some typos
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1717818 13f79535-47bb-0310-9956-ffa450edef68
2015-12-03 17:59:50 +00:00
Mike Rumph
63b6b83cec
Generated doc changes
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1717790 13f79535-47bb-0310-9956-ffa450edef68
2015-12-03 16:04:18 +00:00
Mike Rumph
26bad0b986
Typos and grammar corrections
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1717786 13f79535-47bb-0310-9956-ffa450edef68
2015-12-03 16:01:19 +00:00
Mike Rumph
6473d3f292
Generated doc changes
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1717779 13f79535-47bb-0310-9956-ffa450edef68
2015-12-03 15:06:55 +00:00
Christophe Jaillet
849c0503a2
rebuild
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1717124 13f79535-47bb-0310-9956-ffa450edef68
2015-11-29 21:02:59 +00:00
Christophe Jaillet
16ee6ea588
Fix doc as spotted by mat in online doc
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1717123 13f79535-47bb-0310-9956-ffa450edef68
2015-11-29 21:00:32 +00:00
Christophe Jaillet
f991ae076b
Fix the use of the default 'flush' provider.
...
Improve documentation for the "flusher" parameter.
Remove useless empty lines.
See http://mail-archives.apache.org/mod_mbox/httpd-dev/200812.mbox/%3C494226C0.4050407@force-elite.com%3E for some more explanation.
A python script is given there to test.
I had to tweak it to have it work
(use:
fd, payload = passfd.recvfd(conn.fileno())
instead of:
fd = passfd.recvfd(conn.fileno())
)
This is a r1058621 regression, where somehow "char *flusher" has been turned into a "char flusher[]". So it is been broken since the beginning of 2.4.x
After this change (i.e. r1058621), 'flusher' is no more a pointer (NULL'ed when the structure it belongs to is created) but the address of an array within a structure. It can not be NULL anymore.
So, we now have to look at the content of the array itself to see if it has been initialized or if we have to use the default value instead.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1717063 13f79535-47bb-0310-9956-ffa450edef68
2015-11-29 13:26:03 +00:00
Stefan Eissing
c636ee84c1
updating reference nghttp2 version after its release
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1716660 13f79535-47bb-0310-9956-ffa450edef68
2015-11-26 14:05:06 +00:00
Stefan Eissing
05df124330
html updates after build
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1716390 13f79535-47bb-0310-9956-ffa450edef68
2015-11-25 13:27:58 +00:00
Stefan Eissing
ef14549031
new directive H2PushPriority to define content-type based priorities on server pushed resources
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1716388 13f79535-47bb-0310-9956-ffa450edef68
2015-11-25 13:26:31 +00:00
William A. Rowe Jr
57a17302db
Regenerate
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1715265 13f79535-47bb-0310-9956-ffa450edef68
2015-11-19 20:18:26 +00:00
William A. Rowe Jr
c10e641685
XML Parsing error, I believe this is the fix
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1715264 13f79535-47bb-0310-9956-ffa450edef68
2015-11-19 20:18:08 +00:00
Stefan Eissing
c4552853e7
updated documenation, fixed includes to work with older apr versions
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1715209 13f79535-47bb-0310-9956-ffa450edef68
2015-11-19 16:24:31 +00:00
Stefan Eissing
364b3f79c4
new directive H2Push on/off to en-/disable HTTP/2 server pushes. Server pushes are recognized by Link: headers in responses that carry the rel=preload parameter
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1714219 13f79535-47bb-0310-9956-ffa450edef68
2015-11-13 14:54:15 +00:00
Lucien Gentis
2c584693d1
Rebuild.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1713140 13f79535-47bb-0310-9956-ffa450edef68
2015-11-07 14:54:31 +00:00
Lucien Gentis
01b3111294
XML update.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1713139 13f79535-47bb-0310-9956-ffa450edef68
2015-11-07 14:52:54 +00:00
Kaspar Brand
e0bdcf64a5
update mod_ssl.html.en transformation
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1711730 13f79535-47bb-0310-9956-ffa450edef68
2015-11-01 09:46:10 +00:00
Kaspar Brand
d3fd6650ad
For the "SSLStaplingReturnResponderErrors off" case, make sure to only
...
staple responses with certificate status "good". Also avoids including
inaccurate responses when the OCSP responder is not completely up
to date in terms of the CA-issued certificates (and provides interim
"unknown" or "extended revoked" [RFC 6960] status replies).
Log a certificate status other than "good" in stapling_check_response().
Propagate the "ok" status from stapling_check_response() back via both
stapling_renew_response() and get_and_check_cached_response() to the
callback code in stapling_cb(), enabling the decision whether to include
or skip the response.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1711728 13f79535-47bb-0310-9956-ffa450edef68
2015-11-01 09:38:31 +00:00
Christophe Jaillet
c9951de82a
xform
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1711548 13f79535-47bb-0310-9956-ffa450edef68
2015-10-30 20:52:29 +00:00
Christophe Jaillet
dec5aeb49e
Fix a typo in doc as spotted by ceving in online doc
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1711547 13f79535-47bb-0310-9956-ffa450edef68
2015-10-30 20:29:42 +00:00
Mike Rumph
abde512eaf
Generated doc changes
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1711096 13f79535-47bb-0310-9956-ffa450edef68
2015-10-28 18:30:44 +00:00
Mike Rumph
6fb46ae27f
Add compatibility note to mod_http2 doc
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1711094 13f79535-47bb-0310-9956-ffa450edef68
2015-10-28 18:25:30 +00:00
Mike Rumph
442d889f63
Generated doc changes
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1711090 13f79535-47bb-0310-9956-ffa450edef68
2015-10-28 18:18:46 +00:00
Stefan Eissing
1de680cb5f
http2 TLS record size handling configuration, improved output write frequency
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1710825 13f79535-47bb-0310-9956-ffa450edef68
2015-10-27 14:15:56 +00:00
Eric Covener
28d2d12241
Make the fix for fully qualifying REDIRECT_URL from PR#57785 opt-in.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1710380 13f79535-47bb-0310-9956-ffa450edef68
2015-10-24 19:13:16 +00:00
Graham Leggett
dd159d8c96
Bump version for the expression parser SSL fix.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1709596 13f79535-47bb-0310-9956-ffa450edef68
2015-10-20 14:02:16 +00:00
Stefan Eissing
18e2dd1225
new ap_is_allowed_protocol() for testing configured protocols, added H2Upgrade on/off directive, changed H2Direct default back to on when h2c is in Protocols
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1709587 13f79535-47bb-0310-9956-ffa450edef68
2015-10-20 13:42:23 +00:00
Lucien Gentis
423ddb4904
Rebuil.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1709173 13f79535-47bb-0310-9956-ffa450edef68
2015-10-17 14:07:20 +00:00
Yann Ylavic
a83e9b4d71
mod_session: Introduce SessionExpiryUpdateInterval which allows to
...
configure the session/cookie expiry's update interval. PR 57300.
Submitted by: Paul Spangler <paul.spangler ni.com>
Reviewed/Committed by: ylavic
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1709121 13f79535-47bb-0310-9956-ffa450edef68
2015-10-16 22:36:17 +00:00
Stefan Eissing
8e878dc842
changed H2Compliance to H2ModernTLSOnly, added description in module docs
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1708815 13f79535-47bb-0310-9956-ffa450edef68
2015-10-15 13:14:37 +00:00
Stefan Eissing
fcf41ff1dc
mod_http2: new directive H2Compliance on/off, checking TLS protocol and cipher against RFC7540
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1708593 13f79535-47bb-0310-9956-ffa450edef68
2015-10-14 12:10:11 +00:00
André Malo
1a9e3d4436
update transformation
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1708194 13f79535-47bb-0310-9956-ffa450edef68
2015-10-12 18:33:55 +00:00
Stefan Eissing
ebb34c0b07
mod_ssl: performing protocol switch directly after ALPN selection, mod_http2: connection hook inits network filters to force TLS handshake, reads input only if H2Direct explicitly enabled, changes H2Direct default to off even for cleartext connections
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1708107 13f79535-47bb-0310-9956-ffa450edef68
2015-10-12 13:13:45 +00:00
Lucien Gentis
2bcbf81a25
XML updates.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1707977 13f79535-47bb-0310-9956-ffa450edef68
2015-10-11 13:47:26 +00:00
Rich Bowen
14247d45d6
Rebuild xml changes
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1707897 13f79535-47bb-0310-9956-ffa450edef68
2015-10-10 16:39:05 +00:00
Yann Ylavic
5fd2a210de
s/h2_module/http2_module/
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1707889 13f79535-47bb-0310-9956-ffa450edef68
2015-10-10 15:41:54 +00:00
Rainer Jung
ffce20217c
Xforms
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1707886 13f79535-47bb-0310-9956-ffa450edef68
2015-10-10 15:28:12 +00:00
Rainer Jung
a4e576ca9c
Fix small typo in new docs.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1707883 13f79535-47bb-0310-9956-ffa450edef68
2015-10-10 14:27:16 +00:00
Rainer Jung
328a4ceb34
Xforms
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1707628 13f79535-47bb-0310-9956-ffa450edef68
2015-10-08 22:35:03 +00:00
Rainer Jung
242487fc82
Sort MPMs given in modulelist uniformly, list
...
most important or common ones first.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1707627 13f79535-47bb-0310-9956-ffa450edef68
2015-10-08 22:33:24 +00:00
Rainer Jung
520348536f
Add event in mpm docs where currently only
...
worker is mentioned. Existing worker text
applies to event without changes.
Thanks to Mathijs Schmittmann.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1707626 13f79535-47bb-0310-9956-ffa450edef68
2015-10-08 22:02:32 +00:00
Eric Covener
cf173c7980
remove copy/paste paragraph in r1707161
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1707165 13f79535-47bb-0310-9956-ffa450edef68
2015-10-06 22:49:50 +00:00
Graham Leggett
2da6c9a57a
Add the AsyncFilter directive that allows the asynchronous filter
...
functionality to be switched off for certain classes of filters.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1707161 13f79535-47bb-0310-9956-ffa450edef68
2015-10-06 22:33:03 +00:00
Rainer Jung
01d76cba1c
Xforms.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1707003 13f79535-47bb-0310-9956-ffa450edef68
2015-10-06 11:30:52 +00:00