- Dec 14, 2003
-
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102058 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102052 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 13, 2003
-
-
Jeff Trawick authored
failed" messages during restart and problem with the logger respawning again after Apache is stopped. PR: 21648, 24805 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102048 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102047 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
or not the MPM is still running... now it works with prefork MPM too git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102046 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
from ap_mpm_query() git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102045 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
pollset API git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102044 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
pollset API git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102043 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102042 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102041 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 12, 2003
-
-
Paul J. Reder authored
*) Add a hook (insert_error_filter) to allow filters to re-insert themselves during processing of error responses. Enable mod_expires to use the new hook to include Expires headers in valid error responses. This addresses an RFC violation. It fixes PRs 19794, 24884, and 25123. [Paul J. Reder] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102038 13f79535-47bb-0310-9956-ffa450edef68
-
Joe Orton authored
* modules/ssl/ssl_scache_dbm.c (ssl_scache_dbm_store): Print apr_size_t using APR_SIZE_T_FMT. * modules/ssl/ssl_engine_io.c (ssl_filter_write): Print difference between sizes using APR_SSIZE_T_FMT, apr_size_t using APR_SIZE_T_FMT. * modules/proxy/proxy_http.c (ap_proxy_http_request): Print apr_uint64_t using APR_UINT64_T_HEX_FMT. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102037 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
FreeBSD 5.2-RC with either libthr or libkse enabled (instead of the default libc_r) is confirmed to be operational with the worker MPM. Add notes to STATUS and README.platforms (as there is now an upgrade path that may be reasonable for those needing threads). [No soak tests run, but it serves pages - which is an improvement over before] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102036 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 11, 2003
-
-
Jeff Trawick authored
result in an error log message stating that the parent had crashed the problem, which affected all *X platforms, was due to an attempt to support the general problem with linuxthreads; this change leaves us with a relatively obscure hole when running on linuxthreads (see comments) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102033 13f79535-47bb-0310-9956-ffa450edef68
-
Erik Abele authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102026 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
as the parent pool as we did prior to the MaxMemFree patch. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102025 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 10, 2003
-
-
Jeff Trawick authored
in the initial container. PR: 25414 Submitted by: Geoffrey Young <geoff apache.org>] Reviewed by: Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102021 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
is doing work-in-progress; not so useful until other MPMs support it git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102019 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
proxy operations. PR: 24991 Submitted by: Larry Toppi <larry.toppi citrix.com> Reviewed by: Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102017 13f79535-47bb-0310-9956-ffa450edef68
-
Paul J. Reder authored
Synching with 2.0 branch after backport. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102016 13f79535-47bb-0310-9956-ffa450edef68
-
Joe Orton authored
* support/ab.c (ssl_*): Fix function prototypes througout. (test): Use correct connection structure when using SSL. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102014 13f79535-47bb-0310-9956-ffa450edef68
-
Joe Orton authored
exports.c in some (but not all) places, and subsequent fallout. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102013 13f79535-47bb-0310-9956-ffa450edef68
-
Joe Orton authored
defined. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102012 13f79535-47bb-0310-9956-ffa450edef68
-
Stas Bekman authored
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102011 13f79535-47bb-0310-9956-ffa450edef68
-
Cliff Woolley authored
I think there is a piece missing to that fixe; the adjustment of the queue_clock value in cache_cache.c (cache_insert()): Sorry about not finding/pointing that out before asking you to check in mod_mem_cache changes: queue_clock is initialized to 0 when initializing the cache. Based on the current conditional test (cache_cache.c, line 164): ---------------------------------------- priority = c->get_pri(ejected); if (c->queue_clock < priority) c->queue_clock = priority; ---------------------------------------- and the fact that the new get_pri() function return a negative value, queue_clock will NEVER be adjusted with the ejected element priority. This is a patch that should fix that problem:" Submitted by: Jean-Jacques Clar Generally glanced at by: Cliff Woolley (+1 on concept) (better to get it in there than to wait around for a year before I get a chance to really test it) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102008 13f79535-47bb-0310-9956-ffa450edef68
-
Stas Bekman authored
only once PR: Obtained from: Submitted by: Reviewed by: Jeff Trawick, Bill Rowe git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102005 13f79535-47bb-0310-9956-ffa450edef68
-
Yoshiki Hayashi authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102003 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 09, 2003
-
-
Stas Bekman authored
enabled, but the relevant Options flag allowing the filter to run for the specific resource wasn't set, so that the filter won't silently get skipped. PR: Obtained from: Submitted by: Reviewed by: nd git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101999 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 07, 2003
-
-
Astrid Kessler authored
Reviewed by: Kai Blaschke <codav@wutallan.net> Kess git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101994 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 05, 2003
-
-
Jeff Trawick authored
disappear from APR 1.0 API shortly git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101991 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 04, 2003
-
-
Bradley Nicholes authored
Submitted by: G�nter Knauf <gk@gknw.de> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101989 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101988 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101983 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
directory, display the MPM name and some MPM properties. Submitted by: Geoffrey Young <geoff apache.org> Reviewed by: Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101978 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101977 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 03, 2003
-
-
Astrid Kessler authored
Reviewed by: Kai Blaschke <codav@wutallan.net> Kess - transformation update git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101976 13f79535-47bb-0310-9956-ffa450edef68
-
Astrid Kessler authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101975 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 02, 2003
-
-
Cliff Woolley authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101959 13f79535-47bb-0310-9956-ffa450edef68
-
Cliff Woolley authored
queue. Previously, since the ->priority value was positive, certain parts of mod_mem_cache would cause the priority queue to do the wrong thing when changing the priority of an object in the cache. The end result would be that the objects would not be dequeued in the right order. Submitted by: Jean-Jacques Clar, Cliff Woolley Reviewed by: Paul J. Reder git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101958 13f79535-47bb-0310-9956-ffa450edef68
-
Joe Orton authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101956 13f79535-47bb-0310-9956-ffa450edef68
-