From: Derek M. <de...@ti...> - 2000-11-03 21:07:19
|
On 11/3/00 at 3:19 PM, dlb wrote: >I'm a tclhttpd newbie - and reacquainting myself with tcl. > >how do I configure tclhttpd.rc to run the server under localhost - I'm >intending to use it as a local testing server on my win98 system. I've >tried using a straight IP for "Config host" as well but receive "Error: >invalid command name". > I was able to get it to start using an IP address. It sounds as if it can't find the tclhttpd/lib directory which contains all the code. Namely the Config proc. There is a later version then 3.1.0 (If that's not a typo) and Brent said that sometime in the next couple of days there is going to put together a 3.2.1. You can patch 3.2 it yourself with the patches available on sourceforge. You may want to grab the latest release and then try again. >also is there a recommended path to httpd.tcl , when I'd unpacked it I >ended up with >C:\Program Files\Tcl\bin\tclhttpd3.1.0-dist\tclhttpd3.1.0\bin\httpd.tcl >which seems a bit sloppy. You can put it where wherever you want. I have mine in a c:/tcl/tclhttpd3.2 directory. There is a later version then 3.1.0 (If that's not a typo) and Brent said that sometime in the next couple of days there is going to put together a 3.2.1. You can patch 3.2 it yourself with the patches available on sourceforge. > >also_ do the multi-thread features work under windows ? > Can't help you there. >lots of questions >thanks > >p.s. if there's a piece of documentation I seem to have overlooked here >feel free to point it out For the moment you can check out http://dev.scriptics.com/software/tclhttpd/ there are quite a few links to documents |