[Rspamd-Users] empty Web UI on Ubuntu 20.04

rspam at padaru.com rspam at padaru.com
Fri Nov 13 12:53:26 UTC 2020


   oh one more information about that:

   i run the web ui after a apache2 proxy:

   <Virtualhost *:80>
   RewriteEngine On
   <Location /rspamd>
   Order allow,deny
   Allow from all
   </Location>
   ServerName rspam.<mydomain>
   ProxyPass / http://localhost:11334/
   ProxyPassReverse / http://localhost:11334/
   </Virtualhost>

   now i see some errors in my rspam.log:


   2020-11-13 13:38:27 #1819041(controller) <8ad90d>; csession;
   rspamd_controller_error_handler: http error occurred: Not found
   2020-11-13 13:38:27 #1819041(controller)
   rspamd_http_router_finish_handler: path:
   /js/lib/bootstrap.bundle.min.js.map not found
   2020-11-13 13:38:27 #1819041(controller) <eebe89>; csession;
   rspamd_controller_error_handler: http error occurred: Not found
   2020-11-13 13:38:27 #1819041(controller)
   rspamd_http_router_finish_handler: path: /css/bootstrap.min.css.map not
   found
   2020-11-13 13:47:36 #1819043(controller) <927f66>; csession;
   rspamd_controller_error_handler: http error occurred: Not found
   2020-11-13 13:47:36 #1819043(controller)
   rspamd_http_router_finish_handler: path: /css/bootstrap.min.css.map not
   found
   2020-11-13 13:47:36 #1819043(controller) <7cab21>; csession;
   rspamd_controller_error_handler: http error occurred: Not found
   2020-11-13 13:47:36 #1819043(controller)
   rspamd_http_router_finish_handler: path:
   /js/lib/bootstrap.bundle.min.js.map not found
   2020-11-13 13:47:41 #1819043(controller) <359ab1>; csession;
   rspamd_controller_error_handler: http error occurred: Not found
   2020-11-13 13:47:41 #1819043(controller)
   rspamd_http_router_finish_handler: path: /css/bootstrap.min.css.map not
   found
   2020-11-13 13:47:41 #1819043(controller) <1cd082>; csession;
   rspamd_controller_error_handler: http error occurred: Not found
   2020-11-13 13:47:41 #1819043(controller)
   rspamd_http_router_finish_handler: path:
   /js/lib/bootstrap.bundle.min.js.map not found


   but its the same configuration like the ubuntu 18 servers..



   rspam at padaru.com schrieb am 13.11.2020 13:45 (GMT +01:00):

   Hey there,

   i´ve just installed rspamd on a Ubuntu 20 server and get an empty
   Webui, it seems he cant load the serverinformations.


   Currently i run an setup with two rspamd mail servers and three redis
   sentinel servers without problems. But i dont understand the failure on
   my u20 mashine...


   The only error i receive is in the browser developer tools:

   Uncaught TypeError: Cannot read property 'no action' of undefined
   at process_node_stat (stats.js:276)
   at Object.success (stats.js:317)
   at Object.complete (rspamd.js:362)
   at c (jquery-3.5.1.min.js:2)
   at Object.fireWith (jquery-3.5.1.min.js:2)
   at l (jquery-3.5.1.min.js:2)
   at XMLHttpRequest.<anonymous> (jquery-3.5.1.min.js:2)

   If i spectate the answer from my server and lookup in the neighbours
   list, i can see all my servers. The Port 11334 is open and the
   secure_ip is 0.0.0.0.


   Without my Ubuntu 20 server, i can handle bothe Ubuntu 18 servers via
   the web panel, but if i add the ubuntu 20 server to the neighbours list
   in my main ubuntu 18 server, the web ui goes empty, if i delete the
   ubuntu 20 server, the web panel workes fine with my two older servers..


   Has anybody an idea? slowly I despair..
--
Users mailing list
Users at lists.rspamd.com
[1]https://lists.rspamd.com/mailman/listinfo/users

References

   1. https://lists.rspamd.com/mailman/listinfo/users


More information about the Users mailing list