idn support for awstats

This commit is contained in:
Serghey Rodin 2013-01-21 21:25:54 +02:00
commit ebdbe965e8
5 changed files with 14 additions and 5 deletions

View file

@ -77,6 +77,11 @@ cat $WEBTPL/$type.tpl |\
-e "s/%alias_idn%/${aliases_idn//,/ }/g" \
> $HOMEDIR/$user/conf/web/$type.$domain.conf
if [ "$type" == 'awstats' ]; then
ln -s $HOMEDIR/$user/conf/web/$type.$domain.conf \
/etc/awstats/$type.$domain_idn.conf
fi
#----------------------------------------------------------#
# Vesta #