- Feb 19, 2006
-
-
Astrid Kessler authored
'Apache HTTP Server' or 'Apache HTTPd' (short form of Apache HTTP daemon) or using the program name 'httpd'. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@378921 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 18, 2006
-
-
Hiroaki Kawai authored
English Revision: 290427 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@378704 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 17, 2006
-
-
Joe Orton authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@378531 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 06, 2006
-
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@375323 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@375315 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 05, 2006
-
-
Nick Kew authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@375101 13f79535-47bb-0310-9956-ffa450edef68
-
Nick Kew authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@375082 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 04, 2006
-
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@374932 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
* Fix PR38017 by handling the selection of the hostname in the same way for non proxied and reverse proxied requests. We need to handle both cases in the same manner as for the reverse proxy case we have the following situation: If a cached entry is looked up by mod_cache's quick handler r->proxyreq is still unset in the reverse proxy case as it only gets set in the translate name hook (either by ProxyPass or mod_rewrite) which is run after the quick handler hook. This is different to the forward proxy case where it gets set before the quick handler is run (in the post_read_request hook). If a cache entry is created by the CACHE_SAVE filter we always have r->proxyreq set correctly. So we must ensure that in the reverse proxy case we use the same code path and using the canonical name seems to be the right thing to do in the reverse proxy case. PR: 38017 Submitted by: rpluem Reviewed by: rpluem, wrowe, colm git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@374931 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@374908 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
a VPATH build, and don't test trees with -d (simply -f the expected files) in case a tree such as srclib/apr is actually a symlink rather than a true directory in ./buildconf. Reviewed by: wrowe, rpluem, colm Backports: 374821 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@374907 13f79535-47bb-0310-9956-ffa450edef68
-
Colm MacCarthaigh authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@374904 13f79535-47bb-0310-9956-ffa450edef68
-
Nick Kew authored
Avoid server-driven negotiation when a script has sent a Status: header. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@374895 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Hard to be agreeing in 2.0 without accepting this same fix in 2.2 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@374887 13f79535-47bb-0310-9956-ffa450edef68
-
Colm MacCarthaigh authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@374880 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
of the patch. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@374838 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Propose VPATH / symlink srcdir/apr[-util] fixes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@374822 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 03, 2006
-
-
Nick Kew authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@374552 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 02, 2006
-
-
Sander Temme authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@374529 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 31, 2006
-
-
Richard Bowen authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@373664 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 30, 2006
-
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@373589 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
* Remove link to CacheSize as this directive is no longer present. PR: 38449 Submitted by: Bjoern Voigt <bjoern cs.tu-berlin.de> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@373588 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 29, 2006
-
-
Richard Bowen authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@373378 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 28, 2006
-
-
Richard Bowen authored
without configuration changes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@373209 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 27, 2006
-
-
Nick Kew authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@373008 13f79535-47bb-0310-9956-ffa450edef68
-
Nick Kew authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@373005 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 25, 2006
-
-
Nick Kew authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@372294 13f79535-47bb-0310-9956-ffa450edef68
-
Noirin Plunkett authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@372179 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 24, 2006
-
-
Joshua Slive authored
in the default config by allowing access. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@371935 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
Use HTMLTable option in the config example so that directory listings will satisfy people concerned about html spec compliance. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@371934 13f79535-47bb-0310-9956-ffa450edef68
-
Noirin Plunkett authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@371886 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 23, 2006
-
-
Noirin Plunkett authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@371620 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
Submitted by: Aaron Richton <richton nbcs.rutgers.edu> Reviewed by: bnicholes, wrowe, rpluem git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@371579 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 22, 2006
-
-
William A. Rowe Jr authored
Offer patch inline, as trunk/ is no longer in sync with branches/2.2.x git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@371329 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 21, 2006
-
-
Nick Kew authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@371141 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@371134 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Accepted. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@371125 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
More low-hanging fruit also one from the redundancy department of redundancy. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@371124 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@371014 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@371010 13f79535-47bb-0310-9956-ffa450edef68
-