- Oct 29, 2005
-
-
Colm MacCarthaigh authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@329392 13f79535-47bb-0310-9956-ffa450edef68
-
Colm MacCarthaigh authored
Document the mod_cache / mod_authz_host problem. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@329390 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 28, 2005
-
-
Colm MacCarthaigh authored
Corrects a regression from 2.0. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@329160 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 26, 2005
-
-
Colm MacCarthaigh authored
Minor language fixes: * Correct a grammar mistake * Make my own English more cromulent * Use GB to express Gigabytes rather than Gb, which usually means Gigabits. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@328732 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@328653 13f79535-47bb-0310-9956-ffa450edef68
-
Joe Orton authored
make mod_dbd.h available for all who need it Submitted by: nd Reviewed by: jorton git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@328633 13f79535-47bb-0310-9956-ffa450edef68
-
Nick Kew authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@328624 13f79535-47bb-0310-9956-ffa450edef68
-
Nick Kew authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@328620 13f79535-47bb-0310-9956-ffa450edef68
-
Nick Kew authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@328619 13f79535-47bb-0310-9956-ffa450edef68
-
Nick Kew authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@328618 13f79535-47bb-0310-9956-ffa450edef68
-
Joe Orton authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@328606 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 25, 2005
-
-
Ruediger Pluem authored
* Fix PR37100 (SEGV in mod_proxy_ajp), by sending the data up the filter chain immediately instead of spooling it completely before passing it to the filter chain. It contains a bandaid to handle intentional flushes from Tomcat side. Further explanation in code and report. ajp.h: Add ajp_msg_reuse prototype mod_proxy_ajp.c: Adjust logic of ap_proxy_ajp_request ajp_msg.c: Add ajp_msg_reuse ajp_header.c: Adjusting logic of ajp_read_header git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@328467 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
* Create new filters CACHE_OUT_SUBREQ / CACHE_SAVE_SUBREQ which only differ by the type (AP_FTYPE_CONTENT_SET-1) from CACHE_OUT / CACHE_SAVE (AP_FTYPE_CONTENT_SET+1). This ensures that subrequests to non local resources do not get stuck in the middle of the road with the contents only written to the temp file, because CACHE_OUT_SUBREQ / CACHE_SAVE_SUBREQ are inserted *before* the SUBREQ_CORE filter in the filter chain. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@328466 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
* Fix PR36906 by not lower caseing the whole worker name. Only lower case the schema when storing the worker url. Thus preventing case sensitive URI's in BalancerMembers to get broken. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@328465 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 24, 2005
-
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@328095 13f79535-47bb-0310-9956-ffa450edef68
-
Colm MacCarthaigh authored
Correct the port specified to match the example given. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@328085 13f79535-47bb-0310-9956-ffa450edef68
-
Colm MacCarthaigh authored
Talking to end-users has highlighted the new simpler default configuration layout as a major selling point "feature" of 2.2. Add it to the list of new features. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@328030 13f79535-47bb-0310-9956-ffa450edef68
-
Colm MacCarthaigh authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@328029 13f79535-47bb-0310-9956-ffa450edef68
-
Colm MacCarthaigh authored
fe80::/16 is for link-scope link-local addresses in IPv6, they are not for goign in Listen directives, VirtualHost blocks, or anything like that, and won't work. Perform a mass search and replace: 2001:db8 for fe80. 2001:db8 is the IPv6 documentation prefix. See RFC3849 for more details. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@328025 13f79535-47bb-0310-9956-ffa450edef68
-
Colm MacCarthaigh authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@327903 13f79535-47bb-0310-9956-ffa450edef68
-
Colm MacCarthaigh authored
Do not check the value of r->handler. This allows the use of SetHandler for an entire directory, and since we already check via the stat structure if this is a directory, there is no reason for this extra check, which causes a regression since 1.3. PR: 25435 Submitted by: pquerna Reviewed by: colm git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@327900 13f79535-47bb-0310-9956-ffa450edef68
-
Colm MacCarthaigh authored
Clean up c2x code-path by not double-setting the prefix variable. * server/util.c (c2x): Take a new prefix parameter instead of hard-coding '%' and then conditionally setting 'x' for half of the cases. Submitted by: jerenkrantz Reviewed by: nd, colm git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@327898 13f79535-47bb-0310-9956-ffa450edef68
-
Colm MacCarthaigh authored
These days in most cases, "all bound IP addresses" means :: and 0.0.0.0 or even just ::. Rather than confuse users by trying to explain this in the configuration, simply remove the now-erroneous reference to 0.0.0.0. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@327896 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 23, 2005
-
-
Ruediger Pluem authored
* Fix PR31226 (AddOutputFilterByType deflate not active with mod_proxy), by allowing ap_add_output_filters_by_type to handle proxied requests. Basic tests by jorton and me show that this works, nobody can actually remember why this limitation was introduced at all (r94028) and the mailing list archives also gave no hint. Submitted by: Joe Orton git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@327793 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 21, 2005
-
-
Ruediger Pluem authored
* Fix PR37145 (data loss with httpd-2.0.55 reverse proxy method=post) by exchanging APR_BRIGADE_CONCAT with ap_save_brigade to ensure that transient buckets get setaside correctly between various iterations of ap_get_brigade calls. Reviewed by: Joe Orton, William Rowe, Jim Jagielski, Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@327592 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 19, 2005
-
-
Mark J. Cox authored
renamed to CVE-. Make this change to our changelog git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@326456 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 18, 2005
-
-
Roy T. Fielding authored
respond to OPTIONS directly rather than via server default. PR: 15242 Reviewed-by: Paul Querna, Andre Malo, William A. Rowe, Jr. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@326260 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
Document Roy's recent discovery that plain Alias/Redirect only match complete path segments. I haven't tested the examples, but they seem to be right according to the code. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@326144 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@326142 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@326137 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
Proxy docs changes: - Move ftp-related questions to mod_proxy_ftp. - Document the proxy-sendcl and proxy-sendchunked env variables. - Improve the docs on the other proxy env variables. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@326131 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 17, 2005
-
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@325935 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@325916 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
* Style fixes: Add line breaks for lines that are too long. No functional change. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@325914 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 16, 2005
-
-
Colm MacCarthaigh authored
non-ISO date format. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@322498 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
* Cleanup: Remove dead code. No functional change. * Style fixes: Spaces, comments, typos. No functional change. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@322468 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 15, 2005
-
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@321505 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
(ap_allow_methods): add missing va_end call git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@321504 13f79535-47bb-0310-9956-ffa450edef68
-
- Oct 13, 2005
-
-
Ruediger Pluem authored
* Added further directives that are controlled via AllowOverride FileInfo git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@320870 13f79535-47bb-0310-9956-ffa450edef68
-
Joe Orton authored
* support/ab.c (test): Increment count of started requests when a non-blocking connect completes; avoids case where more requests are made than intended. * modules/ssl/ssl_engine_init.c (ssl_init_CheckServers): Fix IP/port key generation which passed a bogus pointer for a %pA conversion, hence could give false warnings for name-based-vhost use. PR: 36966, 37051 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@320804 13f79535-47bb-0310-9956-ffa450edef68
-