Httpd.conf: Difference between revisions

From IT Wiki
(리눅스 httpd.conf 문서로 넘겨주기)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
[[리눅스 apache|리눅스 아파치 웹서버]]의 메인 설정파일
#넘겨주기 [[리눅스 httpd.conf]]
 
*위치 : /etc/conf/httpd/httpd.conf
 
== 설정법 ==
=== 접근 제어 ===
<pre class='shell'>
<Directory "/www/ihd/admin">
  Order Deny,Allow
  Deny from All
  Allow from 192.168.2.0/24
</Directory>
</pre>
 
 
 
[[분류:리눅스]]
[[분류:리눅스 파일]]

Latest revision as of 02:16, 22 April 2019