From: David O. <da...@qc...> - 2012-11-02 09:49:37
|
Thanks Jeff and Gustaf. I found that setting pagedir had no effect under the server section (as is in the newly changed tests/http-test-config.tcl file) eg: ns_section "ns/server/${server_name}" ns_param pagedir $pageroot But if I added a subsequent fastpath section and added it there instead then it worked. Is this what would be expected? ns_section "ns/server/${server_name}/fastpath" ns_param pagedir $pageroot On 1 November 2012 19:51, Gustaf Neumann <ne...@wu...> wrote: > > hmm, i found two occurrences of "nsparam pageroot", and > changed these. > > % egrep -R "ns_param *pageroot" * > openacs-config.tcl: ns_param pageroot $pageroot > tests/http-test-config.tcl:ns_param pageroot $pageroot > > i have added as well "ns_info pagedir" as an alias for > "ns_info pageroot". > One should mark the latter as deprecated. > > -gustaf > |