NAME
Apache::CIPP_Handler - Apache Request Module to handle CIPP embedded HTML Pages
SYNOPSIS
<Location /CIPP>
SetHandler "perl-script"
PerlHandler Apache::CIPP_Handler
# directory for caching of preprocessed CIPP programs
PerlSetVar cache_dir /tmp/cipp_cache
# debugging infos to error log?
PerlSetVar debug 1
# used databases
PerlSetVar databases zyn, foo
# default database
PerlSetVar default_db zyn
# configuration for the database named 'zyn'
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>
DESCRIPTION
This module works as a request handler for the Apache webserver. It uses the functionality given by the mod_perl Apache module. It allows you to use CIPP embedded HTML pages in your webserver environment.
So you need the CIPP module package (available on CPAN) to use Apache::CIPP_Handler.
CIPP is a HTML embedding, perl based programming languge, with powerful web and database capabilities. See the CIPP module and its PDF documentation for further details.
There are more hints about configuring Apache to work with CIPP in the PDF documentation of the CIPP module (in german language only).
AUTHOR
Jörn Reder, joern@dimedis.de
COPYRIGHT
Copyright 1998-1999 dimedis GmbH, All Rights Reserved
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
SEE ALSO
perl(1), CIPP(3pm)
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 515:
Non-ASCII character seen before =encoding in 'Jörn'. Assuming CP1252