No worries. I'm glad you included modperl@perl.apache.org in this
development of software that is important to mod_perl2.
I'm curious though, why not upgrade the libapreq2 package in the
FreeBSD ports/pacakges system to libapreq2 v2.18, which already
resolved the proble
I am very sorry, I did not remove modperl@perl.apache.org from my email
to Klara systems. This was not intended for the list.
To answer your question, I don't want to compile and install from
source, although I could, I would prefer to use the FreeBSD ports /
packages system.
On 7/22/25 12:
Why is effort being put into patching libapreq2 v2.17 when simply
compiling v2.18 from source already solves the problems?
> We now know how to fix this problem. The installation I have for testing mixes
> packages from poudriere and ports installed from /usr/ports, which is not best
> pra
I have a v4.0.0 beta for sealed.pm that I expect will be fully operational
with mod_perl+ithreads now, but I will let it soak for a week to see what
happens in prod.
On Fri, Aug 26, 2022 at 3:30 PM Joe Schaefer wrote:
> You're welcome. Pardon my rudeness, but you will understand when I tell
> y
You're welcome. Pardon my rudeness, but you will understand when I tell
you that I developed sealed.pm after proving ithreads are solid on Solaris
over 2 years ago, and communicated with the Perl5 community on FB and LI
about the same thing I did here last week. There is considerable racism
and d
On Aug 26, 2022, at 1:16 PM, Joe Schaefer wrote:
> AFAICT you guys are just too lazy to look.
That came across as rude, Joe. Not all of us are experts at Perl internals or
track the latest changes to Perl's ithread support and/or glibc, and it's
generally been accepted in the mod_perl community
LOL IF YOU THINK THE WAIT FOR ITHREAD SUPPORT WAS A LONG TIME COMING.
https://github.com/majorz/apache2-rs/tree/master/src
On Fri, Aug 26, 2022 at 2:36 PM John D Groenveld wrote:
> In message <
> cafqgv+yb4bo3k4_hryccyj7ljsnejrh9hwyjw+9172ybc+q...@mail.gmail.com>
> , Joe Schaefer writes:
> >The
All of the zero-copy design elements of httpd are expanded on within
mod_perl in an ithread context.
All of those performance optimizations are lost when you bury them behind a
mod_proxy gateway to your application server running prefork.
Moreover, your scaling model for your application server is
In message
, Joe Schaefer writes:
>The entire collective engineering effort for mod_perl and mod_apreq was to
>ensure our code was thread-safe, both from an httpd context and a Perl one.
>We achieved that twenty years ago, but have been stuck dealing with the
>fact that ithread engineering within
The entire collective engineering effort for mod_perl and mod_apreq was to
ensure our code was thread-safe, both from an httpd context and a Perl one.
We achieved that twenty years ago, but have been stuck dealing with the
fact that ithread engineering within Perl5 itself had a ways to go.
What I'
Why are you still paying attention to mod_perl development, if you don't
even care to use it to full effect?
Running a 2-tiered webserver architecture is anathema to mod_perl. It's
not distinguishable from any other fastcgi thingy out there.
On Fri, Aug 26, 2022 at 1:46 PM John D Groenveld wrot
In message
, Joe Schaefer writes:
>Lazy enough never to support HTTP/2?
If HTTP/2 becomes necessary, my lazy first answer is to enable it in my
mod_proxy front end.
John
groenv...@acm.org
There isn't anything else on the market that will ever touch mod_perl +
mpm_event in terms of HTTP/2 performance.
And you don't need to ever spin up more ithreads than you have vCPU cores.
On Fri, Aug 26, 2022 at 1:36 PM Joe Schaefer wrote:
> Lazy enough never to support HTTP/2?
>
> On Fri, Aug
Lazy enough never to support HTTP/2?
On Fri, Aug 26, 2022 at 1:32 PM John D Groenveld wrote:
> In message <
> cafqgv+btwpyvvup2ewzfn7ruv4sfgdihadh48cm3n8qxpwb...@mail.gmail.com>
> , Joe Schaefer writes:
> >AFAICT you guys are just too lazy to look. Running latest on CPAN with an
>
> Correct.
> m
In message
, Joe Schaefer writes:
>AFAICT you guys are just too lazy to look. Running latest on CPAN with an
Correct.
mod_perl's make test mostly passes and does not core with mpm_event under
OmniOS/illumos, FreeBSD, and Void Linux with Musl, but I haven't tested
my applications because I am lazy
t;>
>>
>> On Sat, Aug 20, 2022 at 10:37 AM Joe Schaefer wrote:
>>
>>>
>>>
>>> -- Forwarded message -----
>>> From: Joe Schaefer
>>> Date: Fri, Aug 19, 2022 at 10:37 PM
>>> Subject: Re: Experience running mod_p
e -
>> From: Joe Schaefer
>> Date: Fri, Aug 19, 2022 at 10:37 PM
>> Subject: Re: Experience running mod_perl2 with mpm_event on Solaris 11
>> To: pengyh
>>
>>
>> Seriously it’s always been a quality of implementation issue in open
>> source l
ge -
> From: Joe Schaefer
> Date: Fri, Aug 19, 2022 at 10:37 PM
> Subject: Re: Experience running mod_perl2 with mpm_event on Solaris 11
> To: pengyh
>
>
> Seriously it’s always been a quality of implementation issue in open
> source libc implementations (FreeBSD lib
-- Forwarded message -
From: Joe Schaefer
Date: Fri, Aug 19, 2022 at 10:37 PM
Subject: Re: Experience running mod_perl2 with mpm_event on Solaris 11
To: pengyh
Seriously it’s always been a quality of implementation issue in open source
libc implementations (FreeBSD libc isn’t
Segfaults in glibc malloc should be reported to glibc developers. Not
here. There’s nothing we can do about it other than to suggest Solaris for
high performance modperl shops.
On Fri, Aug 19, 2022 at 9:28 PM Joe Schaefer wrote:
> My pleasure. Nobody’s going to fix this from the modperl develo
My pleasure. Nobody’s going to fix this from the modperl developer side.
We don’t care any more. That ship sailed 20 years ago. I don’t think it’s
ever not worked on Solaris, so you get what you pay for in the end.
On Fri, Aug 19, 2022 at 9:25 PM Edward J. Sabol
wrote:
> Very interesting, Joe!
Very interesting, Joe! Thank you for sharing your insights into this and
experience with it. Here’s hoping someone can solve/fix the problem with
mod_perl threads on Linux.
Regards,
Ed
On Aug 19, 2022, at 1:44 PM, j...@sunstarsys.com wrote:
> The problem is really confined to embedded uses of
does perl5 support threading?
j...@sunstarsys.com wrote:
I discuss different Dynamic Programming Language thread support
athttps://sunstarsys.com/CMS/technology. The people in the Perl community at
large who knock Perl5's ithreads support are doing nobody any favors.
16, 2022 2:27 PM
To: mod_perl list
Subject: Re: Experience running mod_perl2 with mpm_event on Solaris 11
On Aug 16, 2022, at 12:27 PM, j...@sunstarsys.com wrote:
> To the best of my knowledge, the underlying problem with mod_perl+ithread is
> that it requires a reentrant malloc in libc.
2022 2:27 PM
To: mod_perl list
Subject: Re: Experience running mod_perl2 with mpm_event on Solaris 11
On Aug 16, 2022, at 12:27 PM, j...@sunstarsys.com wrote:
> To the best of my knowledge, the underlying problem with mod_perl+ithread is
> that it requires a reentrant malloc in libc.
That
Whatever you do, do not use Perl's sbrk-based malloc implementation. It's a
disaster with ithreads.
-Original Message-
From: Edward J. Sabol
Sent: Tuesday, August 16, 2022 2:27 PM
To: mod_perl list
Subject: Re: Experience running mod_perl2 with mpm_event on Solaris 11
; problem is more on the OS/Platform level.
>
> -Original Message-
> From: Edward J. Sabol
> Sent: Tuesday, August 16, 2022 2:27 PM
> To: mod_perl list
> Subject: Re: Experience running mod_perl2 with mpm_event on Solaris 11
>
> On Aug 16, 2022, at 12:27 PM, j..
I think the problem is more on the
OS/Platform level.
-Original Message-
From: Edward J. Sabol
Sent: Tuesday, August 16, 2022 2:27 PM
To: mod_perl list
Subject: Re: Experience running mod_perl2 with mpm_event on Solaris 11
On Aug 16, 2022, at 12:27 PM, j...@sunstarsys.com wrote:
> To
On Aug 16, 2022, at 12:27 PM, j...@sunstarsys.com wrote:
> To the best of my knowledge, the underlying problem with mod_perl+ithread is
> that it requires a reentrant malloc in libc.
That's it? This is the first I'm learning this. Is there an option to compile
Perl and mod_perl with a reentrant
Some HTTP/2 benchmarks from last year:
https://www.youtube.com/watch?v=gf19vVF-G9E
From: j...@sunstarsys.com
Sent: Tuesday, August 16, 2022 12:28 PM
To: modperl@perl.apache.org
Subject: RE: Experience running mod_perl2 with mpm_event on Solaris 11
To the best of my knowledge, the
, 2022 12:08 AM
To: modperl@perl.apache.org
Subject: Experience running mod_perl2 with mpm_event on Solaris 11
You can read about it in the URL below, but I’ve had it running for over two
years as the linchpin of a Perl-based CMS that The ASF used to use itself
(under prefork).
It screams
Schaefer
Sent: Tuesday, August 16, 2022 12:08 AM
To: modperl@perl.apache.org
Subject: Experience running mod_perl2 with mpm_event on Solaris 11
You can read about it in the URL below, but I’ve had it running for over two
years as the linchpin of a Perl-based CMS that The ASF used to use itself
You can read about it in the URL below, but I’ve had it running for over
two years as the linchpin of a Perl-based CMS that The ASF used to use
itself (under prefork).
It screams under HTTP2.
See
https://sunstarsys.com/CMS/
--
Joe Schaefer, Ph.D.
954.253.3732
For those who are interested, I have uploaded a 64-bit build of
mod_perl-2.0.12 and libapreq2-2.16 components compatible with Apache
Lounge 2.4.52 (Win64, VC16, built 20 December 2021) and Strawberry
Perl 5.32.1.1 (64bit).
You can download it from: https://home.apache.org/~stevehay/
The SHA1 dige
e
> metacpan.org page, https://metacpan.org/pod/mod_perl2. (I think you
> need to log in to an account on rt.cpan.org to actually report bugs
> there.) This probably ought to be documented better somewhere. I will
> add a note to the README file at least.
Now updated here: http://svn.
On Nov 23, 2021, at 3:34 AM, Steve Hay wrote:
> The mod_perl bug tracker is
> https://rt.cpan.org/Dist/Display.html?Name=mod_perl, which can be
> accessed from the "Issues" link in the left-hand menu at the
> metacpan.org page, https://metacpan.org/pod/mod_perl2. (I think y
On Mon, 8 Nov 2021 at 18:28, Thomas Bartosik wrote:
>
> Hi!
>
> Up until Ubuntu 18.04 LTS or Debian 9, a perl service (eprints.org) and a PHP
> service (nextcloud) worked smoothly next to each other on Apache with mod_php
> and mod_perl2.
>
> However, on Ubuntu 20.04 LT
Hi!
Up until Ubuntu 18.04 LTS or Debian 9, a perl service (eprints.org) and a PHP
service (nextcloud) worked smoothly next to each other on Apache with mod_php
and mod_perl2.
However, on Ubuntu 20.04 LTS, or Debian 10, as soon as I enable mod_perl2,
setlocale() on nextcloud does not seem to
I share my kudos for the efforts of Steve Hay and others like him.
and of course to Andre Warnier, a frequent and valuable contributor to this
forum.
I love mod_perl. Speeding up scripts was what first attracted me. But
developing web apps using the Apache API is what keeps me using.
Many thanks
Many thanks.
Nowadays, we tend to deal increasingly with Linux servers rather than Win32/64, but it is
nice anyway that someone cares for this, as we still have some customers with legacy Win
servers that they want to keep and update from time to time.
(And it is also nice for our development/s
For those who are interested, I have uploaded a 64-bit build of
mod_perl-2.0.11 and libapreq2-2.15 components compatible with Apache
Lounge 2.4.46 (Win64, VC16, built 18 February 2021) and Strawberry
Perl 5.32.1.1 (64bit).
You can download it from: https://people.apache.org/~stevehay/
The SHA1 di
On 12.02.2020 23:01, Ruben Safir wrote:
On Tue, Feb 11, 2020 at 07:04:56PM -0600, Steven Lembark wrote:
Hello,
I am trying to use Apache::DBI module. I got it installed on the SUSE
Linux 11SP4 on my dev box.
It has a dependency of mod_perl2. But when I try to install
mod_perl2, I get
Please
On Tue, Feb 11, 2020 at 07:04:56PM -0600, Steven Lembark wrote:
>
> > Hello,
> > I am trying to use Apache::DBI module. I got it installed on the SUSE
> > Linux 11SP4 on my dev box.
> >
> > It has a dependency of mod_perl2. But when I try to install
> >
SE
> > Linux 11SP4 on my dev box.
> > It has a dependency of mod_perl2. But when I try to install
> > mod_perl2, I get
> > Please repair your Module::CoreList at lib/Apache2/Build.pm line 51.
> > BEGIN failed--compilation aborted at lib/Apache2/Build.pm line 66.
> &
> Hello,
> I am trying to use Apache::DBI module. I got it installed on the SUSE
> Linux 11SP4 on my dev box.
>
> It has a dependency of mod_perl2. But when I try to install
> mod_perl2, I get
>
> Please repair your Module::CoreList at lib/Apache2/Build.pm line 51.
>
Hello,
I am trying to use Apache::DBI module. I got it installed on the SUSE Linux
11SP4 on my dev box.
It has a dependency of mod_perl2. But when I try to install mod_perl2, I get
Please repair your Module::CoreList at lib/Apache2/Build.pm line 51.
BEGIN failed--compilation aborted at lib
PERL_DONT_CREATE_GVSV
>> PERL_HASH_FUNC_ONE_AT_A_TIME___HARD
>> PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP
>> PERL_NEW_COPY_ON_WRITE
>> PERL_PRESERVE_IVUV
>>
TE_GVSV
>> PERL_HASH_FUNC_ONE_AT_A_TIME_HARD
>> PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP
>> PERL_NEW_COPY_ON_WRITE PERL_PRESERVE_IVUV
>> PERL_TRACK_MEMPOOL USE_64_BIT_ALL USE_64_BIT_INT
&
SE_HTTP_10="1"
@INC:
/raid/www/lib
/usr/local/lib/perl5/5.20/__BSDPAN
/usr/local/lib/perl5/site___perl/5.20/mach
/usr/local/lib/perl5/site___perl/5.20
/usr/local/lib/perl5/5.20/mach
/usr/local/lib/perl
/www/lib
/usr/local/lib/perl5/5.20/BSDPAN
/usr/local/lib/perl5/site_perl/5.20/mach
/usr/local/lib/perl5/site_perl/5.20
/usr/local/lib/perl5/5.20/mach
/usr/local/lib/perl5/5.20
.
*** Packages of interest status:
Apache2: -
Apache2::Request : -
CGI
/usr/local/lib/perl5/5.20/BSDPAN
/usr/local/lib/perl5/site_perl/5.20/mach
/usr/local/lib/perl5/site_perl/5.20
/usr/local/lib/perl5/5.20/mach
/usr/local/lib/perl5/5.20
.
*** Packages of interest status:
Apache2: -
Apache2::Request : -
CGI: 3.65
ExtU
like pkgin lately.)
> Thanks,
> Luca
>
> -Original Message-
> From: Randolf Richardson [mailto:rand...@modperl.pl]
> Sent: martedì 29 luglio 2014 01:17
> To: modperl@perl.apache.org
> Subject: Re: mod_perl2 on Solaris 10 (01/2013, x86) with Apache 2.4.9 and
> Perl
,
Luca
-Original Message-
From: Randolf Richardson [mailto:rand...@modperl.pl]
Sent: martedì 29 luglio 2014 01:17
To: modperl@perl.apache.org
Subject: Re: mod_perl2 on Solaris 10 (01/2013, x86) with Apache 2.4.9 and Perl
5.20.0
> I've always found I have to build apr, apr-util
I just tried httpd-2.4.10 under the Illumos distro, OmniOS,
builds fine.
$ bzip -dc httpd-2.4.10-deps.tar.bz2|tar xf -
$ bzip -dc httpd-2.4.10.tar.bz2|tar xf -
$ env PATH=/usr/bin:/usr/sbin:/usr/ccs/bin:/opt/gcc-4.8.1/bin:/usr/sfw/bin \
CC=gcc CFLAGS="-m64 -O3" LDFLAGS="-m64" \
./configure --with-e
onday, July 28, 2014 4:36 AM
> To: modperl@perl.apache.org
> Subject: mod_perl2 on Solaris 10 (01/2013, x86) with Apache 2.4.9 and Perl
> 5.20.0
>
> Dear mod_perl team,
> I've recently tried to build mod_perl library on my Solaris 10 server and
> I've got some test errors.
&
Mark
From: MERELLO LUCA [mailto:luca.mere...@sella.it]
Sent: Monday, July 28, 2014 4:36 AM
To: modperl@perl.apache.org
Subject: mod_perl2 on Solaris 10 (01/2013, x86) with Apache 2.4.9 and Perl
5.20.0
Dear mod_perl team,
I've recently tried to build mod_perl library on my Solaris 10 serve
Dear mod_perl team,
I've recently tried to build mod_perl library on my Solaris 10 server and I've
got some test errors.
My initial configuration is the following:
- Solaris 10 (x86):
Oracle Solaris 10 1/13 s10x_u11wos_24a X86
Copyright (c) 1983, 2013, Oracle and
Hi,
We have just installed Auth handler
(Apache ) using mod_perl2 and CAS.
1. Initially, we had the Internal
Server Error "Expected token not present", as per these
below links suggested this could be because of our invalid cookie
format. But for our application to work, we need tho
Da Rock wrote:
...
>
SetHandler modperl
PerlResponseHandler Mod_home::Mod
These 2 lines above should be enough.
Again as I thought. But if I may ask (for later configuration), how is
access controlled? Using auth or access in the perl module rather than
server acl's?
on what the problem is
here.
I'm running FreeBSD 9.x with Apache22, and
installed mod_perl2 to
try to switch away from php based development
based on cu
e lib 'PATH'; at the top of your startup.pl
>>>>> <http://startup.pl>? This is typically how your module is added to the
>>>>> perl include path
>>>>>
>>>>> On Feb 14, 2014 8:38 AM, "Da Rock" >>>> &
too, mind) and
nothing I can
google seems to point to an accurate answer on
what the problem is
here.
I'm running FreeBSD 9.x with Apache22, and
installed mod_perl2 to
answer on what the problem is here.
I'm running FreeBSD 9.x with Apache22, and installed mod_perl2 to try
to switch away from php based development based on current requirements.
I have tried using a startup.pl, but I would like to just use
PerlSwitches -I instead (which from what I re
added to the
>>>> perl include path
>>>>
>>>> On Feb 14, 2014 8:38 AM, "Da Rock" >>> <mailto:mod_p...@herveybayaustralia.com.au>> wrote:
>>>>
>>>> I know this may seem straight forward and a RTFM response may
ere.
I'm running FreeBSD 9.x with Apache22, and installed mod_perl2 to
try to switch away from php based development based on current
requirements.
I have tried using a startup.pl <http://startup.pl>, but I would
like to just use PerlSwitches -I instead (which from
problem is here.
I'm running FreeBSD 9.x with Apache22, and installed mod_perl2 to try
to switch away from php based development based on current requirements.
I have tried using a startup.pl, but I would like to just use
PerlSwitches -I instead (which from what I read is possible);
regardles
x27;m running FreeBSD 9.x with Apache22, and installed mod_perl2 to try to
switch away from php based development based on current requirements.
I have tried using a startup.pl, but I would like to just use
PerlSwitches -I instead (which from what I read is possible); regardless
the issue remain
in order, but I have been trying to crack this for some days now
(following attempts on and off, too, mind) and nothing I can
google seems to point to an accurate answer on what the problem is
here.
I'm running FreeBSD 9.x with Apache22, and installed mod_perl2 to
tr
ing to crack this for some days now
(following attempts on and off, too, mind) and nothing I can
google seems to point to an accurate answer on what the problem is
here.
I'm running FreeBSD 9.x with Apache22, and installed mod_perl2 to
try to switch away from php based dev
ing to crack this for some days now (following attempts
> on and off, too, mind) and nothing I can google seems to point to an
> accurate answer on what the problem is here.
>
> I'm running FreeBSD 9.x with Apache22, and installed mod_perl2 to try to
> switch away from php b
with Apache22, and installed mod_perl2 to try to
switch away from php based development based on current requirements.
I have tried using a startup.pl, but I would like to just use
PerlSwitches -I instead (which from what I read is possible); regardless
the issue remains the same.
I get
I guess the subject line says it all.
Thanks in advance,
Joshua Simeon Narins
Mobehr Corporation
I suspect there's a way to fix the issue, but my general advice is this:
don't be a slave to running the tests if you already have some way to know
if the module is working. It's fine to force install rather than spend
hours fighting with a test setup.
- Perrin
On Tue, Sep 10, 2013 at 8:11 PM,
Hi,
Our site uses networked file systems and the same code base is available on
many systems.
We have multiple versions of e.g. apache and perl installed, and e.g. init.d
scripts will
look up the version of apache to use for a particular server and start that
version, out
of the several instal
On Sat, Jan 19, 2013 at 12:45 PM, Idel Fuschini wrote:
> Hi all,
> I have compiled apache webserver with this configuration:
>
> ./configure --prefix=/foo/apache-2.2.23-worker-1st --enable-modules=all
> --enable-mods-shared=all --disable-ipv6 --enable-ssl
> --with-ssl=/foo/openssl-1.0.1c --enable-
Hi all,
I have compiled apache webserver with this configuration:
./configure --prefix=/foo/apache-2.2.23-worker-1st --enable-modules=all
--enable-mods-shared=all --disable-ipv6 --enable-ssl
--with-ssl=/foo/openssl-1.0.1c --enable-proxy --enable-proxy-connect
--enable-proxy-http --with-mpm=worker
what's the OS? On a debian/Ubuntu Linux you don't have the need to
compile modperl from the souce, there are the deb packages, just apt-get
install them from online sources.
于 12-9-10 下午8:53, Faith Bazley 写道:
I'm having trouble installing mod_perl-2.0.7 and for the life of me I
can't get it
Hi Andy: I fiddled with this for a long time before getting it right.
Finally I ended up using a dynamic build with Apache 2.2.22, including the
APR from that Apache.
With perl 5.16.1 already installed, I did this for the Apache compile:
# unpack apache 2.2.22, then:
CFLAGS='-fPIC' ./configu
On 9/10/2012 10:16 AM, Doug Hunt wrote:
Hi Andy: Right. We were working with the mod_perl from subversion.
--Doug
Humm.. no, that didn't quite work.
make test gives me a bunch of stuff like:
ulimit -c unlimited; /usr/bin/perl5.16.1 /pub/apps/mod_perl-2.0/t/TEST
-bugreport -verbose=0
Not
Hi Andy: Right. We were working with the mod_perl from subversion.
--Doug
dh...@ucar.edu
Software Engineer
UCAR - COSMIC, Tel. (303) 497-2611
On Mon, 10 Sep 2012, Andy Colson wrote:
On 9/10/2012 7:53 AM, Faith Bazley wrote:
Hi,
I'm having trouble installing mod_perl-2.0.7 and for the life
On 9/10/2012 7:53 AM, Faith Bazley wrote:
Hi,
I'm having trouble installing mod_perl-2.0.7 and for the life of me I
can't get it to work. I have had no problems installing other modules.
From the source directory /usr/local/src, unpack the mod_perl-2.0.7
source, enter the directory and run the
Hi Andy: I just got a dynamic mod_perl to build (and work properly) under
Linux:
perl 5.16.1
mod_perl 2.0.8
apache 2.2.22
So I don't think that perl 5.16.X broke all mod_perl builds.
Regards,
Doug Hunt
dh...@ucar.edu
Software Engineer
UCAR - COSMIC, Tel. (303) 497-2611
On Mon, 10 Sep 201
On 9/10/2012 7:53 AM, Faith Bazley wrote:
Hi,
I'm having trouble installing mod_perl-2.0.7 and for the life of me I
can't get it to work. I have had no problems installing other modules.
From the source directory /usr/local/src, unpack the mod_perl-2.0.7
source, enter the directory and run the
/local/lib/perl5/site_perl/5.16.1/darwin-2level
/usr/local/lib/perl5/site_perl/5.16.1
/usr/local/lib/perl5/5.16.1/darwin-2level
/usr/local/lib/perl5/5.16.1
.
*** Packages of interest status:
Apache2: -
Apache2::Request : 2.12
CGI: 3.59
ExtUtils::MakeMaker: 6.63_02
LWP: 6.04
mod_perl : -
mod_perl2 : 2.07
3. This is the core dump trace: (if you get a core dump):
[CORE TRACE COMES HERE]
This report was generated by /usr/local/bin/mp2bug on Mon Sep 10 12:35:34
2012 GMT.
-8<-- End Bug Report --8<--
t; To: modperl@perl.apache.org
> Subject: Re: Mod_Perl2 getting started
>
> > Hi,
> > I´m finding the online documentation regarding mod_perl2 confusing
> > with regards to all the various modules dealing with request structures
> > etc:
> > APR::Request, Apache2::R
9-30 (Fax)
E-Mail: alexander.elg...@gmx.de
Von: Keywan Ghadami [k.ghad...@ibson.com]
Gesendet: Mittwoch, 22. August 2012 10:11
An: modperl@perl.apache.org
Betreff: Re: Mod_Perl2 getting started
Hi Joe,
have also a look at Frameworks and Interfaces like PSG
erl in the background wich give you the
flexibility to switch to other Interfaces (e.g. fcgi) and servers on need.
best regards
keywan
Am 21.08.2012 23:13, schrieb Randolf Richardson:
Hi,
I´m finding the online documentation regarding mod_perl2 confusing
with regards to all the various modul
> Hi,
> I´m finding the online documentation regarding mod_perl2 confusing
> with regards to all the various modules dealing with request structures etc:
> APR::Request, Apache2::Request, Apache2::RequestRec, Apache2::Upload,
> etc.
> Does anyone know of a tutorial or example cod
-Original Message-
From: Fred Moyer
Try this link:
http://perl.apache.org/docs/2.0/user/intro/start_fast.html
--
Yes, thanks - I've read that.
-Original Message-
From: Fred Moyer
For handling POST data you will likely want to install libapreq2,
which i
chaels
On 08/21/2012 12:27 PM, j...@zumu.com wrote:
Hi,
I’m finding the online documentation regarding mod_perl2 confusing
with regards to all the various modules dealing with request structures etc:
APR::Request, Apache2::Request, Apache2::RequestRec, Apache2::Upload,
etc.
Does anyone know of a t
foo = $req->param("foo");
$bar = $req->args("bar");
On Tue, Aug 21, 2012 at 12:27 PM, wrote:
> Hi,
>
> I’m finding the online documentation regarding mod_perl2 confusing
> with regards to all the various modules dealing with request structures etc:
Hi,
I’m finding the online documentation regarding mod_perl2 confusing
with regards to all the various modules dealing with request structures etc:
APR::Request, Apache2::Request, Apache2::RequestRec, Apache2::Upload,
etc.
Does anyone know of a tutorial or example code that sorts these out
On Sun, Jul 29, 2012 at 8:23 AM, André Warnier wrote:
>
> Considering the amount of work you seem to have already done for this, I
> hate to say this, but I think that you are on the wrong track here.
>
I don't doubt that.
> I don't see how you could achieve what you seem to want without havin
Bill Moseley wrote:
My goal is from a Perlbrew (per-user Perl) environment install mod_perl2
and libapreq2 from CPAN either directly using tools like "cpan" and
"cpanm", or automatically as dependencies listed in other CPAN
distributions. The reason for this goal
My goal is from a Perlbrew (per-user Perl) environment install mod_perl2
and libapreq2 from CPAN either directly using tools like "cpan" and
"cpanm", or automatically as dependencies listed in other CPAN
distributions. The reason for this goal is to allow multiple developers
yes thank you, but I am not using threads!
my dev server is
already kind of low on memory all the time.. but I will save this for
future reference, thanks!
On 2012-07-25 15:16, Daniel Boerner wrote:
> Responding to Susan (about not a static build with large file
support, thread support...)
Responding to Susan (about not a static build with large file support,
thread support...) here my
perl5 -V:
Summary of my perl5 (revision 5 version 14 subversion 2) configuration:
Platform:
osname=linux, osvers=2.6.32-5-amd64, archname=x86_64-linux-thread-multi
uname='linux oak 2.6.32-5
Ok. I finally got it to glue together with apache 2.2.22, perl
5.14.2, and mod_perl 2.0.7. The perl can probably be upgraded to newest.
However, mod_perl 2.0.7 will NOT do a static build (as daniel states
below, tho that looks real good otherwise) with large file support
enabled and no perl th
Daniel Boerner wrote:
Hi Fred, Hi Todd
I just subscribed to this list and still don't know how to link my message
to your thread from July 10th. Sorry.
I just want to show you my workaround of the same problem: "Install error
with Makefile.PL - uninitialized value at TestRun.pm"
Here my proceedi
Hi Fred, Hi Todd
I just subscribed to this list and still don't know how to link my message
to your thread from July 10th. Sorry.
I just want to show you my workaround of the same problem: "Install error
with Makefile.PL - uninitialized value at TestRun.pm"
Here my proceedings aiming at a statical
1 - 100 of 820 matches
Mail list logo