[CalendarServer-changes] [3633] CalendarServer/trunk/twistedcaldav/config.py

source_changes at macosforge.org source_changes at macosforge.org
Tue Feb 3 08:44:40 PST 2009


Revision: 3633
          http://trac.macosforge.org/projects/calendarserver/changeset/3633
Author:   sagen at apple.com
Date:     2009-02-03 08:44:38 -0800 (Tue, 03 Feb 2009)
Log Message:
-----------
Bypass Apache and talk directly to the wiki server port 8086 for RPC

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

Modified: CalendarServer/trunk/twistedcaldav/config.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/config.py	2009-02-02 23:37:52 UTC (rev 3632)
+++ CalendarServer/trunk/twistedcaldav/config.py	2009-02-03 16:44:38 UTC (rev 3633)
@@ -164,7 +164,7 @@
         "Wiki": {
             "Enabled": True,
             "Cookie": "sessionID",
-            "URL": "http://127.0.0.1/RPC2",
+            "URL": "http://127.0.0.1:8086/RPC2",
             "UserMethod": "userForSession",
             "WikiMethod": "accessLevelForUserWikiCalendar",
         },
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20090203/01e3e98d/attachment.html>


More information about the calendarserver-changes mailing list