perl initialization per virtual host... is it possible

2000-09-14 Thread William Deegan
Greetings, Is it possible to setup different Initialization per virtual host? so perhaps one: PerlRequire /usr/local/www_sh/conf/startup.pl per virtual host, each different. -Bill Deegan

Re: perl initialization per virtual host... is it possible

2000-09-14 Thread William Deegan
Ged, I think you may have misunderstood. I meant a different startup per virtual host, not per child process. Is that possible? -Bill - Original Message - From: "G.W. Haywood" [EMAIL PROTECTED] To: "William Deegan" [EMAIL PROTECTED] Sent: Thursday, September 14,

Re: perl initialization per virtual host... is it possible

2000-09-14 Thread William Deegan
- Original Message - From: "Ime Smits" [EMAIL PROTECTED] To: "William Deegan" [EMAIL PROTECTED] Cc: "G.W. Haywood" [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, September 14, 2000 2:26 PM Subject: Re: perl initialization per virtual host... i

PERL 5.6 Mod_perl: How stable is it?

2000-07-05 Thread William Deegan
I've seen quite a few messages around problems with it? Is it ready for production? begin:vcard n:Deegan;William tel;fax:650-413-1355 tel;work:650-598-3858 x-mozilla-html:FALSE url:http://www.iescrow.com org:iEscrow,Inc. version:2.1 email;internet:[EMAIL PROTECTED] title:Web Site Operations

Re: [ANNOUNCE] Apache::Session 1.50 has been released

2000-05-26 Thread William Deegan
Does this new release mean I connot use Oracle as the backing store? -Bill I am pleased to announce that Apache::Session version 1.50 has been released. This is a major update from the previous version. Notable updates include: *Support for Postgres as a backing store *Support for

Apache::DBI and autocommit

2000-05-16 Thread William Deegan
Greetings, from the various perldocs and web pages I understand the following to be true. If autocommit is not set and a script exits the transaction will be rolled back. The question I have is when the database handle is re-used will the autocommit still be unset if the script that set it

How to tell what is using how much memory

2000-02-03 Thread William Deegan
Greetings, Is there a way to get mod_perl to tell how much memory is being used by each module and compiled scripts? -Bill begin:vcard n:Deegan;William tel;fax:650-413-1355 tel;work:650-598-3858 x-mozilla-html:FALSE url:http://www.iescrow.com org:iEscrow,Inc. version:2.1 email;internet:[EMAIL

Re: RegistryLoader

2000-01-31 Thread William Deegan
Stas Bekman wrote: If I user RegistryLoader to preload a script, should it show up in /perl-status?rgysubs (Apache::Status)?? Yes. Make sure that RegistryLoader didn't fail. (hint: watch the log) O.K. It doesn't show up in the error_log. === cat

Re: RegistryLoader

2000-01-31 Thread William Deegan
Stas Bekman wrote: Before the server is started STDERR is not tied to error_log, all the log messages go to the console you start the httpd from. O.K. I get no messages. Here's the snippet from the startup.pl file: # # Preload certain

RegistryLoader

2000-01-28 Thread William Deegan
Greetings, If I user RegistryLoader to preload a script, should it show up in /perl-status?rgysubs (Apache::Status)?? -Bill -- *** * Never ascribe to malice that which is * * adequately explained by incompetence *

Re: PerlTransHandler

1999-10-19 Thread William Deegan
Eric Cholet wrote: On Tuesday, October 19, 1999 4:13 AM, William Deegan [SMTP:[EMAIL PROTECTED]] wrote: How can I change the environment variables that get passed to a perl script running under Apache::Registry from a PerlTransHandler? I'm using the PerlTransHandler to do a sort