Apache2::Translation

Apache2::Translation is a Perl module to dynamically configure Apache.
Download

Apache2::Translation Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Torsten Foertsch
  • Publisher web site:
  • http://search.cpan.org/~opi/Apache2-Translation-0.24/lib/Apache2/Translation.pod

Apache2::Translation Tags


Apache2::Translation Description

Apache2::Translation is a Perl module to dynamically configure Apache. Apache2::Translation is a Perl module to dynamically configure Apache.SYNOPSIS LoadModule perl_module /path/to/mod_perl.so PerlLoadModule Apache2::Translation PerlTransHandler Apache2::Translation PerlMapToStorageHandler Apache2::Translation TranslationEvalCache 1000 TranslationKey MyKey < TranslationProvider DB > Database dbi:mysql:dbname:host User username Password password Singleton 1 Table tablename Key keycolumn Uri uricolumn Block blockcolumn Order ordercolumn Action actioncolumn Cachetbl cachetablename Cachecol cachecolumn Cachesize 1000 < /TranslationProvider > # another provider < TranslationProvider File > Configfile /path/to/config < /TranslationProvider > # export our provider parameters < Location /config > SetHandler modperl PerlResponseHandler Apache2::Translation::Config < /Location > # configuring the WEB interface PerlModule Apache2::Translation::Admin < Location /-/transadm/ > SetHandler modperl PerlResponseHandler Apache2::Translation::Admin < /Location >As the name implies Apache2::Translation lives mostly in the URI Translation Phase. It is somehow similar to mod_rewrite but configuration statements are read at runtime, thus, allowing to reconfigure a server without restarting it.The actual configuration statements are read by means of a Translation Provider, a Perl class offering a particular interface, see below. Currently there are 3 providers implemented, Apache2::Translation::DB, Apache2::Translation::BDB, and Apache2::Translation::File. Requirements: · Perl


Apache2::Translation Related Software