mod_rssindex 1.0 review

Download
by rbytes.net on

mod_rssindex is an Apache module which creates a non-recursive RSS 2.0 feed of the directory contained in the HTTP Request. Requir

License: GPL (GNU General Public License)
File size: 9K
Developer: Daniel Bibbens
0 stars award from rbytes.net

mod_rssindex is an Apache module which creates a non-recursive RSS 2.0 feed of the directory contained in the HTTP Request.

Requirements:
Apache 1.3.x
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'.

mod_rssindex 1.0 keywords