You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mod_tcl-dev@tcl.apache.org by Rainer Hötte <Ra...@gmx.de> on 2005/01/03 23:04:39 UTC

mod_tcl working directory

I use some tcl-cgi scripts as application. These scripts run unchanged 
on various web servers (apache1, apache2, M$, ...)

To get more speed i plan to run them on apache2, mod_tcl.  I would like 
to have following features:

* cgi code unchanged between different version of web servers and 
interpreters
* cover (all?) differences in some library file, which is "sourced".

Now i am blocked with various problems. First is the "current directory".
CGI interpreters perform a "cd" into the directory of the cgi script.

I would like to have a "cd" in the mod_tcl, so every tcl script is 
called from its directory.

What do you think? Should i make a local fix of mod_tcl or would it be 
of general interrest? If yes, i would be happy to download
a new mod_tcl version.

Rainer


---------------------------------------------------------------------
To unsubscribe, e-mail: mod_tcl-dev-unsubscribe@tcl.apache.org
For additional commands, e-mail: mod_tcl-dev-help@tcl.apache.org