Apache::Gallery

From wiki.perl.lt
Jump to: navigation, search

httpd.conf

...
LoadModule perl_module        /usr/lib/apache/modules/mod_perl.so
...
Alias /icons/gallery/ "/usr/local/share/Apache-Gallery/icons/"
Alias /gallery.css "/usr/local/share/Apache-Gallery/templates/new/gallery.css"
Alias /icons/ "/var/www/icons/"
...
# This controls which options the .htaccess files in directories can
# override. Can also be "All", or any combination of "Options", "FileInfo",
# "AuthConfig", and "Limit"
#
AllowOverride All
...

.htaccess

Options -Indexes
PerlSetVar  GalleryCacheDir '/tmp/'
PerlSetVar  GalleryTemplateDir '/usr/local/share/Apache-Gallery/templates/new/'
PerlSetVar  GalleryInfo 'Picture Taken => DateTimeOriginal, Flash => Flash'
PerlSetVar  GallerySizes '640 1024'
PerlSetVar  GalleryThumbnailSize '100x75'
PerlSetVar  GalleryCopyrightImage '/var/www/htdocs/algirdas.perl.lt/mbk.png'
SetHandler  perl-script
PerlHandler Apache::Gallery
Personal tools
Categories