[CalendarServer-changes] [14772] CalendarServer/trunk/twistedcaldav/stdconfig.py

source_changes at macosforge.org source_changes at macosforge.org
Thu May 7 13:03:19 PDT 2015


Revision: 14772
          http://trac.calendarserver.org//changeset/14772
Author:   sagen at apple.com
Date:     2015-05-07 13:03:19 -0700 (Thu, 07 May 2015)
Log Message:
-----------
Socket files relative to RunRoot

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/stdconfig.py

Modified: CalendarServer/trunk/twistedcaldav/stdconfig.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/stdconfig.py	2015-05-07 19:14:38 UTC (rev 14771)
+++ CalendarServer/trunk/twistedcaldav/stdconfig.py	2015-05-07 20:03:19 UTC (rev 14772)
@@ -1218,7 +1218,8 @@
     ("RunRoot", "PIDFile"),
     ("RunRoot", ("Stats", "UnixStatsSocket",)),
     ("RunRoot", "ControlSocket"),
-    ("RunRoot", "RequestSocket"),
+    ("RunRoot", "SecuredRequestsSocket"),
+    ("RunRoot", "UnsecuredRequestsSocket"),
     ("RunRoot", ("Memcached", "Pools", "Default", "MemcacheSocket")),
     ("RunRoot", ("DirectoryProxy", "SocketPath",)),
 ]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20150507/3edf9e94/attachment-0001.html>


More information about the calendarserver-changes mailing list