Apache-Centipaid
view release on metacpan or search on metacpan
config/htaccess view on Meta::CPAN
AuthName Centipaid
AuthType Cookie
PerlAuthenHandler Apache::Centipaid
require valid-user
PerlSetVar debug 0
# payee information
# To signup for an account go to www.centipaid.com
PerlSetVar acct AEF001
PerlSetVar pass adonis
PerlSetVar amount 0.005
PerlSetVar duration 1d
PerlSetVar lang en
PerlSetVar enforce_ip 0
# centipaid receipt server assigned to payee
PerlSetVar authserver localhost
PerlSetvar authport 2021
# mysql database to hold the receipts
PerlSetVar dbtype mysql
PerlSetVar dbhost localhost
PerlSetVar dbport 3306
PerlSetVar dbname centipaid_rcpt
perlSetVar dbuser root
perlSetVar dbpass pass
( run in 0.832 second using v1.01-cache-2.11-cpan-39bf76dae61 )