I tested it as well and I believe the issue was caused by series upgrade. So this is very complex scenario to reproduce and I believe the bug could be closed.
-- You received this bug notification because you are a member of Nagios Charm developers, which is subscribed to Nagios Charm. https://bugs.launchpad.net/bugs/2009924 Title: SSL config is not working for Apache2.4 Status in Nagios Charm: Incomplete Bug description: Adding SSL certificate to the charm(rev 56) deployed to bionic causing the following error: AH00526: Syntax error on line 14 of /etc/apache2/sites-enabled/default-ssl.conf: Invalid command 'Order', perhaps misspelled or defined by a module not included in the server configurationAH00526: Syntax error on line 14 of /etc/apache2/sites-enabled/default-ssl.conf: Invalid command 'Order', perhaps misspelled or defined by a module not included in the server configuration The problem caused by deprecation order keyword in apache 2.4(https://httpd.apache.org/docs/2.4/upgrading.html) to fix that either config need to be adjusted either one module need to be loaded. Temporary fix was the done by running the following command: sudo a2enmod access_compat To manage notifications about this bug go to: https://bugs.launchpad.net/charm-nagios/+bug/2009924/+subscriptions -- Mailing list: https://launchpad.net/~nagios-charmers Post to : [email protected] Unsubscribe : https://launchpad.net/~nagios-charmers More help : https://help.launchpad.net/ListHelp

