https://bz.apache.org/bugzilla/show_bug.cgi?id=61485

--- Comment #4 from sgiraud <[email protected]> ---
We are doing our best in order to have a core dump. 

The logio module is load with log_config.load and logio.load

Our log configuration is "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\"
\"%{User-Agent}i\" \"%D\"" but logio seems used only with %I %O %S %^FB. So I'm
not sure using it. In fact this module was introduced in our configuration form
puppet apache module. logio.load is include by default on Redhat and on Freebsd
systems, and log_config is include for all systems, and seem usefull. For
example it's the only one module default module loaded for suse' systems. 

After looking the detailled options of logio the FB option seems really useful,
and be used in future on our infrastructure. We already log the time taken to
serve the request, in microseconds (%D).

I can't remove loading of this module without major changes in puppet apache
module. According puppet module documentation, this module isn't configureable
at this time. 
  # These are modules required to run the default configuration.
  # They are not configurable at this time, so we just include
  # them to make sure it works.


Is it a revelant test to remove loading this module in order to check if
segfault already appear ?

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to