I have just gotten httpd up and running. Clicking around on the
default home page, I have run into a couple of things that have me
wondering if I have everything configured correctly.
When I click on the pages under "Test Pages", I am getting the actual
tcl code displayed, instead of its generated output. Is this what is
supposed to happen, or do I not have something set up correctly? I
just want to make sure everything is as it should be before I get
started playing around with the server.
I have also created a page x.tml with the following code:
[Doc_Dynamic]
The time now is: [clock format [clock seconds]]
When I browse to the page, all I get is the code rather than the proper
output.
Thanks.
|