summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorot <ot@localhost>2007-08-06 06:22:49 +0000
committerot <ot@localhost>2007-08-06 06:22:49 +0000
commitd463550eebc939d7fdb588606596cc5a8c1434a2 (patch)
tree5418d5f9e312f68bc9cf8a816fd397b4e2629626
parent6118b66d04a2dacfc828ce603ba5018171012125 (diff)
downloadmarkup-validator-d463550eebc939d7fdb588606596cc5a8c1434a2.zip
markup-validator-d463550eebc939d7fdb588606596cc5a8c1434a2.tar.gz
markup-validator-d463550eebc939d7fdb588606596cc5a8c1434a2.tar.bz2
more careful wording about using mod_perl... we're not sure it's that good after all, need feedback from users
-rwxr-xr-xhtdocs/docs/install.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/htdocs/docs/install.html b/htdocs/docs/install.html
index 2f4a6d9..728a24c 100755
--- a/htdocs/docs/install.html
+++ b/htdocs/docs/install.html
@@ -1,5 +1,5 @@
-<!--#set var="revision" value="\$Id: install.html,v 1.28 2007-07-26 21:41:50 ville Exp $"
---><!--#set var="date" value="\$Date: 2007-07-26 21:41:50 $"
+<!--#set var="revision" value="\$Id: install.html,v 1.29 2007-08-06 06:22:49 ot Exp $"
+--><!--#set var="date" value="\$Date: 2007-08-06 06:22:49 $"
--><!--#set var="title" value="Installation Documentation for The W3C Markup Validation Service"
--><!--#set var="relroot" value="../"
--><!--#include virtual="../header.html" -->
@@ -94,7 +94,7 @@
title="Comprehensive Perl Archive Network">CPAN</acronym></a>
(minimum versions in parenthesis after the name). The following
list was complete when CVS spit out:
- <code>$Date: 2007-07-26 21:41:50 $</code>. <tt>:-)</tt>
+ <code>$Date: 2007-08-06 06:22:49 $</code>. <tt>:-)</tt>
</p>
<p>
One easy - and strongly recommended - way to take care of all these
@@ -281,7 +281,8 @@
if you plan on using another server.</p>
<ol>
<li>
- <p>If you are using the Apache server, we strongly recommend using the validator under mod_perl2. This should happen automatically if you are using the httpd.conf snippet distributed with the validator or something similar, and your Apache server has mod_perl2 installed and enabled. Using mod_perl2 will bring important performance benefits.</p>
+ <p>If you are using the Apache server, you may use the validator under mod_perl2. This should happen automatically if you are using the httpd.conf snippet distributed with the validator or something similar, and your Apache server has mod_perl2 installed and enabled. Using mod_perl2 will bring important performance benefits, but has not been tested extensively. If you are successfully running the validator under mod_perl, or run into issues doing so, <a href="../feedback.html">contact us</a>.</p>
+
<p>Also worth enabling within Apache is mod_expires, which will allow caching of the validator's static documents, stylesheets, and images.</p>
</li>
<li>