Added webalizer support to apache module
This commit is contained in:
parent
1ebd8e7aff
commit
eca8e074e5
3 changed files with 708 additions and 0 deletions
7
apache/files/www-webalizer.sh
Executable file
7
apache/files/www-webalizer.sh
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue