"David N. Welton" wrote:
> 
> J�rgen Fr�jk Kj�rsgaard <[EMAIL PROTECTED]> writes:
> 
> > * File upload. This is probably the most important thing.
> 
> Initial work has been commited to CVS.  I'm thinking about switching
> to using libapreq, though.  My effort isn't all that bad, considering
> what a mess this stuff is to parse... I'm relatively happy with it.
> However, using something that may be more standardized throughout
> Apache would be a bonus.  We'll see...

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

> 
> > * A way to run several sites on the same Apache server, where each
> > site may have its own global code. Could be solved with an
> > interpreter per virtual server.
> 
> Initial support for this has been commited to CVS.  What sort of
> interface/API would you like to see for it?

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'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:

[Wed Dec  6 17:23:06 2000] [notice] Apache/1.3.12 (Unix) mod_dtcl
configured --resuming normal operations
[Wed Dec  6 17:23:06 2000] [error] (25)Inappropriate ioctl for device:
Problem r
unning child init script: /prj/wsc/www/app/child_init.tcl

httpd in free(): warning: modified (page-) pointer.
[Wed Dec  6 17:23:06 2000] [error] Problem running child init script:
httpd in free(): warning: modified (page-) pointer.
[Wed Dec  6 17:23:06 2000] [error] (25)Inappropriate ioctl for device:
Problem r

The funny thing is that the error messages appear even when I comment
out everyting in the child_init script! I run on FreeBSD 4.1.

regards, jfk

-- 
J�rgen Fr�jk Kj�rsgaard, Systemkonsulent (Systems Consultant)
Inform@ticon ApS * Web: www.informaticon.dk * Tlf: 8672 0093
Internet programmering * Systemudvikling p� Linux, FreeBSD og PalmOS

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

Reply via email to