# HG changeset patch # User MWild1@gmail.com # Date 1408459506 0 # Node ID 6aa13786ce908897dd93db15bf386fa3ec6f936f # Parent 3cd17a2dd5c6716b3815d4e0030d11c2188926d8 Created wiki page through web user interface. diff -r 3cd17a2dd5c6 -r 6aa13786ce90 mod_reload_modules.wiki --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mod_reload_modules.wiki Tue Aug 19 14:45:06 2014 +0000 @@ -0,0 +1,21 @@ +#summary Automatically reload modules with the config +#labels Stage-Stable + += Introduction = + +By default Prosody does not reload modules at runtime unless instructed to via one of its admin interfaces. However sometimes you want to easily reload a module to apply new settings when the config changes. + +mod_reload_modules will reload a set list of modules every time Prosody reloads its config (e.g. on SIGHUP). + += Configuration = + +Add "reload_modules" to modules_enabled. Then the list of modules to reload using the 'reload_modules' option in your config like so: + +{{{ + reload_modules = { "groups", "tls" } +}}} + +This would reload mod_groups and mod_tls whenever the config is reloaded. Note that on many systems this will be at least daily, due to logrotate. + += Compatibility = +|| 0.9 || Works || \ No newline at end of file