summarylogtreecommitdiffstats
path: root/apache.example.conf
blob: 644b664e34d254605bee773040bd5bb95a5dffd5 (plain)
1
2
3
4
5
6
7
8
  Alias /pluxml "/usr/share/webapps/pluxml"
  <Directory "/usr/share/webapps/pluxml">
    AllowOverride All
    Options FollowSymlinks
    Order allow,deny
    Allow from all
    php_admin_value open_basedir "/tmp/:/usr/share/webapps/pluxml/:/etc/webapps/pluxml/"
  </Directory>