On Tue, Feb 19, 2013 at 5:06 AM, Daniel Shahaf <d...@daniel.shahaf.name> wrote: > I see. The interesting part is that I asked about > AddOutputFilter INCLUDES .html > because httpd.conf has it enabled for us specifically. I Also tested by > hand and confirmed that /www/subversion.apache.org/index2.html has SSI > directives parsed even if it lacks a +x bit. So it seems we should > migrate to AddOutputFilter --- both in your patch and in the live > site's .htaccess,*.html files. Do you agree?
The XBitHack doesn't do anything on Windows so I'd think for the purposes of this guide explicitly enabling INCLUDES seems better. Also if Daniel is saying that our site is using an explicit INCLUDES we should use that in our directions since it'll make the local test setup match the server better and hopefully avoid mistakes such as not expecting values to be parsed by the server just because we forgot to set the execute bit on a file.