From abd9b232ad25496f8eeee6b133f27e44e068a7c5 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Sun, 05 Jul 2009 09:09:38 -0400 Subject: [PATCH] Added openbasedir restriction to fcgi starter script. --- server/plugins-available/apache2_plugin.inc.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/server/plugins-available/apache2_plugin.inc.php b/server/plugins-available/apache2_plugin.inc.php index e21eb3b..70df9f0 100644 --- a/server/plugins-available/apache2_plugin.inc.php +++ b/server/plugins-available/apache2_plugin.inc.php @@ -473,7 +473,7 @@ if($web_config['security_level'] == 20) { exec("chmod 711 ".escapeshellcmd($data["new"]["document_root"]."/")); - exec("chmod 711 ".escapeshellcmd($data["new"]["document_root"]."/*")); + exec("chmod 711 ".escapeshellcmd($data["new"]["document_root"])."/*"); exec("chmod 710 ".escapeshellcmd($data["new"]["document_root"]."/web")); //* add the apache user to the client group -- Gitblit v1.9.1