diff options
author | Melanie Thielker | 2010-05-18 19:25:40 +0200 |
---|---|---|
committer | Melanie | 2010-05-18 17:01:44 +0100 |
commit | 3e1f2ddb8e296a7fef9b7887fa9fda48f4eb2abf (patch) | |
tree | 804ebbc63c2bdc5ab9c49455a7376669e32eca99 /bin | |
parent | Change an exception reporting to include the stack trace. "e.Message" just (diff) | |
download | opensim-SC_OLD-3e1f2ddb8e296a7fef9b7887fa9fda48f4eb2abf.zip opensim-SC_OLD-3e1f2ddb8e296a7fef9b7887fa9fda48f4eb2abf.tar.gz opensim-SC_OLD-3e1f2ddb8e296a7fef9b7887fa9fda48f4eb2abf.tar.bz2 opensim-SC_OLD-3e1f2ddb8e296a7fef9b7887fa9fda48f4eb2abf.tar.xz |
Allow remote admin to be used on a different port from the main region port
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSim.ini.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index a5eb78b..7b427a5 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -591,6 +591,10 @@ | |||
591 | 591 | ||
592 | [RemoteAdmin] | 592 | [RemoteAdmin] |
593 | enabled = false | 593 | enabled = false |
594 | |||
595 | ; Set this to a nonzero value to have remote admin use a different port | ||
596 | port = 0 | ||
597 | |||
594 | access_password = unknown | 598 | access_password = unknown |
595 | 599 | ||
596 | ; set this variable to true if you want the create_region XmlRpc | 600 | ; set this variable to true if you want the create_region XmlRpc |