From: Zoran V. <zv...@ar...> - 2006-02-27 15:20:24
|
Am 27.02.2006 um 16:07 schrieb Vlad Seryakov: > Output works fine now, make test stopped working though, not sure > why,, driver does not see virtual servers from the config, is it me > only? > I was there yesterday or the day before... Please add the ns_atprestartup again to see if this helps: ns_runonce -global { ns_atprestartup { set modules [ns_configsection ns/modules] if {$modules ne ""} { foreach {module file} [ns_set array $modules] { ns_moduleload -global $module $file } } } } I removed the ns_atprestartup because it was not very logical to me that modules should be first loaded into private servers BEFORE global modules were being added. Yet: this is just a speculation. I do not know if this will help but its worth trying out. Cheers Zoran |