Pierre Smolarek wrote:
Can you recommend anything obvious to help debug how Apache::DBI is
caching, checking and reusing its DB connections ?
There is a debug setting described in the Apache::DBI documentation
which will tell you this.
- Perrin
Philip M. Gollucci wrote:
I don't use DBD::Multiplex, so I can't say. I've never seen anyone
report this to the list either.
Thanks Phillip,
Can you recommend anything obvious to help debug how Apache::DBI is
caching, checking and reusing its DB connections ?
Pierre
Pierre Smolarek wrote:
Hello,
Is anyone aware of any issues with the way Apache:::DBI works with
DBD::Multiplex under Apache2 + modperl 2.
I'm experiencing an issue where Apache::DBI seems to remember a
connection but never reuses it. So it constantly creates new DB
connections but never le
>It also makes no difference if I move the .htaccess file out of the
> way and put the directives into a clause in the server
> config.
if you can do a quick setup using
http://people.apache.org/~geoff/bug-reporting-skeleton-mp2.tar.gz
I'd be happy to look at it. otherwise, it's been pu
Hello,
Is anyone aware of any issues with the way Apache:::DBI works with
DBD::Multiplex under Apache2 + modperl 2.
I'm experiencing an issue where Apache::DBI seems to remember a
connection but never reuses it. So it constantly creates new DB
connections but never lets existing ones disconn
I agree with Geoff, upgrading is the cleanest way around this problem.
However, that solution was not immediately possible for me and I am in a
similar situation. I have an Apache Handler that generates HTML pages
with embedded PHP. I wrote another Apache Handler to process the output
from the fi
> > ==
> > PerlAccessHandler GML::Reporter
> > PerlAuthenHandler GML::Reporter
>
> your authen handler ought to be setting $r->user to some meaningful value.
> it probably won't affect things, but add it anyway :)
The real code does set this (it also sets $r->ap_auth_type and
$r->auth_
offhand I don't see the problem immediately. but here are some questions
> ==
> PerlAccessHandler GML::Reporter
> PerlAuthenHandler GML::Reporter
your authen handler ought to be setting $r->user to some meaningful value.
it probably won't affect things, but add it anyway :)
> PerlAuthzH
Edgard Pineda wrote:
> Hello,
> I need some hints on this problem: I have a code in mod_perl that
> generate a html page with some php code (), but before to
> send this data to the browser I would like the mod_php processed the
> code first. How can I accomplish this? (I use mod_perl 1.26,
En/na Malcolm J Harwood ha escrit:
On Tuesday 22 November 2005 07:30 am, Francesc Guasch wrote:
I'm trying to use Apache::Monitor with mod_perl2, but
it fails to load it. I changed some code because it
didn't detected it was running inside mod_perl2 ,but
I'm unable to fix it more.
Does "make te
-8<-- Start Bug Report 8<--
1. Problem Description:
Has anyone managed to get a PerlAuthenHandler to work with
mod_perl2.0.2?
I'm having problems getting PerlAuthenHandler to work in a .htaccess
file. It gets called, but then *all* other handlers in t
Hello,
I need some hints on this problem: I have a code in mod_perl that
generate a html page with some php code (), but before to
send this data to the browser I would like the mod_php processed the
code first. How can I accomplish this? (I use mod_perl 1.26, Apache 1.3,
php 4.1) (are ther
On Tuesday 22 November 2005 07:30 am, Francesc Guasch wrote:
> I'm trying to use Apache::Monitor with mod_perl2, but
> it fails to load it. I changed some code because it
> didn't detected it was running inside mod_perl2 ,but
> I'm unable to fix it more.
>
> This is the error, it's the same from m
XSLT on the server, that's nothing new.
Take a look at this: http://www.axkit.org and my design study port to
mp2 as an output-filter
http://www.bestsolution.at/documents/TomKit-0.01-1.tar.bz2.
Tom
Rony Liemmukda wrote:
> Hello,
>
> We have to do a project at college and I've chosen to write a
I'm trying to use Apache::Monitor with mod_perl2, but
it fails to load it. I changed some code because it
didn't detected it was running inside mod_perl2 ,but
I'm unable to fix it more.
This is the error, it's the same from make test and
when I try to run in inside httpd.conf
ap_scoreboard_image
Try perl.apache.org for the library documentation, as well as configuration
and installation tips.
- Original Message -
From: "Rony Liemmukda" <[EMAIL PROTECTED]>
To:
Sent: Tuesday, November 22, 2005 3:39 PM
Subject: [ModPerl 2.0] Need help to start my project...
> Hello,
>
> We have t
16 matches
Mail list logo