Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > by-pkgid > 07b0dc620031bd18000ce898b273c30d > files > 4

apache-mod_spam_die-0.1.2-12mdv2010.0.i586.rpm

It's really easy.

You need only apache 2.0 and C compiler.

[ From tar ball ]
$ gzcat mod_spam_die-x.x.x.tar.gz | tar tvf -
$ cd mod_spam_die-x.x.x
$ ./configure --with-apache=/usr/local/apache2
$ make; make install


[ From CVS ]
$ cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/spam-die login 
$ [Enter, no password]
$ cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/spam-die co modulename 
$ cd mod_spam_die
$ ./buildconf.sh
$ ./configure --with-apache=/usr/local/apache2
$ make; make install

Then activate it in Apache's httpd.conf file for instance
for the URL /spam_die in as follows:

LoadModule spam_die_module modules/mod_spam_die.so
<Location /spam_die>
  SetHandler spam_die
</Location>

You are all set. Refire your apache and send your URL to link from the project home page.

--
hunkim@users.sf.net
http://spam-die.sf.net