hello.
i have posted before about mod_http_upload before on https://www.ejabberd.im/forum/25255/ejabberd-module-modhttpupload-problem
i have upgraded my ejabberd to ver 15.11 tried to configured my ejabberd to enable the mod_http_upload. i follow instruction from github (
i checked in Conversation that the mod is enabled but every time I tried to send out attachment in the chat, it will fail. I have no problem sending out text between user.
also something that bothered me that in the github guide, it stated the port is 5443 meanwhile i am using port 5280 for ejabberd_http module
port: 5280
module: ejabberd_http
request_handlers:
"/websocket": ejabberd_http_ws
"": mod_http_upload
## "/pub/archive": mod_http_fileserver
web_admin: true
http_bind: true
i tried to change the port to 5443 but then my webmin for ejabberd will not work.
any idea on how to make this mod_http_upload work? any help and idea area greatly a help for starters like me. thank you in advance.