- Sep 17, 2007
-
-
Jim Jagielski authored
Issue a warning when the same worker name is reused. Submitted by: jfclere Reviewed by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@576513 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 16, 2007
-
-
Nick Kew authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@576214 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 15, 2007
-
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@575966 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 14, 2007
-
-
William A. Rowe Jr authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@575749 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
Be proactively safe. A cheap check, but helps prevents badness :) * Do not reset lbstatus, lbfactor and lbset if the shared proxy_worker_stat structure for a worker is already initialized by the same or another process. * This check is now part of the PROXY_WORKER_IS_INITIALIZED macro. Reviewed by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@575709 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
Be proactively safe. A cheap check, but helps prevents badness :) * Do not reset lbstatus, lbfactor and lbset if the shared proxy_worker_stat structure for a worker is already initialized by the same or another process. * This check is now part of the PROXY_WORKER_IS_INITIALIZED macro. Reviewed by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@575708 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
to ensure at least this is included (ie: there was no need to not backport this if the 'Do not reset' patches wasn't approved) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@575706 13f79535-47bb-0310-9956-ffa450edef68
-
Nick Kew authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@575704 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@575644 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@575643 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@575622 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 13, 2007
-
-
Joshua Slive authored
Be even more explicit about the multiple-extension issue. PR: 43386 Transform to html. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@575381 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@575285 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
Resolve storage of process-lifespan version strings for OpenSSL, while using request-lifespan copies for manipulation. Reviewed by RPleum, ZHar'El Submitted by: wrowe Reviewed by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@575284 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@575283 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
calling blocking operations on the worker queue. Trunk version of patch: http://svn.apache.org/viewvc?view=rev&revision=567852 http://svn.apache.org/viewvc?view=rev&revision=574462 2.2.x version of patch: http://people.apache.org/~pquerna/event-mpm-deadlock.patch +1: pquerna, jim, rpluem git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@575282 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 12, 2007
-
-
William A. Rowe Jr authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@575126 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@575050 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@575047 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@574987 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
Don't send spurious "100 Continue" response lines. PR 38014 [Basant Kumar Kukreja] Submitted by: niq Reviewed by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@574950 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
mod_proxy_ftp: Don't segfault on bad line in FTP listing PR 40733 [Ulf Harnhammar] Submitted by: niq Reviewed by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@574946 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
Escape error-notes correctly PR 40952 Submitted by: niq Reviewed by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@574943 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
Check all IP addresses listed in ProxyBlock PR 36987 Submitted by: niq Reviewed by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@574942 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
mod_proxy: Don't lose bytes when a response line arrives in small chunks. PR 40894 Submitted by: niq Reviewed by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@574941 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@574938 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@574937 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
were no corresponding .gif's. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@574919 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@574918 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@574823 13f79535-47bb-0310-9956-ffa450edef68
-
Paul Querna authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@574821 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@574815 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 11, 2007
-
-
Nick Kew authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@574583 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@574491 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@574489 13f79535-47bb-0310-9956-ffa450edef68
-
Paul Querna authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@574480 13f79535-47bb-0310-9956-ffa450edef68
-
Paul Querna authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@574470 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 09, 2007
-
-
Vincent Bray authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@574103 13f79535-47bb-0310-9956-ffa450edef68
-
Vincent Bray authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@574090 13f79535-47bb-0310-9956-ffa450edef68
-
Vincent Bray authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@574089 13f79535-47bb-0310-9956-ffa450edef68
-