martin 2003/05/13 00:29:41
Modified: htdocs/manual/misc known_client_problems.html
perf-tuning.html
Log:
Link check
Revision Changes Path
1.22 +3 -3
httpd-docs-1.3/htdocs/manual/misc/known_client_problems.html
Index: known_client_problems.html
===================================================================
RCS file:
/home/cvs/httpd-docs-1.3/htdocs/manual/misc/known_client_problems.html,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- known_client_problems.html 13 May 2003 07:23:18 -0000 1.21
+++ known_client_problems.html 13 May 2003 07:29:41 -0000 1.22
@@ -242,9 +242,9 @@
regardless of how far in the future the expiry time is set.
There is no workaround supplied with Apache, however there are
hacks for <a
-
href="http://arctic.org/~dgaudet/patches/apache-1.2-gif89-expires-hack.patch">
+
href="http://arctic.org/~dean/patches/apache-1.2-gif89-expires-hack.patch">
1.2</a> and for <a
-
href="http://arctic.org/~dgaudet/patches/apache-1.3-gif89-expires-hack.patch">
+
href="http://arctic.org/~dean/patches/apache-1.3-gif89-expires-hack.patch">
1.3</a>.</p>
<h3><a id="no-content-length"
@@ -257,7 +257,7 @@
Netscapes provides some <a
href="http://help.netscape.com/kb/client/971014-42.html">information</a>.
There's also <a
- href="http://arctic.org/~dgaudet/apache/no-content-length/">
+ href="http://arctic.org/~dean/apache/no-content-length/">
some information</a> about the actual problem.</p>
<h3><a id="jdk-12-bugs" name="jdk-12-bugs">JDK 1.2 betas lose
1.29 +7 -7 httpd-docs-1.3/htdocs/manual/misc/perf-tuning.html
Index: perf-tuning.html
===================================================================
RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/misc/perf-tuning.html,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- perf-tuning.html 10 Mar 2003 04:29:13 -0000 1.28
+++ perf-tuning.html 13 May 2003 07:29:41 -0000 1.29
@@ -968,24 +968,24 @@
but don't seem worth the effort.
<h3><a id="patches" name="patches">Appendix: Patches Available</a></h3>
- There are <a href="http://www.arctic.org/~dgaudet/apache/1.3/">several
+ There are <a href="http://arctic.org/~dean/apache/1.3/">several
performance patches available for 1.3.</a> Although they may not apply
cleanly to the current version, it shouldn't be difficult for someone
with a little C knowledge to update them. In particular:
<ul>
<li>A <a
-
href="http://www.arctic.org/~dgaudet/apache/1.3/shared_time.patch">patch</a>
+ href="http://arctic.org/~dean/apache/1.3/shared_time.patch">patch</a>
to remove all <code>time(2)</code> system calls.</li>
<li>A <a
-
href="http://www.arctic.org/~dgaudet/apache/1.3/mod_include_speedups.patch">
+ href="http://arctic.org/~dean/apache/1.3/mod_include_speedups.patch">
patch</a> to remove various system calls from
<code>mod_include</code>, these calls are used by few sites but
required for backwards compatibility.</li>
<li>A <a
-
href="http://www.arctic.org/~dgaudet/apache/1.3/top_fuel.patch">patch</a>
+ href="http://arctic.org/~dean/apache/1.3/top_fuel.patch">patch</a>
which integrates the above two plus a few other speedups at the cost
of removing some functionality.</li>
</ul>
@@ -1034,11 +1034,11 @@
experimental port of Apache 1.3 to <a
href="http://www.mozilla.org/docs/refList/refNSPR/">Netscape's Portable
Run Time</a>, which <a
- href="http://www.arctic.org/~dgaudet/apache/2.0/">is available</a> (but
+ href="http://arctic.org/~dean/apache/2.0/">is available</a> (but
you're encouraged to join the <a
- href="http://dev.apache.org/mailing-lists">new-httpd mailing list</a>
+ href="http://httpd.apache.org/lists.html">new-httpd mailing list</a>
if you intend to use it). Part of our redesign for version 2.0 of
- Apache will include abstractions of the server model so that we can
+ Apache includes abstractions of the server model so that we can
continue to support the pre-forking model, and also support various
threaded models. <!--#include virtual="footer.html" -->
</p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]