From: Joshua Slive Date: Wed, 28 Nov 2001 19:19:49 +0000 (+0000) Subject: Clarify a little how options work. X-Git-Tag: 2.0.30~357 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2949fe5417412e40bc09814fae74396a7d0a9035;p=apache Clarify a little how options work. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92222 13f79535-47bb-0310-9956-ffa450edef68 --- 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