SOURCES: coppermine-gallery-apache.conf - some hints on how to use...

gotar gotar at pld-linux.org
Tue Nov 13 01:03:37 CET 2007


Author: gotar                        Date: Tue Nov 13 00:03:37 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- some hints on how to use CPG in safe_mode without SILLY_SAFE_MODE

---- Files affected:
SOURCES:
   coppermine-gallery-apache.conf (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SOURCES/coppermine-gallery-apache.conf
diff -u SOURCES/coppermine-gallery-apache.conf:1.3 SOURCES/coppermine-gallery-apache.conf:1.4
--- SOURCES/coppermine-gallery-apache.conf:1.3	Thu Jun  7 13:11:29 2007
+++ SOURCES/coppermine-gallery-apache.conf	Tue Nov 13 01:03:32 2007
@@ -4,6 +4,14 @@
 <Directory /usr/share/coppermine-gallery>
 	Allow from all
 	php_admin_value open_basedir "/etc/webapps/coppermine-gallery/:/usr/share/coppermine-gallery/:/var/lib/coppermine-gallery/albums/:/tmp"
+
+# NOTE: if using safe_mode on shared system one can do:
+#	chmod 2300 albums/userpics
+#	chown http:root albums/userpics
+# and uncomment following:
+#	php_admin_value safe_mode_gid On
+# in order to get rid of SILLY_SAFE_MODE and make creating subdirs possible
+
 </Directory>
 <Directory /var/lib/coppermine-gallery/albums>
 	Allow from all
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/coppermine-gallery-apache.conf?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list