HEX
Server: Apache/2.4.29 (Ubuntu)
System: Linux bareserver 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
User: root (0)
PHP: 7.2.24-0ubuntu0.18.04.17
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,
Upload Files
File: //usr/share/webmin/tcpwrappers/help/intro.zh.auto.html
<header> TCP包装器</header><h3>介绍</h3>该模块使用一种简单的访问控制语言,该语言基于客户端(主机名/地址,用户名)和服务器(进程名,主机名/地址)模式。 <p> hosts_options(5)文档中描述了访问控制语言的扩展版本。通过使用-DPROCESS_OPTIONS构建,可以在程序构建时打开扩展。 <h3>访问控制文件</h3>访问控制软件查阅两个文件。搜索在第一个匹配项处停止: <ul><li>当(守护程序,客户端)对与/etc/hosts.allow文件中的条目匹配时,将授予访问权限。 </li><li>否则,当(守护程序,客户端)对与/etc/hosts.deny文件中的条目匹配时,访问将被拒绝。 </li><li>否则,将授予访问权限。 </li></ul>不存在的访问控制文件将被视为空文件。因此,可以通过不提供访问控制文件来关闭访问控制。 <hr />