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 InlineDir '/tmp/' PerlSetVar GalleryTemplateDir '/usr/local/apache/gallery/templates' PerlSetVar GalleryInfo 'Picture Taken => DateTimeOriginal, Flash => Flash' PerlSetVar GallerySizes '640 1024 1600 2272' <Location /> SetHandler perl-script PerlHandler Apache::Gallery </Location> </VirtualHost>
AUTHOR
Michael Legart <gallery@legart.dk>
SEE ALSO
perl.