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


Post Reply 
how to add installaion the AWStats?
Author Message
coper Offline
Junior Member
*

Posts: 91
Joined: Nov 2008
Reputation: 0
Post: #6
RE: how to add installaion the AWStats?
I don't know if this is the problem but my 01_awstats.conf is a little different than yours. I'm running RC6 maybe because of that or maybe not.
Here is my file:

Code:
Alias /awstatsicons "{AWSTATS_WEB_DIR}/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 "{AWSTATS_ENGINE_DIR}/awstats.pl"

    <Directory {AWSTATS_ENGINE_DIR}>
        AllowOverride none
        Options +ExecCGI
        DirectoryIndex awstats.pl
        Order allow,deny
        Allow from all
    </Directory>

</VirtualHost>
01-05-2009 12:42 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: how to add installaion the AWStats? - coper - 01-05-2009 12:42 PM

Forum Jump:


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