Re: Error.pm under mod_perl

2003-12-30 Thread Dominique Quatravaux
I've read the docs at http://perl.apache.org/docs/general/perl_reference/perl_reference.html#Excep tion_Handling_for_mod_perl and still have some questions. Under Other implementations, Error.pm is listed as a best option. I have test code that I run on the command line which Does the Right

Re: Apache::DBI tests failing

2003-12-30 Thread Aleksandr Guidrevitch
Hello Geoffrey, Geoffrey Young wrote: I've been wondering if the random-hash ordering foo in recent perls would cause Apache::DBI to break - IIRC it was somewhat dependent on the order of the connect() arguments. I've been meaning to dig into it just out of curiosity (I don't really use

[mp1] signal handler for USR2 in startup.pl doesn't work

2003-12-30 Thread Gary Denslow
a signal handler for USR2 has been setup in startup.pl, but sending a USR2 to the root httpd process does not result in the execution of the signal handler; apache: 1.3.29; mod_perl: 1.29; perl: 5.8.2; # output of uname -a Linux

Re: [mp1] signal handler for USR2 in startup.pl doesn't work

2003-12-30 Thread Ged Haywood
Hi there, On Tue, 30 Dec 2003, Gary Denslow wrote: a signal handler for USR2 has been setup in startup.pl, but sending a USR2 to the root httpd process does not result in the execution of the signal handler apache: 1.3.29; mod_perl: 1.29; perl: 5.8.2 I think signal handling is a bit of a

Re: [mp1] signal handler for USR2 in startup.pl doesn't work

2003-12-30 Thread Gary Denslow
hey ged yestserday i saw the post that you referenced. if i understand that post, the user was noticing that when the initial httpd process is started, it forks to create another httpd root process. the PID for this 2nd root httpd process is written to the webserver's PID file and this 2nd root

Installation Help

2003-12-30 Thread semuel
Hello There. I have installed Mandrake 9.1, and in the installation I asked it to also install Apache 2, mod_perl, mysql. now I want to make them all work. I took stason's pages, and there he said to write in the httpd.conf (with is in my system httpd2.conf) a loadmodule line. no good - the

[ANNOUNCE] DBIx::Recordset 0.25 now on CPAN

2003-12-30 Thread Terrence Brannon
NEW FUNCTIONALITY (Cameron Prince, Terrence Brannon) * Full SQL Query input via the !Query option to Search() * added the '$makesql' flag to Search() so that generated SQL can be returned instead of executed. It will remain undocumented until it is supported for Update(), Delete(), and Insert().

Re: [PATCH] acl support

2003-12-30 Thread Stas Bekman
Hal has never responded to my reply (Apr 28 2003) regarding the acl support in Registry handlers. You can find the whole thread here: http://marc.theaimsgroup.com/?t=10504205575r=1w=2 Can someone with .acl filesystem verify that the following proposed solution resolves the problem? (but