-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
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:
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
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
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
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
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
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