]> git.pld-linux.org Git - packages/Apache-Gallery.git/blame - Apache-Gallery.conf
- allow access to files bundled with apache
[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
ee81b884
PG
4# Templates for Apache-Gallery:
5<Directory /usr/share/Apache-Gallery>
6 Allow from all
7</Directory>
8# temporary files cache:
9<Directory /var/tmp/Apache-Gallery>
10 Allow from all
11</Directory>
12
556f9966
PG
13
14# Some examples how to set virtual:
15#<VirtualHost some.domain>
16# ServerName some.domain
17# ServerAlias some@mail.pl
18# DocumentRoot /path/to/your/virtual
19#
20# PerlSetVar GalleryTemplateDir '/usr/share/Apache-Gallery/templates/default'
21# PerlSetVar GalleryInfo 'Picture Taken => DateTimeOriginal, Flash => Flash'
22# PerlSetVar GallerySizes '640 800 1024 1600 2272'
23# PerlSetVar GalleryThumbnailSize '100x75'
24# PerlSetVar GalleryAllowOriginal 1
25# PerlSetVar GalleryRootText 'name_of_your_site'
26# PerlSetVar GalleryCopyrightImage 'htdocs/c.png'
27# PerlOptions +GlobalRequest
28# <Location /foto>
29# SetHandler modperl
30# PerlResponseHandler Apache::Gallery
31# </Location>
32#</VirtualHost>
This page took 0.135135 seconds and 4 git commands to generate.