From c8cf71f8d56acc757d7a9c7540215c88318f41dd Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Fri, 22 Jan 2010 09:52:22 -0500 Subject: [PATCH] made php open_basdir configurable per website. Added a global default for the .htaccess allow_override setting. --- install/tpl/server.ini.master | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/install/tpl/server.ini.master b/install/tpl/server.ini.master index 240a8fa..ee2cb94 100644 --- a/install/tpl/server.ini.master +++ b/install/tpl/server.ini.master @@ -44,6 +44,8 @@ apps_vhost_port=8081 apps_vhost_ip=_default_ apps_vhost_servername= +php_open_basedir=[website_path]/web:[website_path]/tmp:/usr/share/php5:/tmp:/usr/share/phpmyadmin +htaccess_allow_override=All [dns] bind_user=root -- Gitblit v1.9.1