[open-ils-commits] r13766 - branches/rel_1_6_0/Open-ILS/examples/apache (erickson)
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Jul 28 23:23:21 EDT 2009
Author: erickson
Date: 2009-07-28 23:23:18 -0400 (Tue, 28 Jul 2009)
New Revision: 13766
Modified:
branches/rel_1_6_0/Open-ILS/examples/apache/eg_vhost.conf
Log:
backport 13764: added example translator memcache server config
Modified: branches/rel_1_6_0/Open-ILS/examples/apache/eg_vhost.conf
===================================================================
--- branches/rel_1_6_0/Open-ILS/examples/apache/eg_vhost.conf 2009-07-29 03:23:09 UTC (rev 13765)
+++ branches/rel_1_6_0/Open-ILS/examples/apache/eg_vhost.conf 2009-07-29 03:23:18 UTC (rev 13766)
@@ -19,7 +19,10 @@
# Configure the gateway
# ----------------------------------------------------------------------------------
OSRFGatewayConfig /openils/conf/opensrf_core.xml
+# Translator memcache server. Default is localhost
+# OSRFTranslatorCacheServer 127.0.0.1:11211
+
# ----------------------------------------------------------------------------------
# Added content plugin
# ----------------------------------------------------------------------------------
More information about the open-ils-commits
mailing list