(12-04-2008 09:56 PM)fulltilt Wrote: Hatte vor einiger Zeit meine awStats deaktiviert (static) dabei habe ich auch die Crons entfernt, das war auf einer RC3.
Habe dann ein Update auf ein rc6 (nightly) durchgeführt und danach die >Stats wieder aktiviert und neu gestartet.
Problem:
1 - die static Stats Cronjobs werden nicht neu angelegt
2 - beim Aufruf von meinedomain.tld/stats bekomme ich einen 404 (file not found)
Was muss ich tun um die Crons wiederherzustellen und wieder Zugriff auf die Stats zu bekommen?
Code:
Hier meine confs:
ispcp.conf
AWSTATS_ACTIVE = yes
# could be 'dynamic' = 0 or 'static' = 1
AWSTATS_MODE = 1
AWSTATS_CACHE_DIR = /var/cache/awstats
AWSTATS_CONFIG_DIR = /etc/awstats
AWSTATS_ENGINE_DIR = /usr/lib/cgi-bin
AWSTATS_WEB_DIR = /usr/share/awstats
AWSTATS_ROOT_DIR = /var/www/ispcp/engine/awstats
AWSTATS_GROUP_AUTH = statistics
apache:
Alias /awstatsicons "{AWSTATS_WEB_DIR}/icon/"
NameVirtualHost 127.0.0.1:80
<VirtualHost 127.0.0.1:80>
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule ^/stats/(.+)/$ http://localhost/awstats/?config=$1 [P]
RewriteRule ^/stats/(.+)/awstats.pl(.*)$ http://localhost/awstats/$1 [P]
RewriteRule ^/stats/(.*)$ http://localhost/stats/$1/ [R]
</IfModule>
ScriptAlias /awstats "{AWSTATS_ENGINE_DIR}/awstats.pl"
<Directory {AWSTATS_ENGINE_DIR}>
AllowOverride none
Options +ExecCGI
DirectoryIndex awstats.pl
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
#
# AWStats End
#
du solltest die platzhalter erstmal durch hardcodet pfads ändern..
und dann nochmal überdenken wie das ganze überhaubt läuft und dir eventuell erstmal selber helfen per google yahoo etc... da lernst du mehr als dir das hier vor kauen zu lassen...
mfg