Return-Path: Delivered-To: apmail-httpd-apreq-cvs-archive@www.apache.org Received: (qmail 19820 invoked from network); 17 May 2005 04:44:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 17 May 2005 04:44:15 -0000 Received: (qmail 8354 invoked by uid 500); 16 May 2005 18:45:57 -0000 Delivered-To: apmail-httpd-apreq-cvs-archive@httpd.apache.org Received: (qmail 8340 invoked by uid 500); 16 May 2005 18:45:56 -0000 Mailing-List: contact apreq-cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: apreq-dev@httpd.apache.org List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list apreq-cvs@httpd.apache.org Received: (qmail 8240 invoked by uid 99); 16 May 2005 18:45:53 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Mon, 16 May 2005 11:45:51 -0700 Received: (qmail 68318 invoked by uid 65534); 16 May 2005 18:38:47 -0000 Message-ID: <20050516183847.68317.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: svn commit: r170424 - in /httpd/apreq/trunk: FAQ.pod INSTALL Date: Mon, 16 May 2005 18:38:46 -0000 To: apreq-cvs@httpd.apache.org From: joes@apache.org X-Mailer: svnmailer-1.0.0-dev X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: joes Date: Mon May 16 11:38:46 2005 New Revision: 170424 URL: http://svn.apache.org/viewcvs?rev=3D170424&view=3Drev Log: Frivolous doc tweaks. Modified: httpd/apreq/trunk/FAQ.pod httpd/apreq/trunk/INSTALL Modified: httpd/apreq/trunk/FAQ.pod URL: http://svn.apache.org/viewcvs/httpd/apreq/trunk/FAQ.pod?rev=3D170424&r= 1=3D170423&r2=3D170424&view=3Ddiff =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- httpd/apreq/trunk/FAQ.pod (original) +++ httpd/apreq/trunk/FAQ.pod Mon May 16 11:38:46 2005 @@ -10,27 +10,30 @@ =20 =20 =20 -=3Dhead2 When I use Apache::Request in my output filter, it seems to lose = the incoming POST variables. +=3Dhead2 When I use Apache::Request in my output filter, it seems to lose + the incoming POST variables. =20 -The problem is likely that the mod_apreq filter has not been=20 +The problem is likely that the mod_apreq2 filter has not been=20 added to the input filter chain in time to read the POST data. =20 There are two solutions to this problem: =20 =20 - 1) Write a filter init handler for you filter that instantiates an Apache= ::Request object.=20 + 1) Write a filter init handler for you filter that instantiates an + Apache2::Request object.=20 =20 - http://perl.apache.org/docs/2.0/api/Apache/Filter.html#C_FilterInitHan= dler_ + http://perl.apache.org/docs/2.0/api/Apache2/Filter.html#C_FilterInitHa= ndler_ =20 2) Use .htaccess or your server config to ensure the apreq input filter is active for this request with "AddInputFilter APREQ" or somesuch. =20 We recommend using (1), and falling back to (2) until you get (1) working. =20 -=3Dhead2 When I try to upload a file, why do I get this error "[error] Can= 't locate .../Apache/Request/upload.al in @INC"? +=3Dhead2 When I try to upload a file, why do I get this error=20 + "[error] Can't locate .../Apache2/Request/upload.al in @INC"? =20 -I is now a separate module in apreq2, so you need to=20 -C to load the C function. +I is now a separate module in apreq2, so you need to=20 +C to load the C function. =20 =20 =20 @@ -51,9 +54,9 @@ =20 apreq's repository is broken into three subdirectories: =20 - /trunk - the current codebase for active development. - /tags - release snapshots. - /branches - where older releases and experimental development line= s live. + /trunk - the current codebase for active development. + /tags - release snapshots. + /branches - where older releases and experimental development lines li= ve. =20 apreq follows a Commit-then-Review policy for its entire repository, but being a shared library places certain restrictions on the admissible Modified: httpd/apreq/trunk/INSTALL URL: http://svn.apache.org/viewcvs/httpd/apreq/trunk/INSTALL?rev=3D170424&r= 1=3D170423&r2=3D170424&view=3Ddiff =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- httpd/apreq/trunk/INSTALL (original) +++ httpd/apreq/trunk/INSTALL Mon May 16 11:38:46 2005 @@ -18,8 +18,8 @@ % make install =20 =20 -Or using the CPAN/perlish way (which includes the Apache::Request and -Apache::Cookie modules): +Or using the CPAN/perlish way (which includes the Apache2::Request and +Apache2::Cookie modules): =20 % perl Makefile.PL --with-apache2-apxs=3D/path/to/apache2/bin/= apxs % make