Hello,
it seems
that rit could easily run different types of script handlers and
invoke
them like <!--js ... --> or <!--rc --> since that's a natural
syntax for html.
I also considered that, and finally stopped to do so.
That makes things complicated and makes coding difficult.
If we want other scripting tool, we can do it as a command of "rc".
I love "rc". "rc" is best for me.
Of course js can be embedded in text part of rc as follows:
some text <!--js ... -> other text
${ # rc codes follow ..
.....}
text continues
would it be difficult to integrate this digest authentication into
standard httpd?
Implementing digest authentication is not difficult.
However, if we want to change owner of running httpd by digest
authentication,
then we should consider many many problems.
Thanks Skip for your comments.
Kenji Arisawa