From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QqTD1-0004Tb-Qm for garchives@archives.gentoo.org; Mon, 08 Aug 2011 17:01:47 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18D6D21C140; Mon, 8 Aug 2011 17:01:39 +0000 (UTC) Received: from mail-vx0-f181.google.com (mail-vx0-f181.google.com [209.85.220.181]) by pigeon.gentoo.org (Postfix) with ESMTP id A5AFE21C117 for ; Mon, 8 Aug 2011 16:59:55 +0000 (UTC) Received: by vxi39 with SMTP id 39so3197796vxi.40 for ; Mon, 08 Aug 2011 09:59:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:content-type; bh=MFXSzQdXceEhrx2xZ4JoB8cEAvw26FVB4WX0zipT5eA=; b=TCLkcQ7Uco4cgbcUy5xn+U2BxianV/fq2UhQ4i7Pnp0Eu/lTtpp7u2D4K/49u6I8+I JCGZeqryJLWzDiuAm2x1U1Z0O5AWJhXVIeffS4YubDHDW38XuxcqYFjm4oYcCP+9C2+1 CxIm7853dYrSHQPVPDGkgRA3xslI8AN9GMevU= Received: by 10.52.22.170 with SMTP id e10mr2631871vdf.454.1312822795117; Mon, 08 Aug 2011 09:59:55 -0700 (PDT) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Sender: paul.hartman@gmail.com Received: by 10.52.166.39 with HTTP; Mon, 8 Aug 2011 09:59:35 -0700 (PDT) In-Reply-To: <201108081504.22650.peter@humphrey.ukfsn.org> References: <201108071740.07426.peter@humphrey.ukfsn.org> <201108081504.22650.peter@humphrey.ukfsn.org> From: Paul Hartman Date: Mon, 8 Aug 2011 11:59:35 -0500 X-Google-Sender-Auth: aexjJ9f0NcEhxR1wNuAMLzuICCA Message-ID: Subject: Re: [gentoo-user] [OT] How to set Apache up to serve SSIs? To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: X-Archives-Hash: 14d28e8efa4b606111e4ede82f1a257e On Mon, Aug 8, 2011 at 9:04 AM, Peter Humphrey wrote: > On Sunday 07 August 2011 19:07:45 Paul Hartman wrote: > >> There is a how-to for setting up SSIs: >> >> http://httpd.apache.org/docs/2.2/howto/ssi.html > > Ah. Thank you Paul. I'll see if I can work out what APACHE_MODULES I need in > make.conf. I think the "include" module is the necessary one to add.