Re: Setting new POST_MAX or MAX_BODY

2006-09-14 Thread Boysenberry Payne
On Sep 12, 2006, at 7:13 PM, Boysenberry Payne wrote: I tracked the error down to a different area than I thought. It happens when I call $apr-param as follows: sub utilize { my $self = shift; my $apr = APR::Request::Apache2-handle( $self-{req} ) || return; return unless( int @{[ $apr

Setting new POST_MAX or MAX_BODY

2006-09-12 Thread Boysenberry Payne
I'm trying to raise my post maximum and keep getting this error:[error] [client 127.0.0.1] (20014)Internal error: Content-Length header (959543540) exceeds configured max_body limit (67108864)How do I set max body higher?  So far I have:sub handler { my $r = shift; my $req = Apache2::Request-new(

Re: Make test failed

2006-07-08 Thread Boysenberry Payne
: Boysenberry Payne wrote: I'm trying to build libapreq2-2.07 on Red Hat Linux 3.2.3-42, Apache/2.0.46, perl v5.8.0 built for i386-linux-thread-multi, 2.0.48 is a minium version. Please read the CHANGES file. I strongly suggest upgrading _ALL_ that software its ancient. How did you get past the version

Make test failed

2006-07-07 Thread Boysenberry Payne
I'm trying to build libapreq2-2.07 on Red Hat Linux 3.2.3-42, Apache/2.0.46, perl v5.8.0 built for i386-linux-thread-multi, mod_perl/2.0.1 Getting the following error on make test using: perl Makefile.PL --with-apache2-apxs=/usr/local/apache2/bin/apxs --enable-perl-glue error:

On using Apache2::Request-upload correctly...

2006-04-12 Thread Boysenberry Payne
Hi All, I remember reading about how to handle when a client cancels an upload via proxy connections, I just don't remember what or where. I'm using: my $req = Apache2::Request-new( $r ); # via handler my $upload = $req-upload( uploadFile ) or return $self-error( No Upload File Found... ); my

Re: On using Apache2::Request-upload correctly...

2006-04-12 Thread Boysenberry Payne
: This it? http://modperlbook.org/html/ch06_09.html btw, if you solve your problem, please let me know -- thats on my schedule to do tomorrow :) On Apr 12, 2006, at 12:37 PM, Boysenberry Payne wrote: Hi All, I remember reading about how to handle when a client cancels an upload via proxy connections, I just

Re: make error

2006-02-24 Thread Boysenberry Payne
| selfgnosis.com On Feb 24, 2006, at 7:21 AM, Joe Schaefer wrote: Boysenberry Payne [EMAIL PROTECTED] writes: When I do make test I get the following error: waiting 60 seconds for server to start: .Syntax error on line 168 of /Users/boysie/src/libapreq2-2.07/module/t/conf/httpd.conf: Cannot load

Re: make error

2006-02-23 Thread Boysenberry Payne
using the apache expat is damn frustrating. having 2 sep. libs is ugly, but it works. On Feb 23, 2006, at 5:44 PM, Boysenberry Payne wrote: I'm getting: ld: can't locate file for: -lexpat While trying to build on OS X 10.3.9 / Apache 2.0.55 When I 'find /usr -name *expat* I get: /usr/include

make error

2006-02-23 Thread Boysenberry Payne
I'm getting: ld: can't locate file for: -lexpat While trying to build on OS X 10.3.9 / Apache 2.0.55 When I 'find /usr -name *expat* I get: /usr/include/php/ext/xml/expat /usr/include/php/ext/xml/expat/expat.h /usr/local/apache2/include/expat.h /usr/local/apache2/lib/libexpat.0.1.0.dylib

How to use Apache2::Upload

2005-11-11 Thread Boysenberry Payne
In the Apache2::Upload doc it gives the following example: use Apache2::Upload; $req = Apache2::Request->new($r); $upload = $req->upload(foo); If I'm using this inside of a mod_perl handler do I need to do $req = Apache2::Request->new($r); where $r is my request handle? Or am I getting confused?

Re: How to use Apache2::Upload

2005-11-11 Thread Boysenberry Payne
Also, are there equivalents to: $CGI::DISABLE_UPLOADS and $CGI::POST_MAX ??? Thanks, Boysenberry boysenberrys.com | habitatlife.com | selfgnosis.com On Nov 11, 2005, at 3:56 PM, Boysenberry Payne wrote: In the Apache2::Upload doc it gives the following example: use Apache2::Upload; $req

Re: How to use Apache2::Upload

2005-11-11 Thread Boysenberry Payne
nberry boysenberrys.com | habitatlife.com | selfgnosis.com On Nov 11, 2005, at 5:48 PM, Philip M. Gollucci wrote: Boysenberry Payne wrote: Also, are there equivalents to: $CGI::DISABLE_UPLOADS and $CGI::POST_MAX ??? http://httpd.apache.org/apreq/docs/libapreq2/group__apreq__xs__apr__req

Re: Help understanding the following error

2005-11-02 Thread Boysenberry Payne
That was it, thanks Boysenberry boysenberrys.com | habitatlife.com | selfgnosis.com On Nov 1, 2005, at 9:11 PM, Philip M. Gollucci wrote: Boysenberry Payne wrote: I received the following error on my server and was trying to figure out how to correct it: /usr/local/apache2/bin/httpd

Help understanding the following error

2005-11-01 Thread Boysenberry Payne
I received the following error on my server and was trying to figure out how to correct it: /usr/local/apache2/bin/httpd: relocation error: /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/auto/APR/ Request/Apache2/Apache2.so: undefined symbol: apreq_handle_apache2 What does it

make test error on OS X 10.3.9

2005-10-15 Thread Boysenberry Payne
Can anyone help me correct this error; should I make install regardless? waiting 60 seconds for server to start: .Syntax error on line 156 of /Users/boysie/src/libapreq2-2.07/module/t/conf/httpd.conf: Cannot load /Users/boysie/src/libapreq2-2.07/module/apache2/.libs/mod_apreq2.so into