[TYPO3] AWstats and multiple domains

Jamie Lawrence Jenner forums at webgremlins.net
Tue Jun 6 15:23:32 CEST 2006


Hi there

I have my isntallation of typo3 with three sites

site.com
site2.com
site3.com

is there an extension which will log full stats for a specific site
(site1.com, and not include the hits etc for site2.com)

I have seen awstats, but would this also include stats for all 3 sites
combined?

many thanks

Jamie


-----Original Message-----
From: typo3-english-bounces at lists.netfielders.de
[mailto:typo3-english-bounces at lists.netfielders.de]On Behalf Of Karl-Ernst
Kiel
Sent: 06 June 2006 13:59
To: typo3-english at lists.netfielders.de
Subject: Re: [TYPO3] TYPO3 on Windows / IIS ?!?


Hi!

This is, what finally made the cli-script "crawler_cli.phpsh" work on
Windows 2003 Server/IIS 6/php5:

1.) Change line 13 in "typo3conf/ext/crawler/cli/crawler_cli.phpsh":
define('PATH_thisScript',$_ENV['_']?$_ENV['_']:$_SERVER['_']);
into
define('PATH_thisScript',$_SERVER['argv'][0]);

2.) Add a backend user "_cli_crawler" (with random password and no other
options enabled).

3.) Always call the script using the full path and (unix-style) slashes,
e.g.:

C:\php\php.exe C:/mywebspace/typo3conf/ext/crawler/cli/crawler_cli.phpsh

Best regards,
Karl-E.
_______________________________________________
TYPO3-english mailing list
TYPO3-english at lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

--
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.394 / Virus Database: 268.8.2/356 - Release Date: 05/06/2006

--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.394 / Virus Database: 268.8.2/356 - Release Date: 05/06/2006





More information about the TYPO3-english mailing list