> I don't mind doing this, but how? The documentation is poor (not a criticism > :) ) on this.
What part of this isn't clear? http://tcl.apache.org/rivet/docs/installation.html Specifically: Rivet is relatively easy to configure - we start off by adding the module itself: LoadModule rivet_module /usr/lib/apache/1.3/mod_rivet.so This tells Apache to load the Rivet shared object, wherever it happens to reside on your file system. Now we have to tell Apache what kind of files are "Rivet" files and how to process them: AddType application/x-httpd-rivet .rvt AddType application/x-rivet-tcl .tcl These tell Apache to process files with the .rvt and .tcl extensions as Rivet files. The bit above that about configure.tcl needs reworking, but the above configuration information hasn't changed in years. -- David N. Welton http://www.welton.it/davidw/ http://www.dedasys.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
