| $text{'mod_log_config_format'} | $text{'mod_log_config_write'} | ".
"$text{'mod_log_config_filprog'} | ";
if ($_[2]->{'version'} >= 1.305) {
$rv .= "$text{'mod_log_config_ifset'} | ";
}
$rv .= "
\n";
@all = (@{$_[0]}, @{$_[1]});
for($i=0; $i<=@all; $i++) {
$d = $all[$i];
if (!$d) { $format = ""; $dest = ""; }
elsif ($d->{'name'} eq "CustomLog") {
$format = $d->{'words'}->[1];
$dest = $d->{'words'}->[0];
}
else {
$format = "";
$dest = $d->{'words'}->[0];
}
$rv .= "