mirror of
				https://github.com/apache/httpd.git
				synced 2025-11-03 17:53:20 +03:00 
			
		
		
		
	git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@421136 13f79535-47bb-0310-9956-ffa450edef68
		
			
				
	
	
		
			64 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			64 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0" encoding="EUC-KR" ?>
 | 
						|
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 | 
						|
<?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
 | 
						|
<!-- English Revision: 420990 -->
 | 
						|
 | 
						|
<!--
 | 
						|
 Licensed to the Apache Software Foundation (ASF) under one or more
 | 
						|
 contributor license agreements.  See the NOTICE file distributed with
 | 
						|
 this work for additional information regarding copyright ownership.
 | 
						|
 The ASF licenses this file to You under the Apache License, Version 2.0
 | 
						|
 (the "License"); you may not use this file except in compliance with
 | 
						|
 the License.  You may obtain a copy of the License at
 | 
						|
 | 
						|
     http://www.apache.org/licenses/LICENSE-2.0
 | 
						|
 | 
						|
 Unless required by applicable law or agreed to in writing, software
 | 
						|
 distributed under the License is distributed on an "AS IS" BASIS,
 | 
						|
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 | 
						|
 See the License for the specific language governing permissions and
 | 
						|
 limitations under the License.
 | 
						|
-->
 | 
						|
 | 
						|
<modulesynopsis metafile="mod_authz_default.xml.meta">
 | 
						|
 | 
						|
<name>mod_authz_default</name>
 | 
						|
<description>최후 권한부여모듈</description>
 | 
						|
<status>Base</status>
 | 
						|
<sourcefile>mod_authz_default.c</sourcefile>
 | 
						|
<identifier>authz_default_module</identifier>
 | 
						|
<compatibility>아파치 2.1 이후부터</compatibility>
 | 
						|
 | 
						|
<summary>
 | 
						|
    <p>이 모듈은 <module>mod_authz_user</module>나
 | 
						|
    <module>mod_authz_groupfile</module>와 같은 권한부여모듈을
 | 
						|
    설정하지않은 최후의 경우 대신 사용한다. 이 모듈은 모든 권한부여
 | 
						|
    요청을 거부한다.</p>
 | 
						|
</summary>
 | 
						|
 | 
						|
<directivesynopsis>
 | 
						|
<name>AuthzDefaultAuthoritative</name>
 | 
						|
<description>권한부여를 저수준 모듈로 넘겨줄지 여부</description>
 | 
						|
<syntax>AuthzDefaultAuthoritative On|Off</syntax>
 | 
						|
<default>AuthzDefaultAuthoritative On</default>
 | 
						|
<contextlist><context>directory</context><context>.htaccess</context>
 | 
						|
</contextlist>
 | 
						|
<override>AuthConfig</override>
 | 
						|
 | 
						|
<usage>
 | 
						|
    <p><directive>AuthzDefaultAuthoritative</directive> 지시어를
 | 
						|
    직접 <code>Off</code>로 설정하면 (<code>modules.c</code>
 | 
						|
    파일에서 정의한) 저수준 모듈로 권한부여를 넘겨준다.</p>
 | 
						|
 | 
						|
    <note><title>주의</title>
 | 
						|
      <p><module>mod_authz_default</module>가 이미 <em>매우
 | 
						|
      저수준</em>으로 정의되있기 때문에 보통 더 낮은 모듈이
 | 
						|
      없다. 그러므로
 | 
						|
      <directive>AuthzDefaultAuthoritative</directive>를
 | 
						|
      기본값(<code>On</code>)으로 남겨둬야 한다.</p>
 | 
						|
    </note>
 | 
						|
</usage>
 | 
						|
</directivesynopsis>
 | 
						|
 | 
						|
</modulesynopsis>
 |