1
0
mirror of https://github.com/apache/httpd.git synced 2025-11-14 01:22:37 +03:00
Commit Graph

5051 Commits

Author SHA1 Message Date
Lucien Gentis
1755dc9703 XML update.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1622868 13f79535-47bb-0310-9956-ffa450edef68
2014-09-06 14:58:55 +00:00
Rich Bowen
9f97d756dd Rebuild
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1622290 13f79535-47bb-0310-9956-ffa450edef68
2014-09-03 15:57:07 +00:00
André Malo
d144194cc8 fix props and update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1620075 13f79535-47bb-0310-9956-ffa450edef68
2014-08-23 20:36:25 +00:00
Eric Covener
808ae02a19 xform
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1620014 13f79535-47bb-0310-9956-ffa450edef68
2014-08-23 11:36:37 +00:00
Eric Covener
9da0dd0ee3 remove incorrect compat info from trunk
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1620011 13f79535-47bb-0310-9956-ffa450edef68
2014-08-23 11:33:35 +00:00
Lucien Gentis
5bff6e479a Rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1620003 13f79535-47bb-0310-9956-ffa450edef68
2014-08-23 11:15:56 +00:00
Jan Kaluža
c14c0ab2c7 mod_systemd: Add IdleShutdown - number of seconds in idle-state after which
httpd is shutdown. This is useful in a combination with socket activation.
Add mod_systemd documentation.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1618579 13f79535-47bb-0310-9956-ffa450edef68
2014-08-18 10:48:41 +00:00
Mike Rumph
660ea11ba6 Some changes for mod_authnz_fcgi doc.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1616377 13f79535-47bb-0310-9956-ffa450edef68
2014-08-07 00:11:21 +00:00
Lucien Gentis
79fdc9c5c2 Rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1613690 13f79535-47bb-0310-9956-ffa450edef68
2014-07-26 17:26:43 +00:00
Lucien Gentis
fd2dd389a9 XML Updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1613689 13f79535-47bb-0310-9956-ffa450edef68
2014-07-26 17:25:07 +00:00
Eric Covener
d33346f1df xform
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1613321 13f79535-47bb-0310-9956-ffa450edef68
2014-07-24 22:49:07 +00:00
Eric Covener
9fec8dcd9c two commenters were confused authnprovideralias
providing special config to authz providers


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1613318 13f79535-47bb-0310-9956-ffa450edef68
2014-07-24 22:45:33 +00:00
Lucien Gentis
a12e172dd1 Rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1612091 13f79535-47bb-0310-9956-ffa450edef68
2014-07-20 14:25:57 +00:00
Lucien Gentis
8d850de8e9 XML update.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1612090 13f79535-47bb-0310-9956-ffa450edef68
2014-07-20 14:24:13 +00:00
Lucien Gentis
ac8e58d086 Rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1611930 13f79535-47bb-0310-9956-ffa450edef68
2014-07-19 17:45:36 +00:00
Lucien Gentis
d932f42a24 XML update.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1611929 13f79535-47bb-0310-9956-ffa450edef68
2014-07-19 17:44:32 +00:00
André Malo
b1ce747989 update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1611793 13f79535-47bb-0310-9956-ffa450edef68
2014-07-18 20:32:00 +00:00
André Malo
08e2796e88 fix properties and xml validity
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1611791 13f79535-47bb-0310-9956-ffa450edef68
2014-07-18 20:20:09 +00:00
Eric Covener
ee7c86455f mark async websockets tunnel stuff as experimental
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1611430 13f79535-47bb-0310-9956-ffa450edef68
2014-07-17 18:24:43 +00:00
Eric Covener
538a5b996b record for posterity why some 2/3-char formats begin with a funny caret.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1611357 13f79535-47bb-0310-9956-ffa450edef68
2014-07-17 14:07:53 +00:00
Eric Covener
8cc5e00f9e *) SECURITY: CVE-2013-5704 (cve.mitre.org)
core: HTTP trailers could be used to replace HTTP headers
     late during request processing, potentially undoing or
     otherwise confusing modules that examined or modified
     request headers earlier.  Adds "MergeTrailers" directive to restore
     legacy behavior.  

Submitted By: Edward Lu, Yann Ylavic, Joe Orton, Eric Covener
Committed By: covener



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1610814 13f79535-47bb-0310-9956-ffa450edef68
2014-07-15 19:11:02 +00:00
Eric Covener
6346ece4d9 *) SECURITY: CVE-2014-0118 (cve.mitre.org)
mod_deflate: The DEFLATE input filter (inflates request bodies) now
     limits the length and compression ratio of inflated request bodies to avoid
     denial of sevice via highly compressed bodies.  See directives 
     DeflateInflateLimitRequestBody, DeflateInflateRatioLimit,
     and DeflateInflateRatioBurst.

Thanks to Giancarlo Pellegrino and Davide Balzarotti for reporting the issue.

Submitted By: ylavic, covener
Reviewed By: jorton, covener, jim




git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1610501 13f79535-47bb-0310-9956-ffa450edef68
2014-07-14 19:56:15 +00:00
Jan Kaluža
f66a511609 mod_journald: New module implementing error_log provider for systemd-journald.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1610339 13f79535-47bb-0310-9956-ffa450edef68
2014-07-14 05:52:45 +00:00
Rainer Jung
5f7ec543ec Extend the scope of SSLSessionCacheTimeout to sessions
resumed by TLS session resumption (RFC 5077).


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1610311 13f79535-47bb-0310-9956-ffa450edef68
2014-07-13 22:30:44 +00:00
Jeff Trawick
732d1dc4a7 Sync version info in DH parameter doc with 2.4.x branch (r1610014).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1610015 13f79535-47bb-0310-9956-ffa450edef68
2014-07-12 18:10:51 +00:00
Lucien Gentis
d6509fcc8a Rebuild
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1608010 13f79535-47bb-0310-9956-ffa450edef68
2014-07-05 12:59:36 +00:00
Lucien Gentis
3e1a109762 XML Update.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1608008 13f79535-47bb-0310-9956-ffa450edef68
2014-07-05 12:58:18 +00:00
Eric Covener
6185eeaccc xform
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1607961 13f79535-47bb-0310-9956-ffa450edef68
2014-07-05 00:06:23 +00:00
Eric Covener
2eaa646655 make LDAPConnectionPoolTTL more conservative, use r->request_time rather than
end-of-request time, and only update it after a round-trip with the LDAP
server rather than every time we check back into the pool.



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1607960 13f79535-47bb-0310-9956-ffa450edef68
2014-07-05 00:06:15 +00:00
Joe Orton
e4738df5fe Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1605843 13f79535-47bb-0310-9956-ffa450edef68
2014-06-26 16:28:29 +00:00
Joe Orton
cfce238243 - note tweak to DH parameter sizes used in r1605827;
dropped the date reference here since it would no longer
  be accurate.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1605829 13f79535-47bb-0310-9956-ffa450edef68
2014-06-26 15:54:34 +00:00
Lucien Gentis
fc4c848fea Rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1604577 13f79535-47bb-0310-9956-ffa450edef68
2014-06-22 13:53:44 +00:00
Lucien Gentis
434083cfbc XML updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1604575 13f79535-47bb-0310-9956-ffa450edef68
2014-06-22 13:47:58 +00:00
Jeff Trawick
b488bf2693 doc xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1604384 13f79535-47bb-0310-9956-ffa450edef68
2014-06-21 13:56:04 +00:00
Jeff Trawick
1db4f767ad Follow up r1573626 with some wordsmithing, a compatibility note,
and indentation.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1604382 13f79535-47bb-0310-9956-ffa450edef68
2014-06-21 13:53:57 +00:00
Daniel Gruno
0ac4c9dc26 Revert early|late argument for LuaHookCheckUserID as it does not work right now.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1604336 13f79535-47bb-0310-9956-ffa450edef68
2014-06-21 10:36:56 +00:00
Rich Bowen
044061e203 Rebuild quickrefs
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1602692 13f79535-47bb-0310-9956-ffa450edef68
2014-06-15 13:33:07 +00:00
Lucien Gentis
961d71ccc2 Rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1602686 13f79535-47bb-0310-9956-ffa450edef68
2014-06-15 13:10:00 +00:00
Lucien Gentis
4ba9fab28f XML Updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1602685 13f79535-47bb-0310-9956-ffa450edef68
2014-06-15 13:08:48 +00:00
Lucien Gentis
465a262b6c Rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1602600 13f79535-47bb-0310-9956-ffa450edef68
2014-06-14 16:49:57 +00:00
Lucien Gentis
229b182c26 XML updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1602599 13f79535-47bb-0310-9956-ffa450edef68
2014-06-14 16:48:15 +00:00
Eric Covener
2c7046ccf7 simplify/clarify that negation operates on an entire condition and not
on the regex or the special test conditions. Comment #1291.



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1601532 13f79535-47bb-0310-9956-ffa450edef68
2014-06-10 00:02:02 +00:00
Mike Rumph
7a7fee0fa3 generated changes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1600541 13f79535-47bb-0310-9956-ffa450edef68
2014-06-04 23:35:59 +00:00
Mike Rumph
2ab48f75ac Fix spelling and grammar errors.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1600539 13f79535-47bb-0310-9956-ffa450edef68
2014-06-04 23:30:52 +00:00
Mike Rumph
0db7bad1bd generated changes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1600388 13f79535-47bb-0310-9956-ffa450edef68
2014-06-04 17:42:30 +00:00
Mike Rumph
81d19314f9 Remove redundant paragraph and fix grammar errors.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1600383 13f79535-47bb-0310-9956-ffa450edef68
2014-06-04 17:39:03 +00:00
Mike Rumph
e0c5518ea9 Generated files from doc build.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1599840 13f79535-47bb-0310-9956-ffa450edef68
2014-06-04 00:02:31 +00:00
Christophe Jaillet
a5f600973a Fix r1593665 where I miss read the code and what is performed in "header_inout_cmd()" where arguments are "shuffled" according to the "action" to be performed.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1599794 13f79535-47bb-0310-9956-ffa450edef68
2014-06-03 20:43:41 +00:00
Nick Kew
f0879f7542 mod_proxy_html: support automatic doctype detection.
PR 56285
Patch by Micha Lenk, adapted by niq


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1599027 13f79535-47bb-0310-9956-ffa450edef68
2014-06-01 20:05:44 +00:00
Christophe Jaillet
77b2e2d219 Syntax highlight
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1599015 13f79535-47bb-0310-9956-ffa450edef68
2014-06-01 17:35:15 +00:00