Parser/Ncsa.pm: Assure that at least 20 search terms are printed.
[yaala.git] / webserver.config
1 ##########################################################################
2 #    yaala 0.7.2                                              2003-12-07 #
3 #---=============--------------------------------------------------------#
4 # Configuration for the webserver parsing modules. Used by the following #
5 # modules:                                                               #
6 # - Common                                                               #
7 # - Ncsa                                                                 #
8 # - Wnserver                                                             #
9 ##########################################################################
10
11 # Sets the domain names the webserver is known as. This is used to exclude
12 # in-page references from the statistics and may be used to detect
13 # drop-in and drop-out pages later.
14 #localhost: example.com, example.org, another-example.net;
15
16 # Sets wether refering URLs matching one of the localhosts should be
17 # included in the statistic or not. Default is to ignore them (= false).
18 referer_include_localhost: false;
19
20 # Sets how refering URLs should be formated. Possible options are:
21 # - 'full': Everything
22 # - 'url':  Parameters get cut off
23 # - 'host': Only the hostname remains (default)
24 url_format: host;