|
[HowTo] AwStats Static Pages UPDATED
|
| Author |
Message |
grungy
Junior Member

Posts: 190
Joined: Dec 2006
Reputation: 6
|
RE: [HowTo] AwStats Static Pages UPDATED
BeNe Wrote:I tested it in the Demo and it does not Work!
The Status of all domains is change, delete, or toadd but now no Domain is "OK".
What i not understand - what do you mean with this:
Quote:this should show up in /etc/apache2/sites-available/ispcp.conf ( I had to add it manually )...
Must i copy this:
Code:
#
# AWStats
#
Alias /awstatsclasses "/var/www/awstats/classes/"
Alias /awstatscss "/var/www/awstats/css/"
Alias /awstatsicons "/var/www/awstats/icon/"
Alias /awstatsjs "/var/www/awstats/js/"
Alias /stats {WWW_DIR}/{DMN_NAME}/statistics/
<Directory /usr/lib/cgi-bin/awstats>
AllowOverride AuthConfig
Options -Includes FollowSymLinks +ExecCGI MultiViews
AddHandler cgi-script cgi pl
DirectoryIndex awstats.pl
Order deny,allow
Allow from all
</Directory>
To ALL Domain in the config ? Could this be ?
Greez BeNe
That is not so important it will show the icons and stuff...
- OMEGUS FANATICUS -
- Nicaš Do Jaja -
- "If ispCP the dominating hosting system becomes, there is a faith war less" -
Debian Etch 4.0 User
|
|
| 09-21-2007 07:18 PM |
|
grungy
Junior Member

Posts: 190
Joined: Dec 2006
Reputation: 6
|
RE: [HowTo] AwStats Static Pages UPDATED
add
Code:
#
# AWStats
#
Alias /awstatsclasses "/var/www/awstats/classes/"
Alias /awstatscss "/var/www/awstats/css/"
Alias /awstatsicons "/var/www/awstats/icon/"
Alias /awstatsjs "/var/www/awstats/js/"
Alias /stats {WWW_DIR}/{DMN_NAME}/statistics/
<Directory /usr/lib/cgi-bin/awstats>
AllowOverride AuthConfig
Options -Includes FollowSymLinks +ExecCGI MultiViews
AddHandler cgi-script cgi pl
DirectoryIndex awstats.pl
Order deny,allow
Allow from all
</Directory>
to
Code:
/etc/ispcp/apache/working/ispcp.conf
and
to
Code:
/etc/apache2/sites-available/ispcp.conf
- OMEGUS FANATICUS -
- Nicaš Do Jaja -
- "If ispCP the dominating hosting system becomes, there is a faith war less" -
Debian Etch 4.0 User
|
|
| 09-21-2007 10:09 PM |
|
zpin
Junior Member

Posts: 106
Joined: Sep 2007
Reputation: 0
|
RE: [HowTo] AwStats Static Pages UPDATED
When you say to put the awstats stuff into /etc/ispcp/cron.d/parts/dmn_bk_entry.tpl, it should be "dmn_add_bkp_crontab_data" you use in the /var/www/ispcp/engine/ispcp-dmn-mngr file.
As far as I can see dmn_add_crontab_data uses dmn_custom_entry.tpl, which is not changed by this howto.
|
|
| 10-01-2007 02:57 AM |
|
Eminos
Junior Member

Posts: 144
Joined: Jan 2007
Reputation: 0
|
RE: [HowTo] AwStats Static Pages UPDATED
grungy Wrote:The cron jobs will be put into /etc/cron.d/ispcp
Nope, not for me they're not.
The only thing created with a domain is that famous:
# [somedomain.com]:20 custom task START.
0 0 17 2 1191516168 15 {C0MMAND} &>/var/log/ispcp/custom-task-somedomain.com.log
# [somedomain.com]:20 custom task END.
Which breaks the cronfile anyway.
/E
|
|
| 10-05-2007 02:45 AM |
|