From 4bf9bb362dc85bcac511284314552660490ad1c6 Mon Sep 17 00:00:00 2001 From: Len Kranendonk Date: Mon, 25 Apr 2005 06:02:41 +0000 Subject: [PATCH] Added support for memcached distributed caching --- etc/WebGUI.conf.original | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/etc/WebGUI.conf.original b/etc/WebGUI.conf.original index 3576b5eb2..fc943f918 100644 --- a/etc/WebGUI.conf.original +++ b/etc/WebGUI.conf.original @@ -34,6 +34,12 @@ uploadsPath = /data/WebGUI/www/uploads #fileCacheRoot=/path/to/cache +# Support for the memcached distributed caching system. +# See http://www.danga.com/memcached/ for details on memcached. +# Uncomment this and point it to your memcached server(s). + +# memcached_servers = 10.0.0.6:11211 + # The database connection string. It usually takes the form of # DBI::;host=