mod_asis.xml.ko revision 5d01f40ffd657dd2ac567aacd93cabd162ddfa79
<?xml version="1.0" encoding="EUC-KR" ?>
<!DOCTYPE modulesynopsis SYSTEM "/style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="/style/manual.ko.xsl"?>
<!-- English Revision: 151408:1673932 (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>HTTP ����� ������ ������ ������</description>
<status>Base</status>
<sourcefile>mod_asis.c</sourcefile>
<identifier>asis_module</identifier>
<summary>
<p>�� ����� ����ġ�� �Ϲ����� HTTP ����� ��κ��� �߰������ʰ�
������ �������� ����� <code>send-as-is</code> �ڵ鷯��
�����Ѵ�.</p>
<p>�׷��� ������ cgi ��ũ��Ʈ�� nph ��ũ��Ʈ�� ��������ʰ?
�����̷��ǰ� �ٸ� Ư���� HTTP ���� �� � �ڷᵵ ���� ��
�ִ�.</p>
<p>��ſ� �� ����� mime type�� <code>httpd/send-as-is</code>��
���ϵ� ó���ߴ�.</p>
</summary>
<seealso><module>mod_headers</module></seealso>
<seealso><module>mod_cern_meta</module></seealso>
<seealso><a href="/handler.html">����ġ���� �ڵ鷯 ���</a></seealso>
<section id="usage"><title>����</title>
<p>���� �������Ͽ��� ���ϰ� <code>send-as-is</code> �ڵ鷯��
<em>���� ���</em> ������ ���� �����Ѵ�.</p>
<example>AddHandler send-as-is asis</example>
<p>����ġ�� <code>.asis</code> Ȯ���ڸ� ���� ������ ������
���� ���������ʰ� Ŭ���̾�Ʈ���� ������. Ŭ���̾�Ʈ�� HTTP
����� �ʿ��ϹǷ� ����������. Status: ����� �ʿ��ϴ�. ��
����� ������ ���ڸ� ������ HTTP �����ڵ�� �� ���� �����̴�.</p>
<p>������ ���� <em>�״��</em> Ŭ���̾�Ʈ���� ������
�����̷¼ǵǾ�ٰ� �˸��� ������ ���̴�.</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 />
&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;title&gt;Lame excuses'R'us&lt;/title&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;<br />
&lt;h1&gt;Fred's exceptionally wonderful page has moved to<br />
&lt;a href="http://xyz.abc.com/foo/bar.html"&gt;Joe's&lt;/a&gt;
site.<br />
&lt;/h1&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;
</example>
<note><title>����:</title>
<p>������ �ڷḦ Ŭ���̾�Ʈ���� ������ �׻� <code>Date:</code>��
<code>Server:</code> ����� �߰��ϹǷ�, ���Ͽ� �� �����
������ �ȵȴ�. ������ <code>Last-Modified</code> �����
�߰����� <em>�ʴ´�</em>. �׷��� �Ƹ��� �� ����� �����ؾ�
�Ѵ�.</p>
</note>
</section>
</modulesynopsis>