diff options
author | André Malo <nd@apache.org> | 2002-11-05 19:09:08 +0100 |
---|---|---|
committer | André Malo <nd@apache.org> | 2002-11-05 19:09:08 +0100 |
commit | 72d1b3b9418f23f684ab7eb789ee7137b654aa62 (patch) | |
tree | 762cfeab47341f588b9d5f1b6fc1747d077ba262 /docs/manual/howto | |
parent | Correct typo, cut and past error, wrong mark up and redundant see also. (diff) | |
download | apache2-72d1b3b9418f23f684ab7eb789ee7137b654aa62.tar.xz apache2-72d1b3b9418f23f684ab7eb789ee7137b654aa62.zip |
fix a lot of weird links and markup
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97407 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/howto')
-rw-r--r-- | docs/manual/howto/ssi.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/manual/howto/ssi.xml b/docs/manual/howto/ssi.xml index 6ee113318d..c2e1e86188 100644 --- a/docs/manual/howto/ssi.xml +++ b/docs/manual/howto/ssi.xml @@ -91,12 +91,12 @@ existing HTML documents.</p> directives would be executed.</p> <p>The other method is to use the <directive - module="mod_includes">XBitHack</directive> directive:</p> + module="mod_include">XBitHack</directive> directive:</p> <example> XBitHack on </example> - <p><directive module="mod_includes">XBitHack</directive> + <p><directive module="mod_include">XBitHack</directive> 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 @@ -111,7 +111,7 @@ existing HTML documents.</p> <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 <directive - module="mod_includes">XBitHack</directive>. The thing to + module="mod_include">XBitHack</directive>. 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 |