summaryrefslogtreecommitdiffstats
path: root/docs/manual/invoking.xml.ko (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-06-14Follow up to r1685349: remove a tab.Yann Ylavic1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1685350 13f79535-47bb-0310-9956-ffa450edef68
2015-06-14Follow up to r1685345: CHANGES entry.Yann Ylavic1-0/+4
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1685349 13f79535-47bb-0310-9956-ffa450edef68
2015-06-14Follow up to r1685345: don't accept spaces *before* the chunk-size.Yann Ylavic1-4/+0
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1685347 13f79535-47bb-0310-9956-ffa450edef68
2015-06-14Follow up to r1684513: allow spaces before and after chunk-size.Yann Ylavic1-2/+16
Slightly modified version of trawick's proposal. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1685345 13f79535-47bb-0310-9956-ffa450edef68
2015-06-14Follow up to r1684513: apply missing changes voted on security@.Yann Ylavic1-3/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1685339 13f79535-47bb-0310-9956-ffa450edef68
2015-06-13Rebuild.Lucien Gentis7-16/+20
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1685269 13f79535-47bb-0310-9956-ffa450edef68
2015-06-13XML update.Lucien Gentis1-9/+15
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1685268 13f79535-47bb-0310-9956-ffa450edef68
2015-06-12Follow up to r1685052: reduce log level to INFO.Yann Ylavic1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1685097 13f79535-47bb-0310-9956-ffa450edef68
2015-06-12Follow up to r1685052: use retained data pattern instead,Yann Ylavic1-8/+4
as suggested by trawick. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1685078 13f79535-47bb-0310-9956-ffa450edef68
2015-06-12http, mod_ssl: Introduce and return the 421 (Misdirected Request) status codeYann Ylavic3-1/+10
for clients requesting a hostname on a reused connection whose SNI (from the TLS handshake) does not match. PR 5802. This allows HTTP/2 clients to fall back to a new connection as per: https://tools.ietf.org/html/rfc7540#section-9.1.2 Proposed by: Stefan Eissing <stefan eissing.org> Reviewed by: ylavic git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1685069 13f79535-47bb-0310-9956-ffa450edef68
2015-06-12mod_ssl: Warn about deprecated SSLCertificateChainFile once at startup,Yann Ylavic2-5/+17
on first usage only. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1685052 13f79535-47bb-0310-9956-ffa450edef68
2015-06-11mod_substitute: Fix configuraton merge order.Nick Kew2-2/+5
PR 57641 [Marc.Stern] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1684900 13f79535-47bb-0310-9956-ffa450edef68
2015-06-10* mod_auth_digest: Use anonymous shm by default, fall back on name-based.Jan Kaluža1-3/+12
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1684636 13f79535-47bb-0310-9956-ffa450edef68
2015-06-09SECURITY: CVE-2015-3185 (cve.mitre.org)William A. Rowe Jr3-19/+83
Replacement of ap_some_auth_required (unusable in Apache httpd 2.4) with new ap_some_authn_required and ap_force_authn hook. Submitted by: breser git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1684524 13f79535-47bb-0310-9956-ffa450edef68
2015-06-09Limit accepted chunk-size to 2^63-1 and be strict about chunk-extWilliam A. Rowe Jr3-48/+87
authorized characters. Submitted by: Yann Ylavic git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1684513 13f79535-47bb-0310-9956-ffa450edef68
2015-06-09Add compatibility note.Christophe Jaillet1-16/+19
Turn some tabs into space. Remove some useless <br /> in <highlight> blocks. (this was causing some additionnal blank lines at the end of some examples) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1684313 13f79535-47bb-0310-9956-ffa450edef68
2015-06-09Add compatibility noteChristophe Jaillet1-2/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1684311 13f79535-47bb-0310-9956-ffa450edef68
2015-06-08mod_ssl: when SSLVerify is disabled (NONE), don't force a renegotiation ifYann Ylavic2-28/+36
the SSLVerifyDepth applied with the default/handshaken vhost differs from the one applicable with the finally selected vhost. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1684171 13f79535-47bb-0310-9956-ffa450edef68
2015-06-07mpm_event: Follow up to r1664071: quiet compiler (spurious) warning.Yann Ylavic1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1684057 13f79535-47bb-0310-9956-ffa450edef68
2015-06-06Rebuild.Lucien Gentis3-10/+15
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1683924 13f79535-47bb-0310-9956-ffa450edef68
2015-06-06XML updates.Lucien Gentis4-227/+19
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1683923 13f79535-47bb-0310-9956-ffa450edef68
2015-06-06Save a few bytes in conf poolChristophe Jaillet1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1683884 13f79535-47bb-0310-9956-ffa450edef68
2015-06-06Fix typoChristophe Jaillet1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1683883 13f79535-47bb-0310-9956-ffa450edef68
2015-06-06Save a few bytes in conf poolChristophe Jaillet1-2/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1683881 13f79535-47bb-0310-9956-ffa450edef68
2015-06-03mod_proxy_scgi upgraders likely need to set proxy-scgi-pathinfoJeff Trawick1-0/+7
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1683198 13f79535-47bb-0310-9956-ffa450edef68
2015-06-02CHANGES: Remove backported entries.Yann Ylavic1-22/+0
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1683127 13f79535-47bb-0310-9956-ffa450edef68
2015-06-02core: Avoid a possible truncation of the faulty header included in theYann Ylavic2-3/+9
HTML response when LimitRequestFieldSize is reached. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1683123 13f79535-47bb-0310-9956-ffa450edef68
2015-06-02update transformationAndré Malo3-112/+329
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1683084 13f79535-47bb-0310-9956-ffa450edef68
2015-06-02Constify + save a few bytes in conf poolChristophe Jaillet1-7/+7
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1683047 13f79535-47bb-0310-9956-ffa450edef68
2015-06-02Small speed optimization when parsing <Limit>, <LimitExcept> and environment ↵Christophe Jaillet1-4/+4
variables git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1683044 13f79535-47bb-0310-9956-ffa450edef68
2015-06-01Initialize args to not print garbage mem during a RewriteCond parse error ↵Christophe Jaillet1-3/+1
(same as r1681795 for RewriteRule) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1682988 13f79535-47bb-0310-9956-ffa450edef68
2015-06-01Improve style in examples.Christophe Jaillet4-59/+63
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1682979 13f79535-47bb-0310-9956-ffa450edef68
2015-06-01Xforms.Rainer Jung1-2/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1682938 13f79535-47bb-0310-9956-ffa450edef68
2015-06-01Fix copy and paste docs error.Rainer Jung1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1682937 13f79535-47bb-0310-9956-ffa450edef68
2015-06-01Xforms.Rainer Jung19-586/+620
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1682930 13f79535-47bb-0310-9956-ffa450edef68
2015-06-01Try to clarify extended uses of SSLCertificateFile.Rainer Jung2-31/+47
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1682923 13f79535-47bb-0310-9956-ffa450edef68
2015-06-01mod_proxy: follow up to r1681694.Yann Ylavic2-0/+9
Handle the proxy-error-override note also in mod_proxy_ajp. The note is not needed in mod_proxy_fcgi (which also handles ProxyErrorOverride) since it calls ap_die() by itself, and always returns OK to proxy_handler(). Add a comment about the note where used. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1682907 13f79535-47bb-0310-9956-ffa450edef68
2015-06-01Improve error message (related to PR57311 diagnostic)Christophe Jaillet1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1682819 13f79535-47bb-0310-9956-ffa450edef68
2015-06-01Concat string at compile time in order to save a few cycles.Christophe Jaillet1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1682816 13f79535-47bb-0310-9956-ffa450edef68
2015-05-29PR 57968: Don't lowercase the argument to SetHandler if the handler isEric Covener2-2/+22
proxy:unix. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1682482 13f79535-47bb-0310-9956-ffa450edef68
2015-05-28Allow for array of multiple simul requests per connection andJim Jagielski2-0/+4
keep track of them (mostly need to worry about when there are no more requests, but having the list could be useful later on) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1682280 13f79535-47bb-0310-9956-ffa450edef68
2015-05-27Clarify the change to the default cipher suite listsWilliam A. Rowe Jr1-0/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1682099 13f79535-47bb-0310-9956-ffa450edef68
2015-05-26initialize args to not print garbage mem during a RewriteRule parse errorEric Covener1-3/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1681795 13f79535-47bb-0310-9956-ffa450edef68
2015-05-26update transformationYann Ylavic9-137/+178
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1681760 13f79535-47bb-0310-9956-ffa450edef68
2015-05-26Follow up to r1676004: revert changes to html files.Yann Ylavic3-138/+111
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1681746 13f79535-47bb-0310-9956-ffa450edef68
2015-05-26CHANGES: add ALPN entry.Yann Ylavic1-0/+6
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1681741 13f79535-47bb-0310-9956-ffa450edef68
2015-05-26mod_proxy: Don't put the worker in error state for 500 or 503 errorsYann Ylavic3-1/+7
returned by the backend unless failonstatus is configured to. PR 56925. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1681694 13f79535-47bb-0310-9956-ffa450edef68
2015-05-26Save a few bytes in conf poolChristophe Jaillet1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1681685 13f79535-47bb-0310-9956-ffa450edef68
2015-05-25Rebuild.Lucien Gentis41-150/+121
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1681599 13f79535-47bb-0310-9956-ffa450edef68
2015-05-25XML updates.Lucien Gentis21-111/+121
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1681598 13f79535-47bb-0310-9956-ffa450edef68