Currently my mp2 handler outputs the content just for an JSON API, which
behaves well.
If I want mp2 to output a full HTML page, what's the suggested template for
this?
Thank you
chines may have (at the last count a
>> year ago we had over
>> > 30 PBytes of storage on side – and a large amount of offsite backup.
>> >
>> > We would also stretch the amount of power we can get from the
>> national grid to power
>> >
Today memory is not serious problem, each of our server has 64GB memory.
> Forgot to add - so our FCGI servers need a lot (and I mean a lot) more
> memory than the mod_perl servers to serve the same level of content (just
> in case memory blows up with FCGI backends)
>
> -Original Message
.
>>
>> DNS lookup would usually be an expensive process and you are supposed to
>> be nice to other services so cache it for the TTL of the PTR record.
>>
>> On Tue, Dec 22, 2020 at 6:44 PM Matthias Peng
>> wrote:
>>
>>> I am a newbie to mp deve
please send an empty email to: modperl-unsubscr...@perl.apache.org to
unsubscribe yourself from the list.
On Tue, Dec 22, 2020 at 11:09 PM jbiskofski wrote:
> unsubscribe
>
ery($ip, 'PTR');
if ($reply) {
for my $rr ($reply->answer) {
return $rr->rdstring; # we need only one
}
}
return;
}
1;
Can anyone give your review? Thanks in advance.
Matthias
On Tue, Dec 22, 2020 at 1:49 PM Matthia
Can I guess mod_perl is the upgraded version of apreq? Thanks Andre.
> On 22.12.2020 06:49, Matthias Peng wrote:
> > Hello
> >
> > I am developing a simple mp2 application.
> > I looked for the installation for mp2 utils, and found this two:
> >
> > liba
Hello
I am developing a simple mp2 application.
I looked for the installation for mp2 utils, and found this two:
libapache2-mod-perl2
libapache2-mod-apreq2
what're their relations? Should I install both, or only the first one?
Thanks.