- Feb 10, 2011
-
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1069421 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1069420 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 09, 2011
-
-
Lucien Gentis authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1068974 13f79535-47bb-0310-9956-ffa450edef68
-
Guenter Knauf authored
With the httpd 2.2.x branch we use by default the APR 1.4.x and APU 1.3.x branch and not trunk; also most likely the 2.2.x configure stuff is not prepared for APR-2 where APR and APU are now merged and no longer in separate directories. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1068857 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1068799 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
This requirement will be (or has already been) removed from httpbis because it hinders extensibility and breaks content management systems, just as the change below causes content-language to be broken. That is why we never implemented this requirement when it was added (without consensus) to RFC 2616. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1068793 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 08, 2011
-
-
Graham Leggett authored
init script. Multiple daemons can be started by creating symlinks to the init script. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1068669 13f79535-47bb-0310-9956-ffa450edef68
-
Joe Orton authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1068446 13f79535-47bb-0310-9956-ffa450edef68
-
Joe Orton authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1068365 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
mod_cache: Make sure that we never allow a 304 Not Modified response that we asked for to leak to the client should the 304 response be uncacheable. PR45341 Submitted by: minfrin Reviewed by: minfrin, jim, covener git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1068313 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
If an unknown Content-* header is received for a PUT request, we must not ignore it but reply with 501 per RFC 2616 9.6. PR: 42978 Submitted by: sf Reviewed by: rpluem, covener, poirier git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1068310 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
If a malformed Content-Range header is received for a PUT request, we must not use the supplied content per RFC 2616 14.16. Send 400 response instead of ignoring the Content-Range. PR: 49825 Submitted by: sf Reviewed by: rpluem, jorton, covener git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1068309 13f79535-47bb-0310-9956-ffa450edef68
-
Eric Covener authored
PR44076: allow "userdir disabled" or "userdir public_html" in global scope to be merged with lists of enabled users in virtual host context as one would expect. Reviewed by: covener, rpluem, poirier git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1068257 13f79535-47bb-0310-9956-ffa450edef68
-
Eric Covener authored
PR50349: Honor 'AcceptPathInfo OFF' during internal redirects, such as per-directory mod_rewrite substitutions. This would be left floating around in the request_rec with a pcalloc'ed value, so the core fixup hook thought some module had overridden it. Reviwed by: covener, rpluem, jorton git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1068255 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 07, 2011
-
-
Daniel Earl Poirier authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1068036 13f79535-47bb-0310-9956-ffa450edef68
-
Daniel Earl Poirier authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1068035 13f79535-47bb-0310-9956-ffa450edef68
-
Daniel Earl Poirier authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1068034 13f79535-47bb-0310-9956-ffa450edef68
-
Daniel Earl Poirier authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1068032 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 05, 2011
-
-
Lucien Gentis authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1067468 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 04, 2011
-
-
Igor Galić authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1067198 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1067194 13f79535-47bb-0310-9956-ffa450edef68
-
Nilgun Belma Buguner authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1067140 13f79535-47bb-0310-9956-ffa450edef68
-
Nilgun Belma Buguner authored
Translated by: Nilgün Belma Bugüner <nilgun belgeler.org> Reviewed by: Orhan Berent <berent belgeler.org> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1067137 13f79535-47bb-0310-9956-ffa450edef68
-
Nilgun Belma Buguner authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1067110 13f79535-47bb-0310-9956-ffa450edef68
-
Nilgun Belma Buguner authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1067102 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 02, 2011
-
-
Nick Kew authored
PR 44758 LimitRequestBody doesn't apply to proxies in 2.2. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1066444 13f79535-47bb-0310-9956-ffa450edef68
-
Nick Kew authored
PR 50396 Pedantry over description of qs-values. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1066441 13f79535-47bb-0310-9956-ffa450edef68
-
Nick Kew authored
PR 50396 Historical reasons for using IP-based virtualhosting no longer deserve to be featured in our docs. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1066435 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 29, 2011
-
-
Lucien Gentis authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1065022 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 26, 2011
-
-
Eric Covener authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1063591 13f79535-47bb-0310-9956-ffa450edef68
-
Eric Covener authored
the comparison string has been decoded for rewriterule comparison. PR50653 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1063588 13f79535-47bb-0310-9956-ffa450edef68
-
Eric Covener authored
point to where SERVER_NAME and SERVER_PORT get their values. PR50655 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1063586 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 25, 2011
-
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1063415 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1063411 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 23, 2011
-
-
Lucien Gentis authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1062447 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 18, 2011
-
-
Igor Galić authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1060479 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 17, 2011
-
-
Eric Covener authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1060128 13f79535-47bb-0310-9956-ffa450edef68
-
Eric Covener authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1060127 13f79535-47bb-0310-9956-ffa450edef68
-
Eric Covener authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1060126 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 16, 2011
-
-
Lucien Gentis authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1059610 13f79535-47bb-0310-9956-ffa450edef68
-