Current time: 11-17-2024, 10:46 AM Hello There, Guest! (LoginRegister)


Post Reply 
[ERLEDIGT] #am halben Weg von nightly zu RC3
Author Message
johreini Offline
Junior Member
*

Posts: 75
Joined: May 2007
Reputation: 0
Post: #21
RE: am halben Weg von nightly zu RC3
BeNe Wrote:Gibt es denn die "01_awstats.conf" bei Dir ?
Code:
/etc/apache2/sites-enabled/01_awstats.conf
Inhalt:
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
#
Da haben wir noch ein Configfehler irgendwo.
Was sagt den der ApacheLog dazu ?

Greez BeNe

So Problem gelöst!! Ich hab die 01_awstats.conf unter /etc/apache2/sites-available angelegt un nach /etc/apache2/sites-enabled verlinked. Apache neugestartet und e vola!!!
Danke an alle!!!!!!!!
03-17-2008 09:09 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: am halben Weg von nightly zu RC3 - johreini - 03-17-2008 09:09 PM

Forum Jump:


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