From df5260fc02965d3ac51330e4d850221d83c566a5 Mon Sep 17 00:00:00 2001 From: Alan Garcia Date: Tue, 1 Feb 2011 22:55:58 +0000 Subject: [PATCH] Tipo dans le template apache de vhost --- etc/alternc/templates/apache2/local.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/alternc/templates/apache2/local.conf b/etc/alternc/templates/apache2/local.conf index 717cc1f4..bf5445e8 100644 --- a/etc/alternc/templates/apache2/local.conf +++ b/etc/alternc/templates/apache2/local.conf @@ -1,7 +1,7 @@ ServerName %%fqdn%% - DocumentRoot %%document_root%% - - php_admin_value open_basedir %%document_root%%:/var/alternc/dns/redir:/usr/share/php/:/var/alternc/tmp:/tmp + DocumentRoot "%%document_root%%" + + php_admin_value open_basedir "%%document_root%%:/var/alternc/dns/redir:/usr/share/php/:/var/alternc/tmp:/tmp"