Has anyone worked out a way to disable, or move the configuration web server? The best idea I've come up with so far, and I don't particularly like it, is to replace the home page of the configuration web server (as mentioned upthread), and have something like an HTML Redirect ie
<META HTTP-EQUIV="refresh" CONTENT="0; url=http://digix.web.server:8080/">
I haven't tried it, but in principle I guess it should work, it's not a very elegant solution though.