From 170a067313b220e3a8dcd9c1e1f5cf367671e538 Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Fri, 10 Feb 2012 14:49:29 +0200 Subject: [PATCH] Fixed DocumentRoot bug in v_change_web_domain_tpl script --- bin/v_change_web_domain_tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/v_change_web_domain_tpl b/bin/v_change_web_domain_tpl index 14188f176..782f4da77 100755 --- a/bin/v_change_web_domain_tpl +++ b/bin/v_change_web_domain_tpl @@ -78,6 +78,7 @@ ip=$IP email="$user@$domain" group="$user" docroot="$V_HOME/$user/web/$domain/public_html" +docroot_string="DocumentRoot $docroot" conf="$V_HOME/$user/conf/httpd.conf" tpl_file="$V_WEBTPL/apache_$template.tpl"