1<?xml version="1.0" encoding="EUC-KR"?>
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3<html xmlns="http://www.w3.org/1999/xhtml" lang="ko" xml:lang="ko"><head><!--
4        XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
5              This file is generated from xml source: DO NOT EDIT
6        XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
7      -->
8<title>mod_auth_basic - Apache HTTP Server</title>
9<link href="/style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
10<link href="/style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
11<link href="/style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link rel="stylesheet" type="text/css" href="/style/css/prettify.css" />
12<script src="/style/scripts/prettify.min.js" type="text/javascript">
13</script>
14
15<link href="/images/favicon.ico" rel="shortcut icon" /></head>
16<body>
17<div id="page-header">
18<p class="menu"><a href="/mod/">���</a> | <a href="/mod/directives.html">���þ��</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="/glossary.html">���</a> | <a href="/sitemap.html">����Ʈ��</a></p>
19<p class="apache">Apache HTTP Server Version 2.4</p>
20<img alt="" src="/images/feather.gif" /></div>
21<div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="/images/left.gif" /></a></div>
22<div id="path">
23<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.4</a> &gt; <a href="./">���</a></div>
24<div id="page-content">
25<div id="preamble"><h1>����ġ ��� mod_auth_basic</h1>
26<div class="toplang">
27<p><span>������ ���: </span><a href="/en/mod/mod_auth_basic.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
28<a href="/fr/mod/mod_auth_basic.html" hreflang="fr" rel="alternate" title="Fran&#231;ais">&nbsp;fr&nbsp;</a> |
29<a href="/ja/mod/mod_auth_basic.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
30<a href="/ko/mod/mod_auth_basic.html" title="Korean">&nbsp;ko&nbsp;</a></p>
31</div>
32<div class="outofdate">�� ������ �ֽ��� ���� �ƴմϴ�.
33            �ֱٿ� ����� ������ ���� ������ ����ϼ���.</div>
34<table class="module"><tr><th><a href="module-dict.html#Description">����:</a></th><td>Basic authentication</td></tr>
35<tr><th><a href="module-dict.html#Status">����:</a></th><td>Base</td></tr>
36<tr><th><a href="module-dict.html#ModuleIdentifier">����:</a></th><td>auth_basic_module</td></tr>
37<tr><th><a href="module-dict.html#SourceFile">�ҽ�����:</a></th><td>mod_auth_basic.c</td></tr>
38<tr><th><a href="module-dict.html#Compatibility">����:</a></th><td>����ġ 2.1 ���ĺ���</td></tr></table>
39<h3>���</h3>
40
41    <p>�� ����� �ش� ������(provider)�� ����Ͽ� ����ں���
42    ������ �����ϴ� HTTP Basic Authentication�� �����Ѵ�.
43    HTTP Digest Authentication�� <code class="module"><a href="/mod/mod_auth_digest.html">mod_auth_digest</a></code>��
44    �����Ѵ�.</p>
45</div>
46<div id="quickview"><h3 class="directives">���þ��</h3>
47<ul id="toc">
48<li><img alt="" src="/images/down.gif" /> <a href="#authbasicauthoritative">AuthBasicAuthoritative</a></li>
49<li><img alt="" src="/images/down.gif" /> <a href="#authbasicfake">AuthBasicFake</a></li>
50<li><img alt="" src="/images/down.gif" /> <a href="#authbasicprovider">AuthBasicProvider</a></li>
51<li><img alt="" src="/images/down.gif" /> <a href="#authbasicusedigestalgorithm">AuthBasicUseDigestAlgorithm</a></li>
52</ul>
53<h3>���</h3>
54<ul class="seealso">
55<li><code class="directive"><a href="/mod/core.html#authname">AuthName</a></code></li>
56<li><code class="directive"><a href="/mod/core.html#authtype">AuthType</a></code></li>
57</ul><ul class="seealso"><li><a href="#comments_section">Comments</a></li></ul></div>
58
59<div class="top"><a href="#page-header"><img alt="top" src="/images/up.gif" /></a></div>
60<div class="directive-section"><h2><a name="AuthBasicAuthoritative" id="AuthBasicAuthoritative">AuthBasicAuthoritative</a> <a name="authbasicauthoritative" id="authbasicauthoritative">���þ�</a></h2>
61<table class="directive">
62<tr><th><a href="directive-dict.html#Description">����:</a></th><td>������ ���Ѻο��� ����� ��⿡ �Ѱ����� �����Ѵ�</td></tr>
63<tr><th><a href="directive-dict.html#Syntax">����:</a></th><td><code>AuthBasicAuthoritative On|Off</code></td></tr>
64<tr><th><a href="directive-dict.html#Default">�⺻��:</a></th><td><code>AuthBasicAuthoritative On</code></td></tr>
65<tr><th><a href="directive-dict.html#Context">������:</a></th><td>directory, .htaccess</td></tr>
66<tr><th><a href="directive-dict.html#Override">Override �ɼ�:</a></th><td>AuthConfig</td></tr>
67<tr><th><a href="directive-dict.html#Status">����:</a></th><td>Base</td></tr>
68<tr><th><a href="directive-dict.html#Module">���:</a></th><td>mod_auth_basic</td></tr>
69</table>
70    <p><code class="directive">AuthBasicAuthoritative</code> ���þ
71    <code>Off</code>�� �����ϸ� �־��� ����� ���̵� �ش��ϴ�
72    <strong>����� ���̵�</strong>�� <strong>��Ģ</strong>��
73    ã�� �� ��� ��� ������ ���Ѻο� ��θ� (<code>modules.c</code>
74    ���Ͽ��� ������) ����� ���� �Ѱ��ش�. �־��� �����
75    ���̵� ��Ģ�� ã�Ҵٸ� ���붧�� ���� ��ȣ�� ������뿩�θ�
76    �˻��ϰ�, �����ϸ� "Authentication Required (���� �ʿ�)"
77    ������ �Ѵ�.</p>
78
79    <p>�׷��� ���� ����� �����ͺ��̽��� ����� ���̵� �ְų�
80    ��ȿ�� <code class="directive"><a href="/mod/core.html#require">Require</a></code> ���þ
81    ���� ��⿡ ����ϸ�, ù��° ����� ����ڸ� �˻��ϰ�,
82    <code class="directive">AuthBasicAuthoritative</code> ������ ������
83    ������ �ѱ����ʴ´�.</p>
84
85    <p>�⺻������ ��� �ѱ����ʰ�, ���� ����� ���̵��
86    ��Ģ�� ��� "Authentication Required (���� �ʿ�)" ������
87    �Ѵ�. �� ���þ �������������� �ý����� �����ϰ� �����Ǹ�,
88    NCSA �������� ���� �����Ѵ�.</p>
89
90</div>
91<div class="top"><a href="#page-header"><img alt="top" src="/images/up.gif" /></a></div>
92<div class="directive-section"><h2><a name="AuthBasicFake" id="AuthBasicFake">AuthBasicFake</a> <a name="authbasicfake" id="authbasicfake">���þ�</a></h2>
93<table class="directive">
94<tr><th><a href="directive-dict.html#Description">����:</a></th><td>Fake basic authentication using the given expressions for
95username and password</td></tr>
96<tr><th><a href="directive-dict.html#Syntax">����:</a></th><td><code>AuthBasicFake off|username [password]</code></td></tr>
97<tr><th><a href="directive-dict.html#Default">�⺻��:</a></th><td><code>none</code></td></tr>
98<tr><th><a href="directive-dict.html#Context">������:</a></th><td>directory, .htaccess</td></tr>
99<tr><th><a href="directive-dict.html#Override">Override �ɼ�:</a></th><td>AuthConfig</td></tr>
100<tr><th><a href="directive-dict.html#Status">����:</a></th><td>Base</td></tr>
101<tr><th><a href="directive-dict.html#Module">���:</a></th><td>mod_auth_basic</td></tr>
102<tr><th><a href="directive-dict.html#Compatibility">����:</a></th><td>Apache HTTP Server 2.4.5 and later</td></tr>
103</table><p>The documentation for this directive has
104            not been translated yet. Please have a look at the English
105            version.</p></div>
106<div class="top"><a href="#page-header"><img alt="top" src="/images/up.gif" /></a></div>
107<div class="directive-section"><h2><a name="AuthBasicProvider" id="AuthBasicProvider">AuthBasicProvider</a> <a name="authbasicprovider" id="authbasicprovider">���þ�</a></h2>
108<table class="directive">
109<tr><th><a href="directive-dict.html#Description">����:</a></th><td>�� ��ġ�� ���� ���������ڸ� �����Ѵ�</td></tr>
110<tr><th><a href="directive-dict.html#Syntax">����:</a></th><td><code>AuthBasicProvider On|Off|<var>provider-name</var>
111[<var>provider-name</var>] ...</code></td></tr>
112<tr><th><a href="directive-dict.html#Default">�⺻��:</a></th><td><code>AuthBasicProvider On</code></td></tr>
113<tr><th><a href="directive-dict.html#Context">������:</a></th><td>directory, .htaccess</td></tr>
114<tr><th><a href="directive-dict.html#Override">Override �ɼ�:</a></th><td>AuthConfig</td></tr>
115<tr><th><a href="directive-dict.html#Status">����:</a></th><td>Base</td></tr>
116<tr><th><a href="directive-dict.html#Module">���:</a></th><td>mod_auth_basic</td></tr>
117</table>
118    <p><code class="directive">AuthBasicProvider</code> ���þ�� ��
119    ��ġ���� ����ڸ� ������ �����ڸ� �����Ѵ�. ����
120    <code>On</code>�̸� �⺻������(<code>file</code>)�� �����Ѵ�.
121    <code class="module"><a href="/mod/mod_authn_file.html">mod_authn_file</a></code> ����� <code>file</code>
122    �����ڸ� �����ϱ⶧���� ������ �� ����� �ִ��� Ȯ���ؾ�
123    �Ѵ�.</p>
124
125    <div class="example"><h3>����</h3><p><code>
126      &lt;Location /secure&gt;<br />
127      <span class="indent">
128        AuthBasicProvider  dbm<br />
129        AuthDBMType        SDBM<br />
130        AuthDBMUserFile    /www/etc/dbmpasswd<br />
131        Require            valid-user<br />
132      </span>
133      &lt;/Location&gt;
134    </code></p></div>
135
136    <p>�����ڴ� <code class="module"><a href="/mod/mod_authn_dbm.html">mod_authn_dbm</a></code>��
137    <code class="module"><a href="/mod/mod_authn_file.html">mod_authn_file</a></code>�� ����϶�.</p>
138
139    <p>���� <code>Off</code>�̸� ������ ����� ����� �⺻���·�
140    ���ư���.</p>
141
142</div>
143<div class="top"><a href="#page-header"><img alt="top" src="/images/up.gif" /></a></div>
144<div class="directive-section"><h2><a name="AuthBasicUseDigestAlgorithm" id="AuthBasicUseDigestAlgorithm">AuthBasicUseDigestAlgorithm</a> <a name="authbasicusedigestalgorithm" id="authbasicusedigestalgorithm">���þ�</a></h2>
145<table class="directive">
146<tr><th><a href="directive-dict.html#Description">����:</a></th><td>Check passwords against the authentication providers as if
147Digest Authentication was in force instead of Basic Authentication.
148</td></tr>
149<tr><th><a href="directive-dict.html#Syntax">����:</a></th><td><code>AuthBasicUseDigestAlgorithm MD5|Off</code></td></tr>
150<tr><th><a href="directive-dict.html#Default">�⺻��:</a></th><td><code>AuthBasicUseDigestAlgorithm Off</code></td></tr>
151<tr><th><a href="directive-dict.html#Context">������:</a></th><td>directory, .htaccess</td></tr>
152<tr><th><a href="directive-dict.html#Override">Override �ɼ�:</a></th><td>AuthConfig</td></tr>
153<tr><th><a href="directive-dict.html#Status">����:</a></th><td>Base</td></tr>
154<tr><th><a href="directive-dict.html#Module">���:</a></th><td>mod_auth_basic</td></tr>
155<tr><th><a href="directive-dict.html#Compatibility">����:</a></th><td>Apache HTTP Server 2.4.7 and later</td></tr>
156</table><p>The documentation for this directive has
157            not been translated yet. Please have a look at the English
158            version.</p></div>
159</div>
160<div class="bottomlang">
161<p><span>������ ���: </span><a href="/en/mod/mod_auth_basic.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
162<a href="/fr/mod/mod_auth_basic.html" hreflang="fr" rel="alternate" title="Fran&#231;ais">&nbsp;fr&nbsp;</a> |
163<a href="/ja/mod/mod_auth_basic.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
164<a href="/ko/mod/mod_auth_basic.html" title="Korean">&nbsp;ko&nbsp;</a></p>
165</div><div class="top"><a href="#page-header"><img src="/images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>Notice:</strong><br />This is not a Q&amp;A section. Comments placed here should be pointed towards suggestions on improving the documentation or server, and may be removed again by our moderators if they are either implemented or considered invalid/off-topic. Questions on how to manage the Apache HTTP Server should be directed at either our IRC channel, #httpd, on Freenode, or sent to our <a href="http://httpd.apache.org/lists.html">mailing lists</a>.</div>
166<script type="text/javascript"><!--//--><![CDATA[//><!--
167var comments_shortname = 'httpd';
168var comments_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_auth_basic.html';
169(function(w, d) {
170    if (w.location.hostname.toLowerCase() == "httpd.apache.org") {
171        d.write('<div id="comments_thread"><\/div>');
172        var s = d.createElement('script');
173        s.type = 'text/javascript';
174        s.async = true;
175        s.src = 'https://comments.apache.org/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
176        (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
177    }
178    else { 
179        d.write('<div id="comments_thread">Comments are disabled for this page at the moment.<\/div>');
180    }
181})(window, document);
182//--><!]]></script></div><div id="footer">
183<p class="apache">Copyright 2014 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
184<p class="menu"><a href="/mod/">���</a> | <a href="/mod/directives.html">���þ��</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="/glossary.html">���</a> | <a href="/sitemap.html">����Ʈ��</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
185if (typeof(prettyPrint) !== 'undefined') {
186    prettyPrint();
187}
188//--><!]]></script>
189</body></html>