aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ThirdParty/3Di/RegionMonitor/MonitorGUI/htdocs/readme.txt
diff options
context:
space:
mode:
authorJohan Berntsson2008-07-16 03:04:45 +0000
committerJohan Berntsson2008-07-16 03:04:45 +0000
commit337a46474a1c782603c918171a7afcdb1221973c (patch)
tree56a9a92a53e2050c0f8d168d125f94c1994cde4f /ThirdParty/3Di/RegionMonitor/MonitorGUI/htdocs/readme.txt
parentFix issue 1582. The maximum allowable length for a string passed to SimChat i... (diff)
downloadopensim-SC_OLD-337a46474a1c782603c918171a7afcdb1221973c.zip
opensim-SC_OLD-337a46474a1c782603c918171a7afcdb1221973c.tar.gz
opensim-SC_OLD-337a46474a1c782603c918171a7afcdb1221973c.tar.bz2
opensim-SC_OLD-337a46474a1c782603c918171a7afcdb1221973c.tar.xz
Updated files for the loadbalancer web interface
Diffstat (limited to '')
-rw-r--r--ThirdParty/3Di/RegionMonitor/MonitorGUI/htdocs/readme.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/ThirdParty/3Di/RegionMonitor/MonitorGUI/htdocs/readme.txt b/ThirdParty/3Di/RegionMonitor/MonitorGUI/htdocs/readme.txt
new file mode 100644
index 0000000..396ba56
--- /dev/null
+++ b/ThirdParty/3Di/RegionMonitor/MonitorGUI/htdocs/readme.txt
@@ -0,0 +1,21 @@
1How to get this working on Linux/Apache:
2
3Create a new directory /var/www/monitor and copy all files htdocs/* files there.
4
5Include these lines in /etc/apache2/httpdocs
6---
7<Directory /var/www/monitor>
8 Options +ExecCGI
9</Directory>
10AddHandler cgi-script .cgi
11---
12
13Restart Apache: sudo /etc/init.d/apache2 restart
14
15Check that the perl XML-RPC modules is available ("sudo apt-get install librcp-xml-perl" on Ubuntu)
16
17Edit /var/www/monitor/monitor.cgi to update the IP addresses for the Grid server (TODO: improve this)
18
19Start OpenSim in grid mode, use a browser to open http://localhost/monitor/monitor.cgi
20
21