From: "Collin Monahan" <[EMAIL PROTECTED]>
I'm trying to learn how to use mod_perl2 along with Ajax. Everything was
humming along until it seemed like perhaps Apache had a couple instances
of my handler in memory, and what I had declared as module variables were
existent in two different state
I'm trying to learn how to use mod_perl2 along with Ajax. Everything was
humming along until it seemed like perhaps Apache had a couple instances of my
handler in memory, and what I had declared as module variables were existent in
two different states. It seemed like Apache was handing off to
On Fri 15 Aug 2008, Fred Moyer wrote:
> > When I run 'make'. It goes pretty fair but it ends with this.
> >
> > modperl_exports.c:1169: error: `modperl_thx_interp_get' undeclared
> > here (not in a function)
> > modperl_exports.c:1173: error: `modperl_thx_interp_set' undeclared
> > here (not in a f
On Fri 15 Aug 2008, Berg, Eric wrote:
> This issue of the environment variables' not being passed to forked
> processes is turning into a fairly substantial problem for me. We
> have a number of places in our code -- both the modules that are
> tightly controlled and fairly easy to manage, as wel
Charlie Reddington wrote:
System stats:
OS = Fedora Core 6 x86_64
Apache = 2.2.9 - latest stable
Perl = 5.8.8
Mod_Perl = 2.0 - Pulled the latest from svn as of today aug15
Hi, I am trying to build a static modperl into apache. I'm using this
for the modperl line.
perl Makefile.PL MP_USE_STAT
Thanks again, Andre.
This issue of the environment variables' not being passed to forked processes
is turning into a fairly substantial problem for me. We have a number of
places in our code -- both the modules that are tightly controlled and fairly
easy to manage, as well as a bunch of scri
System stats:
OS = Fedora Core 6 x86_64
Apache = 2.2.9 - latest stable
Perl = 5.8.8
Mod_Perl = 2.0 - Pulled the latest from svn as of today aug15
Hi, I am trying to build a static modperl into apache. I'm using this
for the modperl line.
perl Makefile.PL MP_USE_STATIC=1 \ MP_AP_PREFIX=/home/