Apache::Request vs Apache->request

2004-01-21 Thread Clayton Cottingham
while i understand the difference between these two i am unsure how to handle these back and forth. let me explain: I have an upload module with the handler using an Apache::Request my $r = Apache::Request->new( shift, POST_MAX=> 10 * 1024 * 1024,# in bytes, so 10M

Re: Trying to install Apache::Request - a Linux n00b

2004-01-21 Thread AdmanB
Running RH9, I have apache 1.3 (latest version that's not 2) and mod_perl 1.29 installed, both successfully, as far as I can tell Compiled from source by you? Yup, compiled using the instructions shown here: http://www.bricolage.cc/docs/Bric/Admin.html#apache/perl_(mod_perl) . I'm trying to insta

Re: Trying to install Apache::Request - a Linux n00b

2004-01-21 Thread Perrin Harkins
On Wed, 2004-01-21 at 15:02, [EMAIL PROTECTED] wrote: > Running RH9, I have apache 1.3 (latest version that's not 2) and > mod_perl 1.29 installed, both successfully, as far as I can tell Compiled from source by you? > I'm trying to install Apache::Request for Bricolage, I couldn't find it > on

Re: [QUESTION] B::TerseSize won't run

2004-01-21 Thread Stas Bekman
Ask Solem Hoel wrote: Hi! I'm trying to track down a memory leak, but when I try PerlModule B::TerseSize(0.05) with Apache::Status, apache gives me an internal server error with nothing but: [Wed Jan 21 11:29:55 2004] [error] Undefined subroutine &Apache::Status::handler called. in the error

Re: Actions of $r->update_mtime

2004-01-21 Thread David Dyer-Bennet
Ged Haywood <[EMAIL PROTECTED]> writes: > Hello there, > > On Wed, 21 Jan 2004, David Dyer-Bennet wrote: > >> (Apache 1.3.22, mod_perl 1.26). >> [snip] >> So, any suggestions? > > In addition to Geoff's comments I think you should upgrade ASAP to the > latest versions of Apache and mod_perl. If

Re: [mp2] Missing(?) code snipets in porting document

2004-01-21 Thread Stas Bekman
Reuben Fischman wrote: In going through the porting document for porting to modperl2 and following the Apache::mp3 example, there appears to be some missing code in both http source and the pdf versions of the document: --- Apache/MP3.pm.4 2003-06-06 15:57:15.0 +1000 +++ Apache/MP3

Re: Actions of $r->update_mtime

2004-01-21 Thread David Dyer-Bennet
Geoffrey Young <[EMAIL PROTECTED]> writes: > David Dyer-Bennet wrote: >> When I call update_mtime I seem to get set_etags done automatically as >> well (or perhaps it's set_last_modified that does it?). This is >> *BAD*. It's also not documented anywhere I can find online or in >> _Writing Apach

Trying to install Apache::Request - a Linux n00b

2004-01-21 Thread AdmanB
Running RH9, I have apache 1.3 (latest version that's not 2) and mod_perl 1.29 installed, both successfully, as far as I can tell I'm trying to install Apache::Request for Bricolage, I couldn't find it on the perl website, so I did a search for it. Which turned up the libapreq package, that inc

[mp2] Missing(?) code snipets in porting document

2004-01-21 Thread Reuben Fischman
In going through the porting document for porting to modperl2 and following the Apache::mp3 example, there appears to be some missing code in both http source and the pdf versions of the document:     --- Apache/MP3.pm.4 2003-06-06 15:57:15.0 +1000  +++ Apache/MP3.pm   2003-

Re: Actions of $r->update_mtime

2004-01-21 Thread Ged Haywood
Hello there, On Wed, 21 Jan 2004, David Dyer-Bennet wrote: > (Apache 1.3.22, mod_perl 1.26). > [snip] > So, any suggestions? In addition to Geoff's comments I think you should upgrade ASAP to the latest versions of Apache and mod_perl. If you don't, you are likely to come up against a few thin

Re: Actions of $r->update_mtime

2004-01-21 Thread Geoffrey Young
David Dyer-Bennet wrote: > When I call update_mtime I seem to get set_etags done automatically as > well (or perhaps it's set_last_modified that does it?). This is > *BAD*. It's also not documented anywhere I can find online or in > _Writing Apache Modules with Perl and C_. (Apache 1.3.22, mod

[QUESTION] B::TerseSize won't run

2004-01-21 Thread Ask Solem Hoel
Hi! I'm trying to track down a memory leak, but when I try PerlModule B::TerseSize(0.05) with Apache::Status, apache gives me an internal server error with nothing but: [Wed Jan 21 11:29:55 2004] [error] Undefined subroutine &Apache::Status::handler called. in the error log. The associated co