Return-Path: X-Original-To: apmail-httpd-users-archive@www.apache.org Delivered-To: apmail-httpd-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C52BD97C5 for ; Tue, 27 Mar 2012 13:31:36 +0000 (UTC) Received: (qmail 87119 invoked by uid 500); 27 Mar 2012 13:31:34 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 87019 invoked by uid 500); 27 Mar 2012 13:31:33 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 87011 invoked by uid 99); 27 Mar 2012 13:31:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Mar 2012 13:31:33 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of tevans.uk@googlemail.com designates 209.85.212.45 as permitted sender) Received: from [209.85.212.45] (HELO mail-vb0-f45.google.com) (209.85.212.45) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Mar 2012 13:31:28 +0000 Received: by vbbfs19 with SMTP id fs19so4580093vbb.18 for ; Tue, 27 Mar 2012 06:31:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=GJvlL5NEyUbjiI5kRYv2Kk0g4GWyWmmxOH97fpNtA0U=; b=ZyjM2Qgkjfm5gTh8USCQx0Kjnlh+E7SWnP9xnchkMg1cEHhNQfWmPeG7ZviJRiBBlJ QsF7Je2xK7JGXaGv3+UWH4T4Hj1TWW/9rUJh6aVX/3yDTZ1iJHdRCEMzvup3iDVej74w ZuEGUtF4TqA85ycn5fv8dIHSe9V1CgKgvZNjorhqlD4h8aZ5oJ7Bf3FOiESQ+scIcCPo aKBB/cHctcIjA5mdE5qtYezeRAK95FhMF6hyMa7mpDroqGJjSMbFNDfunamV6ZIqaITJ qd9rOlR5tF+VA15hrrka8lTKC0GegIy71lxlUKn4o/kRwcTlXWk+paONQCR0U/AQJX3h ioYg== MIME-Version: 1.0 Received: by 10.52.24.40 with SMTP id r8mr9943166vdf.108.1332855067159; Tue, 27 Mar 2012 06:31:07 -0700 (PDT) Received: by 10.52.161.71 with HTTP; Tue, 27 Mar 2012 06:31:07 -0700 (PDT) In-Reply-To: <0FE6DE655D24714492E50658D26A89721EA6BC@SRV-EXSC03.webex.local> References: <0FE6DE655D24714492E50658D26A89721EA6BC@SRV-EXSC03.webex.local> Date: Tue, 27 Mar 2012 14:31:07 +0100 Message-ID: From: Tom Evans To: users@httpd.apache.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [users@httpd] Help required to enable the mod_cache on the apache web server 2.2.17. On Tue, Mar 27, 2012 at 1:25 PM, Pramodkumar Srikantamurthy wrote: > > Hello every one, > > Can any one plz let me know the correct steps to enable the mod_cache and= mod_disk_cache on the apache webserver 2.2.17 on the UNIX box. > > All we know is using the command apxs =E2=80=93 c =C2=A0mod_cache.c=C2=A0= (present in the /usr/local/httpd-2.2.17/modules/cache directory). > [=E2=80=A6] > > Any quick help is highly appreciated. Didn't you ask this a few hours ago, and were answered by Eric? mod_cache is not just a single .c file. You should use the build system, and tell configure to build mod_cache. Run configure with --help to see the available options. Cheers Tom --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org