The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Apache::Gallery - mod_perl handler to create an image gallery

SYNOPSIS

In httpd.conf:

<VirtualHost 213.237.118.52> ServerName gallery.foo.org DocumentRoot /path/to/pictures ErrorLog logs/gallery-error_log TransferLog logs/gallery-access_log PerlSetVar GalleryTemplateDir '/usr/local/apache/gallery/templates' <Location /> SetHandler perl-script PerlHandler Apache::Gallery </Location> </VirtualHost>

AUTHOR

Michael Legart <gallery@legart.dk>

SEE ALSO

perl.