]> git.pld-linux.org Git - packages/Apache-Gallery.git/commitdiff
- alias for gallery icons, some example configuration
authorPaweł Gołaszewski <blues@pld-linux.org>
Mon, 18 Oct 2004 08:16:35 +0000 (08:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Apache-Gallery.conf -> 1.1

Apache-Gallery.conf [new file with mode: 0644]

diff --git a/Apache-Gallery.conf b/Apache-Gallery.conf
new file mode 100644 (file)
index 0000000..46f2125
--- /dev/null
@@ -0,0 +1,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>
This page took 0.060865 seconds and 4 git commands to generate.