Themabewertung:
  • 0 Bewertung(en) - 0 im Durchschnitt
  • 1
  • 2
  • 3
  • 4
  • 5
Erste Erfahrungen mit OpenSim unter Linux
#2
Code:
[Const]
    ; For a grid these will usually be the externally accessible IP/DNS
    ; name and use default public port 8002 and default private port 8003
    ; For a standalone this will usually be the externally accessible IP/DNS
    ; name and use default public port 9000. The private port is not used
    ; in the configuration for a standalone.

    ;# {BaseURL} {} {BaseURL} {"http://example.com" "http://127.0.0.1"} "http://127.0.0.1"
    BaseURL = http://127.0.0.1
    
    ;# {PublicPort} {} {PublicPort} {8002 9000} "8002"
    PublicPort = "8002"

    ;# {PrivatePort} {} {PrivatePort} {8003} "8003"
    PrivatePort = "8003"

Du hast eine Stanalone, richtig?
eventuell mal:


Code:
[Const]
    ; For a grid these will usually be the externally accessible IP/DNS
    ; name and use default public port 8002 and default private port 8003
    ; For a standalone this will usually be the externally accessible IP/DNS
    ; name and use default public port 9000. The private port is not used
    ; in the configuration for a standalone.

    ;# {BaseURL} {} {BaseURL} {"http://example.com" "http://127.0.0.1"} "http://127.0.0.1"
    BaseURL = http://185.101.93.125

    
    ;# {PublicPort} {} {PublicPort} {8002 9000} "8002"
    PublicPort = "9000"

    ;# {PrivatePort} {} {PrivatePort} {8003} "8003"
    PrivatePort = "9000"

Code:
[Messaging]
    ;# {OfflineMessageModule} {} {Module to use for offline message storage} {OfflineMessageModule "Offline Message Module V2" *}
    ;; Module to handle offline messaging. The core module requires an external
    ;; web service to do this. See OpenSim wiki.
    ; OfflineMessageModule = OfflineMessageModule
    ;; Or, alternatively, use this one, which works for both standalones and grids
     OfflineMessageModule = "Offline Message Module V2"

    ;# {OfflineMessageURL} {OfflineMessageModule:OfflineMessageModule Offline Message Module V2:Offline Message Module V2} {URL of offline messaging service} {}
    ;; URL of web service for offline message storage. Leave it commented if your service is local to the sim.
    ; OfflineMessageURL = ${Const|BaseURL}/Offline.php
     OfflineMessageURL = ${Const|BaseURL}:${Const|PrivatePort}

    ;# {StorageProvider} {Offline Message Module V2:Offline Message Module V2} {DLL that provides the storage interface} {OpenSim.Data.MySQL.dll}
    ;; For standalones, this is the storage dll.
    ; StorageProvider = OpenSim.Data.MySQL.dll

    ;# {MuteListModule} {OfflineMessageModule:OfflineMessageModule} {} {} MuteListModule
    ;; Mute list handler (not yet implemented). MUST BE SET to allow offline
    ;; messages to work
    ; MuteListModule = MuteListModule

    ;# {MuteListURL} {OfflineMessageModule:OfflineMessageModule} {} {} http://yourserver/Mute.php
    ;; URL of the web service that serves mute lists. Not currently used, but
    ;; must be set to allow offline messaging to work.
    ; MuteListURL = http://yourserver/Mute.php

    ;; Control whether group invites and notices are stored for offline users.
    ;; Default is true.
    ;; This applies to both core groups module.
     ForwardOfflineGroupMessages = true
Zitieren


Nachrichten in diesem Thema
RE: Erste Erfahrungen mit OpenSim unter Linux - von Dorena Verne - 30.05.2017, 11:33

Möglicherweise verwandte Themen…
Thema Verfasser Antworten Ansichten Letzter Beitrag
  Odyssee für den Weltraum - Aktuelles Linux gesucht... LyAvain 9 895 27.02.2025, 15:24
Letzter Beitrag: LyAvain
  Euer "Linux-Desktop" Dorena Verne 182 226.570 20.02.2025, 17:50
Letzter Beitrag: LyAvain
  Richtige Dateirechte und Rechtevergabe für OpenSim Holger Berger 2 313 10.01.2025, 13:39
Letzter Beitrag: Holger Berger
  OpenSim und die neue Version 0.9.3.0 Holger Berger 3 734 26.12.2024, 11:55
Letzter Beitrag: Holger Berger
  OpenSim Problem mit Raspberry Pi 4 Pius Noel 1 709 12.08.2024, 19:25
Letzter Beitrag: Pius Noel

Gehe zu:


Benutzer, die gerade dieses Thema anschauen: 2 Gast/Gäste