nagios-charmers team mailing list archive
-
nagios-charmers team
-
Mailing list archive
-
Message #01380
[Bug 2009924] Re: SSL config is not working for Apache2.4
** Tags added: bseng-1005
** Changed in: charm-nagios
Status: New => Triaged
** Changed in: charm-nagios
Importance: Undecided => Medium
** Tags removed: bseng-1005
** Tags added: good-first-bug
--
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:
Triaged
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
References