I'm hoping to get a little configuration help here.
What I'd like to be able to configure, for *all*
reports, is:
collapsing, or normalizing, all urls like so..
/file/reg/more/path/script into
/file/more/path/script
as /reg refers to the same page throughout
our site.
Also, for the most part I'd like to ignore the query string,
but there is one script where I'd like to include just the
first argument of the query string.
And to make sure I'm asking for too much, I need some
domains to be aliased.
I can get the above working great for the request report, but
none of them seem to occure for the referer report. :-(
And of course, there is another script.. the search script,
where I'd like to get a internal search report. But that
never seems to appear. ( argsinclude getrequest.pl below)
So what am I doing wrong??? Do others have alot of
trouble with the referer report? My conf file is below.
It may be a bit long, but I've been trying everything :)
Thanks for any help
Dave
----------------
# Here are a couple of configuration commands to get you started. Add any
more
# you like from the Readme.
#
HOSTEXCLUDE
*cindsl01.iglou.com,*inktomi.com,*googlebot.com,*fast-search.net,*fsl.noaa.g
ov
FILEEXCLUDE *.gif,*.jpg,*.jpeg,*.JPG,*.GIF
#HOSTALIAS REGEXP:globe.fsl.noaa.gov/* www.globe.gov/$1
#HOSTALIAS REGEXP:archive.globe.gov www.globe.gov
#HOSTALIAS globe.fsl.noaa.gov www.globe.gov
#HOSTALIAS archive.globe.gov www.globe.gov
HOSTALIAS REGEXP:(.*)globe.fsl.noaa.gov "$1www.globe.gov"
HOSTALIAS REGEXP:(.*)archive.globe.gov "$1www.globe.gov"
#DOMALIAS globe.fsl.noaa.gov www.globe.gov
#DOMALIAS archive.globe.gov www.globe.gov
#VHOSTALIAS globe.fsl.noaa.gov www.globe.gov
#VHOSTALIAS archive.globe.gov www.globe.gov
UNCOMPRESS *.gz,*.Z "gzip -cd"
## count these hits as pages.
PAGEINCLUDE *.pl,*.html,*.opl,*.cgi
FAILLINKINCLUDE pages
ARGSEXCLUDE *
ARGSINCLUDE */templ.cgi,*/getrequest.pl
REFARGSEXCLUDE *
REFARGSINCLUDE */html/templ.cgi
FILEALIAS /fsl/reg/html/templ.cgi?*&* /fsl/html/templ.cgi?$1
FILEALIAS /fsl/welcome.html /
FILEALIAS /fsl/reg/* /fsl/$1
FILEALIAS /hq/reg/templ.cgi?*&* /hq/templ.cgi?$1
REFALIAS /fsl/welcome.html /
REFALIAS /fsl/reg/welcome.html /
# args are included above, now lets just use the first one.
REFALIAS /fsl/reg/html/templ.cgi?*&* /fsl/html/templ.cgi?$1
REFALIAS /fsl/html/templ.cgi?*&* /fsl/html/templ.cgi?$1
REFALIAS /fsl/reg/* /fsl/$1
REFALIAS /hq/reg/templ.cgi?*&* /hq/templ.cgi?$1
DEBUG SC
REQINCLUDE pages
INTSEARCHENGINE /fsl/srch/cgi/getrequest.pl words
LOGFORMAT AUTO
LOGFILE /prod/logs/by_weekly/access_log.03*
LOGFILE /prod/logs/by_weekly/agent_log.03*
LOGFORMAT (%f -> %*r [%d/%M/%Y:%h%n])
LOGFILE /prod/logs/by_weekly/referer_log.03*
# have the output create links to the request and failed referer reports.
REQLINKINCLUDE pages
FAILREFLINKINCLUDE pages
INTSEARCHWORDCHART ON
INTSEARCHQUERYCHART ON
----------
that's it.
+------------------------------------------------------------------------
| This is the analog-help mailing list. To unsubscribe from this
| mailing list, go to
| http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
| List archives are available at
| http://www.mail-archive.com/[email protected]/
| http://lists.isite.net/listgate/analog-help/archives/
| http://www.tallylist.com/archives/index.cfm/mlist.7
+------------------------------------------------------------------------