Changes

Apache 2.2 Server Side Includes

399 bytes added, 19:33, 25 July 2014
/* Configure Apache to Permit SSI */
The following lines were added (+) and removed (-):
note: This directive '''IS NOT NECESSARY''' if using  note: This directive '''IS NOT NECESSARY''' if using something like the following which is actually a better idea: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. <Directory "/usr/local/www">    Options Indexes FollowSymLinks MultiViews Includes    AllowOverride None    Order allow,deny    Allow from all </Directory> If the /usr/local/www is your document root "DocumentRoot" then the above will enable SSI for it and sub directories.  Virtual directories in other paths will not allow SSI.  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.
Bureaucrat, administrator
16,192
edits