Fred Moyer and Michael Peters were correct about not wanting to
have 5.8.x libraries under perl 5.10.1. As soon as I built a
5.10.1 cleanly with no retained libraries, the undef's in
Dynaload in mod_perl2 make test went away.
The biggest remaining problem was getting apreq2-2.12 to build
correct
Michiel Beijen wrote:
> Foo JH wrote:
>> 2. I can't install p5-Apache-Reload over ports, as it will complain it
>> expects Apache 1.3.
>
> This would be actually more of a FreeBSD Ports related issue.
>
> I guess you should complain at the port maintainer for the dependencies.
> Apache-Reload is
Hello,
I'm doing some maintenance on CGI.pm now and could use help tracking down a
bug only reported when running under mod_perl.
Here's the bug report:
"mod_perl resets $XHTML to 1 after first request"
http://rt.cpan.org/Public/Bug/Display.html?id=30774
Comments and patches are welcome. The
Hello All,
I'm having a very strange problem with a mod_perl application: TWiki.
Unrelated changes to the httpd.conf like adding an Alias or an Location
section, or even adding or removing a comment result in segfaults in
that application. Other applications, either cgi or Apache::Registry
based a
On Fri, Sep 4, 2009 at 12:00 PM, James Olsen wrote:
> The trouble is, our code isn't getting invoked at all. Mod_perl (or
> something lower-level like that) is dying complaining that our code
> can't be found on the hits where this happens.
Did you try $SIG{__DIE__}? It's a global setting for tha
Hello Perrin,
Thank you for your response.
PH> You could:
PH> - Make s $SIG{__DIE__} handler
PH> - Wrap your application in an eval {}
PH> The data you want is available from either the standard apache log
PH> formats or perl code in Apache::Status, so there's no need to worry
PH> about writing
Artem Kuchin wrote:
I have run into a problem. I want to have my packages
precompiled in apache process with
PerlModule X:Y
X:Y is my own package with is located in the site directory.
The site is a virtual host.
However, this apache also has many other virtual hosts with ALMOST the same
softw
I have run into a problem. I want to have my packages
precompiled in apache process with
PerlModule X:Y
X:Y is my own package with is located in the site directory.
The site is a virtual host.
However, this apache also has many other virtual hosts with ALMOST the same
software with a package na