- Aug 20, 2008
-
-
Vincent Bray authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@687499 13f79535-47bb-0310-9956-ffa450edef68
-
Vincent Bray authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@687498 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 19, 2008
-
-
Nilgun Belma Buguner authored
settings of other directives (e.g ProxyTimeout and Timeout). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@687002 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 18, 2008
-
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@686790 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
* Allow Cookie option to set secure and HttpOnly flags PR: 44799 Submitted by: Christian Wenz <christian wenz.org> Reviewed by: rpluem * Handle the case that secure is NULL * Make setting of HttpOnly flag more explicit. * Allow HttpOnly, 1 and true to enable HttpOnly, allow secure, 1 and true to enable secure. Submitted by: rpluem Reviewed by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@686789 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@686788 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@686787 13f79535-47bb-0310-9956-ffa450edef68
-
Nilgun Belma Buguner authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@686755 13f79535-47bb-0310-9956-ffa450edef68
-
Nilgun Belma Buguner authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@686754 13f79535-47bb-0310-9956-ffa450edef68
-
Nilgun Belma Buguner authored
Translated by: Nilgün Belma Bugüner <nilgun belgeler.org> Reviewed by: Orhan Berent <berent belgeler.org> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@686753 13f79535-47bb-0310-9956-ffa450edef68
-
Joe Orton authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@686704 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 16, 2008
-
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@686552 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@686550 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
* Note further env variables and that their documentation can be found in mod_proxy_http. * Write variable in lowercase. * Fix error in default setting for ProxyTimeout Submitted by: rpluem Reviewed by: rpluem git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@686548 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@686514 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
-1 on proxy-initial-not-pooled patch until there is documentation on it. Will try to get to that on Monday. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@686512 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@686499 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 15, 2008
-
-
Jeff Trawick authored
CHANGES that was in a later revision. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@686405 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
PR: 42101 - also now reported with i386/gcc 4.2 Trunk version of patch: http://svn.apache.org/viewcvs.cgi?rev=399291&view=rev http://svn.apache.org/viewcvs.cgi?rev=630228&view=rev Backport version for 2.2.x of patch: http://people.apache.org/~jorton/mod_ssl-shmcb-rewrite.patch +1: jorton, mturk, rpluem git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@686398 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@686396 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
mod_dav_fs: Retrieve minimal system information about directory entries when walking a DAV fs, resolving a performance degradation on Windows. PR: 45464 * modules/dav/fs/repos.c (DAV_FINFO_MASK): Define macro. (dav_fs_walker): Use DAV_FINFO_MASK when stat'ing the directory member during the walk. Reviewed by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@686395 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
* Ensure that the SSL filters are not inserted on FTP data connections even if the virtual host that causes the proxy request has SSL enabled. Submitted by: rpluem Reviewed by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@686393 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
query that has consecutive '+' characters in the QUERY_STRING, matching the behavior of mod_cgi. Trunk version of patch: http://svn.apache.org/viewvc?rev=682389&view=rev http://svn.apache.org/viewvc?rev=682475&view=rev Backport version for 2.2.x of patch: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/generators/mod_cgid.c?r1=682475&r2=682389 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@686392 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
* Remove call to apr_reslist_destroy. With the latest trunk version of apr-util this causes a lock during shutdown as at the point of time we would execute apr_reslist_destroy the reslist is already destroyed, because we are in a cleanup of the same pool where the reslist registered itself as precleanup. With apr-util 1.3.x calling apr_reslist_destroy is not really useful and needed in this case as we are in a cleanup that was registered against the same pool that is used by the reslist. As it was registered *after* the reslist was created it just runs *before* the reslist cleanup would run. This is somewhat pointless here and we could leave the job of destroying the reslist to the reslist cleanup. Submitted by: rpluem Reviewed by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@686390 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@686388 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@686386 13f79535-47bb-0310-9956-ffa450edef68
-
Nilgun Belma Buguner authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@686269 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 12, 2008
-
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@685208 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@685161 13f79535-47bb-0310-9956-ffa450edef68
-
Richard Bowen authored
directory, too. We really need to consolidate the mod_rewrite guides a little more, so that there's not this duplication. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@685145 13f79535-47bb-0310-9956-ffa450edef68
-
Richard Bowen authored
in the guide, but in this context, it's just confusing. I assume that Ralf just copied rules out of his config files on his own servers, and they made sense in that context. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@685144 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 11, 2008
-
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@684906 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 10, 2008
-
-
Nilgun Belma Buguner authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@684428 13f79535-47bb-0310-9956-ffa450edef68
-
Nilgun Belma Buguner authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@684416 13f79535-47bb-0310-9956-ffa450edef68
-
Nilgun Belma Buguner authored
Translated by: Nilgün Belma Bugüner <nilgun belgeler.org> Reviewed by: Orhan Berent <berent belgeler.org> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@684412 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 09, 2008
-
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@684346 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@684344 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
* Fix bogus explanation of timeout parameter * Improve timeout documentation even more Submitted by: rpluem Reviewed by: rpluem git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@684343 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@684316 13f79535-47bb-0310-9956-ffa450edef68
-
Richard Bowen authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@684300 13f79535-47bb-0310-9956-ffa450edef68
-