<Directory "/usr/apache/htdocs">
#
# Possible values for the Options directive are "None", "All",
# or any combination of:
# Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
#
# Note that "MultiViews" must be named *explicitly* --- "Options All"
# doesn't give it to you.
#
# The Options directive is both complicated and important. Please see
# http://httpd.apache.org/docs/2.2/mod/core.html#options
# for more information.
#
Options FollowSymLinks
#
# AllowOverride controls what directives may be placed in .htaccess files.
# It can be "All", "None", or any combination of the keywords:
# Options FileInfo AuthConfig Limit
#
AllowOverride All
#
# Controls who can get stuff from this server.
#
Order allow,deny
Allow from 111.111.111.111 1.2.3.4
</Directory>
'Linux, Shell Script' 카테고리의 다른 글
오래된 로그 검색해서 지우기 (0) | 2021.05.14 |
---|---|
SSH root 접속 제한 하기 (0) | 2020.07.09 |
공개키 인증으로 SSH Password 없이 접속하기 (0) | 2020.06.27 |
Crontab 설치 및 사용법 (0) | 2020.06.25 |
ipset 이용하여 DDoS or DoS 방어 하기 (0) | 2020.06.22 |