mod_rssindex for Apache httpd 1.3.x
mod_rssindex creates a non-recursive RSS 2.0 feed of the directory contained in the HTTP Request [try it].
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_rssindex.tar.gz.
- Un-tar the file (i.e. tar -zxf mod_rssindex.tar.gz )
- enter the mod_rssindex directory (i.e. cd path/to/mod_rssindex)
- 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_rssindex.so
- AddModule mod_rssindex.c
-
<IfModule mod_rssindex.c>
<FilesMatch "index.rss">
SetHandler rssindex-handler
</FilesMatch>
</IfModule>
- Restart your Apache httpd. You may also 'make reload'.
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.