From dec0dfa3a81e23a5a123be56ae8b36e0f1ed9137 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Wed, 22 Feb 2012 09:47:32 -0500 Subject: [PATCH] Merged revisions 2916-2941 from stable branch. --- install/tpl/apache_apps.vhost.master | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/install/tpl/apache_apps.vhost.master b/install/tpl/apache_apps.vhost.master index 01b7eaf..068158c 100644 --- a/install/tpl/apache_apps.vhost.master +++ b/install/tpl/apache_apps.vhost.master @@ -15,6 +15,7 @@ DocumentRoot {apps_vhost_dir} AddType application/x-httpd-php .php <Directory {apps_vhost_dir}> + # php_admin_value open_basedir "{apps_vhost_dir}:/usr/share:/tmp" Options FollowSymLinks AllowOverride None Order allow,deny -- Gitblit v1.9.1