[CalendarServer-changes] [14789] CalendarServer/trunk/conf/caldavd-apple.plist
source_changes at macosforge.org
source_changes at macosforge.org
Thu May 14 17:42:07 PDT 2015
Revision: 14789
http://trac.calendarserver.org//changeset/14789
Author: sagen at apple.com
Date: 2015-05-14 17:42:06 -0700 (Thu, 14 May 2015)
Log Message:
-----------
Switch on named sockets
Modified Paths:
--------------
CalendarServer/trunk/conf/caldavd-apple.plist
Modified: CalendarServer/trunk/conf/caldavd-apple.plist
===================================================================
--- CalendarServer/trunk/conf/caldavd-apple.plist 2015-05-14 18:23:19 UTC (rev 14788)
+++ CalendarServer/trunk/conf/caldavd-apple.plist 2015-05-15 00:42:06 UTC (rev 14789)
@@ -46,7 +46,7 @@
<key>SocketFiles</key>
<dict>
<key>Enabled</key>
- <false/>
+ <true/>
<key>Owner</key>
<string>_calendar</string>
<key>Group</key>
@@ -57,20 +57,20 @@
<!-- HTTP port [0 = disable HTTP] -->
<key>HTTPPort</key>
- <integer>8008</integer>
+ <integer>80</integer>
<!-- SSL port -->
<!-- (Must also configure SSLCertificate and SSLPrivateKey below) -->
<key>SSLPort</key>
- <integer>8443</integer>
+ <integer>443</integer>
<!-- Enable listening on SSL port(s) -->
<key>EnableSSL</key>
- <false/>
+ <true/>
<!-- Redirect non-SSL ports to an SSL port (if configured for SSL) -->
<key>RedirectHTTPToHTTPS</key>
- <false/>
+ <true/>
<!--
@@ -87,15 +87,11 @@
<!-- List of port numbers to bind to for HTTP [empty = same as "Port"] -->
<key>BindHTTPPorts</key>
<array>
- <integer>8008</integer>
- <integer>8800</integer>
</array>
<!-- List of port numbers to bind to for SSL [empty = same as "SSLPort"] -->
<key>BindSSLPorts</key>
<array>
- <integer>8443</integer>
- <integer>8843</integer>
</array>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20150514/d643bc06/attachment.html>
More information about the calendarserver-changes
mailing list