Current time: 07-03-2024, 11:19 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
Post Reply 


Messages In This Thread
RE: AWStats Images können nicht geladen werden - BeNe - 04-19-2008 08:26 PM

Forum Jump:


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