Current time: 10-01-2024, 09:09 AM Hello There, Guest! (LoginRegister)


Post Reply 
/awstats = 404 habe "suche" benutzt
Author Message
gpeter73 Offline
Junior Member
*

Posts: 64
Joined: Jun 2007
Reputation: 0
Post: #1
/awstats = 404 habe "suche" benutzt
[/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
#
07-20-2008 08:33 PM
Find all posts by this user Quote this message in a reply
gurge Offline
Junior Member
*

Posts: 92
Joined: Mar 2007
Reputation: 1
Post: #2
RE: /awstats = 404 habe "suche" benutzt
Versuche mal domain.tld/stats/ (<-- mit / am schluss)
07-20-2008 09:08 PM
Find all posts by this user Quote this message in a reply
gpeter73 Offline
Junior Member
*

Posts: 64
Joined: Jun 2007
Reputation: 0
Post: #3
RE: /awstats = 404 habe "suche" benutzt
gurge Wrote:Versuche mal domain.tld/stats/ (<-- mit / am schluss)

klappt nicht
07-20-2008 09:24 PM
Find all posts by this user Quote this message in a reply
gurge Offline
Junior Member
*

Posts: 92
Joined: Mar 2007
Reputation: 1
Post: #4
RE: /awstats = 404 habe "suche" benutzt
Du hast doch alles von vhcs auf ispCP umgestellt? Falls du nicht alles neu gemacht hast, schaue mal in die /etc/apache2/httpd.conf ob da alles von awstats auskommentiert ist. Das Problem hatte ich persönlich jetzt erstmal. Da kam auch immer 404.
07-20-2008 09:31 PM
Find all posts by this user Quote this message in a reply
gpeter73 Offline
Junior Member
*

Posts: 64
Joined: Jun 2007
Reputation: 0
Post: #5
RE: /awstats = 404 habe "suche" benutzt
Ich habe gerade alles noch mal geprüft. von der alten vhcs installation ist nicht mehr übrig auch nicht in der httpd.conf.
Mir ist aber in der vhost file : ispcp.conf aufgefallen das dort überall ProcyRequests off steht.
07-20-2008 09:38 PM
Find all posts by this user Quote this message in a reply
gurge Offline
Junior Member
*

Posts: 92
Joined: Mar 2007
Reputation: 1
Post: #6
RE: /awstats = 404 habe "suche" benutzt
Ähm, geht doch? http://sbgit.de/stats/
07-20-2008 09:45 PM
Find all posts by this user Quote this message in a reply
ZooL Offline
Moderator
*****
Moderators

Posts: 3,429
Joined: Jan 2007
Reputation: 79
Post: #7
RE: /awstats = 404 habe "suche" benutzt
bestätige, geht!

bitte topic in erledigt ändern.
(This post was last modified: 07-20-2008 09:59 PM by ZooL.)
07-20-2008 09:58 PM
Visit this user's website Find all posts by this user Quote this message in a reply
gpeter73 Offline
Junior Member
*

Posts: 64
Joined: Jun 2007
Reputation: 0
Post: #8
RE: /awstats = 404 habe "suche" benutzt
Ich hatte in der alten installation aber immer pro Domain eine Statistik, und die sbgit.com geht nicht :-(
07-20-2008 10:11 PM
Find all posts by this user Quote this message in a reply
elitepilot Offline
Member
***

Posts: 352
Joined: Feb 2008
Reputation: 0
Post: #9
RE: /awstats = 404 habe "suche" benutzt
woran lags den jetzt?
07-20-2008 11:29 PM
Find all posts by this user Quote this message in a reply
gpeter73 Offline
Junior Member
*

Posts: 64
Joined: Jun 2007
Reputation: 0
Post: #10
RE: /awstats = 404 habe "suche" benutzt
Wie gesagt die erste Domain eines Kunden funktionert alle weiteren nicht?
07-20-2008 11:59 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


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