Re: [Klara FreeBSD #2159] Second bug in our web server: mod_perl2 Apache2::Upload upload method silently dies

2025-07-22 Thread Randolf Richardson via modperl
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

Re: [Klara FreeBSD #2159] Second bug in our web server: mod_perl2 Apache2::Upload upload method silently dies

2025-07-22 Thread Alex Aminoff
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:

Re: [Klara FreeBSD #2159] Second bug in our web server: mod_perl2 Apache2::Upload upload method silently dies

2025-07-22 Thread Randolf Richardson via modperl
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

Re: Experience running mod_perl2 with mpm_event on Solaris 11

2022-08-26 Thread Joe Schaefer
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

Re: Experience running mod_perl2 with mpm_event on Solaris 11

2022-08-26 Thread Joe Schaefer
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

Re: Experience running mod_perl2 with mpm_event on Solaris 11

2022-08-26 Thread Edward J. Sabol
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

Re: Experience running mod_perl2 with mpm_event on Solaris 11

2022-08-26 Thread Joe Schaefer
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

Re: Experience running mod_perl2 with mpm_event on Solaris 11

2022-08-26 Thread Joe Schaefer
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

Re: Experience running mod_perl2 with mpm_event on Solaris 11

2022-08-26 Thread John D Groenveld
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

Re: Experience running mod_perl2 with mpm_event on Solaris 11

2022-08-26 Thread Joe Schaefer
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'

Re: Experience running mod_perl2 with mpm_event on Solaris 11

2022-08-26 Thread Joe Schaefer
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

Re: Experience running mod_perl2 with mpm_event on Solaris 11

2022-08-26 Thread John D Groenveld
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

Re: Experience running mod_perl2 with mpm_event on Solaris 11

2022-08-26 Thread Joe Schaefer
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

Re: Experience running mod_perl2 with mpm_event on Solaris 11

2022-08-26 Thread Joe Schaefer
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

Re: Experience running mod_perl2 with mpm_event on Solaris 11

2022-08-26 Thread John D Groenveld
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

Re: Experience running mod_perl2 with mpm_event on Solaris 11

2022-08-26 Thread Joe Schaefer
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

Re: Experience running mod_perl2 with mpm_event on Solaris 11

2022-08-24 Thread Joe Schaefer
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

Re: Experience running mod_perl2 with mpm_event on Solaris 11

2022-08-20 Thread Joe Schaefer
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

Fwd: Experience running mod_perl2 with mpm_event on Solaris 11

2022-08-20 Thread Joe Schaefer
-- 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

Re: Experience running mod_perl2 with mpm_event on Solaris 11

2022-08-19 Thread Joe Schaefer
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

Re: Experience running mod_perl2 with mpm_event on Solaris 11

2022-08-19 Thread Joe Schaefer
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!

Re: Experience running mod_perl2 with mpm_event on Solaris 11

2022-08-19 Thread Edward J. Sabol
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

Re: Experience running mod_perl2 with mpm_event on Solaris 11

2022-08-19 Thread pengyh
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.

RE: Experience running mod_perl2 with mpm_event on Solaris 11

2022-08-19 Thread joe
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.

RE: Experience running mod_perl2 with mpm_event on Solaris 11

2022-08-19 Thread joe
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

RE: Experience running mod_perl2 with mpm_event on Solaris 11

2022-08-19 Thread joe
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

Re: Experience running mod_perl2 with mpm_event on Solaris 11

2022-08-16 Thread Joe Schaefer
; 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..

RE: Experience running mod_perl2 with mpm_event on Solaris 11

2022-08-16 Thread joe
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

Re: Experience running mod_perl2 with mpm_event on Solaris 11

2022-08-16 Thread Edward J. Sabol
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

RE: Experience running mod_perl2 with mpm_event on Solaris 11

2022-08-16 Thread joe
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

RE: Experience running mod_perl2 with mpm_event on Solaris 11

2022-08-16 Thread joe
, 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

RE: Experience running mod_perl2 with mpm_event on Solaris 11

2022-08-16 Thread joe
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

Experience running mod_perl2 with mpm_event on Solaris 11

2022-08-15 Thread Joe Schaefer
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

New Windows mod_perl2/libapreq2 build available

2022-02-06 Thread Steve Hay
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

Re: Add Contributing file? (was Re: unwanted setlocale() interaction between mod_php and mod_perl2)

2021-12-18 Thread Steve Hay
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.

Add Contributing file? (was Re: unwanted setlocale() interaction between mod_php and mod_perl2)

2021-11-23 Thread Edward J. Sabol
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

Re: unwanted setlocale() interaction between mod_php and mod_perl2

2021-11-23 Thread Steve Hay
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

unwanted setlocale() interaction between mod_php and mod_perl2

2021-11-08 Thread Thomas Bartosik
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

Re: New Windows mod_perl2/libapreq2 build available

2021-03-09 Thread Russell Lundberg
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

Re: New Windows mod_perl2/libapreq2 build available

2021-03-09 Thread tomcat/perl
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

New Windows mod_perl2/libapreq2 build available

2021-03-05 Thread Steve Hay
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

Re: Building mod_perl2.pm

2020-02-13 Thread tomcat/perl
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

Re: Building mod_perl2.pm

2020-02-12 Thread Ruben Safir
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 > >

Re: Building mod_perl2.pm

2020-02-12 Thread AK
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. > &

Re: Building mod_perl2.pm

2020-02-11 Thread Steven Lembark
> 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. >

Building mod_perl2.pm

2020-02-11 Thread AK
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

Re: mod_perl2: 304 (not modified) and custom headers

2014-11-12 Thread Alexandr Evstigneev
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 >>

Re: mod_perl2: 304 (not modified) and custom headers

2014-11-12 Thread Alexandr Evstigneev
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 &

Re: mod_perl2: 304 (not modified) and custom headers

2014-11-12 Thread Adam Prime
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

Re: mod_perl2: 304 (not modified) and custom headers

2014-11-12 Thread Adam Prime
/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

mod_perl2: 304 (not modified) and custom headers

2014-11-12 Thread Alexandr Evstigneev
/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

Re: mod_perl2 on Solaris 10 (01/2013, x86) with Apache 2.4.9 and Perl 5.20.0

2014-07-30 Thread Randolf Richardson
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

RE: mod_perl2 on Solaris 10 (01/2013, x86) with Apache 2.4.9 and Perl 5.20.0

2014-07-30 Thread MERELLO LUCA
, 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

Re: mod_perl2 on Solaris 10 (01/2013, x86) with Apache 2.4.9 and Perl 5.20.0

2014-07-28 Thread John D Groenveld
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

Re: mod_perl2 on Solaris 10 (01/2013, x86) with Apache 2.4.9 and Perl 5.20.0

2014-07-28 Thread Randolf Richardson
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. &

RE: mod_perl2 on Solaris 10 (01/2013, x86) with Apache 2.4.9 and Perl 5.20.0

2014-07-28 Thread Mark Hedges
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

mod_perl2 on Solaris 10 (01/2013, x86) with Apache 2.4.9 and Perl 5.20.0

2014-07-28 Thread MERELLO LUCA
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

Can't call method "jar" without a package or object reference - mod_perl2

2014-03-02 Thread Pinate Aramsangrungroj
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

Re: Initial setup problems with mod_perl2 - unable to locate modules

2014-02-16 Thread André Warnier
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?

Re: Initial setup problems with mod_perl2 - unable to locate modules

2014-02-16 Thread Da Rock
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

Re: Initial setup problems with mod_perl2 - unable to locate modules

2014-02-14 Thread John Dunlap
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" >>>> &

Re: Initial setup problems with mod_perl2 - unable to locate modules

2014-02-14 Thread 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

Re: Initial setup problems with mod_perl2 - unable to locate modules

2014-02-14 Thread Da Rock
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

Re: Initial setup problems with mod_perl2 - unable to locate modules

2014-02-14 Thread John Dunlap
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

Re: Initial setup problems with mod_perl2 - unable to locate modules

2014-02-14 Thread Da Rock
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

Re: Initial setup problems with mod_perl2 - unable to locate modules

2014-02-14 Thread André Warnier
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

Re: Initial setup problems with mod_perl2 - unable to locate modules

2014-02-14 Thread André Warnier
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

Re: Initial setup problems with mod_perl2 - unable to locate modules

2014-02-14 Thread David Booth
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

Re: Initial setup problems with mod_perl2 - unable to locate modules

2014-02-14 Thread Da Rock
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

Re: Initial setup problems with mod_perl2 - unable to locate modules

2014-02-14 Thread John Dunlap
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

Initial setup problems with mod_perl2 - unable to locate modules

2014-02-14 Thread Da Rock
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

The most stable version of perl for mod_perl2 is?

2013-09-13 Thread Joshua Simeon Narins
I guess the subject line says it all. Thanks in advance, Joshua Simeon Narins Mobehr Corporation

Re: Qu: installing mod_perl2 outside of apache2 and perl install directories

2013-09-10 Thread Perrin Harkins
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,

Qu: installing mod_perl2 outside of apache2 and perl install directories

2013-09-10 Thread Thomas M. Payerle
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

Re: mod_perl2 memory problem

2013-01-19 Thread Fred Moyer
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-

mod_perl2 memory problem

2013-01-19 Thread Idel Fuschini
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

Re: Error on install of mod_perl2: Cannot load mod_perl.so into server: Symbol not found: _modperl_handler_name

2012-09-11 Thread pangj
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

Re: Error on install of mod_perl2: Cannot load mod_perl.so into server: Symbol not found: _modperl_handler_name

2012-09-10 Thread Doug Hunt
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

Re: Error on install of mod_perl2: Cannot load mod_perl.so into server: Symbol not found: _modperl_handler_name

2012-09-10 Thread Andy Colson
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

Re: Error on install of mod_perl2: Cannot load mod_perl.so into server: Symbol not found: _modperl_handler_name

2012-09-10 Thread Doug Hunt
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

Re: Error on install of mod_perl2: Cannot load mod_perl.so into server: Symbol not found: _modperl_handler_name

2012-09-10 Thread Andy Colson
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

Re: Error on install of mod_perl2: Cannot load mod_perl.so into server: Symbol not found: _modperl_handler_name

2012-09-10 Thread Doug Hunt
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

Re: Error on install of mod_perl2: Cannot load mod_perl.so into server: Symbol not found: _modperl_handler_name

2012-09-10 Thread Andy Colson
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

Error on install of mod_perl2: Cannot load mod_perl.so into server: Symbol not found: _modperl_handler_name

2012-09-10 Thread Faith Bazley
/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<--

Re: Mod_Perl2 getting started

2012-08-22 Thread Randolf Richardson
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

AW: Mod_Perl2 getting started

2012-08-22 Thread Alexander.Elgert
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

Re: Mod_Perl2 getting started

2012-08-22 Thread Keywan Ghadami
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

Re: Mod_Perl2 getting started

2012-08-21 Thread Randolf Richardson
> 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

Re: Mod_Perl2 getting started

2012-08-21 Thread joe
-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

Re: Mod_Perl2 getting started

2012-08-21 Thread Jordan Michaels
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

Re: Mod_Perl2 getting started

2012-08-21 Thread Fred Moyer
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:

Mod_Perl2 getting started

2012-08-21 Thread joe
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

Re: Perlbrew + mod_perl2 + libapreq2

2012-07-29 Thread Bill Moseley
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

Re: Perlbrew + mod_perl2 + libapreq2

2012-07-29 Thread André Warnier
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

Perlbrew + mod_perl2 + libapreq2

2012-07-29 Thread Bill Moseley
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

Re: [mod_perl2]: Install error with Makefile.PL - uninitialized value at TestRun.pm

2012-07-25 Thread Susan
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...)

Re: [mod_perl2]: Install error with Makefile.PL - uninitialized value at TestRun.pm

2012-07-25 Thread Daniel Boerner
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

Re: [mod_perl2]: Install error with Makefile.PL - uninitialized value at TestRun.pm

2012-07-16 Thread Susan
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

Re: [mod_perl2]: Install error with Makefile.PL - uninitialized value at TestRun.pm

2012-07-15 Thread André Warnier
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

[mod_perl2]: Install error with Makefile.PL - uninitialized value at TestRun.pm

2012-07-15 Thread Daniel Boerner
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   2   3   4   5   6   7   8   9   >