ciscllc
Offline
ciscllc
Posts: 4
Group: Registered
Joined: Jul 2008
Status:
Offline
Reputation: 0
|
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 |
|
ciscllc
Offline
ciscllc
Posts: 4
Group: Registered
Joined: Jul 2008
Status:
Offline
Reputation: 0
|
RE: awstats problem....
hat den keiner eine Ahnung?
|
|
| 07-21-2008 10:19 PM |
|
gOOvER
Offline
Documentation Team
  
gOOvER
Documentation Team
  
Posts: 1,616
Group: Docu Team
Joined: Jul 2007
Status:
Offline
Reputation: 13
|
RE: awstats problem....
Server : Rootserver
OS : Debian 4.0 Etch 64bit
ispCP Version : 1.0.0 r1363 - 30.09.08 (NightlyBuild)
Activated : AWStats dynamic
Mods : update via NightlyUpdateScript
|
|
| 07-22-2008 12:25 AM |
|
ciscllc
Offline
ciscllc
Posts: 4
Group: Registered
Joined: Jul 2008
Status:
Offline
Reputation: 0
|
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 |
|
ciscllc
Offline
ciscllc
Posts: 4
Group: Registered
Joined: Jul 2008
Status:
Offline
Reputation: 0
|
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 |
|