mod_rssindex

mod_rssindex creates a non-recursive RSS 2.0 feed of the directory contained in the HTTP Request.
Download

mod_rssindex Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Daniel Bibbens
  • Publisher web site:
  • http://xobjex.com/projects/mod_rssindex/index.xsl

mod_rssindex Tags


mod_rssindex Description

mod_rssindex creates a non-recursive RSS 2.0 feed of the directory contained in the HTTP Request. 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 · libxml2installation:· 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 Related Software