⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 using-~1.txt

📁 一百个病毒的源代码 包括熊猫烧香等 极其具有研究价值
💻 TXT
字号:
                                Using PluginsLast updated: $Date: 2000/06/17 12:05:47 $0. PrefaceNot every option is described here. This is a result of the pace of thedevelopment of modlogan. The lack of documentation will hopefully changewhen modlogan reaches 1.0.0.To get an overview which options are really available take a look at ./doc/plugin-options.txt which is generated from the source files.1. Input Plugins================1.1. clf--------1.1.1 DescriptionThe CLF input module is used for the parsing of the logfiles generated bywebservers. The format is also known as 'Common Logfile Format' or itsextented version 'Extended Logfile Format'.1.1.2 Configfile options1.1.2.1 matchuathe values 'matchua' of are used to find the useragent in the UserAgentstring sent by the browser.the key 'matchua' can be used multiple times in find find more useragents.the value supports wildcard matching.Example:matchua=MSIE*matchua=StarOffice*useragent string is:Mozilla/4.0 (compatible; MSIE 5.0; Windows NT; DigExt)'MSIE 5.0' is used as useragent (browser).1.1.2.2 matchosthe values 'matchos' of are used to find the operating system in the UserAgentstring sent by the browser.the key 'matchos' can be used multiple times in find find more useragents.the value supports wildcard matching.Example:matchos=Win*matchos=Linux*useragent string is:Mozilla/4.0 (compatible; MSIE 5.0; Windows NT; DigExt)'Windows NT' is used as operating system.1.2. wuftpd-----------1.1.1 Descriptionthe 'wuftpd' input module is used to parsed the 'xfer-log's generated bywuftpd.1.1.2 Configfile options(none)1.3. null---------1.1.1 DescriptionThe 'null' input module is something special. It is doing nothing. This isvery usefull if you want to generate multiple reports from one from onedataset.If you enable incremental mode (global option: incremental) the filemodlogan.state is read and the internal state of modlogan is reset to thestate just before it had written the last report. If don't feed modlogan with new input lines, it won't change it internals states. This functionality is provided by the 'null' input module. 1.1.2 Configfile options(none)2. Output Plugins=================2.1. modlogan-------------1.1.1 DescriptionThe default output module of modlogan provides a HTMLized view of thegenerated data. The different reports are seperated into 4 pages for eachmonth. The layout (colors, fonts) is defined by a stylesheet (modlogan.css).1.1.2 Configfile options(plenty, maximun ranges and color settings)- pagestyle+ values: [ onepage | seppage | <empty>]  * onepage: all reports of a month are written to one page  * seppage: every report of a month is written to a seperate page  * <empty> (default): the reports are written into one page per group2.2. webalizer-------------- 1.1.1 DescriptionThe 'webalizer' module generates output similar to the original Webalizer(http://www.mrunix.net/webalizer/). The output is conforming the definitionHTML 4.0.1.1.2 Configfile options(plenty, maximun ranges and color settings)2.3. text---------1.1.1 DescriptionThe 'text' is currently the only non HTML output module. It is generating abasic overview what happened the last months. the output is suitable to besent via e-mail.1.1.2 Configfile options(plenty, maximun ranges)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -