diff options
author | Hiroaki Kawai <kawai@apache.org> | 2004-12-15 18:47:53 +0100 |
---|---|---|
committer | Hiroaki Kawai <kawai@apache.org> | 2004-12-15 18:47:53 +0100 |
commit | 89c6ed0a56a37616239eaf111c756914e47f2072 (patch) | |
tree | 51c190dd66f52939d075c424f2fd7d76d18f1e94 | |
parent | * include/http_config.h: Add missing parameter name. (diff) | |
download | apache2-89c6ed0a56a37616239eaf111c756914e47f2072.tar.xz apache2-89c6ed0a56a37616239eaf111c756914e47f2072.zip |
New Japanese translation.
Submitted by: yoshiki
Reveiewd by: kawai
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@112005 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | docs/manual/mod/mod_dumpio.xml.ja | 88 | ||||
-rw-r--r-- | docs/manual/mod/mod_ext_filter.xml.ja | 343 |
2 files changed, 431 insertions, 0 deletions
diff --git a/docs/manual/mod/mod_dumpio.xml.ja b/docs/manual/mod/mod_dumpio.xml.ja new file mode 100644 index 0000000000..fbe35ad0fd --- /dev/null +++ b/docs/manual/mod/mod_dumpio.xml.ja @@ -0,0 +1,88 @@ +<?xml version="1.0" encoding="iso-2022-jp"?> +<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> +<?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?> +<!-- English Revision: 111892 --> + +<!-- + Copyright 2004 The Apache Software Foundation + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<modulesynopsis metafile="mod_dumpio.xml.meta"> + +<name>mod_dumpio</name> +<description>$BK>$`$h$&$K$9$Y$F$N(B I/O $B$r%(%i!<%m%0$K%@%s%W$9$k(B</description> +<status>Extension</status> +<sourcefile>mod_dumpio.c</sourcefile> +<identifier>dumpio_module</identifier> + +<summary> + <p><code>mod_dumpio</code> $B$r;H$&$H!"(BApache $B$,<u$1<h$C$?$9$Y$F$NF~NO$H(B + Apache $B$K$h$jAw$i$l$?$9$Y$F$N=PNO$H$N!"N>J}$b$7$/$O$I$A$i$+0lJ}$r!"(B + $B%(%i!<%m%0%U%!%$%k$K%m%0<}=8(B ($B%@%s%W(B <transnote>dump</transnote>) + $B$G$-$^$9!#(B</p> + + <p>$B%G!<%?$N%m%.%s%0$O!"(BSSL $BI|9f2=$ND>8e(B ($BF~NO(B) $B$H(B SSL + $B0E9f2=$ND>A0(B ($B=PNO(B) $B$K9T$J$o$l$^$9!#$4A[A|$NDL$j!"(B + $B$3$N%b%8%e!<%k$O$H$F$D$b$J$$%G!<%?NL$r=PNO$7$^$9$N$G!"(B + $BLdBj$r%G%P%C%0$7$F$$$k$H$-$K$N$_;HMQ$9$k$h$&$K$7$F$/$@$5$$!#(B</p> +</summary> + +<section id="enable"> + <title>dumpio $B%5%]!<%H$rM-8z$K$9$k(B</title> + + <p>$B$3$N%b%8%e!<%k$rM-8z$K$9$k$K$O!"%b%8%e!<%k$,%3%s%Q%$%k$5$l$F$$$F!"(B + $B<B9T$9$k(B Apache $B$N@_Dj$G%5!<%P$KAH$_9~$^$l$F$$$kI,MW$,$"$j$^$9!#(B + $B%m%.%s%05!G=$O!"0J2<$N%G%#%l%/%F%#%V$r;H$C$FM-8z$K$7$?$j(B + $BL58z$K$7$?$j$G$-$^$9!#(B</p> +</section> + +<directivesynopsis> + +<name>DumpIOInput</name> +<description>$B%(%i!<%m%0$K$9$Y$F$NF~NO%G!<%?$r%@%s%W(B</description> +<syntax>DumpIOInput On|Off</syntax> +<default>DumpIOInput Off</default> +<contextlist><context>server config</context></contextlist> +<compatibility>DumpIOInput $B$O(B Apache 2.1.3 $B0J9_$N$_$G;HMQ2DG=(B</compatibility> + +<usage> + <p>$B$9$Y$F$NF~NO$N%@%s%W$rM-8z$K$7$^$9!#(B</p> + + <example><title>$BNc(B</title> + DumpIOInput On + </example> +</usage> + +</directivesynopsis> + +<directivesynopsis> + +<name>DumpIOOutput</name> +<description>$B%(%i!<%m%0$K$9$Y$F$N=PNO%G!<%?$r%@%s%W(B</description> +<syntax>DumpIOOutput On|Off</syntax> +<default>DumpIOOutput Off</default> +<contextlist><context>server config</context></contextlist> +<compatibility>DumpIOOutput $B$O(B Apache 2.1.3 $B0J9_$G$N$_;HMQ2DG=(B</compatibility> + +<usage> + <p>$B$9$Y$F$N=PNO$N%@%s%W$rM-8z$K$7$^$9!#(B</p> + + <example><title>$BNc(B</title> + DumpIOOutput On + </example> +</usage> + +</directivesynopsis> +</modulesynopsis> diff --git a/docs/manual/mod/mod_ext_filter.xml.ja b/docs/manual/mod/mod_ext_filter.xml.ja new file mode 100644 index 0000000000..141407e423 --- /dev/null +++ b/docs/manual/mod/mod_ext_filter.xml.ja @@ -0,0 +1,343 @@ +<?xml version="1.0" encoding="iso-2022-jp"?> +<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> +<?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?> +<!-- English Revision: 106269 --> + +<!-- + Copyright 2002-2004 The Apache Software Foundation + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<modulesynopsis metafile="mod_ext_filter.xml.meta"> + +<name>mod_ext_filter</name> +<description>$B%l%9%]%s%9$N%\%G%#$r%/%i%$%"%s%H$KAw$kA0$K30It%W%m%0%i%`$G=hM}$9$k(B</description> +<status>Extension</status> +<sourcefile>mod_ext_filter.c</sourcefile> +<identifier>ext_filter_module</identifier> + +<summary> + <p><module>mod_ext_filter</module> $B$G$O(B <a href="../filter.html">$B%U%#%k%?(B</a> + $B$N47$l?F$7$s$@C1=c$J%W%m%0%i%_%s%0%b%G%k$,Ds6!$5$l$^$9!#$3$N%b%8%e!<%k$r(B + $B;H$($P!"I8=`F~NO$+$iFI$_9~$s$G!"I8=`=PNO$K=q$-=P$9%W%m%0%i%`(B + ($B$9$J$o$A(B Unix $B7A<0$N%U%#%k%?%3%^%s%I(B) $B$r(B Apache $B$N%U%#%k%?$K$9$k$3$H$,(B + $B$G$-$^$9!#$3$N%U%#%k%?$N5!9=$O!"(BApache API $B8~$1$K=q$+$l$?(B Apache + $B%5!<%P%W%m%;%9Fb$G<B9T$5$l$k@lMQ$N%U%#%k%?$h$j$b$:$C$HCY$$$G$9$,!"(B + $B0J2<$N$h$&$JMxE@$b$"$j$^$9!#(B</p> + + <ul> + <li>$B$:$C$H%7%s%W%k$J%W%m%0%i%_%s%0%b%G%k(B</li> + + <li>$B%W%m%0%i%`$,I8=`F~NO$+$iFI$s$GI8=`=PNO$K=q$/$b$N$G$"$k8B$j!"(B + $B$I$s$J%W%m%0%i%`8@8l$d%9%/%j%W%H8@8l$G$b;H$&$3$H$,$G$-$k(B</li> + + <li>$B4{B8$N%W%m%0%i%`$rJQ99$9$k$3$H$J$/(B Apache $B$N%U%#%k%?$H$7$F(B + $B;H$&$3$H$,$G$-$k(B</li> + </ul> + + <p>$B@-G=$NLdBj$K$h$j<B1?MQ$KE,$5$J$$$H$7$F$b!"%U%#%k%?$N%W%m%H%?%$%WMQ$N(B + $B4D6-$H$7$F$O(B <module>mod_ext_filter</module> $B$O;H$($^$9!#(B</p> + +</summary> +<seealso><a href="../filter.html">$B%U%#%k%?(B</a></seealso> + +<section id="examples"><title>$BNc(B</title> + + <section><title>$BB>$N%?%$%W$N%l%9%]%s%9$+$i(B HTML $B$r@8@.$9$k(B</title> + <example> + # mod_ext_filter directive to define a filter<br /> + # to HTML-ize text/c files using the external<br /> + # program /usr/bin/enscript, with the type of<br /> + # the result set to text/html<br /> + ExtFilterDefine c-to-html mode=output \<br /> + <indent> + intype=text/c outtype=text/html \<br /> + cmd="/usr/bin/enscript --color -W html -Ec -o - -"<br /> + </indent> + <br /> + <Directory "/export/home/trawick/apacheinst/htdocs/c"><br /> + <indent> + # core directive to cause the new filter to<br /> + # be run on output<br /> + SetOutputFilter c-to-html<br /> + <br /> + # mod_mime directive to set the type of .c<br /> + # files to text/c<br /> + AddType text/c .c<br /> + <br /> + # mod_ext_filter directive to set the debug<br /> + # level just high enough to see a log message<br /> + # per request showing the configuration in force<br /> + ExtFilterOptions DebugLevel=1<br /> + </indent> + </Directory> + </example> + </section> + + <section><title>$B%3%s%F%s%H%(%s%3!<%G%#%s%0$N%U%#%k%?$r<BAu$9$k(B</title> + <p>$BCm(B: $B$3$N(B gzip $B$NNc$O%G%bMQ$G$9!#<BMQE*$J<BAu$O(B + <module>mod_deflate</module> $B$r;2>H$7$F$/$@$5$$!#(B</p> + + <example> + # mod_ext_filter directive to define the external filter<br /> + ExtFilterDefine gzip mode=output cmd=/bin/gzip<br /> + <br /> + <Location /gzipped><br /> + <indent> + # core directive to cause the gzip filter to be<br /> + # run on output<br /> + SetOutputFilter gzip<br /> + <br /> + # mod_header directive to add<br /> + # "Content-Encoding: gzip" header field<br /> + Header set Content-Encoding gzip<br /> + </indent> + </Location> + </example> + </section> + + <section><title>$B%5!<%P$rCY$/$9$k(B</title> + <example> + # mod_ext_filter directive to define a filter<br /> + # which runs everything through cat; cat doesn't<br /> + # modify anything; it just introduces extra pathlength<br /> + # and consumes more resources<br /> + ExtFilterDefine slowdown mode=output cmd=/bin/cat \<br /> + <indent> + preservescontentlength<br /> + </indent> + <br /> + <Location /><br /> + <indent> + # core directive to cause the slowdown filter to<br /> + # be run several times on output<br /> + #<br /> + SetOutputFilter slowdown;slowdown;slowdown<br /> + </indent> + </Location> + </example> + </section> + + <section><title>sed $B$r;H$C$F1~EzCf$N%F%-%9%H$rCV49$9$k(B</title> + <example> + # mod_ext_filter directive to define a filter which<br /> + # replaces text in the response<br /> + #<br /> + ExtFilterDefine fixtext mode=output intype=text/html \<br /> + <indent> + cmd="/bin/sed s/verdana/arial/g"<br /> + </indent> + <br /> + <Location /><br /> + <indent> + # core directive to cause the fixtext filter to<br /> + # be run on output<br /> + SetOutputFilter fixtext<br /> + </indent> + </Location> + </example> + </section> + + <section><title>$BJL$N%U%#%k%?$N%H%l!<%9(B</title> + <example> + # Trace the data read and written by mod_deflate<br /> + # for a particular client (IP 192.168.1.31)<br /> + # experiencing compression problems.<br /> + # This filter will trace what goes into mod_deflate.<br /> + ExtFilterDefine tracebefore \<br /> + <indent> + cmd="/bin/tracefilter.pl /tmp/tracebefore" \<br /> + EnableEnv=trace_this_client<br /> + </indent> + <br /> + # This filter will trace what goes after mod_deflate.<br /> + # Note that without the ftype parameter, the default<br /> + # filter type of AP_FTYPE_RESOURCE would cause the<br /> + # filter to be placed *before* mod_deflate in the filter<br /> + # chain. Giving it a numeric value slightly higher than<br /> + # AP_FTYPE_CONTENT_SET will ensure that it is placed<br /> + # after mod_deflate.<br /> + ExtFilterDefine traceafter \<br /> + <indent> + cmd="/bin/tracefilter.pl /tmp/traceafter" \<br /> + EnableEnv=trace_this_client ftype=21<br /> + </indent> + <br /> + <Directory /usr/local/docs><br /> + <indent> + SetEnvIf Remote_Addr 192.168.1.31 trace_this_client<br /> + SetOutputFilter tracebefore;deflate;traceafter<br /> + </indent> + </Directory> + </example> + + <example><title>$B%G!<%?$r%H%l!<%9$9$k%U%#%k%?(B:</title> + #!/usr/local/bin/perl -w<br /> + use strict;<br /> + <br /> + open(SAVE, ">$ARGV[0]")<br /> + <indent> + or die "can't open $ARGV[0]: $?";<br /> + </indent> + <br /> + while (<STDIN>) {<br /> + <indent> + print SAVE $_;<br /> + print $_;<br /> + </indent> + }<br /> + <br /> + close(SAVE); + </example> + </section> +</section> <!-- /Examples --> + +<directivesynopsis> +<name>ExtFilterDefine</name> +<description>$B30It%U%#%k%?$rDj5A(B</description> +<syntax>ExtFilterDefine <var>filtername</var> <var>parameters</var></syntax> +<contextlist><context>server config</context></contextlist> + +<usage> + <p><directive>ExtFilterDefine</directive> $B$O!"<B9T$9$k%W%m%0%i%`$d(B + $B0z?t$J$I!"30It%U%#%k%?$NFC@-$rDj5A$7$^$9!#(B</p> + + <p><var>filtername</var> $B$ODj5A$9$k%U%#%k%?$NL>A0$r;XDj$7$^$9!#(B + $B$3$NL>A0$O8e$G(B <directive module="core">SetOutputFilter</directive> + $B%G%#%l%/%F%#%V$G;XDj$G$-$^$9!#L>A0$OEPO?$5$l$k$9$Y$F$N%U%#%k%?$G(B + $B0l0U$G$J$/$F$O$J$j$^$;$s!#(B<em>$B8=;~E@$G$O!"%U%#%k%?$NEPO?(B API $B$+$i$O(B + $B%(%i!<$OJs9p$5$l$^$;$s!#$G$9$+$i!"=EJ#$9$kL>A0$r;H$C$F$7$^$C$?$H$-$G$b(B + $B%f!<%6$K$O$=$N$3$H$OJs9p$5$l$^$;$s!#(B</em></p> + + <p>$BB3$/%Q%i%a!<%?$N=gHV$O4X78L5$/!"$=$l$i$O<B9T$9$k30It%3%^%s%I$H!"(B + $BB>$NFC@-$rDj5A$7$^$9!#(B<code>cmd=</code> $B$@$1$,I,?\$N%Q%i%a!<%?$G$9!#(B + $B;XDj2DG=$J%Q%i%a!<%?$O(B:</p> + + <dl> + <dt><code>cmd=<var>cmdline</var></code></dt> + + <dd><code>cmd=</code> $B%-!<%o!<%I$O<B9T$9$k30It%3%^%s%I$r;XDj$7$^$9!#(B + $B%W%m%0%i%`L>$N8e$K0z?t$,$"$k>l9g$O!"%3%^%s%I9T$O0zMQId$G0O$`(B + $BI,MW$,$"$j$^$9(B (<em>$BNc$($P(B</em>$B!"(B<code>cmd="<var>/bin/mypgm</var> + <var>arg1</var> <var>arg2</var>"</code> $B$N$h$&$K(B)$B!#%W%m%0%i%`$O(B + $B%7%'%k7PM3$G$J$/!"D>@\<B9T$5$l$^$9$N$G!"DL>o$N%7%'%kMQ$N(B + $B%(%9%1!<%W$OI,MW$"$j$^$;$s!#%W%m%0%i%`$N0z?t$O6uGr$G6h@Z$i$l$^$9!#(B + $B%W%m%0%i%`$N0z?t$N0lIt$H$J$kI,MW$N$"$k6uGr$O%P%C%/%9%Z!<%9$G%(%9%1!<%W(B + $B$G$-$^$9!#0z?t$N0lIt$K$J$k%P%C%/%9%i%C%7%e$O%P%C%/%9%i%C%7%e$G(B + $B%(%9%1!<%W$9$kI,MW$,$"$j$^$9!#I8=`$N(B CGI $B4D6-JQ?t$K2C$($F!"(B + $B4D6-JQ?t(B DOCUMENT_URI, DOCUMENT_PATH_INFO, and + QUERY_STRING_UNESCAPED $B$,%W%m%0%i%`$N$?$a$K@_Dj$5$l$^$9!#(B</dd> + + <dt><code>mode=<var>mode</var></code></dt> + + <dd>$B1~Ez$r=hM}$9$k%U%#%k%?$K$O(B <code>mode=output</code> ($B%G%U%)%k%H(B) + $B$r;H$$$^$9!#%j%/%(%9%H$r=hM}$9$k%U%#%k%?$K$O(B <code>mode=input</code> + $B$r;H$$$^$9!#(B<code>mode=input</code> $B$O(B Apache 2.1 $B$+$i$N?7$7$$5!G=$G$9!#(B</dd> + + <dt><code>intype=<var>imt</var></code></dt> + + <dd>$B$3$N%Q%i%a!<%?$O%U%#%k%?$5$l$k$Y$-%I%-%e%a%s%H$N(B + $B%$%s%?!<%M%C%H%a%G%#%"%?%$%W(B (<em>$B$9$J$o$A(B</em>$B!"(BMIME $B%?%$%W(B) $B$r(B + $B;XDj$7$^$9!#%G%U%)%k%H$G$O$9$Y$F$N%I%-%e%a%s%H$,%U%#%k%?$5$l$^$9!#(B + <code>intype=</code> $B$,;XDj$5$l$F$$$l$P!"%U%#%k%?$O;XDj$5$l$F$$$J$$(B + $B%I%-%e%a%s%H$K$OE,MQ$5$l$J$/$J$j$^$9!#(B</dd> + + <dt><code>outtype=<var>imt</var></code></dt> + + <dd>$B$3$N%Q%i%a!<%?$O%U%#%k%?$5$l$?%I%-%e%a%s%H$N(B + $B%$%s%?!<%M%C%H%a%G%#%"%?%$%W(B (<em>$B$9$J$o$A(B</em>$B!"(BMIME $B%?%$%W(B) $B$r(B + $B;XDj$7$^$9!#%U%#%k%?F0:n$K$H$b$J$C$F%$%s%?!<%M%C%H%a%G%#%"%?%$%W$,(B + $BJQ$o$k>l9g$KM-MQ$G$9!#%G%U%)%k%H$G$O%$%s%?!<%M%C%H%a%G%#%"%?%$%W$O(B + $BJQ99$5$l$^$;$s!#(B</dd> + + <dt><code>PreservesContentLength</code></dt> + + <dd><code>PreservesContentLength</code> $B%-!<%o!<%I$O%U%#%k%?$,(B + content length <transnote>$B%3%s%F%s%H$ND9$5(B</transnote> + $B$rJQ99$7$J$$$H$$$&$3$H$r;XDj$7$^$9!#$[$H$s$I$N%U%#%k%?$O(B + content length $B$rJQ99$9$k$?$a!"$3$l$O%G%U%)%k%H$G$O$"$j$^$;$s!#(B + $B%U%#%k%?$,D9$5$rJQ$($J$$$H$-$O!"$3$N%-!<%o!<%I$r;XDj$9$k$H(B + $B$h$$$G$7$g$&!#(B</dd> + + <dt><code>ftype=<var>filtertype</var></code></dt> + + <dd>$B$3$N%Q%i%a!<%?$O%U%#%k%?$,EPO?$5$l$k$Y$-%U%#%k%?%?%$%W$N(B + $B?tCM$r;XDj$7$^$9!#$[$H$s$I$N>l9g$O!"%G%U%)%k%H$N(B AP_FTYPE_RESOURCE $B$G(B + $B==J,$G$9!#%U%#%k%?$,%U%#%k%?%A%'!<%s$NJL$N>l=j$GF0:n$9$kI,MW$,$"$k(B + $B>l9g$O!"$3$N%Q%i%a!<%?$r;XDj$9$kI,MW$,$"$j$^$9!#;XDj2DG=$JCM$O(B + util_filter.h $B$N(B AP_FTYPE_foo $BDj5A$r;2>H$7$F$/$@$5$$!#(B</dd> + + <dt><code>disableenv=<var>env</var></code></dt> + + <dd>$B@_Dj$5$l$F$$$?>l9g$K%U%#%k%?$rL58z$K$9$k$?$a$N4D6-JQ?t$r(B + $B;XDj$7$^$9!#(B</dd> + + <dt><code>enableenv=<var>env</var></code></dt> + + <dd>$B$3$N%Q%i%a!<%?$O%U%#%k%?$,M-8z$K$J$k$?$a$K@_Dj$5$l$F$$$J$1$l$P(B + $B$J$i$J$$4D6-JQ?t$r;XDj$7$^$9!#(B</dd> + </dl> +</usage> +</directivesynopsis> + +<directivesynopsis> +<name>ExtFilterOptions</name> +<description><module>mod_ext_filter</module> $B$N%*%W%7%g%s$r@_Dj(B</description> +<syntax>ExtFilterOptions <var>option</var> [<var>option</var>] ...</syntax> +<default>ExtFilterOptions DebugLevel=0 NoLogStderr</default> +<contextlist><context>directory</context></contextlist> + +<usage> + <p><directive>ExtFilterOptions</directive> $B%G%#%l%/%F%#%V$O(B + <module>mod_ext_filter</module> $B$NFCJL$J=hM}MQ$N%*%W%7%g%s$r(B + $B;XDj$7$^$9!#(B<var>Option</var> $B$K$O0J2<$N$I$l$+$r;XDj$7$^$9!#(B</p> + + <dl> + <dt><code>DebugLevel=<var>n</var></code></dt> + + <dd> + <code>DebugLevel</code> $B$G(B <module>mod_ext_filter</module> + $B$N@8@.$9$k%G%P%C%0%a%C%;!<%8$N%l%Y%k$r@_Dj$G$-$^$9!#(B + $B%G%U%)%k%H$G$O!"%G%P%C%0%a%C%;!<%8$O@8@.$5$l$^$;$s!#(B + $B$3$l$O(B <code>DebugLevel=0</code> $B$H@_Dj$9$k$N$HF1$8$G$9!#(B + $B?t;z$,Bg$-$/$J$l$P$J$k$[$I!"$h$jB?$/$N%G%P%C%0%a%C%;!<%8$,(B + $B@8@.$5$l!"%5!<%P$N@-G=$OMn$A$^$9!#?tCM$N<B:]$N0UL#$O(B + <code>mod_ext_filter.c</code> $B$N@hF,6a$/$N(B DBGLVL_ $BDj?t$N(B + $BDj5A$G@bL@$5$l$F$$$^$9!#(B + + <p>$BCm(B: $B%G%P%C%0%a%C%;!<%8$r(B Apache $B$N%(%i!<%m%0$K(B + $BJ]B8$9$k$h$&$K$9$k$?$a$K$O!"(Bcore $B$N%G%#%l%/%F%#%V(B + <directive module="core">LogLevel</directive> + $B$r;H$&I,MW$,$"$j$^$9!#(B</p> + </dd> + + <dt><code>LogStderr | NoLogStderr</code></dt> + + <dd><code>LogStderr</code> $B%-!<%o!<%I$O30It%U%#%k%?%W%m%0%i%`$K$h$j(B + $BI8=`%(%i!<(B <transnote>stderr</transnote> $B$K=q$+$l$?%a%C%;!<%8$r(B + Apache $B$N%(%i!<%m%0$KJ]B8$9$k$h$&$K$7$^$9!#(B<code>NoLogStderr</code> $B$O(B + $B5U$KJ]B8$7$J$$$h$&$K$7$^$9!#(B</dd> + </dl> + + <example><title>$BNc(B</title> + ExtFilterOptions LogStderr DebugLevel=0 + </example> + + <p>$B$3$NNc$G$O!"%U%#%k%?$NI8=`=PNO$K=q$+$l$?%a%C%;!<%8$O(B + Apache $B$N%(%i!<%m%0$KJ]B8$5$l$^$9!#(B<module>mod_ext_filter</module> $B$+$i$O(B + $B%G%P%C%0%a%C%;!<%8$O@8@.$5$l$^$;$s!#(B</p> +</usage> +</directivesynopsis> + +</modulesynopsis> |