# HG changeset patch # User florob@babelmonkeys.de # Date 1365264030 0 # Node ID da79793316ff60a07d20034a39cd13e5345b14d2 # Parent b33e70726d6ae175fba3cf7806660a5710d177c8 Since this only works starting with 0.9 remove autoloaded modules from modules_enabled. diff -r b33e70726d6a -r da79793316ff mod_admin_web.wiki --- a/mod_admin_web.wiki Fri Apr 05 13:10:13 2013 +0000 +++ b/mod_admin_web.wiki Sat Apr 06 16:00:30 2013 +0000 @@ -9,7 +9,7 @@ "admin_web" needs to be added to the modules_enabled table of the host you want to load this module on. -By default the interface will then be reachable under `http://example.com:5280/admin`, and also `https://example.com:5281/admin`. +By default the interface will then be reachable under `http://example.com:5280/admin`, or `https://example.com:5281/admin`. The module will automatically enable two other modules if they aren't already: mod_bosh (used to connect to the server from the web), and mod_admin_adhoc (which provides admin commands over XMPP). @@ -18,8 +18,6 @@ modules_enabled = { ..... "admin_web"; - "bosh"; -- Required, auto-loaded in 0.9 - "admin_adhoc"; -- Required, auto-loaded in 0.9 ..... } }}}