]> git.pld-linux.org Git - packages/Apache-Gallery.git/blob - Apache-Gallery.conf
- allow access to files bundled with apache
[packages/Apache-Gallery.git] / Apache-Gallery.conf
1 # Location of icons for gallery:
2 Alias /icons/gallery/ /usr/share/Apache-Gallery/icons/
3
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
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.030619 seconds and 3 git commands to generate.