Apache::CIPP

Apache::CIPP is a Perl module that can use CIPP embedded HTML pages with mod_perl.
Download

Apache::CIPP Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Joern Reder
  • Publisher web site:
  • http://search.cpan.org/~jred/

Apache::CIPP Tags


Apache::CIPP Description

Apache::CIPP is a Perl module that can use CIPP embedded HTML pages with mod_perl. Apache::CIPP is a Perl module that can use CIPP embedded HTML pages with mod_perl.SYNOPSIS < Location ~ ".*.cipp" > # Advise Apache to use Apache::CIPP as the request # handler for this Location SetHandler "perl-script" PerlHandler Apache::CIPP # directory for caching of preprocessed CIPP programs # (this must be writable by the webserver user) PerlSetVar cache_dir /tmp/cipp_cache # what language do you prefer for error messages? # (EN=English, DE=German) PerlSetVar lang EN # debugging infos to error log? PerlSetVar debug 1 # used databases # (comma separated, whitespace is ignored) PerlSetVar databases "zyn, foo" # default database PerlSetVar default_db zyn # configuration for the database named 'zyn' # (please refer to the DBI documentation for details) PerlSetVar db_zyn_data_source dbi:mysql:zyn PerlSetVar db_zyn_user my_username1 PerlSetVar db_zyn_password my_password1 PerlSetVar db_zyn_auto_commit 1 # configuration for the database named 'foo' PerlSetVar db_foo_data_source dbi:Oracle:foo PerlSetVar db_foo_user my_username2 PerlSetVar db_foo_password my_password2 PerlSetVar db_foo_auto_commit 0 < /Location > Requirements: · Perl


Apache::CIPP Related Software