- Jul 02, 2001
-
-
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
-
William A. Rowe Jr authored
For those who want to play, mod_ssl isn't part of the InstallBin master target. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89463 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Just something for experimenting, ssl_expr_parse and _scan are excluded for right now (missing symbols.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89462 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Quiet the compiler, msvc is sticky about arg lists being consistent. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89461 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
One cannot have an entirely empty struct ... this is just to make things actually compile, and exclude an include we don't have on Win32. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89460 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
What once was ap_ ... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89459 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89458 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Ignore goodness git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89457 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Ignore for simplistic win32 builders (and anyone else who wants to park openssl here.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89456 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
libaprutil is good for mod_tls, too. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89455 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 27, 2001
-
-
William A. Rowe Jr authored
Just a mssing brace git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89454 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Not for general consumption (not a target of InstallBin) this patch adds mod_tls to the 'buildable projects' list. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89453 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
tls goodness for Win32 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89452 13f79535-47bb-0310-9956-ffa450edef68
-
Roy T. Fielding authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89451 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Testing reveals a nasty side effect of this aftn's patch, this is the fix. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89450 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Deploy ap_sub_req_lookup_dirent() for the main loop. Note we _really_ need to further optimize this code, there are dozens of perhaps unnecessary stat calls, and meaningless #ifndef OS2 protections around apr_lstat()'s. OS2 has lstat (It's simply stat()) so we should pull the os-specific cruft. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89449 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Employ the new ap_sub_req_lookup_dirent() function for mod_autoindex. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89448 13f79535-47bb-0310-9956-ffa450edef68
-