NAME
Apache::Giza - Giza->mod_perl handler
SYNOPSIS
<location /giza>
SetHandler perl-script
PerlModule Apache::DBI
PerlHandler +Apache::Giza
PerlSetVar GizaTemplate templates/admin
PerlSetVar GizaDbName giza2
PerlSetVar GizaDbUser giza
PerlSetVar GizaPrefix /opt/giza2
PerlSetVar NoFollowObjTemplate
</location>
ABSTRACT
This is the mod_perl handler for the Giza Web-content Management System.
Using this instead of the CGI version will result in better performance.
DESCRIPTION
The following options can be passed from the apache configuration
via the PerlSetVar directive:
EXPORT
Apache::Giza has nothing to export.
SEE ALSO
The unixmonks website is at: http://www.unixmonks.net
perl, Giza, Giza::Modules, mod_perl
AUTHOR
Ask Solem Hoel <ask@unixmonks.net>
COPYRIGHT AND LICENSE
Copyright 2002 ABC Startsiden AS, Ask Solem Hoel
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 118:
=cut found outside a pod block. Skipping to next block.