summaryrefslogtreecommitdiff
path: root/localwebstats
AgeCommit message (Collapse)Author
2002-02-05Misc updates tp localwebstats.Jonas Smedegaard
2002-01-27Add ModLogAn support.Jonas Smedegaard
Sort log lists (what a bummer!).
2002-01-27Small tweaks to localwebstats:Jonas Smedegaard
- Include configfile path in error when config can't be loaded. - More DEBUG status messages. - Small cleanups here and there.
2002-01-17localwebstats: use find instead of ls (no complaints with empty result).Jonas Smedegaard
2002-01-14Several changes to localwebstats:Jonas Smedegaard
- Exit on error. - Have all functions equally expect options LOGROOT, WEBROOT and WEBSITE (in that order). - Don't exit on empty LOGDATARESOLVED. - Add hooks for functions pre_init, pre_update, post_init and post_update. - Remove last traces of logfiles, logfilesgz, logfilesresolved and logfilesresolvedgz functions. - Corrections to webdirs function.
2002-01-09localwebstats: Put AWStats cache files in STATSDIR, so it is purged on init.Jonas Smedegaard
2002-01-09localwebstats: Ooops - forgot to remove debug mess.Jonas Smedegaard
2002-01-09localwebstats updates:Jonas Smedegaard
- CACHEFILE option before LOGDATA option (probably makes no difference, but better be safe than sorry). - set LANGUAGE ENGLISH on rmagic update (not only init).
2002-01-09localwebstats updates:Jonas Smedegaard
- Add support for Report Magic (in english...). - Force overwrite of LOGDATA gzip'ing.
2002-01-09localwebstats: gzip LOGDATA after use. Have AWStats use LOGDATATMP as much ↵Jonas Smedegaard
as possible.
2002-01-09Several updates to localwebstats:Jonas Smedegaard
- Include *.local config files on init. Remove option reset. - Improve webdirs() function. - Add logcontent* functions and reorder logfile* functions to reflect the order they are used. - Rename LOGDATA* output filenames to be more obvious. - Make sure output is generated even if last pool of data is empty. - Avoid using DB features of jdresolve - they are broken currently, it seems.
2002-01-04Major overhaul of localwebstats:Jonas Smedegaard
* Correctly split reset and update runs. * Improve awstats defaults. * Make sure all LOGDATA files are (at least) touched before use. * Remove double -Q Webalizer option. * Added option "init" that does a reset and overwrites config files to default values. * Replace inline `cmd` commands with the (as I understand it) newer $(cmd) variant. * Replace ${var} with the simpler $var. * Replace == tests with sh-compliant =. * Add variable STATSDIR and remove WEBDIR. * Put all binaries as variables in top of script (but below configurable ones). * No longer make symlinks into website (doesn't work well, and I have switched to using a separate stats website instead).
2002-01-04Spit out reason when exiting, add new hints LOGFILESRESOLVED and ↵Jonas Smedegaard
LOGFILESRESOLVEDGZ, and support empty output of logfile hints
2002-01-04localwebstats: Add another debug message.Jonas Smedegaard
2001-12-12Initial revisionJonas Smedegaard