yoy*_*fun 5 configuration networking etc
我搜索了很多来找到这个词的实际含义。我发现它们是配置文件中的文本行,但我不确定它们在 Linux 上下文中和外部是否也有其他含义。
小智 4
节是配置文件的一部分,例如:
# Available loglevels: trace8, ..., trace1, debug, info, notice, warn,
# error, crit, alert, emerg.
# It is also possible to configure the loglevel for particular
# modules, e.g.
#LogLevel info ssl:warn
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
Run Code Online (Sandbox Code Playgroud)
这是 Apachesites-available
配置文件中控制日志记录的一节,位于/etc/apache2/sites-available/000-default.conf
安装 Apache 时的位置。
起源可以google一下,这是我找到的。