- Jul 06, 2001
-
-
Bill Stoddard authored
zero bytes read rather than APR_EOF. Will work on APR later... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89508 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
core_outout_filter(). core_output_filter() is in need of a rewrite, it is getting quite crufty. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89507 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
change is made by this patch, only a static function name change. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89506 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
CGI scripts was being buffered in the brigade before any of it was written to the network. cl filter now honors flush and implements a buffer threshold. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89503 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 05, 2001
-
-
William A. Rowe Jr authored
Catch up with rbb's last httpd-std.conf commit git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89502 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89501 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
PR: 7754 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89500 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
about User that SuexecUserGroup now replaces putting User/Group directives inside of VirtualHosts. PR: 7634 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89499 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
re-vamped that module before the first beta. Since we put the directive back, we should put it into the default config file. PR: 7937 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89498 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 04, 2001
-
-
David Reid authored
to throw it away, so here it is added as comments for people who are in the same place I was trying to debug what was going on inside a hook. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89496 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 03, 2001
-
-
Ryan Bloom authored
seeing with the server eating itself wasn't because we were comparing the idle_thread_count and min/max spare servers wrong. It was because we were counting idle_thread_count incorrectly. This fixes that problem. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89495 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
up with a heavy load. The server still doesn't kill processes correctly, so we need to fix that, but we are closer now. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89494 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 02, 2001
-
-
Cliff Woolley authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89493 13f79535-47bb-0310-9956-ffa450edef68
-
Cliff Woolley authored
Move the heading for 2.0.19 down to where it goes and add a note about having fixed the threaded MPM bug that killed 2.0.19 in the first place. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89492 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89491 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89490 13f79535-47bb-0310-9956-ffa450edef68
-
Victor J. Orlikowski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89489 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 01, 2001
-
-
Ryan Bloom authored
count how many threads are actually idle, regardless of which process they are in. This patch makes us use (min_spare_threads|max_spare_threads) * number_of_running_servers to determine if we should kill of processes or start new ones. This MPM no longer thrashes killing child processes as soon as they are created, and the server continues to serve requests even if the server is gracefully restarted and each child has one active thread. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89488 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
:-( Just removing some status items that have been done for a long time. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89487 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 30, 2001
-
-
Chuck Murcko authored
proxy. No, Julia, it really *is* a double negative. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89486 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 29, 2001
-
-
Victor J. Orlikowski authored
or the connection being broken. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89485 13f79535-47bb-0310-9956-ffa450edef68
-
Chuck Murcko authored
return code and loop index) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89483 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 28, 2001
-
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89482 13f79535-47bb-0310-9956-ffa450edef68
-
Victor J. Orlikowski authored
Use the ones that the connections are using, rather than those used to initialize the connection. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89481 13f79535-47bb-0310-9956-ffa450edef68
-
Victor J. Orlikowski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89480 13f79535-47bb-0310-9956-ffa450edef68
-
Victor J. Orlikowski authored
Otherwise we break RFC959. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89479 13f79535-47bb-0310-9956-ffa450edef68
-
Victor J. Orlikowski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89478 13f79535-47bb-0310-9956-ffa450edef68
-
Victor J. Orlikowski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89477 13f79535-47bb-0310-9956-ffa450edef68
-
Victor J. Orlikowski authored
break inside a switch statement inside a for loop breaks out of the switch statement, not the for loop. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89476 13f79535-47bb-0310-9956-ffa450edef68
-
Victor J. Orlikowski authored
Here is the intended message. Put the QUIT command back. Basically, when a LIST occurs, origin is not available for reading until the data connection is closed in passive mode. This takes care of that. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89475 13f79535-47bb-0310-9956-ffa450edef68
-
Victor J. Orlikowski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89474 13f79535-47bb-0310-9956-ffa450edef68
-
Chuck Murcko authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89473 13f79535-47bb-0310-9956-ffa450edef68
-
Chuck Murcko authored
connection. Remove result code check for QUIT. We gave them fair warning. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89472 13f79535-47bb-0310-9956-ffa450edef68
-
Victor J. Orlikowski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89471 13f79535-47bb-0310-9956-ffa450edef68
-
Victor J. Orlikowski authored
Disable it till we figure out what's going on. ;( At least it works now. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89470 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89469 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89467 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
processes are busy serving one long-lived request. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89466 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Ummm... is that all I accomplished :-? git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89465 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Useful datum. Please review this list and pull out what you've finished, people!!! There's a ton of cruft I think folks already addressed. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89464 13f79535-47bb-0310-9956-ffa450edef68
-