summaryrefslogtreecommitdiff
path: root/Apache-Gallery.conf
blob: 46f212573b01635c8f5b0d18d69af38573017328 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Location of icons for gallery:
Alias /icons/gallery/ /usr/share/Apache-Gallery/icons/


# Some examples how to set virtual:
#<VirtualHost some.domain>
#	ServerName 	some.domain
#	ServerAlias	some@mail.pl
#	DocumentRoot	/path/to/your/virtual
#	
#	PerlSetVar	GalleryTemplateDir '/usr/share/Apache-Gallery/templates/default'
#	PerlSetVar	GalleryInfo 'Picture Taken => DateTimeOriginal, Flash => Flash'
#	PerlSetVar	GallerySizes '640 800 1024 1600 2272'
#	PerlSetVar	GalleryThumbnailSize '100x75'
#	PerlSetVar	GalleryAllowOriginal 1
#	PerlSetVar	GalleryRootText 'name_of_your_site'
#	PerlSetVar	GalleryCopyrightImage 'htdocs/c.png'
#	PerlOptions	+GlobalRequest
#	<Location /foto>
#		SetHandler		modperl
#		PerlResponseHandler	Apache::Gallery
#	</Location>
#</VirtualHost>