First of all, to take full advantage of all of the reporting
capabilities of WebTrends, you will need to configure your web server to create combined logs .
Apache Configuration
Apache allows you to define custom logfile
formats, so that the NCSA LogOptions Combined
ServerName format can be emulated using the following
LogFormat directive:
LogFormat "%h %l %u %t \"%r\" %s %b %v \"%{Referer}i\" \"%{User-agent}i\""
If the LogFormat directive does not already exist, add it
just below the TransferLog logs/access_log directive.
Next, you will need to tell WebTrends where to find your log file.
When WebTrends asks for the path to the logfile, use:
ftp://ftp.domainname.com/www/logs/access_log
WebTrends will also ask for login information, use your
telnet login name and password.