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

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

Modified Files:
	install.html 
Log Message:
mod_expires brings better results that mod_headers

Index: install.html
===================================================================
RCS file: /sources/public/validator/htdocs/docs/install.html,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- install.html	24 Jul 2007 06:56:45 -0000	1.24
+++ install.html	24 Jul 2007 07:00:10 -0000	1.25
@@ -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.</p> 
-              <p>This should happen automatically if your apache server has mod_perl2 installed and enabled, and it will bring important performance benefits.</p>
+              <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>
             </li>
             <li>
               <p>

Received on Tuesday, 24 July 2007 07:00:16 UTC