Hi Sebastian,
This time around I managed, yes, thanks. I'm not quite sure if this was a failure in the installation process (intelmq + intelmq api + intelmq-manager on Ubuntu 20.04 LTS) or just my error, but I had to manually tweak the symlinks below /etc/apache2/conf-available & /etc/apache2/conf-enabled. It was as if the symlink
/etc/apache2/conf-available/manager-apache.conf -> ../../intelmq/manager-apache.conf
were missing after the install. Now with the symlinks
/etc/apache2/conf-available/manager-apache.conf -> ../../intelmq/manager-apache.conf /etc/apache2/conf-available/intelmq-api.conf -> ../../intelmq/api-apache.conf /etc/apache2/conf-enabled/manager-apache.conf -> ../conf-available/manager-apache.conf /etc/apache2/conf-enabled/intelmq-api.conf -> ../conf-available/intelmq-api.conf
suitable a2enconf invocations and a restart of apache2, the system seems to work.
Br, Mika
From: "Sebastian Wagner" wagner@cert.at To: "Mika Silander" mika.silander@csc.fi, "intelmq-dev" intelmq-dev@lists.cert.at Sent: Thursday, 1 April, 2021 12:42:46 Subject: Re: [IntelMQ-dev] intelmq-manager authentication issue on Ubuntu 20.04 LTS
Hi,
Great to see that you could resolve the issue. Just responding to the other note: On 3/31/21 1:57 PM, Mika Silander wrote:
And another note: the earlier(?) path /usr/share/intelmq-manager is now /usr/share/intelmq_manager. Don't know whether this has anything to do with this case ...
The path /usr/share/intelmq-manager was used in the Debian packages for IntelMQ Manager < 2.3.0. That was changed for consistency to intelmq_manager in 2.3.0.
Sebastian