Revision
1530
Author
cdaboo@apple.com
Date
2007-05-17 08:22:22 -0700 (Thu, 17 May 2007)

Log Message

Add in some missing config.py parameters.

Modified Paths

Diff

Modified: CalendarServer/trunk/conf/caldavd-test.plist (1529 => 1530)


--- CalendarServer/trunk/conf/caldavd-test.plist	2007-05-16 16:35:20 UTC (rev 1529)
+++ CalendarServer/trunk/conf/caldavd-test.plist	2007-05-17 15:22:22 UTC (rev 1530)
@@ -356,8 +356,17 @@
       <string>logs/caldavd-pydir.sock</string>
   </dict>
 
+  <!--
+    Miscellaneous items
+  -->
+
+  <!-- A unix socket used for communication between the child and master processes. -->
   <key>ControlSocket</key>
   <string>logs/caldavd.sock</string>
 
+  <!-- Support for Content-Encoding compression options as specified in RFC2616 Section 3.5 -->
+  <key>ResponseCompression</key>
+  <false/>
+
 </dict>
 </plist>

Modified: CalendarServer/trunk/conf/caldavd.plist (1529 => 1530)


--- CalendarServer/trunk/conf/caldavd.plist	2007-05-16 16:35:20 UTC (rev 1529)
+++ CalendarServer/trunk/conf/caldavd.plist	2007-05-17 15:22:22 UTC (rev 1530)
@@ -261,5 +261,17 @@
   <key>EnableNotifications</key>
   <true/>
 
+  <!--
+    Miscellaneous items
+  -->
+
+  <!-- A unix socket used for communication between the child and master processes. -->
+  <key>ControlSocket</key>
+  <string>/var/run/caldavd.sock</string>
+
+  <!-- Support for Content-Encoding compression options as specified in RFC2616 Section 3.5 -->
+  <key>ResponseCompression</key>
+  <true/>
+
 </dict>
 </plist>