summarylogtreecommitdiffstats
path: root/apache.conf
blob: 120b25eb10fd2afe97b3eed9c6a4efb1bddf8b96 (plain)
1
2
3
4
5
6
7
8
9
10
Alias /zenphoto "/usr/share/webapps/zenphoto"

<Directory "/usr/share/webapps/zenphoto">

    AllowOverride All
    Options FollowSymlinks
    Order allow,deny
    Allow from all
    php_admin_value open_basedir "/tmp/:/usr/share/webapps/:/etc/webapps:/var/lib/zenphoto"
</Directory>