December 2007
Beginner to intermediate
310 pages
8h 8m
English
You want to include SSI directives in the output from one or more of the scripts in your ScriptAlias directory and have them processed correctly.
This is fully supported only in Apache httpd version 2.0 and later.
Put the following into the <Directory> container for your ScriptAlias directory:
Options +Includes SetOutputFilter INCLUDES
The above directive will instruct the server to filter all output from scripts in the ScriptAlias directory for SSI directives before sending it to the client.
Read now
Unlock full access