]> git.pld-linux.org Git - packages/coppermine-gallery.git/blob - coppermine-gallery-httpd.conf
- migrate to apache 2.4
[packages/coppermine-gallery.git] / coppermine-gallery-httpd.conf
1 Alias /cpg/albums /var/lib/coppermine-gallery/albums
2 Alias /cpg /usr/share/coppermine-gallery
3
4 <Directory /usr/share/coppermine-gallery>
5         Require all granted
6         php_admin_value open_basedir "/etc/webapps/coppermine-gallery/:/usr/share/coppermine-gallery/:/var/lib/coppermine-gallery/albums/:/tmp"
7
8 # NOTE: if using safe_mode on shared system one can do:
9 #       chmod 2300 albums/userpics
10 #       chown http:root albums/userpics
11 # and uncomment following:
12 #       php_admin_value safe_mode_gid On
13 # in order to get rid of SILLY_SAFE_MODE and make creating subdirs possible
14
15 </Directory>
16 <Directory /var/lib/coppermine-gallery/albums>
17         Require all granted
18         php_admin_flag engine Off
19 </Directory>
This page took 0.052954 seconds and 3 git commands to generate.