From 337a46474a1c782603c918171a7afcdb1221973c Mon Sep 17 00:00:00 2001 From: Johan Berntsson Date: Wed, 16 Jul 2008 03:04:45 +0000 Subject: Updated files for the loadbalancer web interface --- .../3Di/RegionMonitor/MonitorGUI/htdocs/readme.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 ThirdParty/3Di/RegionMonitor/MonitorGUI/htdocs/readme.txt (limited to 'ThirdParty/3Di/RegionMonitor/MonitorGUI/htdocs/readme.txt') 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 @@ +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 + + -- cgit v1.1