[CalendarServer-changes] [8522] CalendarServer/trunk/doc/Admin/MultiServerDeployment.txt

source_changes at macosforge.org source_changes at macosforge.org
Fri Jan 13 11:59:37 PST 2012


Revision: 8522
          http://trac.macosforge.org/projects/calendarserver/changeset/8522
Author:   dre at apple.com
Date:     2012-01-13 11:59:36 -0800 (Fri, 13 Jan 2012)
Log Message:
-----------
Added info about getting Postgres to listen over the network

Modified Paths:
--------------
    CalendarServer/trunk/doc/Admin/MultiServerDeployment.txt

Modified: CalendarServer/trunk/doc/Admin/MultiServerDeployment.txt
===================================================================
--- CalendarServer/trunk/doc/Admin/MultiServerDeployment.txt	2012-01-13 19:55:50 UTC (rev 8521)
+++ CalendarServer/trunk/doc/Admin/MultiServerDeployment.txt	2012-01-13 19:59:36 UTC (rev 8522)
@@ -24,6 +24,8 @@
 Database Connectivity
 ---------------------
 
+First, make sure your Postgres service is connectable over the network ; by default it may use only unix domain sockets. Accepting connections over TCP typically involves changes to `listen_address <http://www.postgresql.org/docs/current/static/runtime-config-connection.html#GUC-LISTEN-ADDRESSES>`_ in the main server config file to bind the network socket, and also edits to `pg_hga.conf <http://www.postgresql.org/docs/current/static/auth-pg-hba-conf.html>`_ to allow connections by IP or netmask. Additional discussion of database server setup and tuning is beyond the scope of this document.
+
 There are a few configuration parameters in caldavd.plist that control Calendar Server's behavior with respect to database use. The relevant caldavd.plist entries and their default values are shown and described below (as defined in `stdconfig.py <https://trac.calendarserver.org/browser/CalendarServer/trunk/twistedcaldav/stdconfig.py>`_)
 
 ::
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120113/fcb80801/attachment.html>


More information about the calendarserver-changes mailing list