[Rspamd-Users] Proxy setup of rspamd web UI from another computer

rspamd at vlh.dk rspamd at vlh.dk
Mon Feb 5 16:52:41 UTC 2024


> >
> > I have an apache web server at niteflyte.net.  I would like to use it
> > to proxy the rspamd web UI.
> >
> > I tried this:
> >
> >     ProxyRequests Off
> >     ProxyPass        /rspamd http://10.4.112.5:11334/
> >     ProxyPassReverse /rspamd http://10.4.112.5:11334/
> >
> > This actually works but I don't get any of the Javascript goodies that
> > make the rspamd web UI work correctly.  Anyone have any ideas about
> > how to do this?
> 
> You could try to open your browser's developer tools and see if something
> gets blocked (content-security policy comes to mind).
> 
> Best regards,
> Gerald

For me it works with:

    ProxyPreserveHost On

    ProxyPass / http://10.0.0.2:11334/
    ProxyPassReverse / http://10.0.0.2:11334/


Regards,
Kim Sindalsen



More information about the Users mailing list