Search found 1 match
- Tue Jul 08, 2025 6:38 am
- Forum: Open Source Nagios Projects
- Topic: Apache Digest authentication
- Replies: 2
- Views: 38630
Re: Apache Digest authentication
Your Nagios4 login prompt issue on Ubuntu Server 24.04 likely stems from Apache not correctly loading your authentication configuration. The most probable fix is to ensure your `nagios-cgi.conf` is **enabled in Apache** using `sudo a2enconf nagios-cgi.conf` followed by a restart of Apache. Also, ver...