Petr Gajdos changed bug 1035225
What Removed Added
Status NEW RESOLVED
CC   pgajdos@suse.com
Resolution --- WORKSFORME

Comment # 2 on bug 1035225 from
Thanks for the report.

You have older version of httpd.conf though. Mine reads:

[..]

<IfDefine !SYSCONFIG>
  Include /etc/apache2/loadmodule.conf
</IfDefine>

[..]

<IfDefine !SYSCONFIG>
  Include /etc/apache2/global.conf
</IfDefine>

[..]

-DSYSCONFIG comes from /usr/sbin/start_apache2 which is meant to be called with
apache2 service file. In that case are sysconfig variables read and translated
into /etc/apache2/sysconfig.d/ and /etc/apache2/loadmodule.conf and
/etc/apache2/global.conf are not read. In case httpd is not run via
start_apache2, /etc/apache2/loadmodule.conf and /etc/apache2/global.conf are
read.


You are receiving this mail because: