Hi, I am trying to make mod_dtcl work for Windows NT with: Apache (with ssl) version: 1.3.26 Tcl version: 8.4
Added following lines in httpd.conf file: LoadModule dtcl_module modules/mod_dtcl.so AddType application/x-httpd-tcl .ttml Now after restarting Apache if i try to open a test1.ttml file, following error messages are shown in the error.log: ************************************************************************************** [Mon Nov 18 14:56:53 2002] [warn] Loaded DSO modules/mod_dtcl.so uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI) [Mon Nov 18 14:56:53 2002] [warn] module mod_dtcl.c is already added, skipping [Mon Nov 18 14:57:02 2002] [error] [client 172.18.173.119] c:/program files/apache group/apache/cgi-bin/test1.ttml is not executable; ensure interpreted scripts have "#!" first line [Mon Nov 18 14:57:02 2002] [error] [client 172.18.173.119] couldn't spawn child process: c:/program files/apache group/apache/cgi-bin/test1.ttml ****************************************************************************************** This shows mod_dtcl is not loaded properly. I don't have environment to compile mod_dtcl with Apache. Any help would be greatly appreciated. Thanks, Reema. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
