validator/htdocs/config validator.conf,1.37,1.38

Update of /sources/public/validator/htdocs/config
In directory hutz:/tmp/cvs-serv14094/htdocs/config

Modified Files:
	validator.conf 
Log Message:
Add option to use file based template caching.  Doing it in non-mod_perl
environments results in a noticeable performance improvement.


Index: validator.conf
===================================================================
RCS file: /sources/public/validator/htdocs/config/validator.conf,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- validator.conf	16 Sep 2009 19:15:19 -0000	1.37
+++ validator.conf	24 Oct 2009 15:59:18 -0000	1.38
@@ -27,6 +27,14 @@
   # Location of template files
   Templates = $Base/share/templates
 
+  #
+  # Directory where to store cached templates.  Relative paths are
+  # treated as relative to the system temporary directory.  Templates
+  # are not cached at all if this option is empty or not set, except
+  # with mod_perl setups where this option has no effect and templates
+  # are always cached in memory.
+  #Cache = validator
+
   # configuration file for HTML Tidy Module, if available
   TidyConf = $Base/htdocs/config/tidy.conf
 

Received on Saturday, 24 October 2009 15:59:22 UTC