Unimus and Apache2 reverse proxy issue

Unimus support forum
Post Reply
nbrown
Posts: 1
Joined: Fri May 03, 2024 11:55 am

Fri May 03, 2024 1:09 pm

I'm attempting to troubleshoot an existing setup of Unimus running on Ubuntu 20.04.06 LTS.

When the server was originally configured, they set up Apache 2.41 as the reverse proxy. Currently, when we go to the server URL to login, we use https://servername/unimus. After we login, the web browser redirects back to https://servername/ (without the /unimus). For the remainder of that session it seems to work correctly, but there is a different application running on the root of that server. What we find curious is that we have a Zabbix install also on this server and Apache is configured to point https://servername/zabbix to it, and it stays in /zabbix and never drops back down to the root like Unimus does.

Here is the entry from the apache config file for unimus:

<Location /unimus>
ProxyPass http://[server]:8085/unimus
ProxyPassReverse http://[server]:8085/unimus
</Location>

And here is what is currently in the /etc/default/unimus file:

-Xms256M -Xmx3G -Djava.security.egd=file:/dev/./urandom -Dserver.servlet.context-path=/unimus

I've searched through the forums, and I haven't been successful in locating anything that seems to work. Does anyone have any ideas?

Thanks in advance!
Post Reply