slive 01/11/28 11:14:57
Modified: htdocs/manual/howto ssi.html.en
Log:
I've seen many people confused when they simply drop
Options +Includes
into the main server context and can't figure out why it won't work.
This tries to help them out a little.
In general, I think we need some clearer and more obvious documentation
on the Options directive. It is a major source of confusion.
Revision Changes Path
1.10 +5 -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.9
retrieving revision 1.10
diff -u -d -b -u -r1.9 -r1.10
--- ssi.html.en 2001/11/23 04:58:35 1.9
+++ ssi.html.en 2001/11/28 19:14:57 1.10
@@ -151,7 +151,11 @@
</pre>
<p>This tells Apache that you want to permit files to be parsed
- for SSI directives.</p>
+ for SSI directives. Note that most configurations contain
+ multiple <a href="../mod/core.html#options">Options</a> directives
+ that can override each other. You will probably need to apply the
+ <code>Options</code> to the specific directory where you want SSI
+ enabled in order to assure that it gets evaluated last.</p>
<p>Not just any file is parsed for SSI directives. You have to
tell Apache which files should be parsed. There are two ways to
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]