Revision: 3633 http://trac.macosforge.org/projects/calendarserver/changeset/3633 Author: sagen@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", },