리눅스 httpd.conf
From IT Wiki
Revision as of 21:32, 2 May 2018 by 221.153.37.97 (talk) (새 문서: 리눅스 아파치 웹서버의 메인 설정파일 *위치 : /etc/conf/httpd/httpd.conf == 설정법 == === 접근 제어 === <pre class='shell'> <Directory...)
리눅스 아파치 웹서버의 메인 설정파일
- 위치 : /etc/conf/httpd/httpd.conf
설정법
접근 제어
<Directory "/www/ihd/admin"> Order Deny,Allow Deny from All Allow from 192.168.2.0/24 </Directory>