ispCP - Board - Support
awstats problem.... - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega International Area (/forum-22.html)
+--- Forum: German Corner (/forum-26.html)
+--- Thread: awstats problem.... (/thread-3791.html)



awstats problem.... - ciscllc - 07-18-2008 06:01 PM

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]


RE: awstats problem.... - ciscllc - 07-21-2008 10:19 PM

hat den keiner eine Ahnung?


RE: awstats problem.... - ephigenie - 07-21-2008 11:07 PM

hm das ist ein bissl wenig info um zu helfen ... hast du noch mehr ?


RE: awstats problem.... - gOOvER - 07-22-2008 12:25 AM

http://www.isp-control.net/documentation/de/frequently_asked_questions/how_can_i_solve_a_problem_not_mentioned_in_this_faq


RE: awstats problem.... - ciscllc - 07-22-2008 06:43 AM

- 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])


RE: awstats problem.... - ephigenie - 07-22-2008 07:35 AM

wie schauen jetzt deine Configs aus ? (apache - config )


RE: awstats problem.... - ciscllc - 07-22-2008 05:12 PM

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]