|
[HowTo] AwStats Static Pages
|
| Author |
Message |
petzsch
Posts: 4
Group: Registered
Joined: Mar 2007
Status:
Offline
Reputation: 0
|
RE: [HowTo] AwStats Static Pages
Some notes from my site:
- Something that I allready commented on when the cron engine was used for backups: All the taks rund on the same time, so with an apropiate amount of domains, you will have quite a problem when they start running => solution would be to append the tasks to a shell script which executes all commands one after the other
- you shouldn't copy the awstats_buildstaticpages.pl from the doc folder, perhaps a symlink will do and you will also profit of debian's updates to the package if there are any
You never know, until you try!
|
|
| 04-27-2007 01:39 PM |
|
 |
ephigenie
Administrator
      
Posts: 659
Group: Administrators
Joined: Oct 2006
Status:
Offline
Reputation: 12
|
RE: [HowTo] AwStats Static Pages
yeah thats a good point - you're right.
my servers are stressed a lot with backups & co , too
This post was last modified: 04-27-2007 08:36 PM by ephigenie.
|
|
| 04-27-2007 08:34 PM |
|
 |
SniperSister
Junior Member

Posts: 21
Group: Registered
Joined: Feb 2007
Status:
Offline
Reputation: 0
|
RE: [HowTo] AwStats Static Pages
Hm okay, i'll try to write a shellscript to realize this...
I'm a little stressed these days, so it can take a while. Sry
|
|
| 04-28-2007 07:16 PM |
|
 |
donnie-darko
Junior Member

Posts: 16
Group: Registered
Joined: Feb 2007
Status:
Offline
Reputation: 0
|
RE: [HowTo] AwStats Static Pages
a statistic for subdomains where also very good
den es gibt so viel schönes auf das man sich freuen kann....
|
|
| 05-08-2007 07:50 AM |
|
 |
SniperSister
Junior Member

Posts: 21
Group: Registered
Joined: Feb 2007
Status:
Offline
Reputation: 0
|
RE: [HowTo] AwStats Static Pages
a statistic for subdomains where also very good 
Hm okay, this should be possible...I'll take a look at this in the next days.
SniperSister - my icons are not displaying, how to fix this?
I updated the HowTo, so at least the icon problem should be fixed.
|
|
| 05-08-2007 10:26 PM |
|
 |
grungy
Junior Member

Posts: 190
Group: Registered
Joined: Dec 2006
Status:
Offline
Reputation: 6
|
RE: [HowTo] AwStats Static Pages
I took a look in /var/spool/cron/crontabs/root file and there are still entries for domains that were deleted.
# [deleted-domain.com] backup task START.
40 23 * * * perl /var/www/vhcs2/engine/awstats/awstats_buildstaticpages.pl -config=deleted-domain.com -update -lang=en -awstatsprog=/usr/lib/cgi-bin/awstats.pl -dir=/var/www/virtual/deleted-domain.com/statistics/
# [deleted-domain.com] backup task END.
- OMEGUS FANATICUS -
- Nicaš Do Jaja -
- "If ispCP the dominating hosting system becomes, there is a faith war less" -
Debian Etch 4.0 User
This post was last modified: 05-09-2007 05:26 PM by grungy.
|
|
| 05-09-2007 05:24 PM |
|
 |
grungy
Junior Member

Posts: 190
Group: Registered
Joined: Dec 2006
Status:
Offline
Reputation: 6
|
RE: [HowTo] AwStats Static Pages
Afterwards, edit /etc/ispcp/apache/parts/vhcs2_base.tpl and remove this line again (why doubly?!):
/etc/ispcp/apache/parts/vhcs2_base.tpl - you mean /etc/ispcp/apache/parts/ispcp_base.tpl
And the template should be named awstats.ispcp_tpl.conf instead of awstats.vhcs_tpl.conf
- OMEGUS FANATICUS -
- Nicaš Do Jaja -
- "If ispCP the dominating hosting system becomes, there is a faith war less" -
Debian Etch 4.0 User
|
|
| 05-18-2007 11:11 PM |
|
 |
grungy
Junior Member

Posts: 190
Group: Registered
Joined: Dec 2006
Status:
Offline
Reputation: 6
|
RE: [HowTo] AwStats Static Pages
The next step is to link the awstats staticpages script into the right directory:
ln -s /var/www/ispcp/engine/awstats /var/www/ispcp/engine/awstats
Why do you link a dir to itself?
- OMEGUS FANATICUS -
- Nicaš Do Jaja -
- "If ispCP the dominating hosting system becomes, there is a faith war less" -
Debian Etch 4.0 User
This post was last modified: 05-18-2007 11:20 PM by grungy.
|
|
| 05-18-2007 11:17 PM |
|
 |
SniperSister
Junior Member

Posts: 21
Group: Registered
Joined: Feb 2007
Status:
Offline
Reputation: 0
|
RE: [HowTo] AwStats Static Pages
/etc/ispcp/apache/parts/vhcs2_base.tpl - you mean /etc/ispcp/apache/parts/ispcp_base.tpl
And the template should be named awstats.ispcp_tpl.conf instead of awstats.vhcs_tpl.conf
Corrected.
Why do you link a dir to itself?
Yeah, you're right...that's pretty stupid^^
I replaced it with the correct link.
Thanks for help!
|
|
| 05-19-2007 07:06 PM |
|
 |
grungy
Junior Member

Posts: 190
Group: Registered
Joined: Dec 2006
Status:
Offline
Reputation: 6
|
RE: [HowTo] AwStats Static Pages
ln -s /var/www/awstats/icon /usr/share/awstats/icon
This should be ln -s /usr/share/awstats/icon /var/www/awstats/icon
- OMEGUS FANATICUS -
- Nicaš Do Jaja -
- "If ispCP the dominating hosting system becomes, there is a faith war less" -
Debian Etch 4.0 User
This post was last modified: 05-23-2007 05:11 AM by grungy.
|
|
| 05-23-2007 05:10 AM |
|
 |
|
|