[What I forgot in the announcement is that you need the latest TOM stable developer snapshot since libtrt needed a little tweak. It will be available tonight (written at Sat Jan 16 09:00:24 1999). --Tiggr] From: tiggr at gerbil.org (Pieter Schoenmakers) To: tom at gerbil.org Subject: Apache TOM Module Date: Fri, 15 Jan 1999 23:51:06 +0100 (MET) I had an evening off, so to speak, this evening. Instead of the almost usual dissertation writing, I spent an evening with TOM and Apache. The result is the Apache TOM Module (ATM). It's skeletal, but it works. Given that it works, only some more TOM code needs to be written to have dynamically loadable `TOM-scripts'. This hack is in http://gerbil.org/distrib/atm.tar.gz. It only contains the modules/tom directory, and was tested with Apache 1.3.3. In addition, you must inform the Apache build process that you want a TOM module, e.g. by adding the following lines to src/Configuration.tmpl ## mod_tom allows functionality written in TOM. AddModule modules/tom/mod_tom.o Linking httpd currently fails, but it succeeds if you manually include libtom.a and libtrt.a in the linking commandline. ATM has only been tested on i386-linux while running in debug mode (-X). Enjoy! --Tiggr