Werk #14292: Fix possible broken web access after updating to 2.1.0p10
Component | Site management |
Title | Fix possible broken web access after updating to 2.1.0p10 |
Date | Sep 1, 2022 |
Checkmk Edition | Checkmk Raw (CRE) |
Checkmk Version | 2.2.0b1 2.1.0p12 |
Level | Trivial Change |
Class | Bug Fix |
Compatibility | Compatible - no manual interaction needed |
Checkmk 2.1.0p10 changed the handling of the apache configuration with werk #14290. This change introduced a new issue which could break the system apache configuration in case a sites apache configuration was not yet updated to the new system apache configuration.
The problem appears because as of 2.1.0p10 the file etc/apache/apache-own.conf was removed from all sites. However, this file must only be removed for sites which already updated the apache config.
In case you experience this issue, you can either update your apache configuration with omd update-apache-config [SITE_ID] or restore your old etc/apache/apache-own.conf in your site and restart the system apache again.