aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2010-06-08 21:12:01 +0100
committerJustin Clark-Casey (justincc)2010-06-08 21:12:01 +0100
commitc8b301a644a8ebe37b5004b90d629a53d54ee25f (patch)
tree4dac69f4d7d6124180d812bd495d23486fab0b40
parentMerge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff)
downloadopensim-SC_OLD-c8b301a644a8ebe37b5004b90d629a53d54ee25f.zip
opensim-SC_OLD-c8b301a644a8ebe37b5004b90d629a53d54ee25f.tar.gz
opensim-SC_OLD-c8b301a644a8ebe37b5004b90d629a53d54ee25f.tar.bz2
opensim-SC_OLD-c8b301a644a8ebe37b5004b90d629a53d54ee25f.tar.xz
Improve instructions for [Groups] setup in OpenSim.ini.example
-rw-r--r--bin/OpenSim.ini.example28
1 files changed, 13 insertions, 15 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 2a70e96..38febc2 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -1171,44 +1171,42 @@
1171[Groups] 1171[Groups]
1172 Enabled = false 1172 Enabled = false
1173 1173
1174 ; This is the current groups stub in Region.CoreModules.Avatar.Groups 1174 ; This is the current groups stub in Region.CoreModules.Avatar.Groups. All the other settings below only really
1175 ; apply to the Flotsam/SimianGrid GroupsModule
1175 Module = Default 1176 Module = Default
1176 1177
1177 ; The PHP code for the server is available from the Flotsam project for you to deploy 1178 ; This module can use a PHP XmlRpc server from the Flotsam project at http://code.google.com/p/flotsam/
1178 ; to your own server. The Flotsam project is located at http://code.google.com/p/flotsam/ 1179 ; or from the SimianGrid project at http://code.google.com/p/openmetaverse
1179 ;
1180 ;Module = GroupsModule 1180 ;Module = GroupsModule
1181 1181
1182 ; Enable Group Notices 1182 ; Enable Group Notices
1183 ;NoticesEnabled = true 1183 ;NoticesEnabled = true
1184 1184
1185 ; This makes the Groups modules very chatty on the console. 1185 ; This makes the Groups modules very chatty on the console.
1186 DebugEnabled = false 1186 DebugEnabled = false
1187 1187
1188 ; Specify which messaging module to use for groups messaging and if it's enabled 1188 ; Specify which messaging module to use for groups messaging and if it's enabled
1189 ;MessagingModule = GroupsMessagingModule 1189 ;MessagingModule = GroupsMessagingModule
1190 ;MessagingEnabled = true 1190 ;MessagingEnabled = true
1191
1192 ; Service connector to Groups Service [Select One] ServicesConnectorModule
1193 1191
1194 1192 ; Service connectors to the Groups Service. Select one depending on whether you're using a Flotsam XmlRpc backend or a SimianGrid backend
1195 ; Simian Grid Service for Groups 1193
1194 ; SimianGrid Service for Groups
1196 ;ServicesConnectorModule = SimianGroupsServicesConnector 1195 ;ServicesConnectorModule = SimianGroupsServicesConnector
1197 ;GroupsServerURI = http://mygridserver.com:82/Grid/ 1196 ;GroupsServerURI = http://mygridserver.com:82/Grid/
1198 1197
1199 ; XmlRpc Service Connector to the Flotsam XmlRpc Groups Service settings 1198 ; Flotsam XmlRpc Service for Groups
1200 ;ServicesConnectorModule = XmlRpcGroupsServicesConnector 1199 ;ServicesConnectorModule = XmlRpcGroupsServicesConnector
1201 ;GroupsServerURI = http://yourxmlrpcserver.com/xmlrpc.php 1200 ;GroupsServerURI = http://yourxmlrpcserver.com/xmlrpc.php
1202 1201
1203 ; XmlRpc Service Settings 1202 ; XmlRpc Security settings. These must match those set on your backend groups service.
1204 ;XmlRpcServiceReadKey = 1234 1203 ;XmlRpcServiceReadKey = 1234
1205 ;XmlRpcServiceWriteKey = 1234 1204 ;XmlRpcServiceWriteKey = 1234
1206 1205
1207 ; Disables HTTP Keep-Alive for XmlRpcGroupsServicesConnector HTTP Requests, 1206 ; Disables HTTP Keep-Alive for XmlRpcGroupsServicesConnector HTTP Requests,
1208 ; this is a work around fora problem discovered on some Windows based region servers. 1207 ; this is a work around fora problem discovered on some Windows based region servers.
1209 ; Only disable keep alive if you see a large number (dozens) of the following Exceptions: 1208 ; Only disable keep alive if you see a large number (dozens) of the following Exceptions:
1210 ; System.Net.WebException: The request was aborted: The request was canceled. 1209 ; System.Net.WebException: The request was aborted: The request was canceled.
1211 ;
1212 ; XmlRpcDisableKeepAlive = false 1210 ; XmlRpcDisableKeepAlive = false
1213 1211
1214 1212