]> git.pld-linux.org Git - packages/Apache-Gallery.git/blob - Apache-Gallery.conf
- well, does not fully works :-
[packages/Apache-Gallery.git] / Apache-Gallery.conf
1 # Location of icons for gallery:
2 Alias /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.073174 seconds and 3 git commands to generate.