On Wed, 26 Nov 2003, Joshua Ginsberg wrote: > And since nsd.tcl is interpreted, I can pull the config information > from a database.
There's a problem here...the ns_db module isn't loaded when you'd need it, so you can't for example, use it to figure out which virtual servers are run by this AOLserver instance. You could run an external program to fetch the data from the database; you might even be able to load a non-AOLserver database driver and get the results that way (I believe that the interpreter used for nsd.tcl is discarded after use). -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
