"yahalom emet" <[EMAIL PROTECTED]> writes: > is it better to install mod_tcl with mod_dtcl or does mod_dtcl ?
Hi, I'm not sure I understand the question, but you seem to wonder about mod_dtcl vs mod_tcl. mod_dtcl is for Apache 1.3, and provides a way to create dynamic web pages, like PHP. It does not give you access to the complete Apache API so that you can write your own modules. This was a design decision - I wanted something that's easy to get started with, and that does its job well. mod_tcl is for Apache 2.0, and does give you access to the underlying Apache API, which means you can write Apache modules in Tcl. I don't have a lot of experience using it myself. Does that help? -- David N. Welton Consulting: http://www.dedasys.com/ Free Software: http://people.debian.org/~davidw/ Apache Tcl: http://tcl.apache.org/ Personal: http://www.efn.org/~davidw/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
