Home > Cpanel > Host Access Control (block IP access) 1

Host Access Control (block IP access) 1

February 15th, 2009
  • twist ((shell_command) Replace the current process by an instance of the specified
    shell command, after performing the % expansions described in the
    hosts_access(5) manual page.)
  • deny (Denys Service/Access)
  • banners ((/some/directory) Look for a file in "/some/directory" with the same
    name as the daemon process (for example in.telnetd for the telnet
    service), and copy its contents to the client. Newline characters are replaced
    by carriage-return newline, and % sequences are expanded (see the
    hosts_access(5) manual page).)
  • nice ([number] Change the nice value of the process (default 10). Specify a positive
    value to spend more CPU resources on other processes.)
  • rfc931 ([timeout_in_seconds] Look up the client user name with the RFC 931 (TAP, IDENT,
    RFC 1413) protocol. This option is silently ignored in case of services based
    on transports other than TCP. It requires that the client system runs an RFC
    931 (IDENT, etc.) -compliant daemon, and may cause noticeable delays with
    connections from non-UNIX clients. The timeout period is optional. If no
    timeout is specified a compile-time defined default value is taken.)
  • setenv ((name) (value) Place a (name, value) pair into the process environment. The
    value is subjected to % expansions and may contain whitespace (but
    leading and trailing blanks are stripped off).)
  • user ((user[.group]) Ammume the privleges of the user and group)
  • allow (Permits Service/Access)
  • umask ((umask) Like the umask command that is built into the shell. Should be octal)
  • keepalive (Causes the server to periodically send a message to the client. The connection
    is considered broken when the client does not respond. The keepalive option can
    be useful when users turn off their machine while it is still connected to a
    server. The keepalive option is not useful for datagram (UDP) services.)
Categories: Cpanel Tags:
Comments are closed.