- Jul 20, 2010
-
-
Nick Kew authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@965852 13f79535-47bb-0310-9956-ffa450edef68
-
Nick Kew authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@965833 13f79535-47bb-0310-9956-ffa450edef68
-
Rainer Jung authored
I kept "back slash" when explicitely used in comparison with "forward slash". Backport of r965792 from trunk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@965799 13f79535-47bb-0310-9956-ffa450edef68
-
Rainer Jung authored
Thanks to Denis Howe for the hint. PR49620. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@965798 13f79535-47bb-0310-9956-ffa450edef68
-
Nick Kew authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@965710 13f79535-47bb-0310-9956-ffa450edef68
-
Nick Kew authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@965699 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 16, 2010
-
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@964779 13f79535-47bb-0310-9956-ffa450edef68
-
Rainer Jung authored
mod_rewrite: Allow to set environment variables without explicitely giving a value. Before this patch using [ENV=VAR] instead of [ENV=VAR:VAL] silently drops the flag (it is added to the list of vars to set, but then never actually set). Submitted by: rjung Reviewed by: rjung, niq, rpluem git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@964741 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 15, 2010
-
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@964547 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 12, 2010
-
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@963438 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@963436 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@963434 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@963433 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@963431 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
builds of mod_ssl to use 'SSLFIPS off' for portability, but the proper build of openssl is required for 'SSLFIPS on'. PR: 46270 [Dr Stephen Henson <steve openssl.org>, William Rowe] Trunk patch: http://svn.apache.org/viewvc?rev=925980&view=rev http://svn.apache.org/viewvc?rev=926000&view=rev http://svn.apache.org/viewvc?rev=926614&view=rev http://svn.apache.org/viewvc?rev=926619&view=rev 2.2.x patch: http://people.apache.org/~wrowe/ssl-fips-2.2.patch +1: wrowe minfrin: Doesn't build on v2.2 until you add r926614. With r926614, +1. wrowe: Added both of rpluem's proposed patched, 926614 and 926619 +1: drh, rjung, jim rjung: We should add a note about the first version providing this option in the docs page, like e.g. we did for SSLInsecureRenegotiation. wrowe asks; you mean <Compatibility> tag? Yes, of course. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@963430 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
httpd's writing of a pid file) so that it becomes possible to run more than one instance of htcacheclean on the same machine. Trunk patch: http://svn.apache.org/viewvc?rev=910705&view=rev http://svn.apache.org/viewvc?rev=910735&view=rev http://svn.apache.org/viewvc?rev=910756&view=rev http://svn.apache.org/viewvc?rev=917002&view=rev http://svn.apache.org/viewvc?rev=917005&view=rev 2.2.x patch: http://people.apache.org/~minfrin/htcacheclean-pid.patch +1: minfrin, sf, trawick, jim git-svn-id: https://svn.apach...
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@963426 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@963424 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@963260 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@963233 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
Fix bug in r785425 (dereference null pointer when not configured) and add a couple of comments. Submitted by: niq Reviewed by: rpluem, niq, rjung git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@963220 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@963219 13f79535-47bb-0310-9956-ffa450edef68
-
Rainer Jung authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@963205 13f79535-47bb-0310-9956-ffa450edef68
-
Nick Kew authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@963200 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@963196 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
* Ensure that we only return a non fatal error if the request is idempotent and if we did not sent any request body so far. Submitted by: rpluem Reviewed by: rpluem, trawick, niq git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@963195 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
the compiler to fail. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@963194 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 11, 2010
-
-
Eric Covener authored
*) mod_ldap: LDAP caching was suppressed (and ldap-status handler returns title page only) when any mod_ldap directives were used in VirtualHost context. [Eric Covener] Reviewed By: covener, wrowe, trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@963086 13f79535-47bb-0310-9956-ffa450edef68
-
Nick Kew authored
website is reverse proxied two or more times into the frontend URL space. PR: 48947 minfrin's patch git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@962992 13f79535-47bb-0310-9956-ffa450edef68
-
Nick Kew authored
PR 38322 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@962991 13f79535-47bb-0310-9956-ffa450edef68
-
Nick Kew authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@962989 13f79535-47bb-0310-9956-ffa450edef68
-
Nick Kew authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@962985 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 10, 2010
-
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@962930 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 07, 2010
-
-
Philip M. Gollucci authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@961523 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 05, 2010
-
-
Nick Kew authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@960677 13f79535-47bb-0310-9956-ffa450edef68
-
Nick Kew authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@960674 13f79535-47bb-0310-9956-ffa450edef68
-
Nick Kew authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@960662 13f79535-47bb-0310-9956-ffa450edef68
-
Nick Kew authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@960426 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 03, 2010
-
-
Rainer Jung authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@960242 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 30, 2010
-
-
William A. Rowe Jr authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@959151 13f79535-47bb-0310-9956-ffa450edef68
-