📄 sample~1.con
字号:
# $Id: sample.conf,v 1.19 2000/10/15 21:29:22 jk Exp $# ModLogAn configuration file ## 1. Format:# - lines starting with '#' are comments# - empty lines are ignored# - every other line has consist of a key-value pair# - a key-value pair has to be seperated by an equal-sign '='## 2. Whitespaces:# - whitespaces at the end of key are ignored# - whitespaces at the end of value are ignored# - whitespaces at the beginning of value are ignored# example:# inputplugin=clf# and# inputplugin = clf # are the same.## 3. Wildcardmatching:# every key that starts with# - hide# - group# - match# has support for wildcard matching. the wildcard is the '*' and is allowed # at the beginning and at the end of the value## 4. sections# The configuration file is seperated into three parts# - [global]# - [input]# - [output]# - [processor]# the 'global'-section has to be at the top if the config-file. # the keys for the input and the output section are plugin specific# global section## IMPORTANT: the 'default_configfile'-key has to be below the plugin## definition. otherwise the default values for the plugin names are used## as they can't be set to another value later !!# for the avaible options and if they can be overwritten, look at # ./doc/plugin-options.txt# for a description and examples of the options take a look at the# sample default-configfile ./doc/sample.def.conf[global]#inputplugin=null#outputplugin=modlogan#processorplugin=webdefault_configfile=modlogan.def.confoutputdir=/tmp/www.kneschke.de/modlogan/incremental=1debug_level=1[processor_web]searchengines=modlogan.searchenginesdebug_searchengines=1hidereferrer="^http://www\.kneschke\.de"#splitby=srvhost,"(.*)",$1[output_modlogan]hostname=www.kneschke.de[input_clf]inputfile=-#readaheadlimit=100
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -