Hi, I am a newbie in Apache web server, could anyone answer this
simple question. When the following directives are placed in that order in the config file, will SSI be still functional in the htdocs directory? Will the Options directive in the htdocs directory be overriden by the Options directive in the <Location /> container and therefore disable SSI? Thanks.
<Directory "/usr/local/apache/htdocs">
Options Indexes FollowSymLinks Includes
AllowOverride AuthConfig
Order allow,deny
Allow from all
</Directory>
<Location />
Options Indexes
</Location>