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

📄 notes

📁 Unix下基于Web的管理工具
💻
字号:
notes about apache------------------Apache has a large number of directives which are valid in different parts of the config file (and maybe in other files such as .htaccess). Theavailable directives and their possible locations varies from release torelease of apache. Apache version from 1.1 to 1.3 will be supported.Each type of directive is defined in some module, which may be compiledinto the server or not. Each module version supports some list of directives,and the server version is basically a list of the modules/versions supported.To implement this, each apache module will have on .pl file that hasfunctions for each directive, plus a master function that lists all the supported directives for this module version and their possible contexts.The main apache config file is httpd.conf in the conf directory. Thisfile can refer to other files by some directives, or other config filescan be read as well.Directives can be in any config file (unlike NCSA).This means that the config file must be read, parsed, and the other configfiles read and parsed as well. Only then can the other directives be searchedfor.

⌨️ 快捷键说明

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