Jeff Armstrong wrote:
I still can't seem to get this to work: the Apache error.log says:
This file is not one of the files in the Debian manifest for
libapache2-request-perl. Are there any special build options I need to
generate this handle.al?
I would strongly urge you to build it from SVN.
Original Message
From: "Philip M. Gollucci" <[EMAIL PROTECTED]>
To: Jeff Armstrong <[EMAIL PROTECTED]>
Cc: mod_perl List
Subject: Re:Newbie help with Apache2::Request configuration
Date: Sun Jan 01 2006 21:01:39
My apologies for being a dumbo, your forbearance is much appreci
One other thing, none of the SEE ALSO links work :(
Fixed in r365492 and will be part of the 2.07 docs
--
"Love is not the one you can picture yourself marrying,
but the one you can't picture the rest of your life without
Jeff wrote:
Thanks for all that - I will work through it!
I don't know I why I didn't think to say this sooner, but
Apache2::Cookie is actually a subclass of APR::Request::Cookie
if that helps any
--
"Love is not the
Original Message
From: "Philip M. Gollucci" <[EMAIL PROTECTED]>
To: Jeff Armstrong <[EMAIL PROTECTED]>
Cc: mod_perl List
Subject: Re:Newbie help with Apache2::Request configuration
Date: Sun Jan 01 2006 21:01:39
My apologies for being a dumbo, your forbearance is much appreci
My apologies for being a dumbo, your forbearance is much appreciated!
no problem... Everybody has to start somewhere.
You seem to recommend the APR:* interfaces, but then go on to show that
to use APR::Request::Param to handle uploads, we will have to code
wrapper code similar to that in Apa
Original Message
From: "Philip M. Gollucci" <[EMAIL PROTECTED]>
To: Jonathan Vanasco <[EMAIL PROTECTED]>
Cc: mod_perl List
Subject: Re:Newbie help with Apache2::Request configuration
Date: Sat Dec 31 2005 19:22:28
Jonathan Vanasco wrote:
On Dec 31, 2005, at 1:22 PM, Philip
Jonathan Vanasco wrote:
On Dec 31, 2005, at 1:22 PM, Philip M. Gollucci wrote:
One does CGI compatible decoding the other doesn't.
fully knowing this sounds stupid, can i just ask what that means?
APR::Request provides 2 functions encode and decode that access
application/x-www-form-urlenco
On Dec 31, 2005, at 1:22 PM, Philip M. Gollucci wrote:
One does CGI compatible decoding the other doesn't.
fully knowing this sounds stupid, can i just ask what that means?
i've just been using Apache2 wrappers, because I need to access
uploads. and well, my options are this:
Ap
Jeff Armstrong wrote:
APR::Request::Apache2 seems rather light in terms of documented
functionality, but you recommend it over Apache2::Request? Do they all
somehow end up at the same place?
Wrapper classes. The difference is which ones the developers recommend.
The libapreq2 docs seem a li
Original Message
From: "Philip M. Gollucci" <[EMAIL PROTECTED]>
To: Joshua H <[EMAIL PROTECTED]>
Cc: modperl@perl.apache.org
Subject: Re:Newbie help with Apache2::Request configuration
Date: Sat Dec 31 2005 01:02:01
Joshua H wrote:
1) When I try to call Apache::Request method
Thank you! configure --enable-perl-glue complained about problems with
XSBuilder. After a ExtUtils re-install, the installation worked like a
charm. And no problems with startup.pl. Thanks again.
-Joshua
Joshua H wrote:
I copied all the .pm files from the local /tmp install to the
appar
Joshua H wrote:
I copied all the .pm files from the local /tmp install to the apparent
correct places in @INC. Now I get:
[Fri Dec 30 18:22:51 2005] [error] APR/Request/Param.pm did not return
a true value at
/usr/lib/perl5/site_perl/5.8.6/i586-linux-thread-multi/Apache2/Request.pm
line 2.
I copied all the .pm files from the local /tmp install to the apparent
correct places in @INC. Now I get:
[Fri Dec 30 18:22:51 2005] [error] APR/Request/Param.pm did not return a
true value at
/usr/lib/perl5/site_perl/5.8.6/i586-linux-thread-multi/Apache2/Request.pm
line 2.\nBEGIN failed--co
Thanks very much for the help.
I was actually using Apache2::Request->new(), instead of Apache::Request
- just mis-typed in my posting.
Additional information you asked for:
httpd2 version = 2.0.53
mod_perl version = 2.0.2
libapreq2 version = 2.06-dev
OS = Suse 9.3 w/ 2.6.11 kernel
used make
Joshua H wrote:
1) When I try to call Apache::Request methods (like new() ), I get an
You want Apache2::Request->new()
or better yet
APR::Request::Apache2->new()
See:
http://httpd.apache.org/apreq/docs/libapreq2/group__apreq__xs__apr__request__apache2.html
error to the effect that it can't fi
16 matches
Mail list logo