freebsd-ports/www/p5-Apache-Gallery/files/pkg-message.in
Philip M. Gollucci ce48e97aed - APACHE_COMPAT is deprecated
- Consolidate (BUILD|RUN)_DEPENDS
- Kill DEPENDS_ARGS not needed anymore
- Use SUB_FILES for pkg-message
- pkg-plist fix
- Bump PORTREVISION

PR:             ports/133690
Approved by:    maintainer timeout (30 days)
Submitted by:   me
2009-05-08 16:56:44 +00:00

21 lines
931 B
Text

---------------------------------------------------------------------------------------
<VirtualHost 123.123.123.123>
ServerName gallery.yourdomain.org
DocumentRoot /data/pictures/
ErrorLog logs/gallery-error_log
TransferLog logs/gallery-access_log
PerlSetVar GalleryTemplateDir '%%DATADIR%%/templates/default'
PerlSetVar GalleryInfo 'Picture Taken => DateTimeOriginal, Flash => Flash'
PerlSetVar GallerySizes '640 1024 1600 2272'
PerlSetVar GalleryThumbnailSize '100x75'
PerlSetVar GalleryCacheDir '/var/tmp/Apache-Gallery/'
<Location />
SetHandler perl-script
PerlHandler Apache::Gallery
</Location>
</VirtualHost>
And copy %%DATADIR%%/templates/default/gallery.css to your DocumentRoot
---------------------------------------------------------------------------------------