validator/htdocs/docs install.html,1.25,1.26

Update of /sources/public/validator/htdocs/docs
In directory hutz:/tmp/cvs-serv1488

Modified Files:
	install.html 
Log Message:
mod_perl2 is autoenabled only if using something like the httpd.conf snippet shipped with the validator.

Index: install.html
===================================================================
RCS file: /sources/public/validator/htdocs/docs/install.html,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- install.html	24 Jul 2007 07:00:10 -0000	1.25
+++ install.html	24 Jul 2007 15:47:59 -0000	1.26
@@ -281,8 +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 your apache server has mod_perl2 installed and enabled, and it will bring important performance benefits.</p>
-              <p>Also worth enabling within apache is mod_expires, which will allow caching of the validator's static documents, stylesheets, and images.</p>
+              <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>Also worth enabling within Apache is mod_expires, which will allow caching of the validator's static documents, stylesheets, and images.</p>
             </li>
             <li>
               <p>

Received on Tuesday, 24 July 2007 15:48:05 UTC