Gentoo Archives: gentoo-user

From: Michael Orlitzky <mjo@g.o>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: Apache config
Date: Fri, 19 May 2017 15:14:22
Message-Id: 8331155b-e5b4-14a4-77b3-fc4773e91c0e@gentoo.org
In Reply to: Re: [gentoo-user] Re: Apache config by Peter Humphrey
1 On 05/19/2017 04:31 AM, Peter Humphrey wrote:
2 >
3 > Or is that not what you meant?
4 >
5 > Maybe I need a different MPM.
6 >
7
8 That's what I meant. How about the
9
10 AddOutputFilter INCLUDES <extension>
11
12 line from my previous mail? Do you have that anywhere in your config,
13 for the <extension> of the file that is trying to include another?
14
15 Our default Apache config has it commented-out in 00_mod_mime.conf, and
16 only for the "shtml" extension. If that's what you want, you can simply
17 uncomment it; or if you need something more fancy you might have to add
18 your own AddOutputFilter lines.