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
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
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
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
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
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
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
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
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-
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
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
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
12 matches
Mail list logo