Re: [AOLSERVER] Mass Virtual Hosting system for AolServer 4.0.x?

2005-05-11 Thread Dossy Shiobara
On 2005.05.11, Xavier Beaudouin <[EMAIL PROTECTED]> wrote: > > Thanks for the advice... :) Now I just need to code the ldap part :) Start here: http://www.panoptic.com/wiki/aolserver/nsldap -- Dossy -- Dossy Shiobara mail: [EMAIL PROTECTED] Panoptic Computer Network

Re: [AOLSERVER] Mass Virtual Hosting system for AolServer 4.0.x?

2005-05-11 Thread Wojciech Kocjan
Xavier Beaudouin napisaÅ(a): Well why don't you just change the cache type to timing out, just switch from Ns_CacheCreateSz() to Ns_CacheCreate() and it should work. Thanks for the advice... :) Now I just need to code the ldap part :) How did googling 'tcl ldap' end up? I remember there is an LDAP

Re: [AOLSERVER] Mass Virtual Hosting system for AolServer 4.0.x?

2005-05-11 Thread Xavier Beaudouin
This is exactly what I was looking for... I just need to adapt it for LDAP and SQL... and add a callback to auto garbage collector old database stuff to get a TTL for cached hosts :) Well why don't you just change the cache type to timing out, just switch from Ns_CacheCreateSz() to Ns_CacheCreate()

Re: [AOLSERVER] Mass Virtual Hosting system for AolServer 4.0.x?

2005-05-11 Thread Wojciech Kocjan
Xavier Beaudouin napisaÅ(a): This is exactly what I was looking for... I just need to adapt it for LDAP and SQL... and add a callback to auto garbage collector old database stuff to get a TTL for cached hosts :) Well why don't you just change the cache type to timing out, just switch from Ns_CacheC

Re: [AOLSERVER] Mass Virtual Hosting system for AolServer 4.0.x?

2005-05-09 Thread Xavier Beaudouin
Hi :) Please tell me how http request is handled by aolserver, in which files I have to dig and how can I add it nicely to, I hope, integrate this functionality on next aolserver version if it is possible... ? Well, you can have a look at nsdqe (not really sure where you'd find it (www.zoro2.org/ns

Re: [AOLSERVER] Mass Virtual Hosting system for AolServer 4.0.x?

2005-05-09 Thread Wojciech Kocjan
Xavier Beaudouin napisaÅ(a): Please tell me how http request is handled by aolserver, in which files I have to dig and how can I add it nicely to, I hope, integrate this functionality on next aolserver version if it is possible... ? Well, you can have a look at nsdqe (not really sure where you'd fi

Re: [AOLSERVER] Mass Virtual Hosting system for AolServer 4.0.x?

2005-05-04 Thread Tom Jackson
On Tuesday 03 May 2005 08:21, Xavier Beaudouin wrote: > > tclvhr: > > This one seems to be now as 404... Anyone here have clues where I can > find it ? Sorry, typo: , use for historical purposes only! If I had to write it again, I would use ns_

Re: [AOLSERVER] Mass Virtual Hosting system for AolServer 4.0.x?

2005-05-03 Thread Xavier Beaudouin
You will find this exceedingly easy in AOLserver. I have written several myself. You could check out VAT: , Good which expanded on tclvhr: This one seems to be now as 404... Anyone here have clues where I can find it ? or a very simple, file based sy

Re: [AOLSERVER] Mass Virtual Hosting system for AolServer 4.0.x?

2005-04-28 Thread Andrew Piskorski
On Thu, Apr 28, 2005 at 07:54:29AM -0700, Tom Jackson wrote: > Bottom line: AOLserver is great for mass virtual hosting of the sort I have > described: static, database dynamic or offsite redirects. It is less helpful > for file based dynamic sites since you will likely have to rely on plain old >

Re: [AOLSERVER] Mass Virtual Hosting system for AolServer 4.0.x?

2005-04-28 Thread Tom Jackson
On Thursday 28 April 2005 05:01, Xavier Beaudouin wrote: > What is VHS ? > It is a mass virtual hosting system that looks on a DB (mysql, psgsl, > ...) or in > an LDAP directory where is located the home directory of a host header > named based > webserver. > > It is 100% dynamic and allow handle

Re: [AOLSERVER] Mass Virtual Hosting system for AolServer 4.0.x?

2005-04-28 Thread Xavier Beaudouin
Hello, I am Xavier Beaudouin, Caudium Webserver Maintainer. I'd like to port on AolServer a nice thing (or beast?) we did on Caudium : VHS. Now since I am new on Aolserver, I am trying to understand how I can add such nice functionality to get a system that works like caudium vhs or even mod_vhs f

Re: [AOLSERVER] Mass Virtual Hosting system for AolServer 4.0.x?

2005-04-28 Thread Andrew Piskorski
On Thu, Apr 28, 2005 at 02:01:33PM +0200, Xavier Beaudouin wrote: > I am Xavier Beaudouin, Caudium Webserver Maintainer. I'd like to > port on AolServer a nice thing (or beast?) we did on Caudium : VHS. > Now since I am new on Aolserver, I am trying to understand how I can > add such nice functio