Files
pkgsrc-ng/www/p5-Apache-Gallery/files/ag.conf
2013-09-26 17:14:40 +02:00

26 lines
440 B
Plaintext

# $NetBSD: ag.conf,v 1.3 2003/09/21 16:21:16 kim Exp $
#
# Configuration fragment for Apache::Gallery
#
#
# Default settings
#
PerlSetVar GalleryTemplateDir @AG_SHAREDIR@/templates/default
#
# 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>