Added webalizer support to apache module

This commit is contained in:
Ossi Salmi 2010-11-05 16:55:07 +02:00 committed by Timo Mkinen
parent 1ebd8e7aff
commit eca8e074e5
3 changed files with 708 additions and 0 deletions

7
apache/files/www-webalizer.sh Executable file
View file

@ -0,0 +1,7 @@
#!/bin/sh
umask 022
for cfg in /etc/webalizer/http/*.conf /etc/webalizer/https/*.conf; do
test -f ${cfg} && /usr/bin/webalizer -c ${cfg}
done