From 71dd9e81aedac0d291222fa46116acf0496b90d0 Mon Sep 17 00:00:00 2001 From: erickson Date: Wed, 29 Jul 2009 03:22:37 +0000 Subject: [PATCH] added example translator memcache server config git-svn-id: svn://svn.open-ils.org/ILS/trunk@13764 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/examples/apache/eg_vhost.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Open-ILS/examples/apache/eg_vhost.conf b/Open-ILS/examples/apache/eg_vhost.conf index 3111fe0c1..43885311d 100644 --- a/Open-ILS/examples/apache/eg_vhost.conf +++ b/Open-ILS/examples/apache/eg_vhost.conf @@ -19,6 +19,9 @@ RedirectMatch 301 ^/opac/extras/slimpac/advanced.html$ /opac/en-US/extras/slimpa # Configure the gateway # ---------------------------------------------------------------------------------- OSRFGatewayConfig /openils/conf/opensrf_core.xml +# Translator memcache server. Default is localhost +# OSRFTranslatorCacheServer 127.0.0.1:11211 + # ---------------------------------------------------------------------------------- # Added content plugin -- 2.11.0