mod_xmltime for Apache httpd 1.3.x
mod_xmltime creates an XML Date/Time graph [try it]. When used in conjunction with mod_xobjex you can do things like this. Click here for the source.
requires
- Apache httpd 1.3.x
- Daniel Velliard's libxml2.
installation
- Verify that you have a late version of libxml2.
- Verify that 'apxs' is on your path (it should have installed with your Apache installation).
- Download mod_xmltime.tar.gz.
- Un-tar the file (i.e. tar -zxf mod_xmltime.tar.gz )
- enter the mod_xmltime directory (i.e. cd path/to/mod_xmltime)
- If your 'lib' and 'include' directories are NOT in '/usr/local', type 'make WITH_PREFIX=/PATH/TO/PREFIX all' otherwise type 'make all'
- Switch user (su) to a user with permission to write into '/path/to/apache/installation' (i.e. root)
- Type 'make install'
-
Verify that the following items are in your 'httpd.conf' file:
- LoadModule xobjex_module libexec/apache/mod_xmltime.so
- AddModule mod_xmltime.c
-
<IfModule mod_xmltime.c>
<FilesMatch "timestamp.xml">
SetHandler xmltime-handler
</FilesMatch>
</IfModule>
- Restart your Apache httpd or 'make reload', instead.
If you have trouble check here. You may also email support@xobjex.com. Be warned, however, that if your domain has SPAM emanating from it on a regular basis, your mail will be rejected.