]> git.pld-linux.org Git - packages/Apache-Gallery.git/blame - Apache-Gallery.conf
- icons/gallery alias must be loaded before main icon alias :-/
[packages/Apache-Gallery.git] / Apache-Gallery.conf
CommitLineData
556f9966
PG
1# Location of icons for gallery:
2Alias /icons/gallery/ /usr/share/Apache-Gallery/icons/
3
4
5# Some examples how to set virtual:
6#<VirtualHost some.domain>
7# ServerName some.domain
8# ServerAlias some@mail.pl
9# DocumentRoot /path/to/your/virtual
10#
11# PerlSetVar GalleryTemplateDir '/usr/share/Apache-Gallery/templates/default'
12# PerlSetVar GalleryInfo 'Picture Taken => DateTimeOriginal, Flash => Flash'
13# PerlSetVar GallerySizes '640 800 1024 1600 2272'
14# PerlSetVar GalleryThumbnailSize '100x75'
15# PerlSetVar GalleryAllowOriginal 1
16# PerlSetVar GalleryRootText 'name_of_your_site'
17# PerlSetVar GalleryCopyrightImage 'htdocs/c.png'
18# PerlOptions +GlobalRequest
19# <Location /foto>
20# SetHandler modperl
21# PerlResponseHandler Apache::Gallery
22# </Location>
23#</VirtualHost>
This page took 0.040518 seconds and 4 git commands to generate.