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

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

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

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

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: http://zmbh.com/tcllvhr/ This one seems to be now as 404... Anyone here have clues where I can find it ? Sorry, typo: http://zmbh.com/tclvhr/, use for historical purposes only! If I had to write it again, I would use

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: http://zmbh.com/vat/, Good which expanded on tclvhr: http://zmbh.com/tcllvhr/ This one seems to be now as 404... Anyone here have clues where I can find it ? or a very simple, file based

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

2005-04-28 Thread Xavier Beaudouin
Hello there, First I present myself :) I am Xavier Beaudouin, Caudium Webserver Maintainer. I'd like to port on AolServer a nice thing (or beast?) we did on Caudium : VHS. What is VHS ? It is a mass virtual hosting system that looks on a DB (mysql, psgsl, ...) or in an LDAP directory where is

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

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

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 a

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