]> granicus.if.org Git - apache/blob - docs/manual/mod/mod_status.xml.ko
ye gods what have I done
[apache] / docs / manual / mod / mod_status.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:1331227 (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_status.xml.meta">
24
25 <name>mod_status</name>
26 <description>¼­¹ö È°µ¿°ú ¼º´É¿¡ ´ëÇÑ Á¤º¸¸¦ Á¦°øÇÑ´Ù</description>
27 <status>Base</status>
28 <sourcefile>mod_status.c</sourcefile>
29 <identifier>status_module</identifier>
30
31
32 <summary>
33     <p>Status ¸ðµâÀº ¼­¹ö °ü¸®ÀÚ¿¡°Ô ¼­¹öÀÇ »óŸ¦ º¸¿©ÁØ´Ù.
34     ½±°Ô ÀÐÀ» ¼ö Àִ HTML ÆäÀÌÁö·Î ÇöÀç ¼­¹öÅë°è¸¦ º¸¿©ÁØ´Ù.
35     ÇÊ¿äÇÏ´Ù¸é (Ç¥ÁØÀ» µû¸£´Â ºê¶ó¿ìÀú¿¡¼­) ÆäÀÌÁö¸¦ ÀÚµ¿À¸·Î
36     °»½ÅÇÒ ¼ö ÀÖ´Ù. ÇöÀç ¼­¹ö »óŸ¦ ÄÄÇ»ÅÍ°¡ ÀÐÀ» ¼ö ÀÖ´Â
37     °£´ÜÇÑ ¸ñ·ÏÀ¸·Î º¸¿©ÁÙ ¼öµµ ÀÖ´Ù.</p>
38
39     <p>¾Ë·ÁÁִ Á¤º¸´Â:</p>
40
41     <ul>
42       <li>¿äûÀ» ¼­ºñ½ºÇϴ workerÀÇ °³¼ö</li>
43
44       <li>½¬°í ÀÖ´Â(idle) workerÀÇ °³¼ö</li>
45
46       <li>°¢ workerµéÀÇ »óÅÂ, worker°¡ Ã³¸®ÇÑ ¿äûÀÇ °³¼ö¿Í
47       worker°¡ ¼­ºñ½ºÇÑ Àüü ¹ÙÀÌÆ®¼ö (*)</li>
48
49       <li>ÃÑ Á¢±Ù È½¼ö¿Í ¼­ºñ½ºÇÑ ¹ÙÀÌÆ®¼ö (*)</li>
50
51       <li>¼­¹ö°¡ ½ÃÀÛȤÀº Àç½ÃÀÛÇÑ ½Ã°£°ú µ¿ÀÛÇÑ ½Ã°£</li>
52
53       <li>ÃÊ´ç ¿äû¼ö Æò±Õ, ÃÊ´ç ¼­ºñ½ºÇÑ ¹ÙÀÌÆ®¼ö¿Í ¿äû´ç
54       ¹ÙÀÌÆ®¼ö Æò±Õ (*)</li>
55
56       <li>ÇöÀç ¾ÆÆÄÄ¡ Àüü¿Í °¢ workerµéÀÇ CPU ºñÀ² (*)</li>
57
58       <li>ÇöÀç Ã³¸®ÇÏ°í Àִ ȣ½ºÆ®¿Í ¿äû (*)</li>
59     </ul>
60
61     <p>Ç¥ÁØ ¾ÆÆÄÄ¡¿¡´Â "(*)"·Î Ç¥½ÃÇÑ Åë°è¸¦ ¾òÀ» ¼ö ¾ø´Ù.
62     ÀÌ Á¤º¸¸¦ º¸·Á¸é ÄÄÆÄÀϽà¿É¼ÇÀ» »ç¿ëÇؾߠÇÑ´Ù.</p>
63 </summary>
64
65 <section id="enable">
66     <title>Status »ç¿ëÇϱâ</title>
67
68     <p>foo.com µµ¸ÞÀο¡¼­ Á¢±ÙÇÑ ºê¶ó¿ìÀú¿¡°Ô¸¸ »óŸ¦ º¸¿©ÁÖ·Á¸é
69     <code>httpd.conf</code> ¼³Á¤ÆÄÀÏ¿¡ ´ÙÀ½°ú °°ÀÌ Ãß°¡ÇÑ´Ù</p>
70 <example>
71     &lt;Location /server-status&gt;<br />
72     SetHandler server-status<br />
73 <br />
74     Order Deny,Allow<br />
75     Deny from all<br />
76     Allow from .foo.com<br />
77     &lt;/Location&gt;
78 </example>
79
80     <p>ÀÌÁ¦ À¥ºê¶ó¿ìÀú·Î
81     <code>http://your.server.name/server-status</code> ÆäÀÌÁö¿¡
82     Á¢±ÙÇϸ頼­¹ö Åë°è¸¦ º¼ ¼ö ÀÖ´Ù.</p>
83 </section>
84
85 <section id="autoupdate">
86
87     <title>ÀÚµ¿ °»½Å</title>
88     <p>ºê¶ó¿ìÀú°¡ "Àç°»½Å"À» Áö¿øÇÑ´Ù¸é status ÆäÀÌÁö¸¦ ÀÚµ¿À¸·Î
89     °»½ÅÇÒ ¼ö ÀÖ´Ù. N Ãʸ¶´Ù °»½ÅÇÏ·Á¸é
90     <code>http://your.server.name/server-status?refresh=N</code>
91     ÆäÀÌÁö¸¦ »ç¿ëÇ϶ó.</p>
92
93 </section>
94
95 <section id="machinereadable">
96
97     <title>ÄÄÇ»ÅÍ°¡ ÀÐÀ» ¼ö Àִ Status ÆÄÀÏ</title>
98     <p><code>http://your.server.name/server-status?auto</code>¿¡¼­
99     ÄÄÇ»ÅÍ°¡ ½±°Ô ÀÐÀ» ¼ö Àִ status ÆÄÀÏÀ» ¾òÀ» ¼ö ÀÖ´Ù. ÀÌ
100     Çü½ÄÀº ¾ÆÆÄÄ¡ <code>/support</code> µð·ºÅ丮¿¡ ÀÖ´Â
101     <code>log_server_status</code> Perl ÇÁ·Î±×·¥°ú °°ÀÌ ÀÚµ¿À¸·Î
102     ½ÇÇàÇϴ ÇÁ·Î±×·¥¿¡ À¯¿ëÇÏ´Ù.</p>
103
104     <note>
105       <strong><module>mod_status</module>¸¦ ¼­¹ö¿Í °°ÀÌ
106       ÄÄÆÄÀÏÇÏ¿´´Ù¸é µð·ºÅ丮<em>º°</em> ¼³Á¤ÆÄÀÏÀ» (<em>¿¹¸¦
107       µé¾î</em>, <code>.htaccess</code>) Æ÷ÇÔÇÏ¿© <em>¸ðµç</em>
108       ¼³Á¤ÆÄÀÏ¿¡¼­ Çڵ鷯¸¦ »ç¿ëÇÒ ¼ö ÀÖ´Ù. ±×·¡¼­ »çÀÌÆ®¿¡
109       º¸¾È ¹®Á¦°¡ ¹ß»ýÇÒ ¼ö ÀÖ´Ù.</strong>
110     </note>
111
112 </section>
113
114 <directivesynopsis>
115
116 <name>ExtendedStatus</name>
117 <description>°¢ ¿äû¿¡ ´ëÇÑ ÀÚ¼¼ÇÑ »óÅ Á¤º¸¸¦ ±â·ÏÇÑ´Ù</description>
118 <syntax>ExtendedStatus On|Off</syntax>
119 <default>ExtendedStatus Off</default>
120 <contextlist><context>server config</context></contextlist>
121 <compatibility>ExtendedStatus´Â ¾ÆÆÄÄ¡ 1.3.2 ÀÌÈÄ¿¡¸¸ ÀÖ´Ù.</compatibility>
122
123 <usage>
124     <p>ÀÌ ¼³Á¤Àº ¼­¹ö Àüü¿¡ Àû¿ëµÇ¸ç, °¡»óÈ£½ºÆ®º°·Î Å°°í ²ø
125     ¼ö ¾ø´Ù. ÀÚ¼¼ÇÑ »óÅ Á¤º¸¸¦ ¸ðÀ¸¸é ¼­¹ö°¡ ´À·ÁÁú ¼ö ÀÖ´Ù.</p>
126 </usage>
127
128 </directivesynopsis>
129 </modulesynopsis>
130