http://bugzilla.opensuse.org/show_bug.cgi?id=1051564 http://bugzilla.opensuse.org/show_bug.cgi?id=1051564#c3 Andreas Stieger <astieger@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P3 - Medium CC| |astieger@suse.com, | |blacktav@gmail.com, | |pgajdos@suse.com Flags| |needinfo?(blacktav@gmail.co | |m) Severity|Critical |Major --- Comment #3 from Andreas Stieger <astieger@suse.com> --- This seems relevant: https://build.opensuse.org/package/rdiff/openSUSE:Leap:42.2:Update/apache2?linkrev=base&rev=4 +- start_apache2: include individual sysconfig.d files instead of + sysconfig.d dir, include sysconfig.d/include.conf after httpd.conf + is processed [bsc#1023616], [bsc#1043055] @@ -157,9 +157,12 @@ # run Apache # -exec $apache_bin -f $httpd_conf $server_flags \ +exec $apache_bin $server_flags \ -C "PidFile $pid_file" \ - -C "Include $sysconfd_dir" \ + -C "Include $sysconfd_dir/loadmodule.conf" \ + -C "Include $sysconfd_dir/global.conf" \ + -f $httpd_conf \ + -c "Include $sysconfd_dir/include.conf" \ "${sysconfig_setting[@]}" \ $@ So that or XML. Reporter, have you isolated that apache2-2.4.23-13.1 (only) causes this? -- You are receiving this mail because: You are on the CC list for the bug.