Herzlich willkommen im Archiv vom ABAKUS Online Marketing Forum
Du befindest Dich im Archiv vom ABAKUS Online Marketing Forum. Hier kannst Du Dich für das Forum mit den aktuellen Beiträgen registrieren.
Code: Alles auswählen
LogFile="gzip -cd /www/htdocs/KONTO/logs/access_log_* |"
Code: Alles auswählen
http://xxx.de/cgi-bin/awstats.pl?config=xxx&update=1
Code: Alles auswählen
#!/bin/sh
/www/htdocs/XXX/cgi-bin/awstats.pl -config=XXX -update > /dev/null
echo "done."
Code: Alles auswählen
0 2 * * * /www/htdocs/script.sh
Code: Alles auswählen
0 2 * * * /www/htdocs/XXX/cgi-bin/awstats.pl -config=XXX -update > /dev/null
Leider nicht möglich.Caterham hat geschrieben:Und der Aufruf über
0 2 * * * /www/htdocs/XXX/cgi-bin/awstats.pl -config=XXX -update > /dev/null
scheitert auch?
Code: Alles auswählen
# When you use AWStats as a CGI, you can have the reports shown in HTML frames.
# Frames are only available for report viewed dynamically. When you build
# pages from command line, this option is not used and no frames are built.
# Possible values: 0 or 1
# Default: 1
#
UseFramesWhenCGI=1
Code: Alles auswählen
AddHandler php-cgi .php .php4