- Oct 09, 2007
-
-
Jim Jagielski authored
Fix adding out Via header in proxy response PR 19439 Submitted by: niq Reviewed by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@583155 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@583153 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
* server/mpm_common.c (dummy_connection): Use "OPTIONS *" for request on dummy connection. PR: 41796 Submitted by: jorton Reviewed by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@583152 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
Note PR 43519 is closed... Reviewed by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@583150 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@583149 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@583148 13f79535-47bb-0310-9956-ffa450edef68
-
Nick Kew authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@583034 13f79535-47bb-0310-9956-ffa450edef68
-
Nick Kew authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@583013 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 08, 2007
-
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@582961 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@582958 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
Strip hop-by-hop headers in proxy response Fix typo in header name "Trailer" Submitted by: niq Reviewed by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@582807 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@582804 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@582803 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@582799 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@582796 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 07, 2007
-
-
Nick Kew authored
Default to NOT setting Max-Forwards in violation of RFC2616 PR 16137 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@582635 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
PR 40037: try to avoid risk of misleading the lusers when they can't initialise scoreboard after a crash. Submitted by: niq Reviewed by: niq, rpluem, trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@582621 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
Fix keepalive to proxy backend PR 43472 Submitted by: rpluem Reviewed by: rpluem, niq, trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@582620 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@582618 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@582613 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 05, 2007
-
-
Vincent Bray authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@582402 13f79535-47bb-0310-9956-ffa450edef68
-
Vincent Bray authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@582400 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@582251 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@582149 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@582085 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
to maintain portability between win32 and unix. Win32 will require duplicating the child_out and child_err handles explicitly to apr_proc_create() of the child worker process, revised patch will be forthcoming shortly. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@582073 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 03, 2007
-
-
William A. Rowe Jr authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@581498 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 02, 2007
-
-
Nick Kew authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@581408 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 01, 2007
-
-
Nick Kew authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@581026 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
name to use... :) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@580937 13f79535-47bb-0310-9956-ffa450edef68
-
Nick Kew authored
PR 43512 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@580916 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@580886 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@580885 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
response to OPTIONS * git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@580851 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@580827 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 30, 2007
-
-
Nick Kew authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@580802 13f79535-47bb-0310-9956-ffa450edef68
-
Nick Kew authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@580791 13f79535-47bb-0310-9956-ffa450edef68
-
Vincent Bray authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@580737 13f79535-47bb-0310-9956-ffa450edef68
-
Vincent Bray authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@580736 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
a bit more sophisticated). Always build these first before trawling through the entire list of ccs modules, since any problem will occur up front and be fixable more quickly. Backports r580660 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@580661 13f79535-47bb-0310-9956-ffa450edef68
-