Added support for memcached distributed caching

This commit is contained in:
Len Kranendonk 2005-04-25 06:02:41 +00:00
parent b417ef09b2
commit 4bf9bb362d

View file

@ -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:<driver>:<db>;host=<hostname>