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