Hi, I triad and get a lot of errors to count the hits from my internal search.
Â
172.16.0.115 – - [18/Oct/2010:11:45:15 +0200] "GET /cgi-bin/images/htdig.gif HTTP/1.1" 404 1484 "http://forschungszentrum/cgi-bin/htsearch?config=&restrict=&exclude=&method=and&format=builtin-long&sort=score&words=test" "Mozilla/5.0 (X11; U; Linux i686 (x86_64); de; rv:1.9.1.9) Gecko/20100317 SUSE/3.5.9-0.4.1 Firefox/3.5.9"
Â
I want to count the word on the marked position (e.g. test) like Keywords for external search engines.
Â
IExtraSectionName1="Top 50 Intranet Suche"
ExtraSectionCodeFilter1="200 304"
ExtraSectionCondition1="URL,\\words="
ExtraSectionFirstColumnTitle1="Suchbegriff Intranet"
ExtraSectionFirstColumnValues1="URL,\\words=([^&]+)"
ExtraSectionFirstColumnFormat1="%s"
ExtraSectionStatTypes1=HB
ExtraSectionAddAverageRow1=0
ExtraSectionAddSumRow1=1
Â
This is my base extra section.
Â
I think I have to change the ExtraSectionCondition1 to tell awstats witch line to use and ExtraSectionFirstColumnValues1 to identify the value is this right?
Â
Is this syntax like SED?
Unfortunaly, it doesn’t work.
Â
I use ../cgi-bin/htsearch?config=&restrict=&exclude=&method=and&format=builtin-long&sort=score&words=test to get an entry in apache .log. and after I updated my awstats.
Â
Meby I have to look after an alternative search for my intranet, do you have an idea witch will work for me?