Apache::DBI 0.94 - connect_on_init broken?

2004-12-14 Thread Joshua Hoblitt
Hi Folks, This is my first serious attempt at working with mod_perl so please excuse me if this e-mail is a little naive. I have a SOAP::Transport::HTTP::Apache application that makes fairly heavy use of DBI. I would like to use Apache::DBI so I don't have to write my own logic for keep alives and

Re: Apache::DBI 0.94 - connect_on_init broken?

2004-12-14 Thread Joshua Hoblitt
ue, 14 Dec 2004, Joshua Hoblitt wrote: Hi Folks, This is my first serious attempt at working with mod_perl so please excuse me if this e-mail is a little naive. I have a SOAP::Transport::HTTP::Apache application that makes fairly heavy use of DBI. I would like to use Apache::DBI so I don't have to

Can Apache::TestMB suppress APXS warnings?

2004-12-20 Thread Joshua Hoblitt
Hi Folks, I've been unable to figure out how to get Apache::TestMB to setup my build environment in such a way as to suppress APXS warnings during a test run. e.g. -- t/10_client_newAPXS (/usr/local/apache/bin/apxs) query for SBINDIR failed APXS (/usr/local/apache/bin/apxs

Re: Can Apache::TestMB suppress APXS warnings?

2004-12-21 Thread Joshua Hoblitt
On Mon, 20 Dec 2004, Stas Bekman wrote: Joshua Hoblitt wrote: Hi Folks, I've been unable to figure out how to get Apache::TestMB to setup my build environment in such a way as to suppress APXS warnings during a test run. e.g. -- t/10_client_newAPXS (/usr/local/apach

Re: Can Apache::TestMB suppress APXS warnings?

2004-12-21 Thread Joshua Hoblitt
On Tue, 21 Dec 2004, Stas Bekman wrote: Joshua Hoblitt wrote: [This thread really belongs to the httpd-test list, since it has nothing to do with modperl] [...] "Apache/1.3.33 (Unix) mod_perl/1.29" and I'm using Apache::Test/Apache::TestMB 1.17. what code do you have in your tes

Re: Slashdot | Help Test mod_perl 2 Release Candidates

2004-12-31 Thread Joshua Hoblitt
On Mon, Dec 27, 2004 at 12:10:47PM -0500, Perrin Harkins wrote: > > The real significant issue to address, IMO, has to do with CPAN's > > indexing of the Apache:: modules common to both mp1 and mp2 core > > distros, because those packages set the underlying apache[12] > > architecture. > > That's

Apache::Test - regression with handling of cgid?

2005-07-01 Thread Joshua Hoblitt
Hi Folks, I'm getting cgid errors in t/logs/error_log unless I set 'ScriptSock' in t/conf/extra.conf.in. -- [Wed Jun 29 11:10:52 2005] [error] cgid daemon process died, restarting [Wed Jun 29 11:10:52 2005] [error] (13)Permission denied: Couldn't bind unix domain socket /var/run/cgisock -- I fo

Re: Apache::DBI and mod_perl 2.0.1

2005-07-01 Thread Joshua Hoblitt
On Thu, Jun 30, 2005 at 11:25:26AM -0400, Philip M. Gollucci wrote: > Mark A. Downing wrote: > > >On Thu, 30 Jun 2005, Philip M. Gollucci wrote: > > > >>Thanks for this Mark. (Un)fortunately you've been beat to it and > >>there are "few" more changes to > >>get all of it working with mp2. > > >

Re: Apache::DBI and mod_perl 2.0.1

2005-07-01 Thread Joshua Hoblitt
On Thu, Jun 30, 2005 at 05:58:29PM -0400, Philip M. Gollucci wrote: > > > http://p6m7g8.net/Apache-DBI > > The 0.97's connect_on_init() works under MP2. > > In fact p6m7g8.net is running it on a backend server. I know, I had already tested it. Perhaps I should have been more specific and said,

Re: Apache::Test - regression with handling of cgid?

2005-07-01 Thread Joshua Hoblitt
ul 01, 2005 at 09:38:40AM -0400, Geoffrey Young wrote: > > > Joshua Hoblitt wrote: > > Hi Folks, > > > > I'm getting cgid errors in t/logs/error_log unless I set 'ScriptSock' in > > t/conf/extra.conf.in. > > that is already set for you in t

Apache2::compat from mod_perl 2.0.3 -- multiple issues

2007-03-23 Thread Joshua Hoblitt
It seems that compat.pm isn't 'use strict' clean even thou it is declaring this pragma. # Error: Bareword "Apache2::ServerUtil::server_root" not allowed while "strict subs" in use at /usr/lib/perl5/site_perl/5.8.8/i686-linux/Apache2/compat.pm line 347, line 9. This error is caused by

Re: Apache2::compat from mod_perl 2.0.3 -- multiple issues

2007-03-27 Thread Joshua Hoblitt
On Mon, Mar 26, 2007 at 09:02:09AM -0400, Geoffrey Young wrote: > Joshua Hoblitt wrote: > > This error is caused by 'Apache2::ServerUtil::server_root' (note that > > missing '()') and this repeated in several places through-out > > compat.pm. > > yo

Apache::TestMB ignores '-axps=' flag ?

2007-04-23 Thread Joshua Hoblitt
Hi Folks, I just discovered that version of Apache::TestMB (no version string) from Apache-Test 1.29 is ignoring the -apxs= flags passed on the command line. E.g., `perl Build.PL -axps=/usr/sbin/apxs2`. I'm suspecting that this is probably my fault as I've created my own subclass so that I can ad

Re: Apache::TestMB ignores '-axps=' flag ?

2007-04-25 Thread Joshua Hoblitt
Doh! That indeed is the problem. A doc patch for Apache-Test 1.29 is attached. ;) -J -- On Mon, Apr 23, 2007 at 05:20:34PM -0700, Geoffrey Young wrote: > > > Joshua Hoblitt wrote: > > Hi Folks, > > > > I just discovered that version of Apache::TestMB (no version s