diff options
author | Melanie | 2010-07-17 03:09:27 +0100 |
---|---|---|
committer | Melanie | 2010-07-17 03:09:27 +0100 |
commit | 6f591376dd22c05d297dec6e5fe0d78e47a7d0ff (patch) | |
tree | 52ba1d530eef192274471b212afe1fdec7715cb8 /bin/OpenSim.ini.example | |
parent | Merge branch '0.6.9-post-fixes' into careminster (diff) | |
parent | Stop occasional permanently high 100% utilization when the server is started ... (diff) | |
download | opensim-SC-6f591376dd22c05d297dec6e5fe0d78e47a7d0ff.zip opensim-SC-6f591376dd22c05d297dec6e5fe0d78e47a7d0ff.tar.gz opensim-SC-6f591376dd22c05d297dec6e5fe0d78e47a7d0ff.tar.bz2 opensim-SC-6f591376dd22c05d297dec6e5fe0d78e47a7d0ff.tar.xz |
Merge branch '0.6.9-post-fixes' into careminster
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 22 |
1 files changed, 9 insertions, 13 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 4a60f4b..526bae7 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -1302,39 +1302,35 @@ | |||
1302 | [Groups] | 1302 | [Groups] |
1303 | Enabled = false | 1303 | Enabled = false |
1304 | 1304 | ||
1305 | ; This is the current groups stub in Region.CoreModules.Avatar.Groups | 1305 | ; This is the current groups stub in Region.CoreModules.Avatar.Groups. All the other settings below only really |
1306 | ; apply to the Flotsam GroupsModule | ||
1306 | Module = Default | 1307 | Module = Default |
1307 | 1308 | ||
1308 | ; The PHP code for the server is available from the Flotsam project for you to deploy | 1309 | ; This module can use a PHP XmlRpc server from the Flotsam project at http://code.google.com/p/flotsam/ |
1309 | ; to your own server. The Flotsam project is located at http://code.google.com/p/flotsam/ | ||
1310 | ; | ||
1311 | ;Module = GroupsModule | 1310 | ;Module = GroupsModule |
1312 | 1311 | ||
1313 | ; Enable Group Notices | 1312 | ; Enable Group Notices |
1314 | ;NoticesEnabled = true | 1313 | ;NoticesEnabled = true |
1315 | 1314 | ||
1316 | ; This makes the Groups modules very chatty on the console. | 1315 | ; This makes the Groups modules very chatty on the console. |
1317 | DebugEnabled = false | 1316 | DebugEnabled = false |
1318 | 1317 | ||
1319 | ; Specify which messaging module to use for groups messaging and if it's enabled | 1318 | ; Specify which messaging module to use for groups messaging and if it's enabled |
1320 | ;MessagingModule = GroupsMessagingModule | 1319 | ;MessagingModule = GroupsMessagingModule |
1321 | ;MessagingEnabled = true | 1320 | ;MessagingEnabled = true |
1322 | |||
1323 | ; Service connector to Groups Service [Select One] ServicesConnectorModule | ||
1324 | 1321 | ||
1325 | ; XmlRpc Service Connector to the Flotsam XmlRpc Groups Service settings | 1322 | ; Flotsam XmlRpc Service for Groups. Uncomment these settings and change accordingly if you are using this backend groups service |
1326 | ;ServicesConnectorModule = XmlRpcGroupsServicesConnector | 1323 | ;ServicesConnectorModule = XmlRpcGroupsServicesConnector |
1327 | ;GroupsServerURI = http://yourxmlrpcserver.com/xmlrpc.php | 1324 | ;GroupsServerURI = http://yourxmlrpcserver.com/xmlrpc.php |
1328 | 1325 | ||
1329 | ; XmlRpc Service Settings | 1326 | ; XmlRpc Security settings. These must match those set on your backend groups service. |
1330 | ;XmlRpcServiceReadKey = 1234 | 1327 | ;XmlRpcServiceReadKey = 1234 |
1331 | ;XmlRpcServiceWriteKey = 1234 | 1328 | ;XmlRpcServiceWriteKey = 1234 |
1332 | 1329 | ||
1333 | ; Disables HTTP Keep-Alive for XmlRpcGroupsServicesConnector HTTP Requests, | 1330 | ; Disables HTTP Keep-Alive for XmlRpcGroupsServicesConnector HTTP Requests, |
1334 | ; this is a work around fora problem discovered on some Windows based region servers. | 1331 | ; this is a work around fora problem discovered on some Windows based region servers. |
1335 | ; Only disable keep alive if you see a large number (dozens) of the following Exceptions: | 1332 | ; Only disable keep alive if you see a large number (dozens) of the following Exceptions: |
1336 | ; System.Net.WebException: The request was aborted: The request was canceled. | 1333 | ; System.Net.WebException: The request was aborted: The request was canceled. |
1337 | ; | ||
1338 | ; XmlRpcDisableKeepAlive = false | 1334 | ; XmlRpcDisableKeepAlive = false |
1339 | 1335 | ||
1340 | 1336 | ||