----- Original Message -----
From: <[EMAIL PROTECTED]>

> 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
>
****************************************************************************
**********


.ttml files shouldn't be in the cgi-bin as they aren't executable in that
way. Move the file into a regular, non-executable directory. As
far as the "module is already added" message, this seems more like a general
apache
config issue. Not sure what's causing that. The module will *most likely*
work despite that error message.

- David Brancato










---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to