ejabberd - Comments for "Enabling listener for mod_http_upload breaks web_admin" https://www.ejabberd.im/forum/28824/enabling-listener-modhttpupload-breaks-webadmin en As I was lying in bed a few https://www.ejabberd.im/forum/28824/enabling-listener-modhttpupload-breaks-webadmin#comment-67509 <p>As I was lying in bed a few minutes ago trying to fall asleep, I realized that I hadn't uncommented the "-" before the port 5444 listener block in ejabberd.yml...</p> <p>It was supposed to be:</p> <div class="codeblock"><code>&nbsp; ##<br />&nbsp; ## To enable secure http upload<br />&nbsp; ##<br />&nbsp; -<br />&nbsp;&nbsp;&nbsp; port: 5444<br />&nbsp;&nbsp;&nbsp; ip: &quot;::&quot;<br />&nbsp;&nbsp;&nbsp; module: ejabberd_http<br />&nbsp;&nbsp;&nbsp; request_handlers:<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;upload&quot;: mod_http_upload<br />&nbsp;&nbsp;&nbsp; tls: true<br />&nbsp;&nbsp;&nbsp; certfile: &#039;CERTFILE&#039;<br />&nbsp;&nbsp;&nbsp; protocol_options: &#039;TLSOPTS&#039;<br />&nbsp;&nbsp;&nbsp; ## dhfile: &#039;DHFILE&#039;<br />&nbsp;&nbsp;&nbsp; ## ciphers: &#039;CIPHERS&#039;</code></div> <p>The web_admin and mod_http_upload are both working now. I'm surprised there wasn't a YAML parsing error, but I guess that didn't trigger one.</p> Wed, 07 Jun 2017 04:56:57 +0000 MakoSDV comment 67509 at https://www.ejabberd.im