- May 07, 2007
-
-
Ruediger Pluem authored
* Use the query string stored in r->parsed_uri.query instead of r->args as r->args could have been changed (e.g. via mod_rewrite) after the quick handler hook. This causes resources to be stored under a key, where they cannot be fetched again in the quick handler. PR: 40805 Submitted by: rpluem Reviewed by: rpluem, jim, sctemme git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@535903 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@535902 13f79535-47bb-0310-9956-ffa450edef68
-
Sander Temme authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@535898 13f79535-47bb-0310-9956-ffa450edef68
-
- May 06, 2007
-
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@535614 13f79535-47bb-0310-9956-ffa450edef68
-
- May 04, 2007
-
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@535355 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
but the MSB_PEEK flag needs to be looked at... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@535348 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
As discussed on docs@httpd, remove the FAQ and replace it with the contents of the old support.xml and a pointer to the wiki. Of possible interest: I've also removed the link to the professional support database, since it was returning error 500 for some time and nobody seemed to care. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@535267 13f79535-47bb-0310-9956-ffa450edef68
-
Hiroaki Kawai authored
Submitted by: Takashi Sato Reviewed by: Hiroaki Kawai git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@535159 13f79535-47bb-0310-9956-ffa450edef68
-
- May 01, 2007
-
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@534072 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@534069 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
HTTP proxy ProxyErrorOverride: Leave 1xx and 3xx responses alone. Only processing of error responses (4xx, 5xx) will be altered. PR: 39245 This is based on a patch submitted by Bart van der Schans <schans hippo.nl> and tweaked slightly by me based on discussions on dev@ since April 2006. I think rpleum was the first to mention the 1xx issue. Submitted by: trawick Reviewed by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@534068 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@534067 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@534066 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@534064 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
* mod_ssl: Move thread locking upcall initialization before hardware library initialization, so hardware library can use these upcalls when run in a threaded MPM. Fixes PR 20951. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@534062 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@534058 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
Correct behavior of HTTP request headers sent by ab in presence of -H command- line overrides. Previously, ab would concatenate a supplied -H User-Agent: header to the existing one, and send duplicate headers if either -H Host: or -H Accept: were specified on the command line. Now, the default headers are not sent if they are overridden using the -H command-line flag. Submitted by: Arvind Srinivasan arvind.srinivasan sun.com Reviewed by: sctemme PR: 31268, 26554 The apr_port_t type is unsigned, but ab was using a signed format code in its reports. PR 42070. Submitted by Takashi Sato serai lans-tv.com, reviewed by sctemme. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@534057 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@534052 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@534051 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Stein authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@533998 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
* Fix documentation about the data types of attributes in the AJP protocol. PR: 39658 Submitted by: rpluem git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@533965 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@533959 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 30, 2007
-
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@533870 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 24, 2007
-
-
Andre Malo authored
`build convmap` git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@531998 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@531930 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
Add forgotten '|| true' to prevent 'make install-man' from returning an error (if rsync is not present on the platform) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@531878 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 12, 2007
-
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@528111 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@527975 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 10, 2007
-
-
Jim Jagielski authored
We are doing nothing here... but keep the stubs in case we ever do. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@527107 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@527105 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 09, 2007
-
-
Jeff Trawick authored
core: Correct a regression since 2.0.x in the handling of AllowOverride Options. PR: 41829 Submitted by: Torsten Förtsch <torsten.foertsch gmx.net> Reviewed by: niq, rpluem, trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@526912 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@526901 13f79535-47bb-0310-9956-ffa450edef68
-
Sander Temme authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@526882 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 05, 2007
-
-
Sander Temme authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@525712 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 27, 2007
-
-
Joshua Slive authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@522950 13f79535-47bb-0310-9956-ffa450edef68
-
Jean-Frederic Clere authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@522847 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 24, 2007
-
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@522100 13f79535-47bb-0310-9956-ffa450edef68
-
Nick Kew authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@522014 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 21, 2007
-
-
Mladen Turk authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@520869 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 13, 2007
-
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@517865 13f79535-47bb-0310-9956-ffa450edef68
-