diff options
author | Erik Abele <erikabele@apache.org> | 2002-11-05 20:05:22 +0100 |
---|---|---|
committer | Erik Abele <erikabele@apache.org> | 2002-11-05 20:05:22 +0100 |
commit | 3ba0aa91f3bc34f69e7953930773e7a700acca38 (patch) | |
tree | d9792630467440e10405fe5b624006914a3007cf /docs/manual/howto/ssi.html.en | |
parent | fixed links to F. Hirsch's pages, resolves bug #14253 (diff) | |
download | apache2-3ba0aa91f3bc34f69e7953930773e7a700acca38.tar.xz apache2-3ba0aa91f3bc34f69e7953930773e7a700acca38.zip |
updated transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97409 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/howto/ssi.html.en')
-rw-r--r-- | docs/manual/howto/ssi.html.en | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/manual/howto/ssi.html.en b/docs/manual/howto/ssi.html.en index 58b120f7cd..0484511acc 100644 --- a/docs/manual/howto/ssi.html.en +++ b/docs/manual/howto/ssi.html.en @@ -68,12 +68,12 @@ existing HTML documents.</p> order to give it a <code>.shtml</code> extension, so that those directives would be executed.</p> - <p>The other method is to use the <code class="directive"><a href="../mod/mod_includes.html#xbithack">XBitHack</a></code> directive:</p> + <p>The other method is to use the <code class="directive"><a href="../mod/mod_include.html#xbithack">XBitHack</a></code> directive:</p> <div class="example"><p><code> XBitHack on </code></p></div> - <p><code class="directive"><a href="../mod/mod_includes.html#xbithack">XBitHack</a></code> + <p><code class="directive"><a href="../mod/mod_include.html#xbithack">XBitHack</a></code> tells Apache to parse files for SSI directives if they have the execute bit set. So, to add SSI directives to an existing page, rather than having to change @@ -87,7 +87,7 @@ existing HTML documents.</p> see people recommending that you just tell Apache to parse all <code>.html</code> files for SSI, so that you don't have to mess with <code>.shtml</code> file names. These folks have - perhaps not heard about <code class="directive"><a href="../mod/mod_includes.html#xbithack">XBitHack</a></code>. The thing to + perhaps not heard about <code class="directive"><a href="../mod/mod_include.html#xbithack">XBitHack</a></code>. The thing to keep in mind is that, by doing this, you're requiring that Apache read through every single file that it sends out to clients, even if they don't contain any SSI directives. This |