Hi Gerald,
Sorry for a late reply ,
no make test did not worked correctly, it did tested the modperl part and
gave error like an error on line 21.
I will try to give the exact error later,
Thanks,
Abhishek jain
On 1/9/08, Gerald Richter - ECOS GmbH <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> Maybe we
Thanks! Using the Apache2::RequestUtil and Apache2::Log, I can find out what
my variables' values are to debug and check my code.
Mitch
Mitchell Raful MCSE CCNP
MCB Quantico
Personal and Family Readiness (MRI)
3044 Catlin Avenue
Quantico, VA 22134
Com: 703-784-5991
DSN: 278-5991
Cell: 804-363
Clinton Gormley wrote:
I'm not sure what you're suggesting. The first few pages of "cache" on
CPAN have some modules for caching data in memory and on disk and so
forth, but I don't see how they relate to my problem.
Which is that of notifying all of my application's perl processes when
an u
> I'm not sure what you're suggesting. The first few pages of "cache" on
> CPAN have some modules for caching data in memory and on disk and so
> forth, but I don't see how they relate to my problem.
>
> Which is that of notifying all of my application's perl processes when
> an update has be
Scott Gifford wrote:
Colin Wetherbee <[EMAIL PROTECTED]> writes:
[...]
At the moment (and not in a production environment), every time the
drop-down list is generated for a web page, the script queries the
database to retrieve the entire list of aircraft. I would prefer to
retrieve the list o
Raful Mr Mitchell H wrote:
I have my code pasted below. My module, loaded with
directive in Apache2, works well. However, sometimes switches don't
respond correctly to bulk queries of fdbPorts object. What I want to do
is to be able print the value of my variables either to the browser or a
I have my code pasted below. My module, loaded with directive in
Apache2, works well. However, sometimes switches don't respond correctly to
bulk queries of fdbPorts object. What I want to do is to be able print the
value of my variables either to the browser or a log file. A regular print
Using the debian-stable-provided version of mod_perl, I've got an app
that's
working fine however the way it was configured meant we were causing an
early load of perl during the configuration phase of apache.
Just curious -- why are you trying to avoid loading perl during this
phase?
Faster
Hi all,
Just want to slap a quick note that I've tried the following combo on
Win32 platform (Windows 2003 Server x86):
Apache 2.2.7 from ApacheLounge (apachelounge.com)
modperl 2.0.3 from theoryx5 (ppd)
libapreq 2.6.2 from theoryx5 (ppd)
Perl 5.8.8 (ActivePerl build 822)
The only thing I'm in