⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mod_asis.html.en

📁 apache 安装教程 apache 安装教程
💻 EN
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml">  <head>    <meta name="generator" content="HTML Tidy, see www.w3.org" />    <title>Apache module mod_asis</title>  </head>  <!-- Background white, links blue (unvisited), navy (visited), red (active) -->  <body bgcolor="#FFFFFF" text="#000000" link="#0000FF"  vlink="#000080" alink="#FF0000">        <div align="CENTER">      <img src="../images/sub.gif" alt="[APACHE DOCUMENTATION]" />      <h3>Apache HTTP Server Version 1.3</h3>        <p><small><em>Is this the version you want?  For more recent         versions, check our <a href="/docs/">documentation          index</a>.</em></small></p>    </div>    <h1 align="CENTER">Module mod_asis</h1>    <p>This module provides for sending files which contain their    own HTTP headers.</p>    <p><a href="module-dict.html#Status"    rel="Help"><strong>Status:</strong></a> Base<br />     <a href="module-dict.html#SourceFile"    rel="Help"><strong>Source File:</strong></a> mod_asis.c<br />     <a href="module-dict.html#ModuleIdentifier"    rel="Help"><strong>Module Identifier:</strong></a>    asis_module</p>    <h2>Summary</h2>    <p>This module provides the handler <code>send-as-is</code>    which causes Apache to send the document without adding most of    the usual HTTP headers.</p>    <p>This can be used to send any kind of data from the server,    including redirects and other special HTTP responses, without    requiring a cgi-script or an nph script.</p>    <p>For historical reasons, this module will also process any    file with the mime type <code>httpd/send-as-is</code>.</p>    <h2>Directives</h2>    <p>This module provides no directives.</p>    <h2>Usage</h2>    <p>In the server configuration file, associate files with the    <code>send-as-is</code> handler <em>e.g.</em></p>    <blockquote>      <code>AddHandler send-as-is asis</code>    </blockquote>    The contents of any file with a <code>.asis</code> extension    will then be sent by Apache to the client with almost no    changes. Clients will need HTTP headers to be attached, so do    not forget them. A Status: header is also required; the data    should be the 3-digit HTTP response code, followed by a textual    message.     <p>Here's an example of a file whose contents are sent <em>as    is</em> so as to tell the client that a file has    redirected.</p>    <blockquote>      <code>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;</code>    </blockquote>    <p>Notes: the server always adds a Date: and Server: header to    the data returned to the client, so these should not be    included in the file. The server does <em>not</em> add a    Last-Modified header; it probably should.         <hr />    <h3 align="CENTER">Apache HTTP Server Version 1.3</h3>    <a href="./"><img src="../images/index.gif" alt="Index" /></a>    <a href="../"><img src="../images/home.gif" alt="Home" /></a>    </p>  </body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -