]> git.pld-linux.org Git - packages/Apache-Gallery.git/blobdiff - Apache-Gallery.conf
- allow access to files bundled with apache
[packages/Apache-Gallery.git] / Apache-Gallery.conf
index 46f212573b01635c8f5b0d18d69af38573017328..02e2314940a47bd9477fa9b03ad641cb51377709 100644 (file)
@@ -1,6 +1,15 @@
 # Location of icons for gallery:
 Alias /icons/gallery/ /usr/share/Apache-Gallery/icons/
 
+# Templates for Apache-Gallery:
+<Directory /usr/share/Apache-Gallery>
+       Allow from all
+</Directory>
+# temporary files cache:
+<Directory /var/tmp/Apache-Gallery>
+       Allow from all
+</Directory>
+
 
 # Some examples how to set virtual:
 #<VirtualHost some.domain>
This page took 0.059137 seconds and 4 git commands to generate.