Hello,

I believe it can be done in the configuration file in the conf/ directory.

#memcached -help
memcached 1.2.6
[...]
-p <num>      TCP port number to listen on (default: 11211)
[....]

In [DIRECTORY_OF_CONTACTSERVER]/conf/carddavd-dev.plist edit section <!-- Support for Memcached -->
<dict>
<key>ServerEnabled</key>
<true/>
<key>ClientEnabled</key>
<true/>
<key>MaxClients</key>
<integer>10</integer>
<key>memcached</key>
<string>memcached</string>
<key>Options</key>
<array>
<string>-p PORTNUMBER</string> <--- ENTER YOUR DESIRED PORT HERE
</array>
</dict>

Edit both configurations to use different port numbers. Hope this helps.

best
Marcus


Am 20.03.10 15:34, schrieb Frédéric Goudal:
Hello,

I'm trying to get calendar server and contact server running on the same host.
It seems to work fine when I start both, but one problem is that both processes 
launch memcached and of course the second one can't connect to the listening 
socket.
Is there any way to configure the launching of memcached ?

Thanks in advance,

f.g.


_______________________________________________
calendarserver-users mailing list
calendarserver-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users

Reply via email to