summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Gołaszewski2004-10-18 08:16:35 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit556f9966301b0521a9097e8d0980f4b821a31920 (patch)
treebd7eec0aa947f475fc97d02d223e80c3f433dd55
parentdc889fdb2fc6368f3f5a4bd84ade09d237425304 (diff)
downloadApache-Gallery-556f9966301b0521a9097e8d0980f4b821a31920.zip
Apache-Gallery-556f9966301b0521a9097e8d0980f4b821a31920.tar.gz
- alias for gallery icons, some example configuration
Changed files: Apache-Gallery.conf -> 1.1
-rw-r--r--Apache-Gallery.conf23
1 files changed, 23 insertions, 0 deletions
diff --git a/Apache-Gallery.conf b/Apache-Gallery.conf
new file mode 100644
index 0000000..46f2125
--- /dev/null
+++ b/Apache-Gallery.conf
@@ -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>