Re: [naviserver-devel] some sample-config.tcl bugs...

2006-07-17 Thread Bernd Eidenschink
Hi Mike, > ns_section "ns/server/server1/pool/fast" > should probably be > ns_section "ns/server/${servername}/pool/fast" thats true. > mimetypes.tcl is not sourced the binary has a lot of types compiled for the start, see nsd/mimetypes.c. the "mimetypes.tcl" from the contrib dir can

[naviserver-devel] some sample-config.tcl bugs...

2006-07-16 Thread Mike
ns_section "ns/server/server1/pool/fast" should probably be ns_section "ns/server/${servername}/pool/fast" fastpath section contains: ns_paramdirectoryfile "index.adp index.tcl index.html index.htm" I can only assume index.adp and index.tcl are here in error - otherwis