wok-next rev 4914
awstats: fix apache conf
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Feb 13 23:13:57 2010 +0100 (2010-02-13) |
parents | 2e29c594f34e |
children | 6754a0f2d16c |
files | awstats/stuff/awstats-apache.conf xarchive/stuff/slitaz-wrap.sh |
line diff
1.1 --- a/awstats/stuff/awstats-apache.conf Sat Feb 13 20:16:32 2010 +0000 1.2 +++ b/awstats/stuff/awstats-apache.conf Sat Feb 13 23:13:57 2010 +0100 1.3 @@ -1,8 +1,8 @@ 1.4 # Config file for running AWStats with Apache 1.5 1.6 Alias /classes "/usr/share/awstats/classes/" 1.7 -Alias /css "/usr//share/awstats//css/" 1.8 -Alias /icons "/usr//share/awstats//icon/" 1.9 +Alias /css "/usr/share/awstats//css/" 1.10 +Alias /icon "/usr/share/awstats//icon/" 1.11 1.12 ScriptAlias /stats/ "/var/www/cgi-bin/" 1.13
2.1 --- a/xarchive/stuff/slitaz-wrap.sh Sat Feb 13 20:16:32 2010 +0000 2.2 +++ b/xarchive/stuff/slitaz-wrap.sh Sat Feb 13 23:13:57 2010 +0100 2.3 @@ -151,7 +151,7 @@ 2.4 cmd=$1 2.5 shift 2.6 tmp="$(mktemp -d -t fstmp.XXXXXX)" 2.7 -while read command exts umnt; do 2.8 +while read command umnt exts; do 2.9 case " $exts " in *\ $lc_ext\ *) 2.10 $command "$archive" $tmp 2.11 break