- Apr 01, 2006
-
-
Paul Querna authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@390575 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
Fix a race condition when creating the connection pool mutex and make sure that memory is being allocated from the correct pools when connections are being established. Enforce the GLOBAL_ONLY parameter for all of the directives. Reviewed by: bnicholes, trawick, jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@390548 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 31, 2006
-
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@390528 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@390522 13f79535-47bb-0310-9956-ffa450edef68
-
Colm MacCarthaigh authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@390513 13f79535-47bb-0310-9956-ffa450edef68
-
Paul Querna authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@390510 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@390508 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
* Insert the HTTP_IN filter uncondionally before we call ap_send_error_response or ap_die. This ensures that ap_discard_request_body called by ap_die and by ap_send_error_response works correctly on status codes that do not cause the connection to be dropped and in situations where the connection should be kept alive. PR: 38123 Reviewed by: rpluem, niq, jerenkrantz git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@390503 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@390497 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
[Will Rowe, Joe Orton] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@390495 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@390493 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
*) mod_proxy: Fix KeepAlives not being allowed and set to backend servers. PR38602. [Ruediger Pluem, Jim Jagielski] Also, document previous patch: *) Correctly initialize mod_proxy workers, which use a combination of local and shared datasets. Adjust logging to better trace usage. PR38403. [Jim Jagielski] Reviewed by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@390492 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@390491 13f79535-47bb-0310-9956-ffa450edef68
-
Joe Orton authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@390407 13f79535-47bb-0310-9956-ffa450edef68
-
Joe Orton authored
* build/instdso.sh: Fix syntax error with some sed implementations. PR: 38108 Submitted by: Masaoki Kobayashi <masaoki techfirm.co.jp> Reviewed by: jorton, rpluem, pquerna git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@390406 13f79535-47bb-0310-9956-ffa450edef68
-
Joe Orton authored
* modules/ssl/ssl_scache_shmcb.c (shmcb_safe_clear): Mark with "noinline" attribute for GCC > 3. PR: 38838 Reviewed by: jorton, rpluem, pquerna git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@390405 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@390390 13f79535-47bb-0310-9956-ffa450edef68
-
Paul Querna authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@390344 13f79535-47bb-0310-9956-ffa450edef68
-
Paul Querna authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@390343 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 30, 2006
-
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@390224 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
runtime configurable. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@390211 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@390190 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@390184 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
* Fix PR38340 by actual getting the word and thus advancing the message buffer pointer to the next data. Submitted by: Aleksey Pesternikov <apesternikov yahoo.com> Reviewed by: Ruediger Pluem Submitted by: rpluem Reviewed by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@390183 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
* Do not overwrite the status of initialized workers and respect the configured status of uninitilized workers when creating a new child process. Submitted by: rpluem Reviewed by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@390182 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
* Crosscheck the length of the body chunk with the length of the ajp message to prevent readings beyond the buffer boundaries which possibly could reveal sensitive memory contents to the client. Submitted by: rpluem Reviewed by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@390181 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 29, 2006
-
-
Joe Orton authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@389798 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@389794 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 28, 2006
-
-
Nick Kew authored
Remove "cyberthugs.com" and other real (or potentially real) examples from deny lists in access control howto. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@389589 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 27, 2006
-
-
Graham Leggett authored
module to the cache family of modules in the RPM. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@389224 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 25, 2006
-
-
William A. Rowe Jr authored
Recast this vote in terms of all fixes required to use mod_isapi on Unix. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@388854 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 22, 2006
-
-
William A. Rowe Jr authored
Axe a previously axed reference to an unused build-time generator. backport 387743 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@387744 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
Reset the vote on the util_ldap.c backport proposal due to changes in the patch after some discussion on the dev-list. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@387677 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 20, 2006
-
-
Greg Ames authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@387231 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 18, 2006
-
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@386777 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 17, 2006
-
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@386699 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@386664 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@386663 13f79535-47bb-0310-9956-ffa450edef68
-
Paul Querna authored
- for the mod_proxy_balancer fix, move it up to accepted. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@386662 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 14, 2006
-
-
Nick Kew authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@385844 13f79535-47bb-0310-9956-ffa450edef68
-