[CalendarServer-users] RPC and Memcached Port Conflict

Cyrus Daboo cdaboo at apple.com
Thu Dec 18 08:14:22 PST 2008


Hi Daniel,

--On December 18, 2008 11:06:25 AM -0500 Daniel Durgin <dand at 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



More information about the calendarserver-users mailing list