From 2949fe5417412e40bc09814fae74396a7d0a9035 Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Wed, 28 Nov 2001 19:19:49 +0000 Subject: [PATCH] Clarify a little how options work. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92222 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/howto/ssi.html.en | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/manual/howto/ssi.html.en b/docs/manual/howto/ssi.html.en index 3e74c72bcf..812f0c683b 100644 --- a/docs/manual/howto/ssi.html.en +++ b/docs/manual/howto/ssi.html.en @@ -147,7 +147,11 @@

This tells Apache that you want to permit files to be parsed - for SSI directives.

+ for SSI directives. Note that most configurations contain + multiple Options directives + that can override each other. You will probably need to apply the + Options to the specific directory where you want SSI + enabled in order to assure that it gets evaluated last.

Not just any file is parsed for SSI directives. You have to tell Apache which files should be parsed. There are two ways to -- 2.40.0