The message below is caused by a 502 Error (Page Cannot Be Displayed):
Your wiki is down
Argh, sorry! We're experiencing some technical problems right now. An administrator has been notified and will restore your wiki as soon as possible. Thanks for your patience!
This error indicates a problem with dekihost. Run "ps - ef | grep mono" to verify that mindtouch.host.exe is running. If not, restart it with "/etc/init.d/dekihost restart".
I got that same error, but after attempting an update with updateWiki.sh. It seems the VM did not have proper access to the web and messed something up.
I will manually reinstall the deki hayes upgrade and see what happens. edited 16:10, 3 Oct 2007
Just su'd then:
cd /usr/sbin
./setsebool -P httpd_can_network_connect=1
which changes the policy to allow Apache to perform network connections. At that point, Deki Wiki then fired up properly.
Ian W.