Return-Path: Delivered-To: apmail-perl-modperl-archive@www.apache.org Received: (qmail 49833 invoked from network); 13 Mar 2006 02:23:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Mar 2006 02:23:29 -0000 Received: (qmail 76210 invoked by uid 500); 13 Mar 2006 02:23:24 -0000 Delivered-To: apmail-perl-modperl-archive@perl.apache.org Received: (qmail 76190 invoked by uid 500); 13 Mar 2006 02:23:24 -0000 Mailing-List: contact modperl-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list modperl@perl.apache.org Received: (qmail 76179 invoked by uid 99); 13 Mar 2006 02:23:24 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 Mar 2006 18:23:24 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [210.193.32.133] (HELO 2perfection.com) (210.193.32.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 Mar 2006 18:23:23 -0800 Received: (qmail 6079 invoked from network); 13 Mar 2006 02:22:16 -0000 Received: from 63.210-193-15.adsl.qala.com.sg (HELO ?192.168.1.200?) (jhfoo-ml@extracktor.com@210.193.15.63) by www.nexlabs.com with SMTP; 13 Mar 2006 02:22:16 -0000 Message-ID: <4414D78B.5030204@extracktor.com> Date: Mon, 13 Mar 2006 10:23:07 +0800 From: Foo Ji-Haw User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Fred Moyer CC: Fred Moyer , yperl@club-internet.fr, modperl@perl.apache.org Subject: Re: Modperl2 question References: <2934.66.218.54.39.1142010298.squirrel@www.redhotpenguin.com> <4414D454.8020304@extracktor.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N > Apache2::Cookie is one of the glue modules for libapreq2. You have to > install libapreq2 to get Apache2::Cookie. Ok. I am crazy about libapreq2 because it is a direct replacement to CGI. I thought this is the preferred way against continuing CGI (for performance reasons) in the modperl enviromment. Or am I missing something here?