diff options
author | Justin Erenkrantz <jerenkrantz@apache.org> | 2002-05-16 08:53:47 +0200 |
---|---|---|
committer | Justin Erenkrantz <jerenkrantz@apache.org> | 2002-05-16 08:53:47 +0200 |
commit | 249c866d0b12c72a853a0e1f281157e42d469ab0 (patch) | |
tree | 09b08138f586273ccb7d56073c9f523d64eefdc2 /docs/manual/mod/mod_asis.html | |
parent | Ant is horribly broken for me and can't complete an entire build here without (diff) | |
download | apache2-249c866d0b12c72a853a0e1f281157e42d469ab0.tar.xz apache2-249c866d0b12c72a853a0e1f281157e42d469ab0.zip |
Transformations done with Xalan-J.
(No one could reproduce the transformations that were in CVS, so regenerate
the entire shabang.)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95132 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_asis.html')
-rw-r--r-- | docs/manual/mod/mod_asis.html | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/docs/manual/mod/mod_asis.html b/docs/manual/mod/mod_asis.html index 15fa710d39..0b06c37021 100644 --- a/docs/manual/mod/mod_asis.html +++ b/docs/manual/mod/mod_asis.html @@ -2,8 +2,8 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX This file is generated from xml source: DO NOT EDIT XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX - --><title>mod_asis- Apache HTTP Server</title><link rel="stylesheet" type="text/css" href="../style/manual.css"/></head><body><blockquote><div align="center"><img src="../images/sub.gif" alt="[APACHE DOCUMENTATION]"/><h3>Apache HTTP Server Version 2.0</h3></div><h1 align="center">Apache Module mod_asis</h1><table bgcolor="#cccccc" cellpadding="0" cellspacing="1"><tr><td><table bgcolor="#ffffff"><tr><td valign="top"><span class="help">Description:</span></td><td>Sends files that contain their own -HTTP headers</td></tr><tr><td><a class="help" href="module-dict.html#Status">Status:</a></td><td>Base</td></tr><tr><td><a class="help" href="module-dict.html#ModuleIdentifier">Module Identifier:</a></td><td>asis_module</td></tr></table></td></tr></table><h2>Summary</h2> + --><title>mod_asis- Apache HTTP Server</title><link href="../style/manual.css" type="text/css" rel="stylesheet"/></head><body><blockquote><div align="center"><img src="../images/sub.gif" alt="[APACHE DOCUMENTATION]"/><h3>Apache HTTP Server Version 2.0</h3></div><h1 align="center">Apache Module mod_asis</h1><table cellspacing="1" cellpadding="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td valign="top"><span class="help">Description:</span></td><td>Sends files that contain their own +HTTP headers</td></tr><tr><td><a href="module-dict.html#Status" class="help">Status:</a></td><td>Base</td></tr><tr><td><a href="module-dict.html#ModuleIdentifier" class="help">Module Identifier:</a></td><td>asis_module</td></tr></table></td></tr></table><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> @@ -33,22 +33,22 @@ HTTP headers</td></tr><tr><td><a class="help" href="module-dict.html#Status">Sta redirected.</p> -<blockquote><table cellpadding="10"><tr><td bgcolor="#eeeeee"><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/> - <HTML><br/> - <HEAD><br/> - <TITLE>Lame excuses'R'us</TITLE><br/> - </HEAD><br/> - <BODY><br/> +<blockquote><table cellpadding="10"><tr><td bgcolor="#eeeeee"><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> + <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/> + to<br> <A HREF="http://xyz.abc.com/foo/bar.html">Joe's</A> - site.<br/> - </H1><br/> - </BODY><br/> + site.<br> + </H1><br> + </BODY><br> </HTML> </code></td></tr></table></blockquote> |