|  | <?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: 151408:420990 (outdated) --> | 
|  |  | 
|  | <!-- | 
|  | Licensed to the Apache Software Foundation (ASF) under one or more | 
|  | contributor license agreements.  See the NOTICE file distributed with | 
|  | this work for additional information regarding copyright ownership. | 
|  | The ASF licenses this file to You 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_asis.xml.meta"> | 
|  |  | 
|  | <name>mod_asis</name> | 
|  | <description>$B<+J,MQ$N(B HTTP $B%X%C%@$N=q$+$l$F$$$k%U%!%$%k$rAw?.$9$k(B</description> | 
|  | <status>Base</status> | 
|  | <sourcefile>mod_asis.c</sourcefile> | 
|  | <identifier>asis_module</identifier> | 
|  |  | 
|  | <summary> | 
|  | <p>$B$3$N%b%8%e!<%k$O%O%s%I%i(B <code>send-as-is</code> | 
|  | $B$rDs6!$7$^$9!#$3$N%O%s%I%i$ODL>o$N(B HTTP | 
|  | $B%X%C%@$r$[$H$s$IDI2C$9$k$3$H$J$/%I%-%e%a%s%H$rAw?.$7$^$9!#(B</p> | 
|  |  | 
|  | <p>$B$3$l$O%5!<%P$+$i$I$s$J<oN`$N%G!<%?$rAw$k$H$-$K$b;HMQ$G$-$^$9!#(B | 
|  | Cgi $B%9%/%j%W%H$d(B nph $B%9%/%j%W%H$,L5$/$F$b%j%@%$%l%/%H$dB>$NFCJL$J(B | 
|  | HTTP $B1~Ez$rAw$k$3$H$,$G$-$^$9!#(B</p> | 
|  |  | 
|  | <p>$BNr;KE*$JM}M3$K$h$j!"$3$N%b%8%e!<%k$O(B mime $B%?%$%W(B | 
|  | <code>httpd/send-as-is</code> $B$N%U%!%$%k$b=hM}$7$^$9!#(B</p> | 
|  | </summary> | 
|  |  | 
|  | <seealso><module>mod_headers</module></seealso> | 
|  | <seealso><module>mod_cern_meta</module></seealso> | 
|  | <seealso><a href="../handler.html">Apache $B$N%O%s%I%i$N;HMQ(B</a></seealso> | 
|  |  | 
|  | <section id="usage"><title>$B;HMQK!(B</title> | 
|  |  | 
|  | <p>$B%5!<%P@_Dj%U%!%$%k$G!"%U%!%$%k$H(B <code>send-as-is</code> | 
|  | $B%O%s%I%i$rNc$($P0J2<$N$h$&$K4XO"IU$1$F$/$@$5$$!#(B</p> | 
|  |  | 
|  | <example>AddHandler send-as-is asis</example> | 
|  |  | 
|  | <p>$B3HD%;R$,(B <code>.asis</code> $B$N$9$Y$F$N%U%!%$%k$NFbMF$O(B Apache | 
|  | $B$+$i%/%i%$%"%s%H$X$[$H$s$IJQ99L5$/Aw$i$l$^$9!#%/%i%$%"%s%H$K$O(B | 
|  | HTTP $B%X%C%@$,I,MW$G$9$N$G!"%U%!%$%k$K=q$/$3$H$rK:$l$J$$$G$/$@$5$$!#(B | 
|  | Status: $B%X%C%@$bI,MW$G$9!#%G!<%?$O(B 3 $B7e$N(B HTTP | 
|  | $B1~Ez%3!<%I$H!"$=$N8e$K%F%-%9%H%a%C%;!<%8$,B3$$$?$b$N$G$J$1$l$P$J$j$^$;$s!#(B</p> | 
|  |  | 
|  | <p>$B$3$l$O%/%i%$%"%s%H$K%U%!%$%k$,0\F0$7$?$3$H$rCN$i$;$k$?$a$K(B | 
|  | <em>as is</em> ($B$=$N$^$^(B) $B$GAw$i$l$k%U%!%$%k$NFbMF$NNc$G$9!#(B | 
|  | </p> | 
|  |  | 
|  |  | 
|  | <example> | 
|  | Status: 301 Now where did I leave that URL<br /> | 
|  | Location: http://xyz.abc.com/foo/bar.html<br /> | 
|  | Content-type: text/html<br /> | 
|  | <br /> | 
|  | <html><br /> | 
|  | <head><br /> | 
|  | <title>Lame excuses'R'us</title><br /> | 
|  | </head><br /> | 
|  | <body><br /> | 
|  | <h1>Fred's exceptionally wonderful page has moved to<br /> | 
|  | <a href="http://xyz.abc.com/foo/bar.html">Joe's</a> | 
|  | site.<br /> | 
|  | </h1><br /> | 
|  | </body><br /> | 
|  | </html> | 
|  | </example> | 
|  |  | 
|  | <note><title>$BCm0U(B</title> | 
|  | <p>$BCm0U(B: $B%5!<%P$O%/%i%$%"%s%H$KJV$5$l$k%G!<%?$K>o$K(B <code>Date:</code> | 
|  | $B$H(B <code>Server:</code> $B%X%C%@$rDI2C$7$^$9$N$G!"(B | 
|  | $B$=$l$i$,%U%!%$%k$K=q$+$l$F$$$F$O$$$1$^$;$s!#(B | 
|  | $B%5!<%P$O(B <code>Last-Modified</code> $B%X%C%@$rDI2C(B<em>$B$7$^$;$s(B</em>$B!#(B | 
|  | $B$*$=$i$/$O$=$&$9$Y$-$G$7$g$&$1$l$I!#(B</p> | 
|  | </note> | 
|  | </section> | 
|  |  | 
|  | </modulesynopsis> |