Author: glen Date: Mon May 1 17:34:03 2006 GMT Module: SOURCES Tag: HEAD ---- Log message: - apache config
---- Files affected: SOURCES: coppermine-gallery-apache.conf (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/coppermine-gallery-apache.conf diff -u /dev/null SOURCES/coppermine-gallery-apache.conf:1.1 --- /dev/null Mon May 1 19:34:03 2006 +++ SOURCES/coppermine-gallery-apache.conf Mon May 1 19:33:58 2006 @@ -0,0 +1,9 @@ +Alias /cpg/albums /var/lib/coppermine-gallery/albums +Alias /cpg /usr/share/coppermine-gallery + +<Directory /usr/share/coppermine-gallery> + Allow from all +</Directory> +<Directory /var/lib/gallery/albums> + Allow from all +</Directory> ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
