SearchEnginesSearchIDOrder_list1 usually takes a substring from the domain name. I suspect, without having verified, that this is why your example doesn't work. You should try myintranet.com instead of search.cgi which would risk capturing other search engines.
The URL mentioned does not seem to exist currently.
I am not sure whether this is what you want:
Try this Extrasection.
Number it according to your situation.
Before you run awstats do not forget to delete your txt file.
In the newly created table you should find under Searchword your 'teststring' - under Hits how often it was searched for.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I would add my intranet search engine (mnogosearch) to awstats 6.4, but it won't work.
mnogosearch URL: http://myintranet.com/search/search.cgi?p=searchstring
search_engines.pm :
@SearchEnginesSearchIDOrder_list1=(
'search.cgi',
...
%SearchEnginesHashID=(
'search.cgi','mnogosearch',
...
%SearchEnginesKnownUrl=(
'mnogosearch','q='
...
%SearchEnginesHashLib=(
'mnogosearch','mnoGoSearch'
I think all values are right but no search keyphrases or keywords will be shown.
Thanks for a reply.
SearchEnginesSearchIDOrder_list1 usually takes a substring from the domain name. I suspect, without having verified, that this is why your example doesn't work. You should try myintranet.com instead of search.cgi which would risk capturing other search engines.
The URL mentioned does not seem to exist currently.
Sean Carlos
http://www.antezeta.com/awstats.html
Really no idea?
your exact log entry?
172.16.20.127 - - [04/Mar/2005:13:53:41 +0100] "GET /images/verlauf.jpg HTTP/1.1" 200 1209 "http://pfweb2/search/search.cgi?q=teststring" "Mozilla/5.0 (Windows; U; Windows NT 5.0; de-DE; rv:1.7.6) Gecko/20050226 Firefox/1.0.1"
172.16.20.127 - - [04/Mar/2005:13:53:41 +0100] "GET /images/verlauf.jpg HTTP/1.1" 200 1209 "http://intranet/search/search.cgi?q=teststring" "Mozilla/5.0 (Windows; U; Windows NT 5.0; de-DE; rv:1.7.6) Gecko/20050226 Firefox/1.0.1"
"pfweb2" or "intranet" are the same server
ExtraSectionName3="mnoGoSearch"
ExtraSectionCodeFilter3="200 304"
ExtraSectionCondition3="URL,\/search.cgi"
ExtraSectionFirstColumnTitle3="SearchWord"
ExtraSectionFirstColumnValues3="QUERY_STRING,&q=([^&]+)"
ExtraSectionFirstColumnFormat3="%s"
ExtraSectionStatTypes3=H
ExtraSectionAddSumRow3=1
MaxNbOfExtra3=500
MinHitExtra3=1
I am not sure whether this is what you want:
Try this Extrasection.
Number it according to your situation.
Before you run awstats do not forget to delete your txt file.
In the newly created table you should find under Searchword your 'teststring' - under Hits how often it was searched for.
Your solution still works. But my Idea was to add the searchengine in the AWStats Searchengine-Section instead of a own section.
by the way: That's no problem with Webalizer ;)
Is there still no way to put the mnoGoSearch into the "AWStats Searchengine-Section"?