From: Jeff H. <Je...@Ac...> - 2002-01-16 01:32:43
|
Andreas Ulbrich wrote: ... > But if I use my apache (http://lacalhost/...) and I've connected I get I > window to search the plugin (if not connectet, the window is empty and I > get a message cgi.netscape.com is unknown). > If I set type=application/x-tcl in the embed tag I see the logo with > "Tclet loading please waite". > In access log is the line 127.0.0.1 - - [31/Dec/2001:14:52:29 +0100] > "GET /science/physik/scripts/temp.tcl HTTP/1.0" 200 0 and in error_log > is no error found. You have to make sure that your server is delivering the right mime-type for Tcl scripts set in your mime types. It should be application/x-tcl, as you noted above. Jeff Hobbs The Tcl Guy Senior Developer http://www.ActiveState.com/ Tcl Support and Productivity Solutions |