- Aug 09, 2007
-
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@564241 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@564239 13f79535-47bb-0310-9956-ffa450edef68
-
Mladen Turk authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@564091 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 08, 2007
-
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@564013 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@563996 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@563992 13f79535-47bb-0310-9956-ffa450edef68
-
Allan K. Edwards authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@563952 13f79535-47bb-0310-9956-ffa450edef68
-
Nick Kew authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@563808 13f79535-47bb-0310-9956-ffa450edef68
-
Guenter Knauf authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@563730 13f79535-47bb-0310-9956-ffa450edef68
-
Guenter Knauf authored
(agreement with bnichols) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@563711 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 07, 2007
-
-
Jim Jagielski authored
on backports that extend it :) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@563490 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@563488 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
Minimal ProxySet directive documentation :) Reviewed by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@563486 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
* Avoid that relative changes to Options change the settings for FileETag. This does NOT address the remaining issues with relative settings and FileETag mentioned in PR 42027, but at least it isolates the problem to them. Currently these issues can be worked around with absolute settings. PR: 42027 Submitted by: Rici Lake <rici ricilake.net> Reviewed by: rpluem Submitted by: rpluem Reviewed by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@563468 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@563467 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
Don't try to compress/decompress where there's a Content-Range. According to RFC2616, the range would have to apply *after* applying content-encoding, so anything that's been set before running the deflate filter is going to be broken. * We already unset Content-Length in the inflate_out_filter. So move the comment and unsetting of Content-MD5 in the right place. * Also unset Content-MD5 in the deflate_out_filter Reviewed by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@563466 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
PR 23287 [Nick Kew] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@563464 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@563462 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@563460 13f79535-47bb-0310-9956-ffa450edef68
-
Nick Kew authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@563449 13f79535-47bb-0310-9956-ffa450edef68
-
Nick Kew authored
rpluem's additions to it. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@563448 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 06, 2007
-
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@563253 13f79535-47bb-0310-9956-ffa450edef68
-
Guenter Knauf authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@563233 13f79535-47bb-0310-9956-ffa450edef68
-
Nick Kew authored
proxy date fix. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@563219 13f79535-47bb-0310-9956-ffa450edef68
-
Guenter Knauf authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@563207 13f79535-47bb-0310-9956-ffa450edef68
-
Eric Covener authored
Submitted by: Nick Kew, Davi Arnaut Reviewed by: niq, rpluem, covener git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@563198 13f79535-47bb-0310-9956-ffa450edef68
-
Guenter Knauf authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@563196 13f79535-47bb-0310-9956-ffa450edef68
-
Guenter Knauf authored
http://people.apache.org/~chrisd/patches/mod_dbd_pools_groups/mpm_child_init-netware-2.2.x.patch git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@563195 13f79535-47bb-0310-9956-ffa450edef68
-
Guenter Knauf authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@563191 13f79535-47bb-0310-9956-ffa450edef68
-
Nick Kew authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@563156 13f79535-47bb-0310-9956-ffa450edef68
-
Nick Kew authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@563137 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 05, 2007
-
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@562862 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 04, 2007
-
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@562787 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@562732 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@562702 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 03, 2007
-
-
Paul J. Reder authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@562577 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@562547 13f79535-47bb-0310-9956-ffa450edef68
-
Nick Kew authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@562508 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@562501 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@562457 13f79535-47bb-0310-9956-ffa450edef68
-