projects
/
working
/
SIPServer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa1c4e6
)
LP#1339190 multiplex cache server sample config
collab/berick/sip2-support-multiplex-personality-squash1
author
Bill Erickson
<berick@esilibrary.com>
Fri, 8 Aug 2014 14:54:14 +0000
(10:54 -0400)
committer
Bill Erickson
<berick@esilibrary.com>
Fri, 8 Aug 2014 14:54:14 +0000
(10:54 -0400)
Signed-off-by: Bill Erickson <berick@esilibrary.com>
SIPconfig.xml
patch
|
blob
|
history
diff --git
a/SIPconfig.xml
b/SIPconfig.xml
index
6f4a04a
..
ce5d939
100644
(file)
--- a/
SIPconfig.xml
+++ b/
SIPconfig.xml
@@
-53,6
+53,12
@@
timeout="60" />
</listeners>
+ <!-- One or more Memecache servers are required for Mulitplex mode. -->
+ <!-- Cache server(s) are ignored in non-Multiplex mode -->
+ <cache>
+ <server>127.0.0.1:11211</server>
+ </cache>
+
<accounts>
<login id="scclient" password="clientpwd" institution="UWOLS">
</login>