Forum OpenACS Q&A: Response to Newbie: Can't See Tcl Pages

Collapse
Posted by Carl Coryell-Martin on
Thanks for the suggestion Don, but it didn't seem to do it. here is the relevant bit of my nsd.tcl...
ns_section "ns/server/${servername}"
ns_param   DirectoryFile   $directoryfile
ns_param   pageroot        $pageroot
ns_param   globalstats     true      ;# Enable built-in statistics
ns_param   urlstats        true      ;# Enable URL statistics
ns_param   maxurlstats     1000      ;# Max number of URL's to do stats on
ns_param   EnableTclPages  true     ;# Parse tcl files in pageroot (dangerous)
I can see .../www/gomi.html just fine but if I look at gomi.tcl, I just get the source listing. -Carl C-M