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.ko.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 />