Current time: 07-05-2024, 02:57 PM Hello There, Guest! (LoginRegister)


Post Reply 
AWStats Images können nicht geladen werden
Author Message
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
Post Reply 


Messages In This Thread
RE: AWStats Images können nicht geladen werden - luminea - 04-19-2008 10:36 PM

Forum Jump:


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