[/code]Hi,
vorweg ich habe die suche bneutzt und so ziemlich alles hierzu gefundene versucht (ca. drei Stunden).
wenn ich versuche die Stats zu erreichen via:
1.)
http://www.domain.com/stats
2.) domain.com/stats
3.)
http://www.domain.com/awstats
4.) domain.com/awstats
bekomme ich nur einen 404 Fehler.
Bei der Installation habe ich awstats als dynamisch aktiviert (habe es in der ispcp.conf geprüft).
die vhost Datei 01_awstats.conf ist aktiviert (als link unter sites_enables sichtbar)
ich kann das erstellen der stats auch manuell durchziehen und die stats werden erstellt.
alte speicherleichen aus der migrierten vhcs2 installation wurden entfernt.
Die Module proxy proxy_http und rewrite sind aktiviert und geladen.
Ich habe auch schon das HowTo zu regenerieren der Configs durchgezogen.
Ich weis nicht mehr weiter :-(
So nun die logs:
Code:
[Sun Jul 20 10:32:30 2008] [error] [client 85.16.28.76] File does not exist: /var/www/virtual/sbgit.de/sbgit_com/htdocs/awstats
[Sun Jul 20 10:32:30 2008] [error] [client 85.16.28.76] File does not exist: /var/www/virtual/sbgit.de/sbgit_com/errors/404.html
Die 01_awstats.conf:
Code:
#
# AWStats End
#
alpha895:/etc/apache2/sites-available# tail -n 200 01_awstats.conf
#
# ispCP ω (OMEGA) a Virtual Hosting Control System
#
# @copyright 2006-2008 by ispCP | http://isp-control.net
# @version SVN: $ID$
# @link http://isp-control.net
# @author ispCP Team
#
# @license
# This program is free software; you can redistribute it and/or modify it under
# the terms of the MPL General Public License as published by the Free Software
# Foundation; either version 1.1 of the License, or (at your option) any later
# version.
# You should have received a copy of the MPL Mozilla Public License along with
# this program; if not, write to the Open Source Initiative (OSI)
# http://opensource.org | osi@opensource.org
#
################################################################################
#
# AWStats Begin
#
Alias /awstatsicons "/usr/share/awstats/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 "/usr/lib/cgi-bin/awstats.pl"
<Directory /usr/lib/cgi-bin>
AllowOverride none
Options +ExecCGI
DirectoryIndex awstats.pl
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
#
# AWStats End
#