Current time: 10-02-2024, 06:40 AM Hello There, Guest! (LoginRegister)


Post Reply 
awstats static not working
Author Message
itanium Offline
Junior Member
*

Posts: 35
Joined: Apr 2007
Reputation: 0
Post: #3
RE: awstats static not working
Problem is the path in the cron ispcp:

Code:
1 3  * * *   root perl /var/www/ispcp/engine/awstats/awstats_buildstaticpages.pl -config=xxx.com -update -lang=fr -awstatsprog=/usr/lib/cgi-bin/awstats.pl -dir=/usr/share/awstats/xxxx/statistics/ >/dev/null 2>&1

The good cron is:

Code:
1 3  * * *   root perl /var/www/ispcp/engine/awstats/awstats_buildstaticpages.pl -config=xxx.com -update -lang=fr -awstatsprog=/usr/lib/cgi-bin/awstats.pl -dir=/var/www/virtual/xxx.com/statistics >/dev/null 2>&1

Patch:

change in /etc/ispcp:

AWSTATS_WEB_DIR = /usr/share/awstats

to

AWSTATS_WEB_DIR = /var/www/virtual

also icon isn't showing because the path is wrong.
07-10-2008 01:31 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
awstats static not working - ralph - 07-09-2008, 03:55 PM
RE: awstats static not working - itanium - 07-09-2008, 09:13 PM
RE: awstats static not working - itanium - 07-10-2008 01:31 AM
RE: awstats static not working - ralph - 07-30-2008, 03:35 PM
RE: awstats static not working - julli - 08-07-2008, 05:53 AM

Forum Jump:


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