Johan Berntsson 337a46474a Updated files for the loadbalancer web interface 16 年之前
..
MonitorGUI 279e0061c5 Merged 3Di code that provides scene and avatar serialization, and plugin support for region move/split/merge. See ThirdParty/3Di/README.txt. Unless the new modules are used there should be no noticeable changes when running OpenSim. 16 年之前
XML 337a46474a Updated files for the loadbalancer web interface 16 年之前
MyCGI.pm 279e0061c5 Merged 3Di code that provides scene and avatar serialization, and plugin support for region move/split/merge. See ThirdParty/3Di/README.txt. Unless the new modules are used there should be no noticeable changes when running OpenSim. 16 年之前
monitor.cgi 279e0061c5 Merged 3Di code that provides scene and avatar serialization, and plugin support for region move/split/merge. See ThirdParty/3Di/README.txt. Unless the new modules are used there should be no noticeable changes when running OpenSim. 16 年之前
readme.txt 337a46474a Updated files for the loadbalancer web interface 16 年之前

readme.txt

How to get this working on Linux/Apache:

Create a new directory /var/www/monitor and copy all files htdocs/* files there.

Include these lines in /etc/apache2/httpdocs
---

Options +ExecCGI

AddHandler cgi-script .cgi
---

Restart Apache: sudo /etc/init.d/apache2 restart

Check that the perl XML-RPC modules is available ("sudo apt-get install librcp-xml-perl" on Ubuntu)

Edit /var/www/monitor/monitor.cgi to update the IP addresses for the Grid server (TODO: improve this)

Start OpenSim in grid mode, use a browser to open http://localhost/monitor/monitor.cgi