summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Gołaszewski2006-04-25 13:50:23 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commitee81b88448b9e114bf8c88ac7025a755283a55a3 (patch)
tree9c2f9bd2a2660749dc38e89978f6491d2a3f255b
parent4a40a8b69ddc0ccbafb615d8b05261d349b8d835 (diff)
downloadApache-Gallery-ee81b88448b9e114bf8c88ac7025a755283a55a3.zip
Apache-Gallery-ee81b88448b9e114bf8c88ac7025a755283a55a3.tar.gz
- allow access to files bundled with apache
Changed files: Apache-Gallery.conf -> 1.2
-rw-r--r--Apache-Gallery.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/Apache-Gallery.conf b/Apache-Gallery.conf
index 46f2125..02e2314 100644
--- a/Apache-Gallery.conf
+++ b/Apache-Gallery.conf
@@ -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>