Changeset 1558
- Timestamp:
- 05/03/06 15:40:39 (2 years ago)
- Files:
-
- alternc-awstats/trunk/alternc-awstats (modified) (1 diff)
- alternc-awstats/trunk/awstats.template.conf (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
alternc-awstats/trunk/alternc-awstats
r1557 r1558 58 58 mysql -h"$MYSQL_HOST" -p"$MYSQL_PASS" -u"$MYSQL_USER" "$MYSQL_DATABASE" -B -e "SELECT hostname FROM aws" |grep -v "^hostname" | dostat 59 59 else 60 ACCESSLOGPATH="/var/log/apache /"60 ACCESSLOGPATH="/var/log/apache" 61 61 if [ "$1" = "all" ] 62 62 then alternc-awstats/trunk/awstats.template.conf
r1071 r1558 80 80 # LogFormat = "%time2 %host %logname %method %url %code %bytesd %other %ua %referer" 81 81 # 82 LogFormat=1 82 #LogFormat=1 83 LogFormat="%host %other %logname %time1 %methodurl %code %bytesd %refererquot %uaquot %other %virtualname" 83 84 84 85 # If you want to have information on domains/countries visitors, you must ask
