]> git.pld-linux.org Git - packages/Apache-Gallery.git/commitdiff
- allow access to files bundled with apache
authorPaweł Gołaszewski <blues@pld-linux.org>
Tue, 25 Apr 2006 13:50:23 +0000 (13:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Apache-Gallery.conf -> 1.2

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.05977 seconds and 4 git commands to generate.