ejabberd - Comments for "Modified ACL and now get read errors with Jabber Clients" https://www.ejabberd.im/node/1052 en ejabberd.cfg is never https://www.ejabberd.im/node/1052#comment-2241 <p>ejabberd.cfg is never modified. Some configuration changes you make on the web admin are stored on the database (users, rosters, ACL and Access), and others aren't (listening sockets and modules).</p> Mon, 11 Sep 2006 12:05:48 +0000 mfoss comment 2241 at https://www.ejabberd.im I decided to ask in this https://www.ejabberd.im/node/1052#comment-2240 <p>I decided to ask in this topic.</p> <p>In Web Admin I make ANY changes for my sever configuration.<br /> For example I change some mod_* settings.</p> <p>Then I stop ejabberd and star it again.<br /> When I go to Web Admin interface I see that none of those changes have been saved.</p> <p>Also I see that ejabberd.cfg file was not changed during stop-start.</p> <p>How I can make so that all changes in Web Admin were saved after server restart?</p> <p>Thanks</p> Mon, 11 Sep 2006 12:00:09 +0000 Makc666 comment 2240 at https://www.ejabberd.im That works. https://www.ejabberd.im/node/1052#comment-2232 <p>So simple :(, I feel like a dunce.</p> <p>Thanks a bunch for the help :).</p> Fri, 08 Sep 2006 22:22:42 +0000 gonoles_1980 comment 2232 at https://www.ejabberd.im Reload and override https://www.ejabberd.im/node/1052#comment-2220 <p>At the top of your <code>ejabberd.cfg</code>, there is a line:</p> <pre>%override_acls.</pre><p>Remove the % sign at the beginning. Then follow the instructions for <noindex><a href="/tricks#reloadconfig" rel="nofollow" >reloading the configuration</a></noindex>.</p> <p>(The % sign is the Erlang comment sign. Removing it thus makes the directive <code>override_acls</code> active, which is what you need in this case.)</p> Fri, 08 Sep 2006 10:18:59 +0000 legoscia comment 2220 at https://www.ejabberd.im