From 8d01eb0ea3afa104db70c4776a9b759eb35683e3 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Tue, 09 Mar 2010 05:00:23 -0500 Subject: [PATCH] Added missing path /var/www/domain.tld/web to the php open basedir path. --- install/tpl/server.ini.master | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/install/tpl/server.ini.master b/install/tpl/server.ini.master index ee2cb94..fb5d3f2 100644 --- a/install/tpl/server.ini.master +++ b/install/tpl/server.ini.master @@ -44,7 +44,7 @@ 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 +php_open_basedir=[website_path]/web:[website_path]/tmp:/var/www/[website_domain]/web:/srv/www/[website_domain]/web:/usr/share/php5:/tmp:/usr/share/phpmyadmin htaccess_allow_override=All [dns] -- Gitblit v1.9.1