]> granicus.if.org Git - apache/blob - docs/manual/mod/mod_status.xml.ja
Update docco transforms
[apache] / docs / manual / mod / mod_status.xml.ja
1 <?xml version="1.0" encoding="iso-2022-jp"?>
2 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
3 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
4 <modulesynopsis metafile="mod_status.xml.meta">
5 <!-- English Revision: 420990:590641 (outdated) -->
6
7 <!--
8  Licensed to the Apache Software Foundation (ASF) under one or more
9  contributor license agreements.  See the NOTICE file distributed with
10  this work for additional information regarding copyright ownership.
11  The ASF licenses this file to You under the Apache License, Version 2.0
12  (the "License"); you may not use this file except in compliance with
13  the License.  You may obtain a copy of the License at
14
15      http://www.apache.org/licenses/LICENSE-2.0
16
17  Unless required by applicable law or agreed to in writing, software
18  distributed under the License is distributed on an "AS IS" BASIS,
19  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
20  See the License for the specific language governing permissions and
21  limitations under the License.
22 -->
23
24 <name>mod_status</name>
25 <description>\e$B%5!<%P$N3hF0>u67$H@-G=$K4X$9$k>pJs$rDs6!$9$k\e(B</description>
26 <status>Base</status>
27 <sourcefile>mod_status.c</sourcefile>
28 <identifier>status_module</identifier>
29
30
31 <summary>
32     <p>\e$B$3$N\e(B Status \e$B%b%8%e!<%k$K$h$j%5!<%P4IM}<T$O%5!<%P$,$I$N$/$i$$\e(B
33     \e$B$N@-G=$GF0:n$7$F$$$k$+$rCN$k$3$H$,$G$-$k$h$&$K$J$j$^$9!#\e(B
34     \e$B8=;~E@$G$N%5!<%P$NE}7W>pJs$rFI$_$d$9$$7A<0$G8=$7$?\e(B HTML \e$B%Z!<%8$,\e(B
35     \e$BI=<($5$l$^$9!#I,MW$G$"$l$P!"$3$N%Z!<%8$O<+F0E*$K%j%U%l%C%7%e$5$;$k\e(B
36     \e$B$3$H$b$G$-$^$9\e(B (\e$B8_49@-$N$"$k%V%i%&%6$r;HMQ$7$F$$$k>l9g\e(B)\e$B!#\e(B
37     \e$BJL$K!"8=;~E@$G$N%5!<%P$N>uBV$rC1=c$J5!3#FI$_<h$j2DG=$J%j%9%H$G\e(B
38     \e$B8=$9%Z!<%8$b$"$j$^$9!#\e(B</p>
39
40     <p>\e$BI=<($5$l$k>pJs$O\e(B:</p>
41
42     <ul>
43       <li>\e$B%j%/%(%9%H$r07$C$F$$$k%o!<%+!<$N?t\e(B</li>
44
45       <li>\e$B%"%$%I%k\e(B (\e$BLuCm\e(B: \e$B%j%/%(%9%H$r07$C$F$$$J$$\e(B) \e$B%o!<%+!<$N?t\e(B</li>
46
47       <li>\e$B3F%o!<%+!<$N>uBV!"%o!<%+!<$,07$C$?%j%/%(%9%H$N?t!"\e(B
48       \e$B%o!<%+!<$,Aw$C$?Am%P%$%H?t\e(B (*)</li>
49
50       <li>\e$BAm%"%/%;%9?t$HAm%P%$%H?t\e(B (*)</li>
51
52       <li>\e$B%5!<%P$,5/F0$b$7$/$O:F5/F0$5$l$?;~9o$HF0:n$7$F$$$k;~4V\e(B</li>
53
54       <li>\e$BJ?6Q$N\e(B 1 \e$BIC$"$?$j$N%j%/%(%9%H?t!"\e(B1 \e$BIC$"$?$j$NAw$i$l$?%P%$%H?t!"\e(B
55       \e$B%j%/%(%9%H$"$?$j$N%P%$%H?t\e(B (*)</li>
56
57       <li>\e$B3F%o!<%+!<$H\e(B Apache \e$BA4BN$G;HMQ$5$l$F$$$k\e(B CPU \e$B$N3d9g\e(B (*)</li>
58
59       <li>\e$B8=;~E@$N%[%9%H$H=hM}$5$l$F$$$k%j%/%(%9%H\e(B (*)</li>
60     </ul>
61
62     <p>"(*)" \e$B$NIU$$$F$$$k>pJs$rI=<($9$k$?$a$K$O%3%s%Q%$%k;~$N%*%W%7%g%s\e(B
63     \e$B$r;HMQ$9$kI,MW$,$"$j$^$9!#$3$l$i$NE}7W>pJs$rF@$k$?$a$KI,MW$J\e(B
64     \e$B%3!<%I$OI8=`$N\e(B Apache \e$B$K$O4^$^$l$F$$$^$;$s!#\e(B</p>
65 </summary>
66
67 <section id="enable">
68     <title>Status \e$B$r;HMQ2DG=$K$9$k\e(B</title>
69
70     <p>foo.com \e$B%I%a%$%s$+$i$N%V%i%&%6$N$_$KBP$7$F\e(B
71     \e$B%9%F!<%?%9$NJs9p$r;HMQ2DG=$K$9$k$K$O\e(B
72     \e$B0J2<$N%3!<%I$r\e(B <code>httpd.conf</code> \e$B@_Dj%U%!%$%k$KDI2C$7$^$9\e(B</p>
73 <example>
74     &lt;Location /server-status&gt;<br />
75     SetHandler server-status<br />
76 <br />
77     Order Deny,Allow<br />
78     Deny from all<br />
79     Allow from .foo.com<br />
80     &lt;/Location&gt;
81 </example>
82
83     <p>\e$B$3$l$G!"%5!<%P$NE}7W>pJs$r%&%'%V%V%i%&%6$r;H$C$F\e(B
84     <code>http://your.server.name/server-status</code> \e$B$r%"%/%;%9$9$k$3$H$K$h$j\e(B
85     \e$BCN$k$3$H$,$G$-$k$h$&$K$J$j$^$9!#\e(B</p>
86 </section>
87
88 <section id="autoupdate">
89
90     <title>\e$B<+F099?7\e(B</title>
91     <p>\e$B%V%i%&%6$,!V%j%U%l%7%e!W5!G=$r%5%]!<%H$7$F$$$l$P!"%9%F!<%?%9%Z!<%8$r\e(B
92     \e$B<+F0E*$K99?7$9$k$h$&$K$G$-$^$9!#\e(BN \e$BICKh$K99?7$5$;$k$?$a$K$O\e(B
93     <code>http://your.server.name/server-status?refresh=N</code>
94     \e$B$H$$$&%Z!<%8$r%"%/%;%9$7$F$/$@$5$$!#\e(B</p>
95
96 </section>
97
98 <section id="machinereadable">
99
100     <title>\e$B5!3#FI$_<h$j2DG=$J%9%F!<%?%9%U%!%$%k\e(B</title>
101     <p><code>http://your.server.name/server-status?auto</code> \e$B$r\e(B
102     \e$B%"%/%;%9$9$k$3$H$K$h$j!"%9%F!<%?%9%U%!%$%k$N5!3#FI$_<h$j2DG=$J%P!<%8%g%s$r\e(B
103     \e$BF@$k$3$H$,$G$-$^$9!#$3$l$O<+F0E*$K<B9T$5$l$k$H$-$KJXMx$G$9!#\e(B
104     Apache \e$B$N\e(B <code>/support</code> \e$B%G%#%l%/%H%j$K$"$k\e(B
105     Perl \e$B%W%m%0%i%`\e(B <code>log_server_status</code> \e$B$r8+$F$/$@$5$$!#\e(B</p>
106
107     <note>
108       <strong><module>mod_status</module> \e$B$,%5!<%P$KAH$_9~$^$l$F$$$k\e(B
109       \e$B>l9g!"%O%s%I%i$N5!G=$O%G%#%l%/%H%j\e(B<em>\e$BKh\e(B</em>\e$B$N%U%!%$%k\e(B
110       (<em>\e$B$9$J$o$A\e(B</em>\e$B!"\e(B<code>.htaccess</code>) \e$B$b4^$`\e(B<em>\e$B$9$Y$F\e(B</em>\e$B$N\e(B
111       \e$B@_Dj%U%!%$%k$G;HMQ2DG=$K$J$k$3$H$K$OCm0U$r$7$F$*$/I,MW$,$"$j$^$9!#\e(B
112       \e$B$3$l$O!"%5%$%H$K$h$C$F$O%;%-%e%j%F%#$K4X$9$kK>$^$7$/$J$$7k2L$r\e(B
113       \e$B$b$?$i$9$3$H$,$"$k$+$b$7$l$^$;$s!#\e(B</strong>
114     </note>
115
116 </section>
117
118 <directivesynopsis>
119
120 <name>ExtendedStatus</name>
121 <description>\e$B3F%j%/%(%9%H$KBP$7$F3HD%%9%F!<%?%9>pJs$rJ]B8$9$k\e(B</description>
122 <syntax>ExtendedStatus On|Off</syntax>
123 <default>ExtendedStatus Off</default>
124 <contextlist><context>server config</context></contextlist>
125 <compatibility>ExtendedStatus \e$B$O\e(B Apache 1.3.2 \e$B0J9_$G$N$_;HMQ2DG=\e(B</compatibility>
126
127 <usage>
128     <p>\e$B$3$N@_Dj$O%5!<%PA4BN$KBP$7$FE,MQ$5$l!"%P!<%A%c%k%[%9%HKh$K\e(B
129     \e$BJQ99$9$k$3$H$O$G$-$^$;$s!#3HD%%9%F!<%?%9>pJs$N<}=8$O%5!<%P$N\e(B
130     \e$BF0:n$rCY$/$9$k$3$H$,$"$j$^$9!#\e(B</p>
131 </usage>
132
133 </directivesynopsis>
134 </modulesynopsis>
135