diff options
author | Daniel Earl Poirier <poirier@apache.org> | 2009-08-17 19:14:29 +0200 |
---|---|---|
committer | Daniel Earl Poirier <poirier@apache.org> | 2009-08-17 19:14:29 +0200 |
commit | e04628eb03779ea70def590649b73ed7cdf541d5 (patch) | |
tree | 6a7a10353948ebf0b5652f371735e0b7e2d96146 /docs/manual/misc/perf-tuning.html.en | |
parent | update transformation (diff) | |
download | apache2-e04628eb03779ea70def590649b73ed7cdf541d5.tar.xz apache2-e04628eb03779ea70def590649b73ed7cdf541d5.zip |
Fix a few more broken links, one misspelling, and
remove reference to www.fastio.com which apparently doesn't
exist anymore.
Also update the transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@805049 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/misc/perf-tuning.html.en')
-rw-r--r-- | docs/manual/misc/perf-tuning.html.en | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/misc/perf-tuning.html.en b/docs/manual/misc/perf-tuning.html.en index cbd6b38f04..7bfb1477b3 100644 --- a/docs/manual/misc/perf-tuning.html.en +++ b/docs/manual/misc/perf-tuning.html.en @@ -386,7 +386,7 @@ connection. The default <code class="directive"><a href="../mod/core.html#keepalivetimeout">KeepAliveTimeout</a></code> of <code>5</code> seconds attempts to minimize this effect. The tradeoff here is between network bandwidth and server resources. In no event - should you raise this above about <code>60</code> seconds, as <a href="http://www.research.digital.com/wrl/techreports/abstracts/95.4.html"> + should you raise this above about <code>60</code> seconds, as <a href="http://www.hpl.hp.com/techreports/Compaq-DEC/WRL-95-4.html"> most of the benefits are lost</a>.</p> |