← Back to team overview

nagios-charmers team mailing list archive

[Bug 2009924] [NEW] SSL config is not working for Apache2.4

 

Public bug reported:

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

** Affects: charm-nagios
     Importance: Undecided
         Status: New

-- 
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:
  New

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



Follow ups