- May 13, 2015
-
-
Yann Ylavic authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1679205 13f79535-47bb-0310-9956-ffa450edef68
-
Yann Ylavic authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1679193 13f79535-47bb-0310-9956-ffa450edef68
-
Yann Ylavic authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1679185 13f79535-47bb-0310-9956-ffa450edef68
-
- May 11, 2015
-
-
Yann Ylavic authored
Turn static function get_server_name_for_url() into public function ap_get_server_name_for_url() and use it where appropriate. This fixes mod_rewrite generating invalid URLs for redirects to IPv6 literal addresses. Committed by: sf Reviewed by: jailletc36, ylavic, rjung Backported by: ylavic git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1678714 13f79535-47bb-0310-9956-ffa450edef68
-
Yann Ylavic authored
mod_dav: Avoid doing the walk on a COPY source for handling preconditions if there are no preconditions provided. * modules/dav/main/util.c: (dav_validate_request): avoid validating locks and ETags when there are no If headers providing them on a resource we aren't modifying. Committed by: breser Reviewed by: breser, ylavic, rjung Backported by: ylavic git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1678710 13f79535-47bb-0310-9956-ffa450edef68
-
Yann Ylavic authored
Update docs and comment: the unique id is now 24 characters, not 19 Submitted by: Takashi Sato <takashi lans-tv com>, Stefan Fritsch PR: 36269 Committed by: sf Reviewed by: jailletc36, ylavic, rjung Backported by: ylavic git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1678709 13f79535-47bb-0310-9956-ffa450edef68
-
Yann Ylavic authored
mod_log_config: Add %M format to output request duration in milliseconds. Committed by: breser Reviewed by: breser, druggeri, ylavic Backported by: ylavic git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1678706 13f79535-47bb-0310-9956-ffa450edef68
-
Yann Ylavic authored
Add SSLSessionTickets (on|off). It controls the use of TLS session tickets (RFC 5077). Default is unchanged (on). Using session tickets without restarting the web server with an appropriate frequency (e.g. daily) compromises perfect forward secrecy. As long as we do not have a nice key management there should be a way to deactivate session tickets. Fix copy and paste error in docs of new feature. Committed by: rjung Reviewed by: ylavic, rjung, gsmith Backported by: ylavic git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1678703 13f79535-47bb-0310-9956-ffa450edef68
-
Yann Ylavic authored
Committed by: covener Reviewed by: covener, ylavic, gsmith Backported by: ylavic git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1678700 13f79535-47bb-0310-9956-ffa450edef68
-
Yann Ylavic authored
compile against APR-1.2.x (minimum required version). Committed by: ylavic Reviewed by: ylavic, trawick, gsmith git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1678699 13f79535-47bb-0310-9956-ffa450edef68
-
Yann Ylavic authored
PR56729: mod_reqtimeout gets confused when it sees a read via check_pipeline() just before a slow HTTP response completes. Committed By: coverner Reviewed By: covener, trawick, ylavic Backported By: ylavic git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1678698 13f79535-47bb-0310-9956-ffa450edef68
-
Yann Ylavic authored
* include/httpd.h: Fix comment implying that LimitRequestLine and LimitRequestFieldsize cannot raise limits -- no longer the case. Committed By: jorton Reviewed By: covener, ylavic, trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1678697 13f79535-47bb-0310-9956-ffa450edef68
-
- May 10, 2015
-
-
Rainer Jung authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1678643 13f79535-47bb-0310-9956-ffa450edef68
-
Yann Ylavic authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1678596 13f79535-47bb-0310-9956-ffa450edef68
-
Yann Ylavic authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1678595 13f79535-47bb-0310-9956-ffa450edef68
-
Yann Ylavic authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1678570 13f79535-47bb-0310-9956-ffa450edef68
-
- May 09, 2015
-
-
Christophe Jaillet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1678492 13f79535-47bb-0310-9956-ffa450edef68
-
- May 06, 2015
-
-
Yann Ylavic authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1678107 13f79535-47bb-0310-9956-ffa450edef68
-
- May 05, 2015
-
-
Yann Ylavic authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1677816 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Unassociated correction, to globalize the default suggested SSLProtocol directive disabling SSLv2. Not strictly required since this is now the global default. This directive should travel with SSLCipherSuite, however it no longer existed in the corresponding commits to trunk/ and 2.4.x/. Applied C-T-R following docs/ process. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1677722 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
between 2.4.x and 2.2.x, notably r966160 which was advertised as a cipher list update, but was in fact a major scope change to global scope. Backports: r966160 Submitted by: rjung git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1677721 13f79535-47bb-0310-9956-ffa450edef68
-
- May 03, 2015
-
-
Ben Reser authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1677474 13f79535-47bb-0310-9956-ffa450edef68
-
Lucien Gentis authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1677449 13f79535-47bb-0310-9956-ffa450edef68
-
Lucien Gentis authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1677448 13f79535-47bb-0310-9956-ffa450edef68
-
- May 01, 2015
-
-
Christophe Jaillet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1677118 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 29, 2015
-
-
Gregg L. Smith authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1676657 13f79535-47bb-0310-9956-ffa450edef68
-
Gregg L. Smith authored
The increased use of UuidCreate() in APR 1.5.2+ introduces an unresolved reference to UuidCreate() to these support applications that link with apr-1.lib and do not already link rpcrt4.lib. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1676656 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 26, 2015
-
-
Kaspar Brand authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1676090 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 25, 2015
-
-
Daniel Ruggeri authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1676052 13f79535-47bb-0310-9956-ffa450edef68
-
Ben Reser authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1675987 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 24, 2015
-
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1675940 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 23, 2015
-
-
Mike Rumph authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1675684 13f79535-47bb-0310-9956-ffa450edef68
-
Mike Rumph authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1675681 13f79535-47bb-0310-9956-ffa450edef68
-
Mike Rumph authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1675526 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 22, 2015
-
-
Eric Covener authored
no --with-perl since 1.3 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1675443 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 21, 2015
-
-
Mike Rumph authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1675036 13f79535-47bb-0310-9956-ffa450edef68
-
Mike Rumph authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1675034 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 17, 2015
-
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1674395 13f79535-47bb-0310-9956-ffa450edef68
-
http://svn.apache.org/r1674382Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1674390 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1674389 13f79535-47bb-0310-9956-ffa450edef68
-