Current time: 04-20-2024, 08:16 AM Hello There, Guest! (LoginRegister)


Post Reply 
AWStats does not work in r857 ?!
Author Message
zpin Offline
Junior Member
*****
Dev Team

Posts: 160
Joined: Sep 2007
Reputation: 1
Post: #11
RE: AWStats does not work in r857 ?!
Another bug in awstats static, in the ispcp cron.d script:
Code:
# AWStats static tasks START.
This only allows for one entry at a time. It should be something like
Code:
# [{DMN_NAME}] AWStats static tasks START.
Same goes for the end tag.

/edit: I've added a patch to the ticket: http://www.isp-control.net/ispcp/ticket/7#comment:24
(This post was last modified: 10-16-2007 08:24 PM by zpin.)
10-16-2007 07:33 PM
Find all posts by this user Quote this message in a reply
robmorin Offline
Junior Member
*

Posts: 208
Joined: Apr 2007
Reputation: 0
Post: #12
RE: AWStats does not work in r857 ?!
But there is no /statistics/ dir in the domain dir?? is this made by domain setup ??


zpin Wrote:I've had a look at the cpu usage during awstats dynamic browsing and it's rather high. I think I'll switch back to static so it doesn't affect the gameservers too much (because with static I can chose at which time it generates the cpu load, plus I can nice it down a bit).
I think all that is needed for it to work is the following in a vhost domain entry:
Code:
Alias /stats    /{WWW_DIR}/{DMN_NAME}/statistics/

    <Directory "/{WWW_DIR}/{DMN_NAME}/statistics">
        AllowOverride None
        DirectoryIndex awstats.{DMN_NAME}.html
        Order allow,deny
        Allow from all
    </Directory>

in the dmn mngr we could then just substitute the current awstats template with this one when awstats mode is 1.
10-24-2007 01:44 AM
Find all posts by this user Quote this message in a reply
zpin Offline
Junior Member
*****
Dev Team

Posts: 160
Joined: Sep 2007
Reputation: 1
Post: #13
RE: AWStats does not work in r857 ?!
should be created when you have selected awstats static in the ispcp config...
10-24-2007 03:45 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


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