]> granicus.if.org Git - apache/blob - docs/manual/mod/mod_logio.xml.ko
HTML encoding
[apache] / docs / manual / mod / mod_logio.xml.ko
1 <?xml version="1.0" encoding='EUC-KR' ?>
2 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
3 <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
4 <!-- English Revision: 420990:1671918 (outdated) -->
5
6 <!--
7  Licensed to the Apache Software Foundation (ASF) under one or more
8  contributor license agreements.  See the NOTICE file distributed with
9  this work for additional information regarding copyright ownership.
10  The ASF licenses this file to You under the Apache License, Version 2.0
11  (the "License"); you may not use this file except in compliance with
12  the License.  You may obtain a copy of the License at
13
14      http://www.apache.org/licenses/LICENSE-2.0
15
16  Unless required by applicable law or agreed to in writing, software
17  distributed under the License is distributed on an "AS IS" BASIS,
18  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19  See the License for the specific language governing permissions and
20  limitations under the License.
21 -->
22
23 <modulesynopsis metafile="mod_logio.xml.meta">
24
25 <name>mod_logio</name>
26 <description>¿äû´ç ÀÔÃâ·Â ¹ÙÀÌÆ®¼ö¸¦ ±â·Ï</description>
27 <status>Extension</status>
28 <sourcefile>mod_logio.c</sourcefile>
29 <identifier>logio_module</identifier>
30
31 <summary>
32
33     <p>ÀÌ ¸ðµâÀº ¿äû´ç ÀÔÃâ·Â ¹ÙÀÌÆ®¼ö¸¦ ±â·ÏÇÑ´Ù. ¼ýÀÚ´Â
34     ³×Æ®¿÷¿¡¼­ ½ÇÁ¦·Î ÁÖ°í¹ÞÀº ¹ÙÀÌÆ®¼ö¸¦ ³ªÅ¸³»¸ç, ¿äû°ú ÀÀ´äÀÇ
35     Çì´õ¿Í ³»¿ëÀ» Æ÷ÇÔÇÑ´Ù. °³¼ö´Â ÀÔ·ÂÀÇ °æ¿ì SSL/TLS ÀÌÀü¿¡,
36     Ãâ·ÂÀÇ °æ¿ì SSL/TLS ÀÌÈÄ¿¡ ¼¼±â¶§¹®¿¡ ¾ÏȣȭÀÇ °á°úµµ
37     ¿Ã¹Ù·Î ¹Ý¿µµÈ´Ù.</p>
38
39     <p>ÀÌ ¸ðµâÀ» »ç¿ëÇÏ·Á¸é <module>mod_log_config</module>ÀÌ
40     ÇÊ¿äÇÏ´Ù.</p>
41
42 </summary>
43
44 <seealso><module>mod_log_config</module></seealso>
45 <seealso><a href="../logs.html">¾ÆÆÄÄ¡ ·Î±×ÆÄÀÏ</a></seealso>
46
47 <section id="formats">
48 <title>»ç¿ëÀÚÁ¤ÀÇ ·Î±× Çü½Ä</title>
49
50     <p>ÀÌ ¸ðµâÀº µÎ°¡Áö »õ·Î¿î ·Î±×Áö½Ã¾î¸¦ Ãß°¡ÇÑ´Ù. ¿äûÀÚüÀÇ
51     Æ¯¼ºÀº Çü½Ä¹®ÀÚ¿­¿¡ "<code>%</code>" Áö½Ã¾î¸¦ »ç¿ëÇÏ¿© ±â·ÏÇÑ´Ù.
52     Áö½Ã¾î´Â ·Î±×ÆÄÀÏ¿¡ ´ÙÀ½°ú °°Àº °ªÀ» ±â·ÏÇÑ´Ù:</p>
53
54     <table border="1" style="zebra">
55     <tr><th>Çü½Ä¹®ÀÚ¿­</th>
56         <th>¼³¸í</th></tr>
57
58     <tr><td><code>%...I</code></td>
59         <td>¿äû°ú Çì´õ¸¦ Æ÷ÇÔÇÏ¿© ¹ÞÀº ¹ÙÀÌÆ®¼ö. 0ÀÏ ¼ö ¾ø´Ù.</td></tr>
60
61     <tr><td><code>%...O</code></td>
62         <td>Çì´õ¸¦ Æ÷ÇÔÇÏ¿© º¸³½ ¹ÙÀÌÆ®¼ö. 0ÀÏ ¼ö ¾ø´Ù.</td></tr>
63     </table>
64
65     <p>º¸Åë ´ÙÀ½°ú °°ÀÌ »ç¿ëÇÑ´Ù:</p>
66
67     <dl>
68
69       <dt>°áÇյȠÀÔÃâ·Â ·Î±× Çü½Ä:</dt>
70
71       <dd><code>"%h %l %u %t \"%r\" %&gt;s %b \"%{Referer}i\"
72       \"%{User-agent}i\" %I %O"</code></dd>
73
74     </dl>
75
76 </section>
77
78 </modulesynopsis>