]> git.pld-linux.org Git - packages/coppermine-gallery.git/blob - coppermine-gallery-apache.conf
- set open_basedir
[packages/coppermine-gallery.git] / coppermine-gallery-apache.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         Allow from all
6         php_admin_value open_basedir "/etc/webapps/coppermine-gallery/:/usr/share/coppermine-gallery/:/var/lib/coppermine-gallery/albums/:/tmp"
7 </Directory>
8 <Directory /var/lib/coppermine-gallery/albums>
9         Allow from all
10 </Directory>
This page took 0.066018 seconds and 3 git commands to generate.