Current time: 07-01-2024, 03:04 AM Hello There, Guest! (LoginRegister)


Post Reply 
awstats problem....
Author Message
ciscllc Offline
Newbie
*

Posts: 9
Joined: Jul 2008
Reputation: 0
Post: #1
awstats problem....
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]
07-18-2008 06:01 PM
Find all posts by this user Quote this message in a reply
ciscllc Offline
Newbie
*

Posts: 9
Joined: Jul 2008
Reputation: 0
Post: #2
RE: awstats problem....
hat den keiner eine Ahnung?
07-21-2008 10:19 PM
Find all posts by this user Quote this message in a reply
ephigenie Offline
Project Leader
*******
Administrators

Posts: 1,578
Joined: Oct 2006
Reputation: 15
Post: #3
RE: awstats problem....
hm das ist ein bissl wenig info um zu helfen ... hast du noch mehr ?
07-21-2008 11:07 PM
Visit this user's website Find all posts by this user Quote this message in a reply
gOOvER Offline
Banned

Posts: 3,561
Joined: Jul 2007
Post: #4
RE: awstats problem....
http://www.isp-control.net/documentation...n_this_faq
07-22-2008 12:25 AM
Visit this user's website Find all posts by this user Quote this message in a reply
ciscllc Offline
Newbie
*

Posts: 9
Joined: Jul 2008
Reputation: 0
Post: #5
RE: awstats problem....
- 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])
07-22-2008 06:43 AM
Find all posts by this user Quote this message in a reply
ephigenie Offline
Project Leader
*******
Administrators

Posts: 1,578
Joined: Oct 2006
Reputation: 15
Post: #6
RE: awstats problem....
wie schauen jetzt deine Configs aus ? (apache - config )
07-22-2008 07:35 AM
Visit this user's website Find all posts by this user Quote this message in a reply
ciscllc Offline
Newbie
*

Posts: 9
Joined: Jul 2008
Reputation: 0
Post: #7
RE: awstats problem....
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]
07-22-2008 05:12 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 2 Guest(s)