SOURCES: Apache-Gallery.conf - allow access to files bundled with ...

blues blues at pld-linux.org
Tue Apr 25 15:50:28 CEST 2006


Author: blues                        Date: Tue Apr 25 13:50:28 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- allow access to files bundled with apache

---- Files affected:
SOURCES:
   Apache-Gallery.conf (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/Apache-Gallery.conf
diff -u SOURCES/Apache-Gallery.conf:1.1 SOURCES/Apache-Gallery.conf:1.2
--- SOURCES/Apache-Gallery.conf:1.1	Mon Oct 18 10:16:35 2004
+++ SOURCES/Apache-Gallery.conf	Tue Apr 25 15:50:23 2006
@@ -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>
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/Apache-Gallery.conf?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list