[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] Procedure for making web page changes

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Wed, 20 Feb 2013 09:24:35 +0200

Gabriela Gibson wrote on Tue, Feb 19, 2013 at 22:37:35 +0000:
> On 19/02/13 13:06, Daniel Shahaf 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?
>
> Ben's point about windows seems conclusive to me.
>
> However, I'm struggling on my 2.4 server with my updated instructions.
>
> Please could you include the relevant sections from the Subversion site
> configuration because they are running 2.4.3?

<Directory /x1/www/subversion.apache.org>
  Options +Includes
  AddOutputFilter INCLUDES .html
</Directory>

I don't see any other relevant settings in the vhost config, but people
with access (infra and members) can review the settings here:
https://svn.apache.org/repos/infra/infrastructure/trunk/httpd-conf/www.apache.org/vhosts/zzzothers.conf
https://svn.apache.org/repos/infra/infrastructure/trunk/httpd-conf/www.apache.org/httpd.conf
Received on 2013-02-20 08:25:14 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.