rbowen 2003/05/28 17:35:28
Modified: htdocs/manual/howto ssi.html.en
Log:
Add note that mod_include is needed, as per nagging request on IRC.
Revision Changes Path
1.14 +3 -1 httpd-docs-1.3/htdocs/manual/howto/ssi.html.en
Index: ssi.html.en
===================================================================
RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/howto/ssi.html.en,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ssi.html.en 29 May 2003 00:33:03 -0000 1.13
+++ ssi.html.en 29 May 2003 00:35:28 -0000 1.14
@@ -138,7 +138,9 @@
name="configuringyourservertopermitssi">Configuring your server
to permit SSI</a></h2>
- <p>To permit SSI on your server, you must have the following
+ <p>To permit SSI on your server, you must have <a
+ href="../mod/mod_include.html">mod_include</a> installed and
+ enabled. Additionally, you must have the following
directive either in your <code>httpd.conf</code> file, or in a
<code>.htaccess</code> file:</p>
<pre>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]