Current time: 05-18-2024, 02:35 AM Hello There, Guest! (LoginRegister)


Post Reply 
AWStats Images können nicht geladen werden
Author Message
BeNe Offline
Moderator
*****
Moderators

Posts: 5,899
Joined: Jan 2007
Reputation: 68
Post: #11
RE: AWStats Images können nicht geladen werden
Hier mal meine /etc/apache2/sites-enabled/01_awstats.conf zum vergleichen.

Code:
#
# 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/$2 [P]
    </IfModule>

    ScriptAlias /awstats "/usr/lib/cgi-bin/awstats.pl"

<Directory /usr/lib/cgi-bin>
        Options +ExecCGI
        DirectoryIndex awstats.pl
        Order allow,deny
        Allow from all
</Directory>

</VirtualHost>

#
# AWStats End
#

Die beiden ProxyModule auch richtig geladen ?

Greez BeNe
04-19-2008 08:26 PM
Visit this user's website Find all posts by this user Quote this message in a reply
luminea Offline
Newbie
*

Posts: 8
Joined: Aug 2007
Reputation: 0
Post: #12
RE: AWStats Images können nicht geladen werden
aha, kommen wir der sache schon näher. hier meine 01_awstats.conf direkt nach dem RC4 update:

Code:
#
# ispCP <CF><89> (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 "/var/www/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/$2 [P]
    </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
#

Unterschied ist der loakle Pfad zu den Icons. Der wird wohl von Installationsprogramm falsch gesetzt!
04-19-2008 10:36 PM
Find all posts by this user Quote this message in a reply
einherjer Offline
Junior Member
*

Posts: 69
Joined: Mar 2008
Reputation: 0
Post: #13
RE: AWStats Images können nicht geladen werden
hatte ähnliche Probleme unter OpenSuse (Pfad zu Awstats, zu den Icons, Pfade im Cronjob).

Scheinbar werden die Pfade von Awstats nicht unter allen Bedingungen richtig gesetzt.
04-19-2008 11:48 PM
Find all posts by this user Quote this message in a reply
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #14
RE: AWStats Images können nicht geladen werden
Darum ist es wichtig, das OS anzugeben.

Es gibt die Variable AWSTATS_WEB_DIR und die kann bei jedem OS etwas anders sein...

Als Admin sollte es aber ein einfaches sein, den richtigen Ordner ausfindig zu machen....

Dann bitte Rückmeldung.

Gruss J
04-20-2008 03:27 AM
Visit this user's website Find all posts by this user Quote this message in a reply
einherjer Offline
Junior Member
*

Posts: 69
Joined: Mar 2008
Reputation: 0
Post: #15
RE: AWStats Images können nicht geladen werden
joximu Wrote:Dann bitte Rückmeldung.
Für Susi hab ich diesbezüglich schon ein Ticket aufgemacht.
04-21-2008 01:43 AM
Find all posts by this user Quote this message in a reply
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #16
RE: AWStats Images können nicht geladen werden
danke
04-21-2008 02:02 AM
Visit this user's website Find all posts by this user Quote this message in a reply
BeNe Offline
Moderator
*****
Moderators

Posts: 5,899
Joined: Jan 2007
Reputation: 68
Post: #17
RE: AWStats Images können nicht geladen werden
Dann lags jetzt also nur an dem Pfad ?
Das Thema erledigt ?

Greez BeNe
04-21-2008 04:08 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


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