J�rgen Fr�jk Kj�rsgaard <[EMAIL PROTECTED]> writes:

> Your implementation works fine! I've tested it both with a Netscape
> browser under Linux and an IE under Win98.

I would be really curious to see a dump of how IE sends
files... something like:

strace -o foobar -s 5000 apache -X

and then do one file upload.

> The solution you're suggesting - simply being able to run different
> Dtcl_Script ChildInitScripts from different <VirtualHost> things -
> is exactly what I'm looking for. It should also be possible to have
> different GlobalScripts.
 
I would like to make it so that the global script is truly global - so
that you could share something across all sites.

I don't quite like the way that this then associates child apache
processes with seperate sites - this distinction isn't accurate, and
isn't a good way to think about it.

> I've not been able to test it, though. I'm getting a load of errors
> on a site that works fine with earlier versions of mod_dtcl. It has
> not been possible to figure out exactly what goes wrong, but I'm
> working on it.  The errors messages look like this:

The problem is that we moved the scripts to being actual scripts, so
you need to do something like:

Dtcl_Script ChildInitScript "source /actual/file/name.tcl"

Maybe I should back this change out?  It even confused me when I
forgot about it when testing the code:-)

Thanks,
-- 
David N. Welton
     Personal:           http://www.efn.org/~davidw/  
Free Software:           http://people.debian.org/~davidw/
   Apache Tcl:           http://tcl.apache.org

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

Reply via email to