ispCP - Board - Support
/awstats = 404 habe "suche" benutzt - 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 = 404 habe "suche" benutzt (/thread-3809.html)

Pages: 1 2


/awstats = 404 habe "suche" benutzt - gpeter73 - 07-20-2008 08:33 PM

[/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
#



RE: /awstats = 404 habe "suche" benutzt - gurge - 07-20-2008 09:08 PM

Versuche mal domain.tld/stats/ (<-- mit / am schluss)


RE: /awstats = 404 habe "suche" benutzt - gpeter73 - 07-20-2008 09:24 PM

gurge Wrote:Versuche mal domain.tld/stats/ (<-- mit / am schluss)

klappt nicht


RE: /awstats = 404 habe "suche" benutzt - gurge - 07-20-2008 09:31 PM

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.


RE: /awstats = 404 habe "suche" benutzt - gpeter73 - 07-20-2008 09:38 PM

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.


RE: /awstats = 404 habe "suche" benutzt - gurge - 07-20-2008 09:45 PM

Ähm, geht doch? http://sbgit.de/stats/


RE: /awstats = 404 habe "suche" benutzt - ZooL - 07-20-2008 09:58 PM

bestätige, geht!

bitte topic in erledigt ändern.


RE: /awstats = 404 habe "suche" benutzt - gpeter73 - 07-20-2008 10:11 PM

Ich hatte in der alten installation aber immer pro Domain eine Statistik, und die sbgit.com geht nicht :-(


RE: /awstats = 404 habe "suche" benutzt - elitepilot - 07-20-2008 11:29 PM

woran lags den jetzt?


RE: /awstats = 404 habe "suche" benutzt - gpeter73 - 07-20-2008 11:59 PM

Wie gesagt die erste Domain eines Kunden funktionert alle weiteren nicht?