commit | author | age
|
cb8c86
|
1 |
|
W |
2 |
|
|
3 |
################################################ |
|
4 |
# ISPConfig Logfile configuration for vlogger |
|
5 |
################################################ |
|
6 |
|
|
7 |
LogFormat "%v %h %l %u %t \"%r\" %>s %B \"%{Referer}i\" \"%{User-Agent}i\"" combined_ispconfig |
|
8 |
CustomLog "| /usr/local/ispconfig/server/scripts/vlogger -s access.log -t \"%Y%m%d-access.log\" -d \"/etc/vlogger/vlogger-dbi.conf\" /var/log/ispconfig/httpd" combined_ispconfig |
|
9 |
|
|
10 |
<Directory /var/www/clients> |
|
11 |
AllowOverride None |
|
12 |
Order Deny,Allow |
|
13 |
Deny from all |
|
14 |
</Directory> |
|
15 |
|
05c0f6
|
16 |
# allow path to awstats and alias for awstats icons |
W |
17 |
<Directory /usr/share/awstats> |
|
18 |
Order allow,deny |
|
19 |
Allow from all |
|
20 |
</Directory> |
|
21 |
Alias /awstats/icon "/usr/share/awstats/htdocs/icon" |