ispCP - Board - Support
Testing AWStats - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Development Area (/forum-1.html)
+--- Forum: Announcements (/forum-6.html)
+--- Thread: Testing AWStats (/thread-1492.html)

Pages: 1 2 3


RE: Testing AWStats - RatS - 10-13-2007 01:10 AM

We have problems getting awstats static running, it seems to depend on the cronjob!


RE: Testing AWStats - Cube - 10-13-2007 01:25 AM

Do you have perhaps a problem like this?
http://www.isp-control.net/forum/undefined-intput-data-t-1495.html

BTW: Your post is not visible. Wink
EDIT: Now it is...


RE: Testing AWStats - Breaki - 10-13-2007 02:19 AM

Cube Wrote:Do you have perhaps a problem like this?
http://www.isp-control.net/forum/undefined-intput-data-t-1495.html

BTW: Your post is not visible. Wink
EDIT: Now it is...

i think this is the problem Wink we are working on it ^^

greetz breaki

p.s. the post-not-visible-bug can be solved by increasing the numbers of posts per page


RE: Testing AWStats - Cube - 10-19-2007 10:31 PM

This regex in awstats.ispcp_tpl.conf makes no sense to me. I'm not an expert on regex, but IMHO the two backslashes should be removed so it matches each subdomain.
Code:
HostAliases="www.{DOMAIN_NAME} REGEX[^.*\\{DOMAIN_NAME}$]"



RE: Testing AWStats - Cube - 10-20-2007 11:37 PM

Am I wrong? Shy


RE: Testing AWStats - robmorin - 10-24-2007 12:40 AM

I am no expert either but one of the backslashes is probably to escape the other one... as a backslash is one of those characters that needs an escape before the actual backslash in some programing languages...

Smile



Cube Wrote:Am I wrong? Shy



RE: Testing AWStats - Cube - 10-24-2007 03:46 AM

I know that one backslash escapes the other one. But what should this regex match?


RE: Testing AWStats - jmeyerdo - 01-23-2008 05:10 AM

Hi!

Should this error be fixed with actual trunk already?

I encountered the same error today (AWSTATS static):

Code:
get_tag() | ERROR: Undefined intput data, bt: |{AWSTATS_ENGINE_DIR}|, et: |{AWSTATS_ENGINE_DIR}|, src !

I checked with several different configuration-options but I am not sure if this is a general problem - or CentOS-specific (I will write a book about all the differences soon Wink ).

Kind regards, Jens


RE: Testing AWStats - BeNe - 01-23-2008 05:48 AM

AWStats works perfect in current trunk for Debian.
Maybe is has something to do with Centos.
Did you checked your /etc/ispcp/ispcp.conf about
Code:
AWSTATS_ENGINE_DIR = /usr/lib/cgi-bin

Greez BeNe


RE: Testing AWStats - jmeyerdo - 01-23-2008 06:27 AM

BeNe Wrote:Did you checked your /etc/ispcp/ispcp.conf about
Code:
AWSTATS_ENGINE_DIR = /usr/lib/cgi-bin
I assumed that this is the path to the awstats.pl. In this case I corrected this entry to "/var/www/awstats" already.

Do you have any suggestions about that error-message?

Kind regards,
Jens