hi!
Nachdem ich nach einem ähnlichen Problem gesucht habe, aber leider keine entsprechende Lösung gefunden habe...
Auch bei mir geht die Statistik (leider) nicht.
ispcp erstellt ja im Gegensatz zu vhcs2 kein Verzeichnis mit den Statistiken im ispcp Verzeichnis... sondern scheinbar irgendwo.
Und zugegriffen wird darauf per ProxyRequest...
Aber: meine Errorlog sagen mir folgendes:
Quote:[Fri Jul 18 00:20:19 2008] [error] [client 127.0.0.1] File does not exist: /htdocs
[Fri Jul 18 00:25:19 2008] [error] [client 127.0.0.1] File does not exist: /htdocs
[Fri Jul 18 00:30:19 2008] [error] [client 127.0.0.1] File does not exist: /htdocs
[/quote]
hat den keiner eine Ahnung?
hm das ist ein bissl wenig info um zu helfen ... hast du noch mehr ?
- echter oder virtueller Server : dedicated Server
- Ausführendes System : Debian Etchy
- 64bit
- ispCP Version ispCP 1.0.0 RC5 OMEGA build: 20080614
Hab mal nachgesehen, die .conf war nicht im apache2 installiert!
Hab das jetzt nachgeholt, jetzt hab ich einen 403er...
error.log
Code:
[Mon Jul 21 22:28:42 2008] [error] [client 127.0.0.1] client denied by server configuration: proxy:http://localhost/awstats/
lg
(hab das problem mit dem 403er irgendwo im forum schon gesehn, weiß aber nicht mehr wie ich den thread gefunden hab...[/code])
wie schauen jetzt deine Configs aus ? (apache - config )
01_awstats.conf (enabled)
Code:
#
# 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
#
domain-access.log:
Code:
80.121.109.XXX- - [22/Jul/2008:09:01:43 +0200] "GET /stats/ HTTP/1.1" 200 748
80.121.109.XXX- - [22/Jul/2008:09:01:43 +0200] "GET /icons/blank.gif HTTP/1.1" 200 148
80.121.109.XXX- - [22/Jul/2008:09:01:43 +0200] "GET /icons/back.gif HTTP/1.1" 200 216
80.121.109.XXX- - [22/Jul/2008:09:01:43 +0200] "GET /favicon.ico HTTP/1.1" 404 1141
80.121.109.XXX- - [22/Jul/2008:09:02:10 +0200] "GET /favicon.ico HTTP/1.1" 404 1141
80.121.109.XXX- - [22/Jul/2008:09:02:12 +0200] "GET /favicon.ico HTTP/1.1" 404 1141
80.121.109.XXX- - [22/Jul/2008:09:02:18 +0200] "GET /favicon.ico HTTP/1.1" 404 1141
80.121.109.XXX- - [22/Jul/2008:09:03:44 +0200] "GET /favicon.ico HTTP/1.1" 404 1141
80.121.109.XXX- - [22/Jul/2008:09:04:21 +0200] "GET /favicon.ico HTTP/1.1" 404 1141
80.121.109.XXX- - [22/Jul/2008:09:07:37 +0200] "GET /favicon.ico HTTP/1.1" 404 1141
Hmmm... Stand heute früh...
irgendwie wird das immer seltsamer[/code]