fix httpd template

tags/0.1.0
Daniel Berteaud 13 years ago
parent 84530086c7
commit 02b97137d1
  1. 4
      root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98awstats

@ -39,6 +39,8 @@ Alias /awstatsicons "/usr/share/awstats/wwwroot/icon/"
SSLRequireSSL on
</Directory>
EOF
foreach my $dom ($d->domains){
my $stats = $dom->prop('Stats') || 'disabled';
next unless ($stats eq 'enabled');
@ -57,7 +59,5 @@ foreach my $dom ($d->domains){
HERE
}
EOF
}
}

Loading…
Cancel
Save