Katharsis Freak
New Member
Ich würde gern Awstats bei mir auf dem Server einrichten.
Also habe ich Awstats mit:
installiert.
Dann hab ich
ausgeführt.
Die Datei enthält:
Danach habe ich die awstats.conf angepasst:
Logfile angegeben, Logart,URL, und AllowToUpdateStatsFromBrowser=1 gesetzt.
Wenn ich jetzt die Adresse aufrufe und auf aktualisieren klicke erhalte ich nach 3-4 Minuten den Fehler das Awstats nicht erreichbar ist.
--------------
Wenn ich alternativ AllowToUpdateStatsFromBrowser=0 setze und
ausführe bleibt die Statistik trotzdem voller Nullen.
kann mir jemand sagen wo der Fehler liegt?
Lieben Gruß
Simon
Also habe ich Awstats mit:
Code:
apt-get install awstats
Dann hab ich
Code:
cp /usr/share/doc/awstats/examples/apache.conf /etc/apache2/conf.d/awstats
ausgeführt.
Die Datei enthält:
Code:
# This provides worldwide access to everything below the directory
# Security concerns:
# * Raw log processing data is accessible too for everyone
# * The directory is by default writable by the httpd daemon, so if
# any PHP, CGI or other script can be tricked into copying or
# symlinking stuff here, you have a looking glass into your server,
# and if stuff can be uploaded to here, you have a public warez site!
<Directory /var/lib/awstats>
Options None
AllowOverride None
Order allow,deny
Allow from all
</Directory>
# This provides worldwide access to everything below the directory
# Security concerns: none known
<Directory /usr/share/awstats/icon>
Options None
AllowOverride None
Order allow,deny
Allow from all
</Directory>
# This provides worldwide access to everything in the directory
# Security concerns: none known
Alias /awstats-icon/ /usr/share/awstats/icon/
# This (hopefully) enables _all_ CGI scripts in the default directory
# Security concerns: Are you sure _all_ CGI scripts are safe?
ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
RedirectMatch ^/logs /cgi-bin/awstats.pl?config=awstat.conf
Danach habe ich die awstats.conf angepasst:
Logfile angegeben, Logart,URL, und AllowToUpdateStatsFromBrowser=1 gesetzt.
Wenn ich jetzt die Adresse aufrufe und auf aktualisieren klicke erhalte ich nach 3-4 Minuten den Fehler das Awstats nicht erreichbar ist.
--------------
Wenn ich alternativ AllowToUpdateStatsFromBrowser=0 setze und
Code:
/usr/lib/cgi-bin/awstats.pl
kann mir jemand sagen wo der Fehler liegt?
Lieben Gruß
Simon