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: 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 (mass) virtual hosting or a mod_vhost alternative

2006-11-12 Thread Frank Wiles
On Fri, 10 Nov 2006 18:34:18 -0500 Jonathan Vanasco <[EMAIL PROTECTED]> wrote: > > On Nov 10, 2006, at 3:01 PM, Hans de Groot wrote: > > > Hi, > > > > I would like to make my own vhost modules in modperl. > > I would not do that at all. because of the way mp handles memory > and namespaces, vh

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

2006-11-12 Thread Frank Wiles
On Fri, 10 Nov 2006 21:01:11 +0100 Hans de Groot <[EMAIL PROTECTED]> wrote: > So my questions are: > Is it at all posible to do this with mod perl? > What phase should I use to change these directives? > Can anyone give me some example how to do this? Yes it's possible to do with mod_perl, and

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

2006-11-10 Thread Jonathan Vanasco
On Nov 10, 2006, at 3:01 PM, Hans de Groot wrote: Hi, I would like to make my own vhost modules in modperl. I would not do that at all. because of the way mp handles memory and namespaces, vhosting mod_perl is a nightmare waiting to happen. mp is really best used in dedicated server sit