pkgsrc/www/p5-Apache-Gallery/files/ag.conf
kim e03b38184e Apache::Gallery creates an thumbnail index of each directory and
allows viewing pictures in different resolutions.  Pictures are
resized on the fly and cached.
2002-09-01 22:42:49 +00:00

26 lines
462 B
Text

# $NetBSD: ag.conf,v 1.1.1.1 2002/09/01 22:42:49 kim Exp $
#
# Configuration fragment for Apache::Gallery
#
#
# Default settings
#
PerlSetVar InlineDir /tmp
PerlSetVar GalleryTemplateDir @AG_SHAREDIR@/templates
#
# Files referred by default templates
#
<IfModule mod_alias.c>
Alias /@AG@/ "@AG_SHAREDIR@/htdocs/"
</IfModule>
<Directory "@AG_SHAREDIR@/htdocs">
Options None
AllowOverride None
Order allow,deny
Allow from all
</Directory>