Re: Mod_perl and (mass) virtual hosting or a mod_vhost alternative

2006-11-13 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, Nov 13, 2006 at 11:04:13PM +0100, Hans de Groot wrote: > Hi, > > I have been looking at the perl sections part. [...] > But would a reload of the httpd.conf kill the open sessions of visitors > of the website? I always asumed it would but ma

Re: [mp2] PAR in production?

2006-11-13 Thread Foo JH
Are you guys referring to this tool ActiveState released for relocating Perl: http://aspn.activestate.com/ASPN/docs/ActivePerl/5.8/site/lib/ActiveState/RelocateTree.html Frank Wiles wrote: On Mon, 13 Nov 2006 10:24:21 +0200 Issac Goldstand <[EMAIL PROTECTED]> wrote: Frank Wiles wrote:

Re: Mod_perl and (mass) virtual hosting or a mod_vhost alternative

2006-11-13 Thread Hans de Groot
Hi, I have been looking at the perl sections part. But as far as I can tell it's just a replacement for http.conf. I think it still means I need top restart/reload the httpd.conf The whole reason I want to do it on the fly is to prevent this. But please tell me I am wrong in this ? I tried to p

RE: Mod_perl and HTTP IO issue

2006-11-13 Thread Sumit Shah
Hello, I tried doing what you suggested, but it does not compare it. I am kinda lost now :((. Can't seem to understand the behaviour. Not sure if Apache is the one responsible or Perl. Thanks Sumit > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Sat

Re: Apache::DBI persistence question?

2006-11-13 Thread Frank Wiles
On Mon, 13 Nov 2006 10:22:51 -0500 Tom Weber <[EMAIL PROTECTED]> wrote: > Are there any ways to implement persistent connections to different > databases under one instance of Apache? From my reading of > Apache::DBI and from some of my testing it appears that this can not > be done. Here is wh

Apache::DBI persistence question?

2006-11-13 Thread Tom Weber
Are there any ways to implement persistent connections to different databases under one instance of Apache? From my reading of Apache::DBI and from some of my testing it appears that this can not be done. Here is what I want to do. Server1 is running multiple named based virtual hosts. Each of

Re: [mp2] PAR in production?

2006-11-13 Thread Frank Wiles
On Mon, 13 Nov 2006 10:24:21 +0200 Issac Goldstand <[EMAIL PROTECTED]> wrote: > Frank Wiles wrote: > >I believe this is how Sophos' PureMessage installs itself. > > Basically putting your own Perl binary and module paths in > >say /usr/local/myapp/bin/perl. This is probably the best way t

Re: [mp2] PAR in production?

2006-11-13 Thread Issac Goldstand
Frank Wiles wrote: I believe this is how Sophos' PureMessage installs itself. Basically putting your own Perl binary and module paths in say /usr/local/myapp/bin/perl. This is probably the best way to ensure you have full control over everything about your application. I actu