Hi Daniel, --On December 18, 2008 11:06:25 AM -0500 Daniel Durgin <dand@informe.org> wrote:
What is the best way to change the port CalendarServer's memcached uses. It is conflicting with rpcbind which uses port 111.
Odd. Usually the default for memcached is 11211. In any case, if you want to change the port you can do so via the caldavd.plist. Make sure you have something like this: <!-- Support for Memcached --> <key>Memcached</key> <dict> <key>ServerEnabled</key> <true/> <key>ClientEnabled</key> <true/> <key>Port</key> <integer>11211</integer> <key>MaxClients</key> <integer>5</integer> <key>memcached</key> <string>memcached</string> <key>Options</key> <array/> </dict> Change the Port value to whatever you need. -- Cyrus Daboo