summaryrefslogtreecommitdiff
blob: dfa55426b31c6f7189f76e96f96718471206a864 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
##### Apache::Gallery configuration
#
# This is actually a virtual host definition with mod_perl directives
#

#<VirtualHost 123.123.123.123>
#  ServerName   gallery.yourdomain.org
#  DocumentRoot /var/www/localhost/htdocs/data/pictures/
#  ErrorLog     /var/log/gallery-error_log
#  TransferLog  /var/log/gallery-access_log
#  PerlSetVar   GalleryTemplateDir '/var/www/localhost/Apache-Gallery/templates'
#  PerlSetVar   GalleryInfo 'Picture Taken => DateTimeOriginal, Flash => Flash' 
#  PerlSetVar   GallerySizes '640 1024 1600 2272'
#  PerlSetVar   GalleryThumbnailSize '100x75'
#  PerlSetVar   GalleryCopyrightImage 'htdocs/c.png'
#  <Location />
#    SetHandler        perl-script
#    PerlHandler       Apache::Gallery
#  </Location>
#</VirtualHost>