Apache HTTP Server Version 2.4
ƢÉÇÑ î: ko
í: | Basic authentication |
---|---|
»óÅÂ: | Base |
惡: | auth_basic_module |
ÒÄÀÏ: | mod_auth_basic.c |
Áö: | ÄÄ 2.1 ÀÌÈÄÎÅÍ |
ÀÌ µâÀ Çç Á¦ƩÀÚ(provider)¦ »çëÇÏ© »çëÀÚơÎ Á¢ÙÀ» Á¦ÇÑÇÏ HTTP Basic AuthenticationÀ» Á¦ƩÇÑÙ. HTTP Digest AuthenticationÀ mod_auth_digest
Ƣ Á¦ƩÇÑÙ.
í: | ÀÎÁõú ÇÇÑΩ¦ ÀúöÁ µâ ÑÜÁÙÁö áÁÇÑÙ |
---|---|
ý: | AuthBasicAuthoritative On|Off |
â»ƨ: | AuthBasicAuthoritative On |
»çëÀåÒ: | directory, .htaccess |
Override ÉÇ: | AuthConfig |
»óÅÂ: | Base |
µâ: | mod_auth_basic |
AuthBasicAuthoritative
ÁöÃî¦ Off
Î ÁÇÏé ÁÖîÁ »çëÀÚ À̵ ÇçÇÏ »çëÀÚ À̵ ÔÄ¢À» ãÀ» ö  Ʃì ÀÎÁõú ÇÇÑΩ µÎ¦ (modules.c
ÄÀÏ ÁÀÇÇÑ) ÀúöÁ µâÎ ÑÜÁÙ. ÁÖîÁ »çëÀÚ À̵ ÔÄ¢À» ãÒÙé ÅëҡעÍ ơÀÌ ÏÈ£Í Á¢ÙÇãë©Î¦ Ë»çÇÏí, ÇÇÏé "Authentication Required (ÀÎÁõ ÇÊä)" ÀÀäÀ» ÇÑÙ.
©¯ µâÀÇ µ¥ÀÌÅÍ£ÀÌ »çëÀÚ À̵Ƣ ÀÖÅ À¯ÈÇÑ Require
ÁöÃî¦ ©¯ µâ ÀûëÇÏé, àµâÀÌ »çëÀÚ¦ Ë»çÇÏí, AuthBasicAuthoritative
Áú üèÀÌ Á¢ÙÀ» ÑâÁöÊÂÙ.
â»ÀûÀÎ Á¦î¦ ÑâÁöÊí, £Â »çëÀÚ ÀÌµÍ ÔÄ¢ÀÎ Ʃì "Authentication Required (ÀÎÁõ ÇÊä)" ÀÀäÀ» ÇÑÙ. ÀÌ ÁöÃî¦ ÁÇÏÁöÊÀé ÃÅÛÀÌ ÈÀüÇÏÔ À¯ÁöµÇç, NCSA À¥öÍ ơÀÌ µÀÛÇÑÙ.
í: | Fake basic authentication using the given expressions for name and |
---|---|
ý: | AuthBasicFake off|name [] |
â»ƨ: | none |
»çëÀåÒ: | directory, .htaccess |
Override ÉÇ: | AuthConfig |
»óÅÂ: | Base |
µâ: | mod_auth_basic |
Áö: | Apache HTTP Server 2.4.5 and later |
The documentation for this directive has not been translated yet. Please have a look at the English version.
í: | ÀÌ ÀÄ ëÇÑ ÀÎÁõÁ¦ƩÀÚ¦ ÁöÁÇÑÙ |
---|---|
ý: | AuthBasirovider On|Off|provider-name [provider-name] ... |
â»ƨ: | AuthBasirovider On |
»çëÀåÒ: | directory, .htaccess |
Override ÉÇ: | AuthConfig |
»óÅÂ: | Base |
µâ: | mod_auth_basic |
AuthBasirovider
ÁöÃî ÀÌ ÀÄ »çëÀÚ¦ ÀÎÁõÇÒ Á¦ƩÀÚ¦ ÁöÁÇÑÙ. ƨÀÌ On
ÀÌé â»Á¦ƩÀÚ(file
)¦ ÅÃÇÑÙ. mod_authn_file
µâÀÌ file
Á¦ƩÀÚ¦ ÇöÇÏâҡש碯 ö ÀÌ µâÀÌ ÀÖÂÁö ÈÀÎÇ ÇÑÙ.
<Location /secure>
AuthBasirovider dbm
AuthDBMType SDBM
AuthDBMFile /www/etc/dbmwd
Require valid-
</Location>
Á¦ƩÀÚ mod_authn_file
À» ÂüíÇÏó.
ƨÀÌ Off
ÀÌé Á¦ƩÀÚ ñÏÀ» Áöìí â»»óÅÂÎ µ£Ù.
í: | Check s against the authentication providers as if Digest Authentication was in force instead of Basic Authentication. |
---|---|
ý: | AuthBasicUseDigestAlgorithm MD5|Off |
â»ƨ: | AuthBasicUseDigestAlgorithm Off |
»çëÀåÒ: | directory, .htaccess |
Override ÉÇ: | AuthConfig |
»óÅÂ: | Base |
µâ: | mod_auth_basic |
Áö: | Apache HTTP Server 2.4.7 and later |
The documentation for this directive has not been translated yet. Please have a look at the English version.
ƢÉÇÑ î: ko