e03b38184e
allows viewing pictures in different resolutions. Pictures are resized on the fly and cached.
26 lines
462 B
Text
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>
|