HEX
Server: Apache/2.4.18 (Ubuntu)
System: Linux phubuntu06.apexhosting.com 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64
User: master06 (1000)
PHP: 7.0.33-0ubuntu0.16.04.16
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_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
Upload Files
File: //usr/share/webmin/tcpwrappers/help/intro.html
<header>TCP Wrappers</header>

<h3>Introduction</h3>
This module uses a simple access control language that is based on client (host name/address, user name), and server (process name, host name/address)
patterns.<p />
An extended version of the access control language is described in the hosts_options(5) document. The extensions are turned on at program build time by  building
with -DPROCESS_OPTIONS.
                            
<h3>Access Control Files</h3>
The access control software consults two files. The search stops at the first match:
<ul>                                                 
<li>Access will be granted when a (daemon,client) pair matches an entry in the /etc/hosts.allow file.</li>
<li>Otherwise, access will be denied when a (daemon,client) pair matches an entry in the /etc/hosts.deny file.</li>
<li>Otherwise, access will be granted.</li>
</ul>
A non-existing access control file is treated as if it were an empty file. Thus, access control can be turned off by providing no access control files.
                                                                             

<hr />