- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 06 Aug 2007 06:22:52 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/docs
In directory hutz:/tmp/cvs-serv31715
Modified Files:
install.html
Log Message:
more careful wording about using mod_perl... we're not sure it's that good after all, need feedback from users
Index: install.html
===================================================================
RCS file: /sources/public/validator/htdocs/docs/install.html,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- install.html 26 Jul 2007 21:41:50 -0000 1.28
+++ install.html 6 Aug 2007 06:22:49 -0000 1.29
@@ -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>
Received on Monday, 6 August 2007 06:22:54 UTC