]> git.pld-linux.org Git - packages/coppermine-gallery.git/commitdiff
- some hints on how to use CPG in safe_mode without SILLY_SAFE_MODE
authorTomasz Pala <gotar@pld-linux.org>
Tue, 13 Nov 2007 00:03:32 +0000 (00:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    coppermine-gallery-apache.conf -> 1.4

coppermine-gallery-apache.conf

index 728865087b1e6235f0d417d74580d135db64fdb4..95c7da0af006f0010ffcce96c68b883b5a2041ab 100644 (file)
@@ -4,6 +4,14 @@ Alias /cpg /usr/share/coppermine-gallery
 <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
This page took 0.075546 seconds and 4 git commands to generate.