diff options
author | Sven Gothel <[email protected]> | 2010-11-24 20:31:57 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-11-24 20:31:57 +0100 |
commit | b313f6c10032044f143b64f8b0aecc574f441f46 (patch) | |
tree | 598015b89c99ce0c4db98672d1feb82eb68ebb1f /www | |
parent | b5d17843a9bc0e8c94eefec7be168da9f7bc9cb2 (diff) |
backup: add awstats; add www scrips
Diffstat (limited to 'www')
-rw-r--r-- | www/awstats.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/awstats.sh b/www/awstats.sh new file mode 100644 index 0000000..e8c7679 --- /dev/null +++ b/www/awstats.sh @@ -0,0 +1,11 @@ +/usr/local/awstats/tools/awstats_updateall.pl now -configdir=/etc/httpd/awstats 2>&1 | tee ~/awstats.log +/usr/local/awstats/tools/awstats_buildstaticpages.pl -config=jogamp.org -dir=/srv/www/jogamp.org/stats -builddate=%YYYY%MM + +#/usr/local/awstats/tools/awstats_buildstaticpages.pl -config=jogamp.org -dir=/srv/www/jogamp.org/stats -builddate=%YYYY04 -month=04 +#/usr/local/awstats/tools/awstats_buildstaticpages.pl -config=jogamp.org -dir=/srv/www/jogamp.org/stats -builddate=%YYYY05 -month=05 +#/usr/local/awstats/tools/awstats_buildstaticpages.pl -config=jogamp.org -dir=/srv/www/jogamp.org/stats -builddate=%YYYY06 -month=06 +#/usr/local/awstats/tools/awstats_buildstaticpages.pl -config=jogamp.org -dir=/srv/www/jogamp.org/stats -builddate=%YYYY07 -month=07 +#/usr/local/awstats/tools/awstats_buildstaticpages.pl -config=jogamp.org -dir=/srv/www/jogamp.org/stats -builddate=%YYYY08 -month=08 +#/usr/local/awstats/tools/awstats_buildstaticpages.pl -config=jogamp.org -dir=/srv/www/jogamp.org/stats -builddate=%YYYY09 -month=09 +#/usr/local/awstats/tools/awstats_buildstaticpages.pl -config=jogamp.org -dir=/srv/www/jogamp.org/stats -builddate=%YYYY10 -month=10 +#/usr/local/awstats/tools/awstats_buildstaticpages.pl -config=jogamp.org -dir=/srv/www/jogamp.org/stats -builddate=%YYYY11 -month=11 |