Hi,

on Saturday evening, I updated my central monitoring host from SLES 11
SP4 to SLES 12 SP1.

Among other problems, I saw Apache not starting with OMD instances. The
reason were those lines in /omd/sites/*/etc/apache/apache.conf that
required to load mod_authn_default and mod_authz_default.

Since SLES 12 comes with Apache 2.4, those lines should not be active,
and on page <https://httpd.apache.org/docs/2.4/upgrading.html> you can
read (in section "Compile-Time Configuration Changes"):

--- snip ---
These modules have been removed: mod_authn_default, mod_authz_default,
mod_mem_cache.
--- pins ---

Maybe those lines can be set in

<IfVersion < 2.4>
...
</IfVersion>

according to
<https://httpd.apache.org/docs/2.4/mod/mod_version.html#ifversion>.

Regards,
Werner

-- 


Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
omd-users mailing list
[email protected]
http://lists.mathias-kettner.de/mailman/listinfo/omd-users

Reply via email to