On Sep 11, 2023, at 2:13 PM, Steve Hay wrote:
>
> Fred, are you still looking into this, or shall we assume it's
> Apache::Test related and proceed with this mod_perl release?
Sorry I missed this; MP emails were ending up in my httpd filter for some
reason. It looks AT related;
On Fri, Aug 18, 2023 at 2:47 AM Steve Hay wrote:
> Were there any build errors/warnings?
> Is this a clean set-up, or do either httpd or perl have an old
> mod_perl in them already?
Digging into this; appears to be a problem with the perl I build mp
with and the system mod_perl. Will keep you pos
Hitting an issue on MacOS, perl 5.36.1, httpd 2.4.57. Not sure if this
is me out of practice or not. Do I need to build against httpd 2.2?
ulimit -c unlimited; /opt/homebrew/Cellar/perl/5.36.1/bin/perl
/Users/phred/dev/mod_perl-2.0.13-rc1/t/TEST -bugreport -verbose=0
/opt/homebrew/opt/httpd/bin/ht
new kids on the
block. I'm just a mostly inactive PMC member, but I think it's clear
that the project rules are preventing us keeping up with the needed
leadership changes.
On Wed, Mar 17, 2021 at 8:02 PM Fred Moyer wrote:
>
> Happy to continue being a maintainer. Longer response co
Happy to continue being a maintainer. Longer response coming soon :)
On Wed, Mar 17, 2021, 7:39 PM Adam Prime wrote:
> I think if you want to discuss alternatives, then a new thread would be
> the place to do that.
>
> With regards to plug being pulled, I think that it is up to the
> community i
Great news. Thanks Steve!
On Thu, Oct 27, 2016, 2:49 PM Steve Hay wrote:
> We are pleased to announce the release of mod_perl 2.0.10.
>
> mod_perl is an Apache HTTP Server module for embedding a Perl
> interpreter in your web server, giving you super-fast dynamic content
> by avoiding the overhe
y ever says ‘mod_perl rocks’ :-/
>
>
>> On Oct 2, 2015, at 11:22 AM, Fred Moyer wrote:
>>
>> I'm a believer that open sourcing something is the process by which it
>> becomes polished. There's a saying that CPAN is successful because of
>> the volume of sh*t
that
> eventually it can be open sourced.
>
> thanks!
>
>
> On Thu, Oct 1, 2015 at 7:23 PM, Fred Moyer wrote:
>>
>> That's awesome!
>>
>> Are you open sourcing it?
>>
>> On Thu, Oct 1, 2015 at 4:12 PM, viva marai wrote:
>> > Sorry if t
That's awesome!
Are you open sourcing it?
On Thu, Oct 1, 2015 at 4:12 PM, viva marai wrote:
> Sorry if these kinds of messages are against the guidelines (I didn't see
> anything prohibiting announcing projects built on mod_perl).
> I built a Hacker News clone for books as my pet project on mod_
I know of a lot of shops out there still running mod_perl. I'd say
the focus has narrowed to web services that need to be really
performant. There's a ton of web application frameworks out there, and
those that are written in Perl can be served by mod_perl via Plack,
etc.
It's more of an API into
+1, all tests passed on httpd 2.4.12, perl 5.20.1, Centos 6.5. Nice work Steve!
On Wed, Jun 10, 2015 at 10:13 AM, Steve Hay wrote:
> Please download, test, and report back on this release candidate of
> the long-awaited mod_perl 2.0.9.
>
> http://people.apache.org/~stevehay/mod_perl-2.0.9-rc3.tar
I've been struggling with this same issue on OS X. Jan K. indicated
that it was the result of perlbrew, httpd, and mod_perl not all being
built with the same C compiler. I had tried to get everything built
with gcc, but I had to symlink /usr/bin/cc to gcc instead of clang,
and even then I think oth
Can you show us your relevant httpd.conf snippet? No guesses right
now, but that might help.
On Sun, Mar 1, 2015 at 4:46 PM, David E. Wheeler wrote:
> Hi,
>
> I want to set the document root for a request to map to the basic auth
> username. I tried this in a PerlFixupHandler:
>
> sub handle
Apache::DBI caches database connection per process so you avoid the cost of
creating a connection on each requests.
Pgbouncer pools database connections so that you don't tie up one
postmaster process per httpd process.
If you only have one webserver you may not have a real need for pgbouncer;
it
reload' so that your browser doesn't serve up a cached page.
On Sat, Feb 15, 2014 at 4:53 PM, Jie Gao wrote:
> Hi Fred
>
> Thanks very much for the update.
>
> I have just tried to acces it, but I didn't see a difference. Will you please
> double-check the ud
On Sat, Feb 15, 2014 at 6:48 AM, Perrin Harkins wrote:
> On Fri, Feb 14, 2014 at 8:01 PM, Jie Gao wrote:
>> The link http://svn.apache.org/snapshots/modperl-2.0/ on page
>> http://perl.apache.org/download/source.html#Development_mod_perl_2_0_Source_Distribution
>> returns 404; http://perl.apache.
t 11:06 AM, Fred Moyer wrote:
> Apache2::ScoreBoardFile seems to be what I want:
>
> https://metacpan.org/pod/Apache2::ScoreBoardFile
>
> However I'm not sure how to enable the scoreboard file. Torsten??
>
> On Wed, Jan 8, 2014 at 10:42 AM, Fred Moyer wrote:
>> I
Apache2::ScoreBoardFile seems to be what I want:
https://metacpan.org/pod/Apache2::ScoreBoardFile
However I'm not sure how to enable the scoreboard file. Torsten??
On Wed, Jan 8, 2014 at 10:42 AM, Fred Moyer wrote:
> I'm poking around the source code seeing if it&
I'm poking around the source code seeing if it's possible to
programmatically access the data normally displayed at /server-status
when 'SetHandler server-status' is enabled.
I've spelunked through Apache2::Status but I don't see any hooks for
accessing worker status data. Has anyone done this bef
Looks similar to Apache2::Dispatch
http://www.reddit.com/r/perl/comments/1pezkh/first_release_of_apachehendrix_sinatra_dancer/
Where does Oracle.so live on your filesystem?
On Mon, Oct 21, 2013 at 11:37 AM, Bruce Johnson <
john...@pharmacy.arizona.edu> wrote:
>
> On Oct 21, 2013, at 11:20 AM, Fred Moyer wrote:
>
> > This is annoying but it happens on 64 bit architectures.
> >
> >
This is annoying but it happens on 64 bit architectures.
> The path is correct, the script works fine on the command line, and if I
comment out the handler directives in the perl.conf script, put in a
ScriptAlias and process the script as a normal CGI script, it also works.
Sounds like some envir
You may also need a ProxyPassReverse directive.
On Oct 8, 2013 3:11 PM, "Tiago Braga" wrote:
> Hello!
>
> I'm using the httpd Apache/2.2.15 in Linux RedHat with mod_proxy.
>
> I have the below configuration:
>
>
> ServerName www.host.com.br
> ProxyPass / http://static.host.com.br/html/di
Sorry about that, I pinged the Apache infrastructure team about this a
couple months ago but there hasn't been any movement. I'll ping them again.
On Sat, Sep 7, 2013 at 2:48 AM, Martin von Gagern wrote:
> Hello!
>
> I noticed that http://projects.apache.org/projects/mod_perl.html lists
> 2.0.8
Apache-DBI 1.12 was just pushed to CPAN with this update. Thanks for
the great work on the fix Perrin.
On Thu, Jun 6, 2013 at 2:53 PM, Perrin Harkins wrote:
> That's great! I'll commit the patch and see about getting a new release out
> to CPAN.
>
> - Perrin
>
>
> On Thu, Jun 6, 2013 at 5:02 PM,
> You need to pass either MP_AP_PREFIX or MP_APXS, but not both.
I'd suggest building via MP_APXS. Building mod_perl statically is not
widely tested.
On Tue, Jun 4, 2013 at 11:48 AM, Tracy Kukuselis wrote:
> Hi! Ok, I implemented the changes that you stated and now I received the
> following er
On Mon, Jun 3, 2013 at 2:36 PM, Dave Morgan wrote:
> On 06/03/2013 03:14 PM, Perrin Harkins wrote:
>
> DO NOT USE Apache::DBI with DBI::Connector or any other database caching
> technique. This requires
> knowledge of the code!!!
DBIx::Class monkey patches Apache::DBI so that the caching behavior
Please cc the list on your responses so that you can get support from
any of the thousands of mod_perl users on this list :)
On Mon, Jun 3, 2013 at 10:52 AM, Tracy Kukuselis wrote:
> And this one
>
> From: Fred Moyer
> To: Tracy Kukuselis
> Cc: "modperl@perl.apache.
On Mon, Jun 3, 2013 at 8:42 AM, Tracy Kukuselis wrote:
> I am trying to install modperl 2.0.3 with httpd 2.4.2 (also tried 2.4.4),
> but am getting the following error:
2.4 isn't officially supported yet, although there are a couple builds
on the list you might try. See the list archives for thos
[please post any non mod_perl issues on rt.cpan.org or
stackoverflow.com or email me directly (no response guaranteed)]
That's fixed in 0.717. Can you verify the Apache SOAP handler works in
that distro?
On Sat, Jun 1, 2013 at 7:58 AM, André Warnier wrote:
> Hi.
>
> I don't really know if SOAP::
ne will do *your work* for free".
>
>
> I didn't originate the thread, but this response offends me. If someone
> observes a problem with a module, is the point to discredit them instead?
>
> So far, there seems to be a tendency to overlook the substance of the
> dis
> In their absence, I'd note that your post has an interesting ambiguity: Is
> the number of unsupported modules 2.5% or 25%?
The 'supported' metric doesn't really translate the same in reference
to open source software as it does to commercial software. When a
commercial software product becomes
Thanks for the spot. I just pinged the Apache infrastructure team to see if
there's a cron job which makes the sync that needs a poke.
On Sat, Apr 20, 2013 at 10:43 AM, Dominic Hargreaves wrote:
> On Wed, Apr 17, 2013 at 07:25:45PM -0700, Fred Moyer wrote:
> > I'm pleas
I'm pleased to announce that mod_perl 2.0.8 is coming to a CPAN mirror near
you, as well as the following Apache project website links (note that the
Apache.org links may take a few hours to propagate to the mirrors).
Thanks to all the contributors on this version!
http://apache.org/dist/perl/mo
+1 on OS X, 5.16.2, 2.2.23.
We have 3 +1's, should be releasing shortly.
On Fri, Apr 5, 2013 at 1:31 AM, Steve Hay wrote:
> Steve Hay wrote on 2013-04-02:
>> Fred Moyer wrote on 2013-04-02:
>>> A release candidate for mod_perl 2.0.8 is now available! Please
>>>
A release candidate for mod_perl 2.0.8 is now available! Please
download, test, and report back.
http://people.apache.org/~phred/mod_perl-2.0.8-rc1.tar.gz
MD5 (mod_perl-2.0.8-rc1.tar.gz) = ed056c6910914f5ecc2ac8171082a264
=item 2.0.8-rc1
Perl 5.16.3's fix for a rehash-based DoS makes it more di
Thanks for the spot, update committed.
On Mon, Mar 18, 2013 at 9:51 AM, Torsten Förtsch
wrote:
> On 03/12/2013 02:59 AM, Martín Ferrari wrote:
>> +$r->write("ok 1");
>> +$r->write("not ok 2");
>
> I think it should read (missing \n):
>
> +$r->write("ok 1\n");
> +$r->write("not ok
Thanks, change applied r1457851.
On Mon, Mar 11, 2013 at 6:59 PM, Martín Ferrari
wrote:
> Hi,
>
> I was trying to set up a test environment for a mod_perl module, and
> -among many other problems I had with the docs, that I'll try to put
> in other reports-, I've found some code that does not eve
Can you post your failing tests? I'd give it a shot with 2.2.20 to see
if it works.
On Sun, Jan 20, 2013 at 6:38 AM, wrote:
> Hi Fred,
>
> Thanks for the response.
>
> I tried 2.0.7 also but faced the same issue - Segmentation fault while
> restarting Apache. But
Have you tried 2.0.7?
http://perl.apache.org/download/index.html
On Sat, Jan 19, 2013 at 7:15 AM, wrote:
> Hi Team,
>
> I am installing Apache Mobile Filter on solaris 5.10 but after installing
> mod_perl, Apache restart is failing. Below are steps executed by me:
>
> (1) Solaris 5.10 Sparx 64
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-
On Mon, Dec 3, 2012 at 6:26 AM, Hans C. Poo wrote:
> I've continued looking with more atention, and the format messages were just
> warnings, the error appears with an lvalue assignement in mod_perl.c:
Are you able to implement mod_perl2? Apache 1.x in particular has
reached end of life status.
> But I do not find an "apxs" anywhere.
> Do I need to install some "dev" package to get it ?
The Debian executables can have non-standard names - try apxs2?
On Sat, Nov 24, 2012 at 2:51 PM, André Warnier wrote:
> Torsten Förtsch wrote:
>>
>> On 11/24/20
On Sat, Nov 24, 2012 at 5:09 AM, André Warnier wrote:
> For the PerlFixupHandler which was discussed before, I need to compare the
> current request URL to a predefined static list of URLs, to decide how
> exactly to proxy this call.
> At the moment, there are about 15 URLs in that list; and I bel
On Sat, Nov 24, 2012 at 7:58 AM, André Warnier wrote:
> Inside a mod_perl2 request handler, how can I find out if the current
> request was received via HTTP or HTTPS ?
Torsten is the author of this module, so he can explain it in more
detail, but it looks like it can do part of what you need:
h
On Fri, Nov 23, 2012 at 3:06 PM, André Warnier wrote:
> Ok, get it, thanks.
> All-in-one, as a substitute for mod_proxy.
> I will have a second look now.
Feel free to write me off list with any questions you have specific to
this module, but if you can do what you need with mod_proxy I would
rec
On Fri, Nov 23, 2012 at 2:18 PM, André Warnier wrote:
> Fred Moyer wrote:
>>
>> You might want to take a look at a mod_perl based proxy module I wrote
>> - https://metacpan.org/module/Apache2::Proxy
>>
>> It was used in conjunction with Perlbal and a couple other
You might want to take a look at a mod_perl based proxy module I wrote
- https://metacpan.org/module/Apache2::Proxy
It was used in conjunction with Perlbal and a couple other tricks, but
was pretty speedy given the crude nature of how I implemented it.
On Fri, Nov 23, 2012 at 9:39 AM, André Warni
The issue appears to lie in BSD::Resource:
https://metacpan.org/module/Apache::SizeLimit#BSD-and-OSX-
On Tue, Oct 30, 2012 at 9:50 AM, Ken Youens-Clark wrote:
> I'm writing to ask if Apache2::SizeLimit is still considered broken on OS X?
>
> Ken
On Wed, Oct 10, 2012 at 12:39 PM, Perrin Harkins wrote:
>> 2) Do you believe that there are any compelling reasons to pick a mod_perl
>> approach over a plack runner approach that we may be missing?
>
> Advantages of a mod_perl approach:
> - Access to all the mod_perl stuff on CPAN (auth modules,
On Wed, Sep 19, 2012 at 2:34 PM, bluedome wrote:
>
> That works, thanks.
>
> Now it can't locate: ApacheTest/PerlRequireTest.pm, is that a dynamically
> created module? Because the file isn't in the mod_perl source tree at all.
It is created as a test file:
phred@pooky ~/dev/svn/modperl/mod_perl
Try this link:
http://perl.apache.org/docs/2.0/user/intro/start_fast.html
For handling POST data you will likely want to install libapreq2,
which is basically the equivalent of CGI:
http://search.cpan.org/dist/libapreq2/
use Apache2::Request;
$req = Apache2::Request->new($r);
@foo = $r
Can you try the latest version from source?
http://perl.apache.org/download/source.html
It looks like you are using perl 5.16, some recent fixes were
committed there. The subversion tip will likely be the 2.0.8 RC in a
week or so.
On Mon, Aug 13, 2012 at 3:01 PM, Jason Lin wrote:
> Hi,
>
> I wo
On Wed, Aug 8, 2012 at 10:30 AM, Randolf Richardson wrote:
>> I have not used modperl for long days. Is Apache mod_perl in actively
>> development recently? or just in maintenance state?
>
> It seems to me that it's quite active as a lot of people have been
> discussing some aspects of its
Coming to a CPAN mirror near you.
MD5 (Apache-Test-1.38.tar.gz) = dc7edf358dfea5bcf6ef4cdfe81e5dad
=item 1.38 Aug 6 2012
Fix log_watch.t on Windows, which can't (naturally) delete open files.
[Steve Hay]
Fix t_filepath_cmp, t_catfile and t_catfile_apache in Apache::TestUtil on
Windows: their us
You might want to try what David Wheeler did on this thread. Getting
Perl built with -fPIC correctly can be tricky.
http://www.gossamer-threads.com/lists/modperl/modperl/101165
On Mon, Jul 23, 2012 at 11:19 AM, Jiří Pavlovský wrote:
> On 23.7.2012 19:59, Fred Moyer wrote:
>>
>>
On Mon, Jul 23, 2012 at 9:59 AM, Jiří Pavlovský wrote:
> I'm trying (unsuccessfully) to compile 2.0.7 with perl-5.16 and
> httpd-2.2.22. The error is below. I have a perl compiled with fPIC. I put
> fPIC into LDFLAGS when compiling mod_perl.
> Anyway to make this work?
Are you sure it is compile
mp 2.0.7 has 5.16 compatibility and was released June 5th.
The 2.4 work is still underway. Check the threads on the dev list for
the status.
On Sun, Jul 22, 2012 at 6:20 PM, Bruce Pettyjohn
wrote:
>
> Hello,
>
> Is there a projected release date for mod_perl that works with the latest
> Apache
mp 2.0.7 has 5.16 compatibility and was released June 5th.
The 2.4 work is still underway.
On Sun, Jul 22, 2012 at 6:20 PM, Bruce Pettyjohn
wrote:
>
> Hello,
>
> Is there a projected release date for mod_perl that works with the latest
> Apache and Perl.
>
> Specifically, Perl 5.16 and Apache 2
minimum version of Perl we can support? I
remember from the last mp2 release that there was a file with
httpd/perl dependencies in it that I had to update.
>
>
>
> From: Steve Hay [mailto:steve.m....@googlemail.com]
> Sent: 13 July 2012 08:23
> To: Fred Moyer
> Cc: d...@rent
Apache 2.4 support hasn't been added yet, so I'm guessing that may
have contributed to this build failure. You may want to try with just
the MP_APXS build arguments though.
On Thu, Jul 12, 2012 at 2:46 PM, Susan wrote:
> I keep getting this error trying to build the dso mod_perl2 with apache2.
>
> mod_perl.c:265: error: ‘Nullav’ undeclared (first use in this function)
Hmm, found this in
http://search.cpan.org/~rjbs/perl-5.16.0/pod/perl5101delta.pod
Uses of Nullav, Nullcv, Nullhv, Nullop, Nullsv etc have been replaced
by NULL in the core code, and non-dual-life modules, as NULL is
clearer
view=revision
On Tue, Jul 10, 2012 at 5:39 PM, Froyland, Todd
wrote:
> Fred,
>
> Great! That seems to have worked. At least, it got through the Makefile.PL
> portion.
>
> Now, the make is failing with the error:
>
> "modperl_config.c", line 525: error #
Can you try this patch in Apache-Test and report back the output?
Looks like the eval fails because of fatal warnings from the undef
value.
Index: lib/Apache/TestRun.pm
===
--- lib/Apache/TestRun.pm (revision 1359945)
+++ lib/Ap
There is a patch under development on the dev list
(d...@perl.apache.org) for httpd 2.4 compatibility. mod_perl 2.0.7 was
released yesterday, which includes the Perl 5.16 compatibility.
On Mon, Jun 4, 2012 at 11:01 AM, Bruce Pettyjohn
wrote:
> Thanks for any help in resolving this bug. I have be
I'm pleased to announce the release of mod_perl 2.0.7, available at
the following apache.org URL, along with a CPAN mirror near you
shortly, as well as http://perl.apache.org.
This release of mod_perl contains an update for perl 5.16, see the
change log below. Thanks to the code contributor and mo
You might want to give 2.0.6 a go, which was released a few weeks ago.
However, you'll need Apache 2.2.x, as 2.4 compatibility isn't working
yet.
On Mon, May 14, 2012 at 2:18 PM, Furst, Carl wrote:
> Hello all,
>
> I'm having a lot of trouble trying to statically build mod_perl and apache
> on So
On Tue, May 1, 2012 at 12:31 PM, Bernard Higonnet wrote:
> I have built Apache -2.4.2 "It works!" and am trying to add mod_perl-2.0.5
You might want to try 2.0.6 which was released last week.
http://perl.apache.org/download/index.html
I don't think it builds with 2.4 yet though.
> but I get th
> t/api/server_const.t (Wstat: 0 Tests: 6 Failed: 2)
> I'm not sure how serious this failure is and whether I should consider
The RedHat Apache uses a custom server signature so there is a bit of
a mismatch on that test. Nothing to worry about, you can install and
it will work fi
On Thu, Apr 26, 2012 at 7:41 AM, John D Groenveld
wrote:
> In message
>
> , Fred Moyer writes:
>>I'm pleased to announce the release of mod_perl 2.0.6, available at
>>the following apache.org URL, along with a CPAN mirror near you.
>
> Still core dumping w
IBRARY_PATH if mod_env
is present. Should prevent test failures on some platforms.
[Fred Moyer]
> httpd: Syntax error on line 13 of .../t/conf/httpd.conf: Cannot load
> .../src/modules/perl/mod_perl.so into server: rtld: 0712-001 Symbol
> MUTABLE_CV was referenced\n from module
> .../src/modules/perl/mod_perl.so(), but a runtime definition\n of
> the symbol was not found.
We disco
On Mon, Apr 16, 2012 at 3:39 AM, Vincent Veyron wrote:
> Le jeudi 12 avril 2012 à 13:14 -0400, eric.b...@barclays.com a écrit :
>> Well, finding (good) developers is certainly an issue.
>>
> Over the years, I have seen more than one of those being driven out of
> the field by the inane management
It looks like you're trying to install Apache::TaintRequest against
mod_perl 2.2 (httpd 2.2.15).
Since you're using mod_perl2, you'll need Apache2::TaintRequest. I
just pushed 0.01 to CPAN, so it should be coming to a mirror near you
in the next 24-72 hours.
Warning - that code only passes compil
Do you have another set of APR libraries installed, perhaps with the packaging
system that comes with AIX? It looks like mod_perl was built against a
different set of APR libs than is being loaded at runtime.
> Symbol modperl_hash_tied_object
> was referenced
> from module
> /home/user/tmp/mod_
On Wed, Apr 4, 2012 at 6:37 AM, demerphq wrote:
> On 4 April 2012 09:31, William A. Rowe Jr. wrote:
>>
>> When was the last time you built perl with no threading support? It's
>> certainly a 5%-15% win.
>
> Not certainly. We did that and saw almost no difference.
I've done two perlbench sets of
Might be useful for building mod_perl on your Lion based machine.
http://blogs.perl.org/users/jason_a_crome/2012/04/compiling-mod-perl-2-on-os-x-lion.html
A new version of Apache-SizeLimit is coming to a CPAN mirror near you.
Minor changes, you probably don't need to upgrade.
MD5 (Apache-SizeLimit-0.97.tar.gz) = 947390505b4cf9d9b449b67fa741c1e0
=item 0.97 2012-04-02
Set the -apxs argument correctly when building from mod_perl.
[Steve Hay]
Apache-Reload 0.12 is headed to a CPAN mirror near you.
MD5 232daa7e1f6ddfbbeac505010f1b20f7
Changes summary
=item 0.12 March 31, 2012
Set the -apxs argument correctly when building from mod_perl.
[Steve Hay]
Doc spelling fix
[Nicholas Bamber]
Add Apache-Test 1.34 dependency.
[Phred]
> I was considering forking the module and fixing bugs like these, but I
> am not quite sure how much sense that makes given the fact that NTLM is
> deprecated technology.
If you're considering forking it, it may not be deprecated.
I'd suggest trying to release a module to CPAN that resolves y
Steve, please direct these questions to the mod_perl list which I have
cc'd. You're much more likely to get an answer from any one of the
thousands of experienced users on this list than emailing any of the
posters directly.
On Tue, Mar 13, 2012 at 1:18 PM, Steven Lembark wrote:
>
> Say I have a
On Wed, Mar 7, 2012 at 5:46 AM, Josh Narins wrote:
>
> Do I need mod_perl1 installed to get Apache::compat and mod_perl2 to work?
>
> mp2 will be using a different Perl, and I'd prefer not to install it if I
> don't have to.
You should be fine without mp1, but remember you'll need to build it
ag
Thanks for the spot. We're rolling rc3 for 2.0.6 right now, I have
cc'd the dev list about this issue. I may have some tuits to look at
this, but am guessing someone else will fix it more quickly.
On Tue, Feb 21, 2012 at 11:49 AM, Brian Millett wrote:
> Well, its a no go, even after checking out
Apache-Test 1.37 is coming to a CPAN mirror near you. Thanks to
several different contributors for this release!
md5: 179f247fc5c7d11387b9c73ae3fa6f71
1.37 January 29, 2012
Apache::TestRequest: improve compatibility for SSL requests with LWP
6 and IO::Socket::SSL, in
Try one of the examples on this page:
http://perl.apache.org/docs/2.0/user/intro/start_fast.html
On Saturday, January 28, 2012 at 2:32 PM, mike cardeiro wrote:
> I installed mod_perl, tested it, added "LoadModule perl_module
> /usr/local/apache/modules/mod_perl.so" to httpd.conf
>
> apache
Try 'yum install perl-Config-Simple'. If that doesn't work, search for the rpm
with 'yum search Config-Simple'.
On Friday, December 23, 2011 at 2:45 PM, Mayuran Yogarajah wrote:
>
> We just did an upgrade from Centos 5.5 to Centos 5.7 and it seems like the
> extensions we added to the Per
Apache::SizeLimit 0.96 has been released and will be available via CPAN soon.
Changes:
=item 0.96 2011-12-21
eval Linux::Smaps->new call when checking for /proc/self/smaps
[Christian Ruppert ]
Require Apache::Test 1.36 [Fred]
Unshared size is now interpreted as RSS - shared instead of VS
(cc'ing the mod_perl list on this one also, please remember to reply all :)
On Tue, Dec 6, 2011 at 11:28 AM, Dr James A Smith wrote:
> On 06/12/2011 19:09, Fred Moyer wrote:
>> (cc'ing mod_perl list)
>>
>> On Tue, Dec 6, 2011 at 5:35 AM, Desilets, Alain
>>
(cc'ing mod_perl list)
On Tue, Dec 6, 2011 at 5:35 AM, Desilets, Alain
wrote:
> Thx to Fred, Andre and Jon for answering. BTW: I hope I didn't offend anyone.
> What I really meant was:
No offense taken at all. Welcome to mod_perl!
>
> "Is it me or is mod_pe
On Mon, Dec 5, 2011 at 1:06 PM, Desilets, Alain
wrote:
> I’m a complete newbie to mod_perl, and after reading the following
> documentation:
>
> http://perl.apache.org/docs/1.0/guide/porting.html
>
> I am scared witless by the fact that many variables don’t get reinitialized
> between calls to the
Have you tried this with mod_perl 2.0.5, or 2.0.6-dev? May have been resolved
already.
On Wednesday, October 26, 2011 at 3:06 PM, Max Barry wrote:
>
> On 26/10/11 14:56, Max Barry wrote:
> > I'm trying to solve a long-running problem whereby my Apache mod_perl
> > processes get stuck in a "
Apache2::Request is a Perl module which is part of the libapreq Apache
software project. You have to install apreq (
http://httpd.apache.org/apreq/ ) and then load the shared object in
httpd.conf via LoadModule. It contains many convenience methods that
CGI.pm normally provides.
Apache2::Request
Thanks for the report, will try to reproduce these issues. Some of them may
have been resolved with 2.0.6-dev though (available at http://perl.apache.org).
On Thursday, October 13, 2011 at 5:47 AM, Charles Jardine wrote:
> -8<-- Start Bug Report 8<--
> 1.
You should be able to run 5.14.1 with 2.06-dev available on
http://perl.apache.org.
If that doesn't work, I'd suggest posting your handlers to this list.
Looking at that symbol error though, it suggests that you may have
built mod_perl with a different binary build than it is being run
with. Und
On Friday, October 7, 2011 at 1:50 PM, Dan Axtell wrote:
> On Friday, October 07, 2011 04:35:08 pm Fred Moyer wrote:
> > On Fri, Oct 7, 2011 at 1:15 PM, Dan Axtell > (mailto:daniel.axt...@snet.net)> wrote:
> >
> > That version of Apache is the legacy 2.0.x branch. Any
Apache::DBI 1.11 has been released with a perl 5.14 compatibility update.
1.11 October 7, 2011
- RT 69087, Perl 5.14 'Using qw(...) as parentheses' fix
Forwarded message:
> From: PAUSE
> Reply To: cpan-uplo...@perl.org
> To: Fred Moyer
> Date: Friday, October 7, 201
On Fri, Oct 7, 2011 at 1:15 PM, Dan Axtell wrote:
> Hi,
>
> I'm trying to upgrade some 64-bit Linux servers and though I'd upgrade Perl as
> well. I've built the latest Apache (2.0.21), Perl (5.14.2) and mod_perl
That version of Apache is the legacy 2.0.x branch. Any chance you can
upgrade to 2
On Tue, Sep 27, 2011 at 10:13 AM, Dave Morgan wrote:
> On 26/09/11 11:51 AM, Fred Moyer wrote:
>>
>> For those Centos 6 users here looking for mod_perl 2.0.5, I rolled a few
>> rpms.
>
> Thank you Fred, I cannot (but I'll try :) explain how useful this is to us
Have you tried 2.0.5?
On Wednesday, September 21, 2011 at 7:24 PM, Marco Walther wrote:
> -8<-- Start Bug Report 8<--
> 1. Problem Description:
>
> Apache with enabled mod_perl runs into a SIGSEGV quickly during the
> initialization of mod_perl:-( This
For those Centos 6 users here looking for mod_perl 2.0.5, I rolled a few rpms.
Centos 6 is awesome, and so is mod_perl 2.0.5. Double awesomeness.
Standard disclaimer - these rpms have no warranty, are licensed under the same
terms as Perl. They may come into your kitchen at night and empty any t
1 - 100 of 572 matches
Mail list logo