Apache::NNTPGateway is a NNTP interface (Usenet newsgroups) for mod_perl enabled Apache web server.
SYNOPSIS
You must be using mod_perl, see http://perl.apache.org/ for details.
For the correct work your apache configuration should contain apache directives look like these:
In httpd.conf (or any other apache configuration file):
< Location "/path/to/newsgroup" >
SetHandler perl-script
PerlHandler Apache::NNTPGateway
PerlSetVar NNTPGatewayNewsGroup "newsgroup"
PerlSetVar NNTPGateway... (see L< CONFIGURATION > Directives)
< /Location >
This module implements a per group interface to NNTP (Usenet) News-Groups, it allow users to list, read, post, followup ... articles in a given newsgroup/newsserver depending of configuration. This is not a replacement for a real powerful newsreader client but just pretend to be a simple, useful mapping of some news articles into a web space.
Product's homepage
Requirements:
· Perl